01KQWZPY3P4NAJ756JA6K3WME4: 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: 01KQWZQRKP4NMNSWBE6Q2JMJQB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T21:12:59.172Zjob assigned to worker 01KQWZQZ0BZCJSS808JJ6016NE [factory aws, i-041fc64a1e6f9ec20] (queued for 51 s)
 
22026-05-05T21:13:06.896Zstarting task 0: "setup"
32026-05-05T21:13:06.901Z++ uname -s
42026-05-05T21:13:06.904Z+ kern=SunOS
52026-05-05T21:13:06.904Z+ build_user=build
62026-05-05T21:13:06.904Z+ build_uid=12345
72026-05-05T21:13:06.904Z+ work_dir=/work
82026-05-05T21:13:06.904Z+ input_dir=/input
92026-05-05T21:13:06.904Z+ [[ 0 == 12345 ]]
102026-05-05T21:13:06.904Z+ case "$kern" in
112026-05-05T21:13:06.904Z+ groupadd -g 12345 build
122026-05-05T21:13:06.908Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T21:13:08.915Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T21:13:08.985Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T21:13:08.988Z+ home_fs=zfs
162026-05-05T21:13:08.988Z+ [[ zfs == autofs ]]
172026-05-05T21:13:08.988Z+ mkdir -p /home/build
182026-05-05T21:13:08.992Z+ chown build:build /home/build /work
192026-05-05T21:13:10.993Z+ chmod 0700 /home/build /work
202026-05-05T21:13:10.997Zprocess exited: duration 4105 ms, exit code 0
 
212026-05-05T21:13:11.005Zstarting task 1: "rust-toolchain"
222026-05-05T21:13:11.011Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T21:13:11.011Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-05T21:13:11.011Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-05T21:13:11.011Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-05T21:13:11.011Z * rust toolchain channel = "1.94.0"
272026-05-05T21:13:11.011Z * rust toolchain profile = "default"
282026-05-05T21:13:11.015Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T21:13:11.015Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T21:13:11.127Zinfo: downloading installer
312026-05-05T21:13:12.515Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T21:13:12.515Zwarn: /opt/ooce/bin
332026-05-05T21:13:12.515Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T21:13:12.515Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T21:13:12.515Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T21:13:12.515Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T21:13:12.515Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T21:13:12.515Zerror: cannot install while Rust is installed
392026-05-05T21:13:12.515Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T21:13:12.515Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T21:13:12.515Zwarn: /home/build/.rustup/settings.toml
422026-05-05T21:13:12.515Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T21:13:12.515Zwarn: instead of the one inferred from the default host triple.
442026-05-05T21:13:12.529Zinfo: profile set to default
452026-05-05T21:13:12.529Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T21:13:12.533Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T21:13:12.664Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T21:13:12.664Zinfo: downloading 6 components
492026-05-05T21:13:26.893Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T21:13:26.893Z
512026-05-05T21:13:26.921Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T21:13:26.921Z
532026-05-05T21:13:26.921Z
542026-05-05T21:13:26.921ZRust is installed now. Great!
552026-05-05T21:13:26.922Z
562026-05-05T21:13:26.922ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T21:13:26.922Zenvironment variable. This has not been done automatically.
582026-05-05T21:13:26.922Z
592026-05-05T21:13:26.922ZTo configure your current shell, you need to source
602026-05-05T21:13:26.922Zthe corresponding env file under $HOME/.cargo.
612026-05-05T21:13:26.922Z
622026-05-05T21:13:26.922ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T21:13:26.922Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T21:13:26.922Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T21:13:26.922Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T21:13:26.922Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T21:13:26.922Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T21:13:26.922Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T21:13:26.925Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T21:13:26.925Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T21:13:27.033Z+ rustup --version
722026-05-05T21:13:27.041Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T21:13:27.041Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T21:13:27.084Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T21:13:27.092Z+ cargo --version
762026-05-05T21:13:27.131Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T21:13:27.135Z+ rustc --version
782026-05-05T21:13:27.160Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T21:13:27.165Zprocess exited: duration 16158 ms, exit code 0
 
802026-05-05T21:13:27.171Zstarting task 2: "authentication"
812026-05-05T21:13:27.194Zprocess exited: duration 22 ms, exit code 0
 
822026-05-05T21:13:27.200Zstarting task 3: "clone repository"
832026-05-05T21:13:27.206Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T21:13:27.209Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T21:13:27.257ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T21:13:37.402Z+ cd /work/oxidecomputer/omicron
872026-05-05T21:13:37.402Z+ git fetch origin 26ba9dd968782983531c6d28eff1fa5c736615fb
882026-05-05T21:13:37.750ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T21:13:37.750Z * branch 26ba9dd968782983531c6d28eff1fa5c736615fb -> FETCH_HEAD
902026-05-05T21:13:37.763Z+ [[ -n jmcarp/oxql-measurement-bench ]]
912026-05-05T21:13:37.766Z++ git branch --show-current
922026-05-05T21:13:37.769Z+ current=main
932026-05-05T21:13:37.769Z+ [[ main != jmcarp/oxql-measurement-bench ]]
942026-05-05T21:13:37.769Z+ git branch -f jmcarp/oxql-measurement-bench 26ba9dd968782983531c6d28eff1fa5c736615fb
952026-05-05T21:13:37.772Z+ git checkout -f jmcarp/oxql-measurement-bench
962026-05-05T21:13:38.015ZSwitched to branch 'jmcarp/oxql-measurement-bench'
972026-05-05T21:13:38.018Z+ git reset --hard 26ba9dd968782983531c6d28eff1fa5c736615fb
982026-05-05T21:13:38.042ZHEAD is now at 26ba9dd96 Benchmark oxql measurement queries.
992026-05-05T21:13:38.045Zprocess exited: duration 10842 ms, exit code 0
 
1002026-05-05T21:13:38.051Zstarting task 4: "build"
1012026-05-05T21:13:38.060Z+ source ./env.sh
1022026-05-05T21:13:38.060Z++ OLD_SHELL_OPTS=ehxB
1032026-05-05T21:13:38.061Z++ set -o xtrace
1042026-05-05T21:13:38.064Z++++ dirname ./env.sh
1052026-05-05T21:13:38.067Z+++ readlink -f .
1062026-05-05T21:13:38.070Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-05-05T21:13:38.070Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-05T21:13:38.070Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-05T21:13:38.070Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-05T21:13:38.070Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-05T21:13:38.070Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-05T21:13:38.070Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-05T21:13:38.070Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-05-05T21:13:38.070Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-05T21:13:38.070Z++ case $OLD_SHELL_OPTS in
1162026-05-05T21:13:38.070Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-05T21:13:38.070Z+ source .github/buildomat/ci-env.sh
1182026-05-05T21:13:38.071Z++ export CARGO_TERM_COLOR=always
1192026-05-05T21:13:38.071Z++ CARGO_TERM_COLOR=always
1202026-05-05T21:13:38.071Z+ target_os=illumos
1212026-05-05T21:13:38.071Z+ NEXTEST_VERSION=0.9.131
1222026-05-05T21:13:38.071Z+ cargo --version
1232026-05-05T21:13:38.081Zcargo 1.94.0 (85eff7c80 2026-01-15)
1242026-05-05T21:13:38.084Z+ rustc --version
1252026-05-05T21:13:38.105Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1262026-05-05T21:13:38.109Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-05-05T21:13:38.112Z+ gunzip
1282026-05-05T21:13:38.112Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-05-05T21:13:39.352Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-05-05T21:13:39.355Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1312026-05-05T21:13:39.355Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1322026-05-05T21:13:39.355Ztests will store ephemeral output in /var/tmp/omicron_tmp
1332026-05-05T21:13:39.355Z+ mkdir /var/tmp/omicron_tmp
1342026-05-05T21:13:39.358Z+ OUTPUT_DIR=/work
1352026-05-05T21:13:39.358Z+ echo 'tests will store non-ephemeral output in /work'
1362026-05-05T21:13:39.358Ztests will store non-ephemeral output in /work
1372026-05-05T21:13:39.358Z+ mkdir -p /work
1382026-05-05T21:13:39.358Z+ banner prerequisites
1392026-05-05T21:13:39.362Z
1402026-05-05T21:13:39.362Z ##### ##### ###### ##### ###### #### # # # #### #
1412026-05-05T21:13:39.362Z # # # # # # # # # # # # # # #
1422026-05-05T21:13:39.363Z # # # # ##### # # ##### # # # # # #### #
1432026-05-05T21:13:39.363Z ##### ##### # ##### # # # # # # # # #
1442026-05-05T21:13:39.363Z # # # # # # # # # # # # # # #
1452026-05-05T21:13:39.363Z # # # ###### # # ###### ### # #### # #### #
1462026-05-05T21:13:39.363Z
1472026-05-05T21:13:39.366Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1482026-05-05T21:13:52.281Z Startup: Refreshing catalog 'helios-dev' ... Done
1492026-05-05T21:14:00.347Z Startup: Caching catalogs ... Done
1502026-05-05T21:14:07.867ZPlanning: Solver setup ... Done (5.957s)
1512026-05-05T21:14:07.908ZPlanning: Running solver ... Done (0.041s)
1522026-05-05T21:14:08.049ZPlanning: Finding local manifests ... Done (0.003s)
1532026-05-05T21:14:08.064ZPlanning: Fetching manifests: 0/5 0% complete
1542026-05-05T21:14:08.185ZPlanning: Fetching manifests: 5/5 100% complete
1552026-05-05T21:14:08.223ZPlanning: Package planning ... Done (0.038s)
1562026-05-05T21:14:08.259ZPlanning: Merging actions ... Done (0.036s)
1572026-05-05T21:14:08.445ZPlanning: Checking for conflicting actions ... Done (0.186s)
1582026-05-05T21:14:08.455ZPlanning: Consolidating action changes ... Done (0.010s)
1592026-05-05T21:14:09.290ZPlanning: Evaluating mediators ... Done (0.834s)
1602026-05-05T21:14:09.298ZPlanning: Planning completed in 8.77 seconds
1612026-05-05T21:14:09.309Z Packages to install: 5
1622026-05-05T21:14:09.309Z Mediators to change: 3
1632026-05-05T21:14:09.313Z Services to change: 1
1642026-05-05T21:14:09.313Z Estimated space available: 155.33 GB
1652026-05-05T21:14:09.313ZEstimated space to be consumed: 1.90 GB
1662026-05-05T21:14:09.313Z Create boot environment: No
1672026-05-05T21:14:09.313ZCreate backup boot environment: No
1682026-05-05T21:14:09.313Z Rebuild boot archive: No
1692026-05-05T21:14:09.313Z
1702026-05-05T21:14:09.313ZChanged mediators:
1712026-05-05T21:14:09.313Z mediator clang:
1722026-05-05T21:14:09.313Z version: None -> 15 (system default)
1732026-05-05T21:14:09.313Z
1742026-05-05T21:14:09.313Z mediator llvm:
1752026-05-05T21:14:09.313Z version: 14 (system default) -> 15 (system default)
1762026-05-05T21:14:09.313Z
1772026-05-05T21:14:09.313Z mediator postgresql:
1782026-05-05T21:14:09.313Z version: 15 (system default) -> 18 (system default)
1792026-05-05T21:14:09.313Z
1802026-05-05T21:14:09.314ZChanged packages:
1812026-05-05T21:14:09.314Zhelios-dev
1822026-05-05T21:14:09.314Z developer/build-essential
1832026-05-05T21:14:09.314Z None -> 11-2.0
1842026-05-05T21:14:09.314Z library/libxmlsec1
1852026-05-05T21:14:09.314Z None -> 1.2.35-2.0
1862026-05-05T21:14:09.314Z ooce/developer/clang-15
1872026-05-05T21:14:09.314Z None -> 15.0.7-2.0
1882026-05-05T21:14:09.314Z ooce/developer/llvm-15
1892026-05-05T21:14:09.314Z None -> 15.0.7-2.0
1902026-05-05T21:14:09.314Z ooce/library/postgresql-18
1912026-05-05T21:14:09.314Z None -> 18.1-2.0
1922026-05-05T21:14:09.314Z
1932026-05-05T21:14:09.314ZServices:
1942026-05-05T21:14:09.314Z restart_fmri:
1952026-05-05T21:14:09.314Z svc:/system/update-man-index:default
1962026-05-05T21:14:09.357Z
1972026-05-05T21:14:09.357ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1982026-05-05T21:14:14.384ZDownload: 2209/4272 items 119.2/219.0MB 54% complete (24.5M/s)
1992026-05-05T21:14:19.385ZDownload: 3111/4272 items 141.7/219.0MB 64% complete (14.1M/s)
2002026-05-05T21:14:24.386ZDownload: 4067/4272 items 214.5/219.0MB 97% complete (9.6M/s)
2012026-05-05T21:14:28.023ZDownload: Completed 218.99 MB in 18.66 seconds (11.7M/s)
2022026-05-05T21:14:28.145Z Actions: 1/4789 actions (Installing new actions)
2032026-05-05T21:14:31.566Z Actions: Completed 4789 actions in 3.42 seconds.
2042026-05-05T21:14:32.228Z Done (0.658s)
2052026-05-05T21:14:32.228Z Done (0.000s)
2062026-05-05T21:14:32.884Z Done (0.655s)
2072026-05-05T21:14:36.208Z Done (2.971s)
2082026-05-05T21:14:36.286Z Done (0.013s)
2092026-05-05T21:14:36.289Z Done (0.000s)
2102026-05-05T21:14:36.582Z Done (0.000s)
2112026-05-05T21:14:37.478ZPlanning: Evaluating mediator changes ... Done
2122026-05-05T21:14:37.585ZPlanning: Checking for conflicting actions ... Done
2132026-05-05T21:14:37.587ZPlanning: Consolidating action changes ... Done
2142026-05-05T21:14:37.742ZPlanning: Evaluating mediators ... Done
2152026-05-05T21:14:37.745ZPlanning: Planning completed in 0.26 seconds
2162026-05-05T21:14:37.763Z Mediators to change: 2
2172026-05-05T21:14:37.763Z Create boot environment: No
2182026-05-05T21:14:37.763ZCreate backup boot environment: No
2192026-05-05T21:14:37.816Z Done
2202026-05-05T21:14:37.816Z Done
2212026-05-05T21:14:38.444Z Done
2222026-05-05T21:14:40.944Z Done
2232026-05-05T21:14:41.015Z Done
2242026-05-05T21:14:41.018Z Done
2252026-05-05T21:14:41.114Z Done
2262026-05-05T21:14:41.385ZPlanning: Evaluating mediator changes ... Done
2272026-05-05T21:14:41.493ZPlanning: Checking for conflicting actions ... Done
2282026-05-05T21:14:41.496ZPlanning: Consolidating action changes ... Done
2292026-05-05T21:14:41.650ZPlanning: Evaluating mediators ... Done
2302026-05-05T21:14:41.653ZPlanning: Planning completed in 0.27 seconds
2312026-05-05T21:14:41.672Z Mediators to change: 1
2322026-05-05T21:14:41.673Z Create boot environment: No
2332026-05-05T21:14:41.673ZCreate backup boot environment: No
2342026-05-05T21:14:41.724Z Done
2352026-05-05T21:14:41.724Z Done
2362026-05-05T21:14:42.356Z Done
2372026-05-05T21:14:44.885Z Done
2382026-05-05T21:14:44.969Z Done
2392026-05-05T21:14:44.972Z Done
2402026-05-05T21:14:45.103Z Done
2412026-05-05T21:14:45.403ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2422026-05-05T21:14:45.403Zclang system 15 system
2432026-05-05T21:14:45.403Zcsh system system illumos
2442026-05-05T21:14:45.403Zctags system system illumos
2452026-05-05T21:14:45.403Zfile system system illumos
2462026-05-05T21:14:45.403Zgcc vendor 12 vendor
2472026-05-05T21:14:45.403Zgcc system 14 system
2482026-05-05T21:14:45.403Zgcc system 10 system
2492026-05-05T21:14:45.403Zgo system 1.20 system
2502026-05-05T21:14:45.403Zgo system 1.19 system
2512026-05-05T21:14:45.403Zllvm system 15 system
2522026-05-05T21:14:45.403Zllvm system 14 system
2532026-05-05T21:14:45.403Zmariadb system 10.6 system
2542026-05-05T21:14:45.403Zmta vendor vendor dma
2552026-05-05T21:14:45.403Zopenjdk system 17 system
2562026-05-05T21:14:45.403Zopenjdk system 11 system
2572026-05-05T21:14:45.403Zopenjdk system 1.8 system
2582026-05-05T21:14:45.403Zopenssl vendor 3 vendor
2592026-05-05T21:14:45.404Zperl system 5.36 system
2602026-05-05T21:14:45.404Zpostgresql system 18 system
2612026-05-05T21:14:45.404Zpostgresql system 15 system
2622026-05-05T21:14:45.404Zpostgresql system 13 system
2632026-05-05T21:14:45.404Zpython vendor 3 vendor
2642026-05-05T21:14:45.404Zpython system 2 system
2652026-05-05T21:14:45.404Zpython3 system 3.11 system
2662026-05-05T21:14:45.404Zruby system 3.0 system
2672026-05-05T21:14:45.404Zwords vendor vendor american-english
2682026-05-05T21:14:45.404Zwords system system australian-english
2692026-05-05T21:14:45.404Zwords system system british-english
2702026-05-05T21:14:45.404Zwords system system canadian-english
2712026-05-05T21:14:45.404Zwords system system french
2722026-05-05T21:14:45.404Zwords system system italian
2732026-05-05T21:14:45.404Zwords system system ngerman
2742026-05-05T21:14:45.404Zwords system system ogerman
2752026-05-05T21:14:45.404Zwords system system spanish
2762026-05-05T21:14:45.634ZPUBLISHER TYPE STATUS P LOCATION
2772026-05-05T21:14:45.634Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2782026-05-05T21:14:50.342ZFMRI IFO
2792026-05-05T21:14:50.342Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2802026-05-05T21:14:50.342Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2812026-05-05T21:14:50.342Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2822026-05-05T21:14:50.342Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2832026-05-05T21:14:50.342Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2842026-05-05T21:14:50.342Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2852026-05-05T21:14:50.342Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2862026-05-05T21:14:50.342Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2872026-05-05T21:14:50.342Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882026-05-05T21:14:50.342Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892026-05-05T21:14:50.342Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902026-05-05T21:14:50.342Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912026-05-05T21:14:50.342Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922026-05-05T21:14:50.342Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932026-05-05T21:14:50.342Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942026-05-05T21:14:50.343Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952026-05-05T21:14:50.343Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962026-05-05T21:14:51.506Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972026-05-05T21:14:51.810Z Updating crates.io index
2982026-05-05T21:14:51.813Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2992026-05-05T21:14:52.377Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002026-05-05T21:14:52.755Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3012026-05-05T21:14:53.285Z Updating git repository `https://github.com/oxidecomputer/propolis`
3022026-05-05T21:14:54.275Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3032026-05-05T21:14:54.808Z Updating git repository `https://github.com/oxidecomputer/crucible`
3042026-05-05T21:14:56.162Z Updating git repository `https://github.com/oxidecomputer/opte`
3052026-05-05T21:14:56.936Z Updating git repository `https://github.com/oxidecomputer/tofino`
3062026-05-05T21:14:57.241Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3072026-05-05T21:14:58.328Z Updating git repository `https://github.com/oxidecomputer/clickward`
3082026-05-05T21:14:58.759Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-05-05T21:14:59.128Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3102026-05-05T21:14:59.465Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3112026-05-05T21:15:00.376Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122026-05-05T21:15:00.936Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-05-05T21:15:01.275Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142026-05-05T21:15:01.736Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3152026-05-05T21:15:02.076Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3162026-05-05T21:15:02.725Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3172026-05-05T21:15:03.003Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3182026-05-05T21:15:03.283Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3192026-05-05T21:15:03.729Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3202026-05-05T21:15:04.116Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3212026-05-05T21:15:04.768Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3222026-05-05T21:15:05.091Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3232026-05-05T21:15:05.600Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242026-05-05T21:15:06.505Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3252026-05-05T21:15:07.139Z Updating git repository `https://github.com/oxidecomputer/crucible`
3262026-05-05T21:15:08.064Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3272026-05-05T21:15:08.572Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282026-05-05T21:15:09.101Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292026-05-05T21:15:09.431Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3302026-05-05T21:15:09.767Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3312026-05-05T21:15:10.134Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322026-05-05T21:15:10.584Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332026-05-05T21:15:10.873Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342026-05-05T21:15:11.208Z Updating git repository `https://github.com/illumos/smf-rs`
3352026-05-05T21:15:11.588Z Updating git repository `https://github.com/oxidecomputer/omicron`
3362026-05-05T21:15:24.968Z Downloading crates ...
3372026-05-05T21:15:25.023Z Downloaded is_terminal_polyfill v1.70.2
3382026-05-05T21:15:25.026Z Downloaded cpufeatures v0.2.17
3392026-05-05T21:15:25.031Z Downloaded anstyle-query v1.1.5
3402026-05-05T21:15:25.034Z Downloaded camino-tempfile v1.4.1
3412026-05-05T21:15:25.037Z Downloaded errno v0.3.14
3422026-05-05T21:15:25.040Z Downloaded bitflags v2.11.0
3432026-05-05T21:15:25.043Z Downloaded unicode-xid v0.2.6
3442026-05-05T21:15:25.043Z Downloaded serde-untagged v0.1.9
3452026-05-05T21:15:25.043Z Downloaded dtrace-parser v0.2.0
3462026-05-05T21:15:25.043Z Downloaded bytecount v0.6.9
3472026-05-05T21:15:25.046Z Downloaded anstyle-parse v0.2.7
3482026-05-05T21:15:25.046Z Downloaded getrandom v0.4.1
3492026-05-05T21:15:25.049Z Downloaded form_urlencoded v1.2.2
3502026-05-05T21:15:25.049Z Downloaded thread-id v4.2.2
3512026-05-05T21:15:25.049Z Downloaded typeid v1.0.3
3522026-05-05T21:15:25.052Z Downloaded crypto-common v0.1.7
3532026-05-05T21:15:25.052Z Downloaded fastrand v2.3.0
3542026-05-05T21:15:25.052Z Downloaded anstyle v1.0.13
3552026-05-05T21:15:25.052Z Downloaded displaydoc v0.2.5
3562026-05-05T21:15:25.055Z Downloaded usdt-attr-macro v0.5.0
3572026-05-05T21:15:25.055Z Downloaded fs-err v3.3.0
3582026-05-05T21:15:25.058Z Downloaded zerofrom-derive v0.1.6
3592026-05-05T21:15:25.058Z Downloaded toml_write v0.1.2
3602026-05-05T21:15:25.058Z Downloaded block-buffer v0.10.4
3612026-05-05T21:15:25.058Z Downloaded fnv v1.0.7
3622026-05-05T21:15:25.058Z Downloaded anstream v0.6.21
3632026-05-05T21:15:25.061Z Downloaded colorchoice v1.0.4
3642026-05-05T21:15:25.066Z Downloaded usdt v0.5.0
3652026-05-05T21:15:25.069Z Downloaded generic-array v0.14.7
3662026-05-05T21:15:25.069Z Downloaded dof v0.3.0
3672026-05-05T21:15:25.069Z Downloaded cargo-platform v0.2.0
3682026-05-05T21:15:25.069Z Downloaded utf8parse v0.2.2
3692026-05-05T21:15:25.072Z Downloaded autocfg v1.5.0
3702026-05-05T21:15:25.075Z Downloaded cargo_toml v0.21.0
3712026-05-05T21:15:25.075Z Downloaded proc-macro-error-attr v1.0.4
3722026-05-05T21:15:25.075Z Downloaded zerofrom v0.1.6
3732026-05-05T21:15:25.078Z Downloaded version_check v0.9.5
3742026-05-05T21:15:25.078Z Downloaded unicode-linebreak v0.1.5
3752026-05-05T21:15:25.078Z Downloaded toml_datetime v0.6.11
3762026-05-05T21:15:25.078Z Downloaded erased-serde v0.4.9
3772026-05-05T21:15:25.081Z Downloaded clap_lex v1.0.0
3782026-05-05T21:15:25.081Z Downloaded anyhow v1.0.102
3792026-05-05T21:15:25.084Z Downloaded thiserror v2.0.18
3802026-05-05T21:15:25.087Z Downloaded toml_edit v0.22.27
3812026-05-05T21:15:25.091Z Downloaded byteorder v1.5.0
3822026-05-05T21:15:25.091Z Downloaded zerovec-derive v0.11.2
3832026-05-05T21:15:25.091Z Downloaded yoke-derive v0.8.1
3842026-05-05T21:15:25.094Z Downloaded utf8_iter v1.0.4
3852026-05-05T21:15:25.094Z Downloaded usdt-macro v0.5.0
3862026-05-05T21:15:25.094Z Downloaded usdt-impl v0.5.0
3872026-05-05T21:15:25.094Z Downloaded thiserror-impl v1.0.69
3882026-05-05T21:15:25.094Z Downloaded stable_deref_trait v1.2.1
3892026-05-05T21:15:25.094Z Downloaded digest v0.10.7
3902026-05-05T21:15:25.097Z Downloaded potential_utf v0.1.4
3912026-05-05T21:15:25.097Z Downloaded thiserror v1.0.69
3922026-05-05T21:15:25.100Z Downloaded zmij v1.0.21
3932026-05-05T21:15:25.100Z Downloaded thiserror-impl v2.0.18
3942026-05-05T21:15:25.100Z Downloaded yoke v0.8.1
3952026-05-05T21:15:25.103Z Downloaded serde-value v0.7.0
3962026-05-05T21:15:25.103Z Downloaded smawk v0.3.2
3972026-05-05T21:15:25.103Z Downloaded zerocopy-derive v0.7.35
3982026-05-05T21:15:25.106Z Downloaded tinystr v0.8.2
3992026-05-05T21:15:25.106Z Downloaded heck v0.5.0
4002026-05-05T21:15:25.110Z Downloaded toml v0.8.23
4012026-05-05T21:15:25.110Z Downloaded writeable v0.6.2
4022026-05-05T21:15:25.110Z Downloaded tabled_derive v0.7.0
4032026-05-05T21:15:25.113Z Downloaded ucd-trie v0.1.7
4042026-05-05T21:15:25.113Z Downloaded pretty-hex v0.4.1
4052026-05-05T21:15:25.113Z Downloaded memmap v0.7.0
4062026-05-05T21:15:25.113Z Downloaded clap_derive v4.5.55
4072026-05-05T21:15:25.116Z Downloaded plain v0.2.3
4082026-05-05T21:15:25.117Z Downloaded serde_spanned v0.6.9
4092026-05-05T21:15:25.117Z Downloaded cfg-if v1.0.4
4102026-05-05T21:15:25.117Z Downloaded textwrap v0.16.2
4112026-05-05T21:15:25.120Z Downloaded unicode-ident v1.0.24
4122026-05-05T21:15:25.120Z Downloaded swrite v0.1.0
4132026-05-05T21:15:25.120Z Downloaded heck v0.4.1
4142026-05-05T21:15:25.120Z Downloaded terminal_size v0.4.3
4152026-05-05T21:15:25.123Z Downloaded percent-encoding v2.3.2
4162026-05-05T21:15:25.123Z Downloaded strsim v0.11.1
4172026-05-05T21:15:25.123Z Downloaded itoa v1.0.17
4182026-05-05T21:15:25.123Z Downloaded camino v1.2.2
4192026-05-05T21:15:25.126Z Downloaded macaddr v1.0.1
4202026-05-05T21:15:25.126Z Downloaded equivalent v1.0.2
4212026-05-05T21:15:25.126Z Downloaded url v2.5.8
4222026-05-05T21:15:25.130Z Downloaded zerotrie v0.2.3
4232026-05-05T21:15:25.130Z Downloaded scroll v0.12.0
4242026-05-05T21:15:25.133Z Downloaded typenum v1.19.0
4252026-05-05T21:15:25.136Z Downloaded ordered-float v2.10.1
4262026-05-05T21:15:25.144Z Downloaded scroll_derive v0.12.1
4272026-05-05T21:15:25.147Z Downloaded idna_adapter v1.2.1
4282026-05-05T21:15:25.148Z Downloaded zerovec v0.11.5
4292026-05-05T21:15:25.151Z Downloaded cargo_metadata v0.21.0
4302026-05-05T21:15:25.154Z Downloaded zerocopy v0.7.35
4312026-05-05T21:15:25.162Z Downloaded winnow v0.7.14
4322026-05-05T21:15:25.166Z Downloaded sha2 v0.10.9
4332026-05-05T21:15:25.169Z Downloaded semver v1.0.28
4342026-05-05T21:15:25.169Z Downloaded cargo-util-schemas v0.8.2
4352026-05-05T21:15:25.172Z Downloaded unicode-width v0.2.0
4362026-05-05T21:15:25.175Z Downloaded smallvec v1.15.1
4372026-05-05T21:15:25.175Z Downloaded once_cell v1.21.3
4382026-05-05T21:15:25.178Z Downloaded unicode-width v0.1.14
4392026-05-05T21:15:25.182Z Downloaded synstructure v0.13.2
4402026-05-05T21:15:25.185Z Downloaded serde_tokenstream v0.2.3
4412026-05-05T21:15:25.188Z Downloaded proc-macro-error v1.0.4
4422026-05-05T21:15:25.188Z Downloaded tempfile v3.25.0
4432026-05-05T21:15:25.194Z Downloaded litemap v0.8.1
4442026-05-05T21:15:25.199Z Downloaded pest_derive v2.8.6
4452026-05-05T21:15:25.199Z Downloaded pest_generator v2.8.6
4462026-05-05T21:15:25.204Z Downloaded clap v4.5.60
4472026-05-05T21:15:25.222Z Downloaded serde_derive v1.0.228
4482026-05-05T21:15:25.225Z Downloaded num-traits v0.2.19
4492026-05-05T21:15:25.228Z Downloaded icu_provider v2.1.1
4502026-05-05T21:15:25.233Z Downloaded quote v1.0.45
4512026-05-05T21:15:25.237Z Downloaded log v0.4.29
4522026-05-05T21:15:25.243Z Downloaded icu_properties v2.1.2
4532026-05-05T21:15:25.249Z Downloaded papergrid v0.11.0
4542026-05-05T21:15:25.252Z Downloaded proc-macro2 v1.0.106
4552026-05-05T21:15:25.255Z Downloaded pest_meta v2.8.6
4562026-05-05T21:15:25.258Z Downloaded icu_normalizer v2.1.1
4572026-05-05T21:15:25.266Z Downloaded serde_core v1.0.228
4582026-05-05T21:15:25.269Z Downloaded serde v1.0.228
4592026-05-05T21:15:25.281Z Downloaded icu_normalizer_data v2.1.1
4602026-05-05T21:15:25.285Z Downloaded icu_locale_core v2.1.1
4612026-05-05T21:15:25.290Z Downloaded pest v2.8.6
4622026-05-05T21:15:25.296Z Downloaded memchr v2.8.0
4632026-05-05T21:15:25.299Z Downloaded indexmap v2.14.0
4642026-05-05T21:15:25.302Z Downloaded icu_collections v2.1.1
4652026-05-05T21:15:25.317Z Downloaded hashbrown v0.17.0
4662026-05-05T21:15:25.321Z Downloaded goblin v0.8.2
4672026-05-05T21:15:25.324Z Downloaded idna v1.1.0
4682026-05-05T21:15:25.327Z Downloaded clap_builder v4.5.60
4692026-05-05T21:15:25.330Z Downloaded icu_properties_data v2.1.2
4702026-05-05T21:15:25.335Z Downloaded serde_json v1.0.149
4712026-05-05T21:15:25.351Z Downloaded tabled v0.15.0
4722026-05-05T21:15:25.361Z Downloaded syn v1.0.109
4732026-05-05T21:15:25.372Z Downloaded syn v2.0.117
4742026-05-05T21:15:25.382Z Downloaded rustix v1.1.3
4752026-05-05T21:15:25.410Z Downloaded libc v0.2.185
4762026-05-05T21:15:25.481Z Compiling proc-macro2 v1.0.106
4772026-05-05T21:15:25.484Z Compiling quote v1.0.45
4782026-05-05T21:15:25.484Z Compiling unicode-ident v1.0.24
4792026-05-05T21:15:25.484Z Compiling serde_core v1.0.228
4802026-05-05T21:15:25.484Z Compiling libc v0.2.185
4812026-05-05T21:15:25.484Z Compiling version_check v0.9.5
4822026-05-05T21:15:25.484Z Compiling stable_deref_trait v1.2.1
4832026-05-05T21:15:25.484Z Compiling memchr v2.8.0
4842026-05-05T21:15:25.484Z Compiling serde v1.0.228
4852026-05-05T21:15:25.484Z Compiling zmij v1.0.21
4862026-05-05T21:15:25.484Z Compiling itoa v1.0.17
4872026-05-05T21:15:25.694Z Compiling ucd-trie v0.1.7
4882026-05-05T21:15:25.713Z Compiling autocfg v1.5.0
4892026-05-05T21:15:25.717Z Compiling thiserror v1.0.69
4902026-05-05T21:15:25.717Z Compiling writeable v0.6.2
4912026-05-05T21:15:25.717Z Compiling litemap v0.8.1
4922026-05-05T21:15:25.717Z Compiling rustix v1.1.3
4932026-05-05T21:15:25.717Z Compiling byteorder v1.5.0
4942026-05-05T21:15:25.717Z Compiling icu_properties_data v2.1.2
4952026-05-05T21:15:25.717Z Compiling icu_normalizer_data v2.1.1
4962026-05-05T21:15:25.717Z Compiling bitflags v2.11.0
4972026-05-05T21:15:25.717Z Compiling serde_json v1.0.149
4982026-05-05T21:15:25.735Z Compiling equivalent v1.0.2
4992026-05-05T21:15:25.739Z Compiling typeid v1.0.3
5002026-05-05T21:15:25.739Z Compiling hashbrown v0.17.0
5012026-05-05T21:15:25.739Z Compiling smallvec v1.15.1
5022026-05-05T21:15:25.739Z Compiling toml_write v0.1.2
5032026-05-05T21:15:25.739Z Compiling syn v1.0.109
5042026-05-05T21:15:25.739Z Compiling winnow v0.7.14
5052026-05-05T21:15:25.881Z Compiling erased-serde v0.4.9
5062026-05-05T21:15:25.972Z Compiling percent-encoding v2.3.2
5072026-05-05T21:15:26.048Z Compiling thiserror v2.0.18
5082026-05-05T21:15:26.117Z Compiling getrandom v0.4.1
5092026-05-05T21:15:26.263Z Compiling plain v0.2.3
5102026-05-05T21:15:26.311Z Compiling usdt-impl v0.5.0
5112026-05-05T21:15:26.311Z Compiling proc-macro-error-attr v1.0.4
5122026-05-05T21:15:26.314Z Compiling num-traits v0.2.19
5132026-05-05T21:15:26.362Z Compiling proc-macro-error v1.0.4
5142026-05-05T21:15:26.384Z Compiling utf8_iter v1.0.4
5152026-05-05T21:15:26.411Z Compiling camino v1.2.2
5162026-05-05T21:15:26.455Z Compiling log v0.4.29
5172026-05-05T21:15:26.506Z Compiling utf8parse v0.2.2
5182026-05-05T21:15:26.672Z Compiling form_urlencoded v1.2.2
5192026-05-05T21:15:26.784Z Compiling indexmap v2.14.0
5202026-05-05T21:15:26.858Z Compiling pest v2.8.6
5212026-05-05T21:15:26.926Z Compiling is_terminal_polyfill v1.70.2
5222026-05-05T21:15:26.969Z Compiling anstyle-query v1.1.5
5232026-05-05T21:15:26.972Z Compiling colorchoice v1.0.4
5242026-05-05T21:15:26.995Z Compiling anstyle v1.0.13
5252026-05-05T21:15:27.069Z Compiling cfg-if v1.0.4
5262026-05-05T21:15:27.079Z Compiling pretty-hex v0.4.1
5272026-05-05T21:15:27.093Z Compiling fs-err v3.3.0
5282026-05-05T21:15:27.117Z Compiling anstyle-parse v0.2.7
5292026-05-05T21:15:27.165Z Compiling fnv v1.0.7
5302026-05-05T21:15:27.190Z Compiling unicode-width v0.1.14
5312026-05-05T21:15:27.193Z Compiling strsim v0.11.1
5322026-05-05T21:15:27.296Z Compiling once_cell v1.21.3
5332026-05-05T21:15:27.321Z Compiling unicode-xid v0.2.6
5342026-05-05T21:15:27.324Z Compiling heck v0.5.0
5352026-05-05T21:15:27.391Z Compiling clap_lex v1.0.0
5362026-05-05T21:15:27.412Z Compiling bytecount v0.6.9
5372026-05-05T21:15:27.459Z Compiling fastrand v2.3.0
5382026-05-05T21:15:27.462Z Compiling heck v0.4.1
5392026-05-05T21:15:27.482Z Compiling anyhow v1.0.102
5402026-05-05T21:15:27.549Z Compiling unicode-width v0.2.0
5412026-05-05T21:15:27.619Z Compiling unicode-linebreak v0.1.5
5422026-05-05T21:15:27.641Z Compiling smawk v0.3.2
5432026-05-05T21:15:27.734Z Compiling errno v0.3.14
5442026-05-05T21:15:27.805Z Compiling thread-id v4.2.2
5452026-05-05T21:15:27.809Z Compiling memmap v0.7.0
5462026-05-05T21:15:27.826Z Compiling swrite v0.1.0
5472026-05-05T21:15:27.852Z Compiling anstream v0.6.21
5482026-05-05T21:15:27.878Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-05T21:15:28.084Z Compiling syn v2.0.117
5502026-05-05T21:15:28.107Z Compiling papergrid v0.11.0
5512026-05-05T21:15:28.454Z Compiling pest_meta v2.8.6
5522026-05-05T21:15:28.851Z Compiling ordered-float v2.10.1
5532026-05-05T21:15:29.158Z Compiling semver v1.0.28
5542026-05-05T21:15:29.328Z Compiling terminal_size v0.4.3
5552026-05-05T21:15:29.331Z Compiling tempfile v3.25.0
5562026-05-05T21:15:29.447Z Compiling clap_builder v4.5.60
5572026-05-05T21:15:29.447Z Compiling textwrap v0.16.2
5582026-05-05T21:15:29.559Z Compiling serde-untagged v0.1.9
5592026-05-05T21:15:29.582Z Compiling camino-tempfile v1.4.1
5602026-05-05T21:15:29.654Z Compiling tabled_derive v0.7.0
5612026-05-05T21:15:30.364Z Compiling tabled v0.15.0
5622026-05-05T21:15:30.664Z Compiling synstructure v0.13.2
5632026-05-05T21:15:30.664Z Compiling pest_generator v2.8.6
5642026-05-05T21:15:31.216Z Compiling serde_derive v1.0.228
5652026-05-05T21:15:31.216Z Compiling zerofrom-derive v0.1.6
5662026-05-05T21:15:31.220Z Compiling yoke-derive v0.8.1
5672026-05-05T21:15:31.220Z Compiling zerovec-derive v0.11.2
5682026-05-05T21:15:31.220Z Compiling displaydoc v0.2.5
5692026-05-05T21:15:31.220Z Compiling thiserror-impl v1.0.69
5702026-05-05T21:15:31.220Z Compiling zerocopy-derive v0.7.35
5712026-05-05T21:15:31.220Z Compiling scroll_derive v0.12.1
5722026-05-05T21:15:31.220Z Compiling thiserror-impl v2.0.18
5732026-05-05T21:15:31.220Z Compiling clap_derive v4.5.55
5742026-05-05T21:15:31.263Z Compiling pest_derive v2.8.6
5752026-05-05T21:15:31.981Z Compiling scroll v0.12.0
5762026-05-05T21:15:32.117Z Compiling zerocopy v0.7.35
5772026-05-05T21:15:32.211Z Compiling goblin v0.8.2
5782026-05-05T21:15:32.330Z Compiling dtrace-parser v0.2.0
5792026-05-05T21:15:32.438Z Compiling zerofrom v0.1.6
5802026-05-05T21:15:32.550Z Compiling yoke v0.8.1
5812026-05-05T21:15:32.601Z Compiling clap v4.5.60
5822026-05-05T21:15:32.716Z Compiling zerovec v0.11.5
5832026-05-05T21:15:32.716Z Compiling zerotrie v0.2.3
5842026-05-05T21:15:33.188Z Compiling tinystr v0.8.2
5852026-05-05T21:15:33.188Z Compiling potential_utf v0.1.4
5862026-05-05T21:15:33.315Z Compiling icu_collections v2.1.1
5872026-05-05T21:15:33.373Z Compiling icu_locale_core v2.1.1
5882026-05-05T21:15:33.676Z Compiling dof v0.3.0
5892026-05-05T21:15:33.676Z Compiling serde_tokenstream v0.2.3
5902026-05-05T21:15:33.696Z Compiling toml_datetime v0.6.11
5912026-05-05T21:15:33.699Z Compiling serde_spanned v0.6.9
5922026-05-05T21:15:33.699Z Compiling serde-value v0.7.0
5932026-05-05T21:15:33.699Z Compiling cargo-platform v0.2.0
5942026-05-05T21:15:33.699Z Compiling macaddr v1.0.1
5952026-05-05T21:15:33.925Z Compiling icu_provider v2.1.1
5962026-05-05T21:15:33.992Z Compiling toml_edit v0.22.27
5972026-05-05T21:15:34.155Z Compiling icu_properties v2.1.2
5982026-05-05T21:15:34.155Z Compiling icu_normalizer v2.1.1
5992026-05-05T21:15:34.413Z Compiling usdt-attr-macro v0.5.0
6002026-05-05T21:15:34.413Z Compiling usdt-macro v0.5.0
6012026-05-05T21:15:34.982Z Compiling idna_adapter v1.2.1
6022026-05-05T21:15:35.044Z Compiling usdt v0.5.0
6032026-05-05T21:15:35.096Z Compiling idna v1.1.0
6042026-05-05T21:15:35.234Z Compiling toml v0.8.23
6052026-05-05T21:15:35.363Z Compiling url v2.5.8
6062026-05-05T21:15:35.576Z Compiling cargo_toml v0.21.0
6072026-05-05T21:15:35.767Z Compiling cargo-util-schemas v0.8.2
6082026-05-05T21:15:36.593Z Compiling cargo_metadata v0.21.0
6092026-05-05T21:15:37.514Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6102026-05-05T21:15:39.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.35s
6112026-05-05T21:15:39.967Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6122026-05-05T21:15:40.555Z Downloading crates ...
6132026-05-05T21:15:40.647Z Downloaded atomicwrites v0.4.4
6142026-05-05T21:15:40.650Z Downloaded arrayref v0.3.9
6152026-05-05T21:15:40.654Z Downloaded adler2 v2.0.1
6162026-05-05T21:15:40.661Z Downloaded bcrypt-pbkdf v0.10.0
6172026-05-05T21:15:40.664Z Downloaded cargo-platform v0.1.9
6182026-05-05T21:15:40.670Z Downloaded convert_case v0.4.0
6192026-05-05T21:15:40.673Z Downloaded embedded-io v0.4.0
6202026-05-05T21:15:40.673Z Downloaded darling_macro v0.23.0
6212026-05-05T21:15:40.673Z Downloaded crossbeam-utils v0.8.21
6222026-05-05T21:15:40.676Z Downloaded const_format_proc_macros v0.2.34
6232026-05-05T21:15:40.679Z Downloaded bcs v0.1.6
6242026-05-05T21:15:40.680Z Downloaded ascii-canvas v3.0.0
6252026-05-05T21:15:40.684Z Downloaded crucible-workspace-hack v0.1.0
6262026-05-05T21:15:40.684Z Downloaded dropshot-api-manager-types v0.7.1
6272026-05-05T21:15:40.684Z Downloaded crc32fast v1.5.0
6282026-05-05T21:15:40.684Z Downloaded bit-set v0.5.3
6292026-05-05T21:15:40.687Z Downloaded daft-derive v0.1.5
6302026-05-05T21:15:40.687Z Downloaded dof v0.4.0
6312026-05-05T21:15:40.687Z Downloaded dtrace-parser v0.3.0
6322026-05-05T21:15:40.690Z Downloaded display-error-chain v0.2.2
6332026-05-05T21:15:40.690Z Downloaded atty v0.2.14
6342026-05-05T21:15:40.690Z Downloaded crypto-bigint v0.5.5
6352026-05-05T21:15:40.694Z Downloaded fatfs v0.3.6
6362026-05-05T21:15:40.697Z Downloaded bit-vec v0.8.0
6372026-05-05T21:15:40.701Z Downloaded enum-as-inner v0.6.1
6382026-05-05T21:15:40.701Z Downloaded dunce v1.0.5
6392026-05-05T21:15:40.702Z Downloaded curve25519-dalek-derive v0.1.1
6402026-05-05T21:15:40.702Z Downloaded dirs-sys-next v0.1.2
6412026-05-05T21:15:40.702Z Downloaded fd-lock v4.0.4
6422026-05-05T21:15:40.704Z Downloaded drift v0.1.3
6432026-05-05T21:15:40.708Z Downloaded bit-vec v0.6.3
6442026-05-05T21:15:40.708Z Downloaded dirs-next v2.0.0
6452026-05-05T21:15:40.708Z Downloaded env_filter v1.0.0
6462026-05-05T21:15:40.711Z Downloaded endian-type v0.1.2
6472026-05-05T21:15:40.711Z Downloaded derive-where v1.6.0
6482026-05-05T21:15:40.714Z Downloaded float-cmp v0.10.0
6492026-05-05T21:15:40.714Z Downloaded env_logger v0.11.9
6502026-05-05T21:15:40.716Z Downloaded downcast-rs v2.0.2
6512026-05-05T21:15:40.716Z Downloaded document-features v0.2.12
6522026-05-05T21:15:40.720Z Downloaded backon v1.6.0
6532026-05-05T21:15:40.720Z Downloaded fixedbitset v0.4.2
6542026-05-05T21:15:40.720Z Downloaded aho-corasick v1.1.4
6552026-05-05T21:15:40.723Z Downloaded float-ord v0.3.2
6562026-05-05T21:15:40.727Z Downloaded derive_more v0.99.20
6572026-05-05T21:15:40.730Z Downloaded foldhash v0.1.5
6582026-05-05T21:15:40.730Z Downloaded defmt-macros v1.0.1
6592026-05-05T21:15:40.733Z Downloaded crc v3.4.0
6602026-05-05T21:15:40.733Z Downloaded dyn-clone v1.0.20
6612026-05-05T21:15:40.733Z Downloaded cobs v0.3.0
6622026-05-05T21:15:40.735Z Downloaded castaway v0.2.4
6632026-05-05T21:15:40.735Z Downloaded block-padding v0.3.3
6642026-05-05T21:15:40.738Z Downloaded async-recursion v1.1.1
6652026-05-05T21:15:40.738Z Downloaded darling_macro v0.21.3
6662026-05-05T21:15:40.738Z Downloaded bb8 v0.8.6
6672026-05-05T21:15:40.742Z Downloaded cstr-argument v0.1.2
6682026-05-05T21:15:40.742Z Downloaded base64 v0.21.7
6692026-05-05T21:15:40.745Z Downloaded defmt v0.3.100
6702026-05-05T21:15:40.745Z Downloaded crunchy v0.2.4
6712026-05-05T21:15:40.745Z Downloaded cc v1.2.56
6722026-05-05T21:15:40.748Z Downloaded dsl_auto_type v0.2.0
6732026-05-05T21:15:40.748Z Downloaded crc8 v0.1.1
6742026-05-05T21:15:40.751Z Downloaded async-stream-impl v0.3.6
6752026-05-05T21:15:40.751Z Downloaded foreign-types v0.3.2
6762026-05-05T21:15:40.751Z Downloaded diesel_table_macro_syntax v0.3.0
6772026-05-05T21:15:40.754Z Downloaded embedded-io v0.6.1
6782026-05-05T21:15:40.754Z Downloaded flagset v0.4.7
6792026-05-05T21:15:40.754Z Downloaded async-stream v0.3.6
6802026-05-05T21:15:40.757Z Downloaded bitfield-macros v0.19.4
6812026-05-05T21:15:40.757Z Downloaded backoff v0.4.0
6822026-05-05T21:15:40.760Z Downloaded array-init v0.0.4
6832026-05-05T21:15:40.760Z Downloaded ctr v0.9.2
6842026-05-05T21:15:40.760Z Downloaded bit-set v0.8.0
6852026-05-05T21:15:40.763Z Downloaded base64ct v1.8.3
6862026-05-05T21:15:40.763Z Downloaded csv-core v0.1.13
6872026-05-05T21:15:40.767Z Downloaded foreign-types-macros v0.2.3
6882026-05-05T21:15:40.767Z Downloaded foreign-types v0.5.0
6892026-05-05T21:15:40.767Z Downloaded base16ct v0.2.0
6902026-05-05T21:15:40.767Z Downloaded aead v0.5.2
6912026-05-05T21:15:40.771Z Downloaded daft v0.1.5
6922026-05-05T21:15:40.771Z Downloaded difflib v0.4.0
6932026-05-05T21:15:40.771Z Downloaded base64 v0.22.1
6942026-05-05T21:15:40.774Z Downloaded defmt-parser v1.0.0
6952026-05-05T21:15:40.774Z Downloaded cfg_aliases v0.2.1
6962026-05-05T21:15:40.774Z Downloaded cfg_aliases v0.1.1
6972026-05-05T21:15:40.774Z Downloaded atomic-waker v1.1.2
6982026-05-05T21:15:40.777Z Downloaded foreign-types-shared v0.3.1
6992026-05-05T21:15:40.777Z Downloaded compression-core v0.4.31
7002026-05-05T21:15:40.780Z Downloaded ciborium-ll v0.2.2
7012026-05-05T21:15:40.780Z Downloaded cexpr v0.6.0
7022026-05-05T21:15:40.780Z Downloaded derive_builder_macro v0.20.2
7032026-05-05T21:15:40.783Z Downloaded darling_macro v0.20.11
7042026-05-05T21:15:40.783Z Downloaded debug-ignore v1.0.5
7052026-05-05T21:15:40.783Z Downloaded compression-codecs v0.4.37
7062026-05-05T21:15:40.786Z Downloaded bitfield-struct v0.6.2
7072026-05-05T21:15:40.786Z Downloaded assert_matches v1.5.0
7082026-05-05T21:15:40.789Z Downloaded crc-catalog v2.4.0
7092026-05-05T21:15:40.789Z Downloaded funty v2.0.0
7102026-05-05T21:15:40.789Z Downloaded byte-wrapper v0.1.0
7112026-05-05T21:15:40.792Z Downloaded blowfish v0.9.1
7122026-05-05T21:15:40.792Z Downloaded ciborium-io v0.2.2
7132026-05-05T21:15:40.792Z Downloaded futures-macro v0.3.32
7142026-05-05T21:15:40.792Z Downloaded futures-core v0.3.32
7152026-05-05T21:15:40.795Z Downloaded futures-task v0.3.32
7162026-05-05T21:15:40.795Z Downloaded futures-io v0.3.32
7172026-05-05T21:15:40.799Z Downloaded git-stub v1.0.0
7182026-05-05T21:15:40.803Z Downloaded fxhash v0.2.1
7192026-05-05T21:15:40.803Z Downloaded futures-sink v0.3.32
7202026-05-05T21:15:40.803Z Downloaded ghash v0.5.1
7212026-05-05T21:15:40.803Z Downloaded hash32 v0.2.1
7222026-05-05T21:15:40.806Z Downloaded globwalk v0.9.1
7232026-05-05T21:15:40.809Z Downloaded hash32 v0.3.1
7242026-05-05T21:15:40.809Z Downloaded http-body v1.0.1
7252026-05-05T21:15:40.812Z Downloaded erased-serde v0.3.31
7262026-05-05T21:15:40.815Z Downloaded hostname v0.4.2
7272026-05-05T21:15:40.815Z Downloaded diesel-dtrace v0.5.0
7282026-05-05T21:15:40.818Z Downloaded derive_builder_core v0.20.2
7292026-05-05T21:15:40.821Z Downloaded foldhash v0.2.0
7302026-05-05T21:15:40.821Z Downloaded ff v0.13.1
7312026-05-05T21:15:40.821Z Downloaded des v0.8.1
7322026-05-05T21:15:40.824Z Downloaded gethostname v0.5.0
7332026-05-05T21:15:40.824Z Downloaded cipher v0.4.4
7342026-05-05T21:15:40.827Z Downloaded arrayvec v0.7.6
7352026-05-05T21:15:40.827Z Downloaded home v0.5.12
7362026-05-05T21:15:40.827Z Downloaded hex-literal v0.4.1
7372026-05-05T21:15:40.830Z Downloaded headers-core v0.3.0
7382026-05-05T21:15:40.830Z Downloaded cpufeatures v0.3.0
7392026-05-05T21:15:40.830Z Downloaded cmake v0.1.57
7402026-05-05T21:15:40.830Z Downloaded camino-tempfile-ext v0.3.3
7412026-05-05T21:15:40.833Z Downloaded critical-section v1.2.0
7422026-05-05T21:15:40.833Z Downloaded http-range v0.1.5
7432026-05-05T21:15:40.833Z Downloaded convert_case v0.10.0
7442026-05-05T21:15:40.837Z Downloaded ena v0.14.4
7452026-05-05T21:15:40.837Z Downloaded hubpack v0.1.2
7462026-05-05T21:15:40.840Z Downloaded cassowary v0.3.0
7472026-05-05T21:15:40.840Z Downloaded hyper-tls v0.6.0
7482026-05-05T21:15:40.840Z Downloaded httpdate v1.0.3
7492026-05-05T21:15:40.840Z Downloaded cbc v0.1.2
7502026-05-05T21:15:40.843Z Downloaded buf-list v1.1.2
7512026-05-05T21:15:40.843Z Downloaded indent_write v2.2.0
7522026-05-05T21:15:40.846Z Downloaded chacha20 v0.9.1
7532026-05-05T21:15:40.846Z Downloaded fallible-iterator v0.2.0
7542026-05-05T21:15:40.849Z Downloaded hubpack_derive v0.1.1
7552026-05-05T21:15:40.849Z Downloaded hostname v0.3.1
7562026-05-05T21:15:40.849Z Downloaded clang-sys v1.8.1
7572026-05-05T21:15:40.852Z Downloaded der_derive v0.7.3
7582026-05-05T21:15:40.852Z Downloaded fixedbitset v0.5.7
7592026-05-05T21:15:40.855Z Downloaded ident_case v1.0.1
7602026-05-05T21:15:40.855Z Downloaded ecdsa v0.16.9
7612026-05-05T21:15:40.855Z Downloaded data-encoding v2.10.0
7622026-05-05T21:15:40.858Z Downloaded deranged v0.5.8
7632026-05-05T21:15:40.858Z Downloaded filetime v0.2.27
7642026-05-05T21:15:40.861Z Downloaded bitflags v1.3.2
7652026-05-05T21:15:40.861Z Downloaded fs_extra v1.3.0
7662026-05-05T21:15:40.864Z Downloaded foreign-types-shared v0.1.1
7672026-05-05T21:15:40.864Z Downloaded fs-err v2.11.0
7682026-05-05T21:15:40.864Z Downloaded futures-executor v0.3.32
7692026-05-05T21:15:40.867Z Downloaded corncobs v0.1.4
7702026-05-05T21:15:40.867Z Downloaded glob v0.3.3
7712026-05-05T21:15:40.867Z Downloaded git-stub-vcs v0.1.0
7722026-05-05T21:15:40.870Z Downloaded find-msvc-tools v0.1.9
7732026-05-05T21:15:40.870Z Downloaded either v1.15.0
7742026-05-05T21:15:40.873Z Downloaded derive-ex v0.1.8
7752026-05-05T21:15:40.873Z Downloaded cargo_metadata v0.19.2
7762026-05-05T21:15:40.873Z Downloaded is-terminal v0.4.17
7772026-05-05T21:15:40.876Z Downloaded group v0.13.0
7782026-05-05T21:15:40.876Z Downloaded inout v0.1.4
7792026-05-05T21:15:40.876Z Downloaded defmt v1.0.1
7802026-05-05T21:15:40.879Z Downloaded darling v0.21.3
7812026-05-05T21:15:40.882Z Downloaded internet-checksum v0.2.1
7822026-05-05T21:15:40.882Z Downloaded chacha20 v0.10.0
7832026-05-05T21:15:40.886Z Downloaded crossbeam-deque v0.8.6
7842026-05-05T21:15:40.886Z Downloaded instant v0.1.13
7852026-05-05T21:15:40.889Z Downloaded darling v0.23.0
7862026-05-05T21:15:40.893Z Downloaded instability v0.3.11
7872026-05-05T21:15:40.893Z Downloaded aes-gcm v0.10.3
7882026-05-05T21:15:40.895Z Downloaded cookie v0.18.1
7892026-05-05T21:15:40.895Z Downloaded const-oid v0.9.6
7902026-05-05T21:15:40.898Z Downloaded http-body-util v0.1.3
7912026-05-05T21:15:40.898Z Downloaded highway v1.3.0
7922026-05-05T21:15:40.903Z Downloaded colored v2.2.0
7932026-05-05T21:15:40.903Z Downloaded console v0.16.2
7942026-05-05T21:15:40.906Z Downloaded kstat-rs v0.2.4
7952026-05-05T21:15:40.906Z Downloaded lazy_static v1.5.0
7962026-05-05T21:15:40.906Z Downloaded keccak v0.1.6
7972026-05-05T21:15:40.906Z Downloaded ahash v0.8.12
7982026-05-05T21:15:40.910Z Downloaded lalrpop-util v0.19.12
7992026-05-05T21:15:40.910Z Downloaded libscf-sys v1.1.0
8002026-05-05T21:15:40.910Z Downloaded argon2 v0.5.3
8012026-05-05T21:15:40.910Z Downloaded console v0.15.11
8022026-05-05T21:15:40.914Z Downloaded hex v0.4.3
8032026-05-05T21:15:40.914Z Downloaded lru-slab v0.1.2
8042026-05-05T21:15:40.914Z Downloaded linked-hash-map v0.5.6
8052026-05-05T21:15:40.919Z Downloaded lru-cache v0.1.2
8062026-05-05T21:15:40.919Z Downloaded lru v0.12.5
8072026-05-05T21:15:40.919Z Downloaded match_cfg v0.1.0
8082026-05-05T21:15:40.919Z Downloaded maplit v1.0.2
8092026-05-05T21:15:40.920Z Downloaded humantime v2.3.0
8102026-05-05T21:15:40.920Z Downloaded globset v0.4.18
8112026-05-05T21:15:40.923Z Downloaded constant_time_eq v0.4.2
8122026-05-05T21:15:40.923Z Downloaded async-trait v0.1.89
8132026-05-05T21:15:40.926Z Downloaded aes v0.8.4
8142026-05-05T21:15:40.926Z Downloaded ed25519 v2.2.3
8152026-05-05T21:15:40.929Z Downloaded cancel-safe-futures v0.1.5
8162026-05-05T21:15:40.929Z Downloaded futures-channel v0.3.32
8172026-05-05T21:15:40.933Z Downloaded half v1.8.3
8182026-05-05T21:15:40.934Z Downloaded darling v0.20.11
8192026-05-05T21:15:40.937Z Downloaded ingot-types v0.1.2
8202026-05-05T21:15:40.937Z Downloaded bzip2 v0.4.4
8212026-05-05T21:15:40.941Z Downloaded indoc v1.0.9
8222026-05-05T21:15:40.941Z Downloaded is_ci v1.2.0
8232026-05-05T21:15:40.941Z Downloaded bitfield v0.19.4
8242026-05-05T21:15:40.941Z Downloaded multimap v0.10.1
8252026-05-05T21:15:40.941Z Downloaded managed v0.8.0
8262026-05-05T21:15:40.946Z Downloaded impl-trait-for-tuples v0.2.3
8272026-05-05T21:15:40.946Z Downloaded mime v0.3.17
8282026-05-05T21:15:40.951Z Downloaded memoffset v0.9.1
8292026-05-05T21:15:40.951Z Downloaded newtype_derive v0.1.6
8302026-05-05T21:15:40.951Z Downloaded newtype-uuid-macros v0.1.0
8312026-05-05T21:15:40.951Z Downloaded newline-converter v0.3.0
8322026-05-05T21:15:40.951Z Downloaded md5 v0.7.0
8332026-05-05T21:15:40.951Z Downloaded hmac v0.12.1
8342026-05-05T21:15:40.955Z Downloaded ipnetwork v0.21.1
8352026-05-05T21:15:40.955Z Downloaded diff v0.1.13
8362026-05-05T21:15:40.955Z Downloaded dropshot_endpoint v0.17.0
8372026-05-05T21:15:40.958Z Downloaded ingot v0.1.1
8382026-05-05T21:15:40.958Z Downloaded colored v3.1.1
8392026-05-05T21:15:40.961Z Downloaded new_debug_unreachable v1.0.6
8402026-05-05T21:15:40.961Z Downloaded crc-any v2.5.0
8412026-05-05T21:15:40.966Z Downloaded blake2 v0.10.6
8422026-05-05T21:15:40.966Z Downloaded nodrop v0.1.14
8432026-05-05T21:15:40.966Z Downloaded normalize-line-endings v0.3.0
8442026-05-05T21:15:40.966Z Downloaded crossbeam-epoch v0.9.18
8452026-05-05T21:15:40.970Z Downloaded cookie_store v0.22.1
8462026-05-05T21:15:40.970Z Downloaded bzip2 v0.6.1
8472026-05-05T21:15:40.970Z Downloaded getrandom v0.2.17
8482026-05-05T21:15:40.973Z Downloaded iana-time-zone v0.1.65
8492026-05-05T21:15:40.973Z Downloaded num-derive v0.3.3
8502026-05-05T21:15:40.977Z Downloaded num v0.4.3
8512026-05-05T21:15:40.977Z Downloaded libefi-sys v0.1.0
8522026-05-05T21:15:40.977Z Downloaded libsw-core v0.3.2
8532026-05-05T21:15:40.981Z Downloaded num-conv v0.2.0
8542026-05-05T21:15:40.981Z Downloaded nonempty v0.12.0
8552026-05-05T21:15:40.981Z Downloaded num-iter v0.1.45
8562026-05-05T21:15:40.981Z Downloaded libsw v3.5.0
8572026-05-05T21:15:40.984Z Downloaded libloading v0.8.9
8582026-05-05T21:15:40.984Z Downloaded opaque-debug v0.3.1
8592026-05-05T21:15:40.984Z Downloaded num_threads v0.1.7
8602026-05-05T21:15:40.987Z Downloaded jobserver v0.1.34
8612026-05-05T21:15:40.987Z Downloaded openssl-probe v0.2.1
8622026-05-05T21:15:40.987Z Downloaded olpc-cjson v0.1.4
8632026-05-05T21:15:40.990Z Downloaded hyper-rustls v0.27.7
8642026-05-05T21:15:40.990Z Downloaded linear-map v1.2.0
8652026-05-05T21:15:40.990Z Downloaded hyper-staticfile v0.10.1
8662026-05-05T21:15:40.995Z Downloaded elliptic-curve v0.13.8
8672026-05-05T21:15:40.995Z Downloaded derive_builder v0.20.2
8682026-05-05T21:15:40.998Z Downloaded half v2.7.1
8692026-05-05T21:15:41.003Z Downloaded allocator-api2 v0.2.21
8702026-05-05T21:15:41.003Z Downloaded openssl-probe v0.1.6
8712026-05-05T21:15:41.003Z Downloaded openssl-macros v0.1.1
8722026-05-05T21:15:41.003Z Downloaded dropshot_endpoint v0.16.7
8732026-05-05T21:15:41.007Z Downloaded ipnet v2.11.0
8742026-05-05T21:15:41.007Z Downloaded ingot-macros v0.1.1
8752026-05-05T21:15:41.010Z Downloaded nibble_vec v0.1.0
8762026-05-05T21:15:41.010Z Downloaded native-tls v0.2.18
8772026-05-05T21:15:41.010Z Downloaded maybe-uninit v2.0.0
8782026-05-05T21:15:41.013Z Downloaded lock_api v0.4.14
8792026-05-05T21:15:41.013Z Downloaded oso-derive v0.27.3
8802026-05-05T21:15:41.013Z Downloaded indoc v2.0.7
8812026-05-05T21:15:41.016Z Downloaded md-5 v0.10.6
8822026-05-05T21:15:41.016Z Downloaded lzss v0.8.2
8832026-05-05T21:15:41.019Z Downloaded ciborium v0.2.2
8842026-05-05T21:15:41.019Z Downloaded diesel_derives v2.3.7
8852026-05-05T21:15:41.022Z Downloaded chacha20poly1305 v0.10.1
8862026-05-05T21:15:41.025Z Downloaded parse-size v1.1.0
8872026-05-05T21:15:41.025Z Downloaded arc-swap v1.8.2
8882026-05-05T21:15:41.030Z Downloaded async-bb8-diesel v0.2.1
8892026-05-05T21:15:41.030Z Downloaded mime_guess v2.0.5
8902026-05-05T21:15:41.033Z Downloaded bytes v1.11.1
8912026-05-05T21:15:41.033Z Downloaded path-slash v0.1.5
8922026-05-05T21:15:41.033Z Downloaded nanorand v0.7.0
8932026-05-05T21:15:41.037Z Downloaded darling_core v0.20.11
8942026-05-05T21:15:41.041Z Downloaded pbkdf2 v0.11.0
8952026-05-05T21:15:41.041Z Downloaded peg-runtime v0.8.5
8962026-05-05T21:15:41.041Z Downloaded pbkdf2 v0.12.2
8972026-05-05T21:15:41.044Z Downloaded num-derive v0.4.2
8982026-05-05T21:15:41.044Z Downloaded newtype-uuid v1.3.2
8992026-05-05T21:15:41.044Z Downloaded const_format v0.2.35
9002026-05-05T21:15:41.047Z Downloaded num_enum_derive v0.5.11
9012026-05-05T21:15:41.062Z Downloaded predicates-tree v1.0.13
9022026-05-05T21:15:41.121Z Downloaded predicates-core v1.0.10
9032026-05-05T21:15:41.121Z Downloaded pin-utils v0.1.0
9042026-05-05T21:15:41.121Z Downloaded phf_shared v0.13.1
9052026-05-05T21:15:41.121Z Downloaded phf_shared v0.12.1
9062026-05-05T21:15:41.121Z Downloaded phf_shared v0.11.3
9072026-05-05T21:15:41.121Z Downloaded num_enum_derive v0.7.5
9082026-05-05T21:15:41.121Z Downloaded num_enum v0.7.5
9092026-05-05T21:15:41.121Z Downloaded precomputed-hash v0.1.1
9102026-05-05T21:15:41.121Z Downloaded powerfmt v0.2.0
9112026-05-05T21:15:41.121Z Downloaded memmap2 v0.9.10
9122026-05-05T21:15:41.121Z Downloaded indexmap v1.9.3
9132026-05-05T21:15:41.121Z Downloaded num-complex v0.4.6
9142026-05-05T21:15:41.121Z Downloaded oxide-tokio-rt v0.1.4
9152026-05-05T21:15:41.121Z Downloaded owo-colors v4.3.0
9162026-05-05T21:15:41.121Z Downloaded multer v3.1.0
9172026-05-05T21:15:41.121Z Downloaded darling_core v0.23.0
9182026-05-05T21:15:41.121Z Downloaded proc-macro-crate v3.4.0
9192026-05-05T21:15:41.121Z Downloaded ar_archive_writer v0.5.1
9202026-05-05T21:15:41.121Z Downloaded proc-macro-crate v1.3.1
9212026-05-05T21:15:41.121Z Downloaded parking_lot_core v0.8.6
9222026-05-05T21:15:41.121Z Downloaded packed_struct_codegen v0.10.1
9232026-05-05T21:15:41.121Z Downloaded heapless v0.8.0
9242026-05-05T21:15:41.121Z Downloaded der v0.7.10
9252026-05-05T21:15:41.121Z Downloaded packed_struct v0.10.1
9262026-05-05T21:15:41.121Z Downloaded proc-macro-error-attr2 v2.0.0
9272026-05-05T21:15:41.121Z Downloaded paste v1.0.15
9282026-05-05T21:15:41.122Z Downloaded parse-display v0.10.0
9292026-05-05T21:15:41.122Z Downloaded oxnet v0.1.4
9302026-05-05T21:15:41.122Z Downloaded litrs v1.0.0
9312026-05-05T21:15:41.122Z Downloaded peg-macros v0.8.5
9322026-05-05T21:15:41.122Z Downloaded psl-types v2.0.11
9332026-05-05T21:15:41.122Z Downloaded progenitor-macro v0.13.0
9342026-05-05T21:15:41.122Z Downloaded password-hash v0.5.0
9352026-05-05T21:15:41.122Z Downloaded getrandom v0.3.4
9362026-05-05T21:15:41.122Z Downloaded pem v3.0.6
9372026-05-05T21:15:41.122Z Downloaded progenitor-client v0.10.0
9382026-05-05T21:15:41.122Z Downloaded peg v0.8.5
9392026-05-05T21:15:41.122Z Downloaded progenitor-client v0.11.2
9402026-05-05T21:15:41.122Z Downloaded heapless v0.7.17
9412026-05-05T21:15:41.127Z Downloaded progenitor-macro v0.14.0
9422026-05-05T21:15:41.127Z Downloaded poly1305 v0.8.0
9432026-05-05T21:15:41.127Z Downloaded pin-project-lite v0.2.17
9442026-05-05T21:15:41.127Z Downloaded libbz2-rs-sys v0.2.2
9452026-05-05T21:15:41.131Z Downloaded radium v0.7.0
9462026-05-05T21:15:41.131Z Downloaded headers v0.4.1
9472026-05-05T21:15:41.131Z Downloaded phf v0.13.1
9482026-05-05T21:15:41.134Z Downloaded omicron-zone-package v0.12.2
9492026-05-05T21:15:41.134Z Downloaded progenitor-macro v0.10.0
9502026-05-05T21:15:41.134Z Downloaded pkg-config v0.3.32
9512026-05-05T21:15:41.137Z Downloaded quick-error v1.2.3
9522026-05-05T21:15:41.137Z Downloaded derive_more v2.1.1
9532026-05-05T21:15:41.143Z Downloaded ppv-lite86 v0.2.21
9542026-05-05T21:15:41.147Z Downloaded pkcs8 v0.10.2
9552026-05-05T21:15:41.147Z Downloaded flate2 v1.1.9
9562026-05-05T21:15:41.151Z Downloaded rand_xorshift v0.4.0
9572026-05-05T21:15:41.151Z Downloaded darling_core v0.21.3
9582026-05-05T21:15:41.154Z Downloaded recursive v0.1.1
9592026-05-05T21:15:41.154Z Downloaded primeorder v0.13.6
9602026-05-05T21:15:41.154Z Downloaded ignore v0.4.25
9612026-05-05T21:15:41.157Z Downloaded predicates v3.1.4
9622026-05-05T21:15:41.160Z Downloaded async-compression v0.4.41
9632026-05-05T21:15:41.163Z Downloaded hickory-resolver v0.24.4
9642026-05-05T21:15:41.166Z Downloaded progenitor v0.13.0
9652026-05-05T21:15:41.166Z Downloaded parking_lot_core v0.9.12
9662026-05-05T21:15:41.169Z Downloaded progenitor v0.11.2
9672026-05-05T21:15:41.169Z Downloaded parse-display-derive v0.10.0
9682026-05-05T21:15:41.169Z Downloaded ref-cast-impl v1.0.25
9692026-05-05T21:15:41.172Z Downloaded ref-cast v1.0.25
9702026-05-05T21:15:41.172Z Downloaded recursive-proc-macro-impl v0.1.1
9712026-05-05T21:15:41.172Z Downloaded progenitor-macro v0.11.2
9722026-05-05T21:15:41.175Z Downloaded progenitor-extras v0.2.0
9732026-05-05T21:15:41.175Z Downloaded password-hash v0.4.2
9742026-05-05T21:15:41.175Z Downloaded progenitor v0.14.0
9752026-05-05T21:15:41.178Z Downloaded progenitor v0.10.0
9762026-05-05T21:15:41.178Z Downloaded pem-rfc7468 v0.7.0
9772026-05-05T21:15:41.183Z Downloaded progenitor-client v0.14.0
9782026-05-05T21:15:41.183Z Downloaded psm v0.1.30
9792026-05-05T21:15:41.183Z Downloaded progenitor-client v0.13.0
9802026-05-05T21:15:41.186Z Downloaded parking_lot v0.12.5
9812026-05-05T21:15:41.186Z Downloaded rfc6979 v0.4.0
9822026-05-05T21:15:41.186Z Downloaded crossbeam-channel v0.5.15
9832026-05-05T21:15:41.189Z Downloaded pkcs5 v0.7.1
9842026-05-05T21:15:41.192Z Downloaded pin-project-internal v1.1.11
9852026-05-05T21:15:41.192Z Downloaded rand_chacha v0.3.1
9862026-05-05T21:15:41.192Z Downloaded r2d2 v0.8.10
9872026-05-05T21:15:41.195Z Downloaded phf v0.12.1
9882026-05-05T21:15:41.195Z Downloaded parking_lot v0.11.2
9892026-05-05T21:15:41.196Z Downloaded russh-cryptovec v0.7.3
9902026-05-05T21:15:41.200Z Downloaded ed25519-dalek v2.2.0
9912026-05-05T21:15:41.200Z Downloaded rustc_version v0.1.7
9922026-05-05T21:15:41.200Z Downloaded polyval v0.6.2
9932026-05-05T21:15:41.200Z Downloaded bumpalo v3.20.2
9942026-05-05T21:15:41.203Z Downloaded rtoolbox v0.0.3
9952026-05-05T21:15:41.203Z Downloaded indicatif v0.18.4
9962026-05-05T21:15:41.206Z Downloaded rustc_version v0.4.1
9972026-05-05T21:15:41.206Z Downloaded hickory-resolver v0.25.2
9982026-05-05T21:15:41.209Z Downloaded postgres-types v0.2.12
9992026-05-05T21:15:41.212Z Downloaded crossterm v0.29.0
10002026-05-05T21:15:41.215Z Downloaded expectorate v1.2.0
10012026-05-05T21:15:41.218Z Downloaded postgres-protocol v0.6.10
10022026-05-05T21:15:41.218Z Downloaded p256 v0.13.2
10032026-05-05T21:15:41.221Z Downloaded rand_seeder v0.4.0
10042026-05-05T21:15:41.221Z Downloaded postcard v1.1.3
10052026-05-05T21:15:41.225Z Downloaded rand_core v0.10.0
10062026-05-05T21:15:41.225Z Downloaded hashbrown v0.12.3
10072026-05-05T21:15:41.228Z Downloaded rand_core v0.9.5
10082026-05-05T21:15:41.228Z Downloaded rand_core v0.6.4
10092026-05-05T21:15:41.230Z Downloaded oso v0.27.3
10102026-05-05T21:15:41.230Z Downloaded rand_chacha v0.9.0
10112026-05-05T21:15:41.233Z Downloaded proc-macro-error2 v2.0.1
10122026-05-05T21:15:41.233Z Downloaded scheduled-thread-pool v0.2.7
10132026-05-05T21:15:41.236Z Downloaded sapling-renderdag v0.1.0
10142026-05-05T21:15:41.236Z Downloaded same-file v1.0.6
10152026-05-05T21:15:41.236Z Downloaded salsa20 v0.10.2
10162026-05-05T21:15:41.239Z Downloaded miniz_oxide v0.8.9
10172026-05-05T21:15:41.239Z Downloaded jiff-static v0.2.21
10182026-05-05T21:15:41.242Z Downloaded derive_more-impl v2.1.1
10192026-05-05T21:15:41.245Z Downloaded secrecy v0.8.0
10202026-05-05T21:15:41.245Z Downloaded scopeguard v1.2.0
10212026-05-05T21:15:41.248Z Downloaded compact_str v0.8.1
10222026-05-05T21:15:41.248Z Downloaded scrypt v0.11.0
10232026-05-05T21:15:41.251Z Downloaded futures v0.3.32
10242026-05-05T21:15:41.254Z Downloaded scroll_derive v0.13.1
10252026-05-05T21:15:41.254Z Downloaded flume v0.11.1
10262026-05-05T21:15:41.257Z Downloaded pin-project v1.1.11
10272026-05-05T21:15:41.261Z Downloaded resolv-conf v0.7.6
10282026-05-05T21:15:41.264Z Downloaded num_enum v0.5.11
10292026-05-05T21:15:41.267Z Downloaded rustc-hash v2.1.1
10302026-05-05T21:15:41.267Z Downloaded pkcs1 v0.7.5
10312026-05-05T21:15:41.270Z Downloaded signal-hook-mio v0.2.5
10322026-05-05T21:15:41.270Z Downloaded num-rational v0.4.2
10332026-05-05T21:15:41.270Z Downloaded num-integer v0.1.46
10342026-05-05T21:15:41.273Z Downloaded sigpipe v0.1.3
10352026-05-05T21:15:41.273Z Downloaded signal-hook-tokio v0.3.1
10362026-05-05T21:15:41.273Z Downloaded serde_bytes v0.11.19
10372026-05-05T21:15:41.276Z Downloaded seq-macro v0.3.6
10382026-05-05T21:15:41.276Z Downloaded rustls-pemfile v2.2.0
10392026-05-05T21:15:41.279Z Downloaded serde_repr v0.1.20
10402026-05-05T21:15:41.279Z Downloaded semver v0.1.20
10412026-05-05T21:15:41.279Z Downloaded secrecy v0.10.3
10422026-05-05T21:15:41.279Z Downloaded nu-ansi-term v0.50.3
10432026-05-05T21:15:41.282Z Downloaded rustls-pemfile v1.0.4
10442026-05-05T21:15:41.285Z Downloaded hashbrown v0.13.2
10452026-05-05T21:15:41.285Z Downloaded openssl-sys v0.9.114
10462026-05-05T21:15:41.288Z Downloaded serde_urlencoded v0.7.1
10472026-05-05T21:15:41.291Z Downloaded signature v2.2.0
10482026-05-05T21:15:41.292Z Downloaded serde_plain v1.0.2
10492026-05-05T21:15:41.292Z Downloaded serde_spanned v1.0.4
10502026-05-05T21:15:41.294Z Downloaded shell-words v1.1.1
10512026-05-05T21:15:41.294Z Downloaded sha1 v0.10.6
10522026-05-05T21:15:41.294Z Downloaded rustls-native-certs v0.8.3
10532026-05-05T21:15:41.298Z Downloaded aws-lc-rs v1.16.0
10542026-05-05T21:15:41.302Z Downloaded rusty-fork v0.3.1
10552026-05-05T21:15:41.306Z Downloaded slog-envlogger v2.2.0
10562026-05-05T21:15:41.307Z Downloaded crossterm v0.28.1
10572026-05-05T21:15:41.310Z Downloaded slog-bunyan v2.5.0
10582026-05-05T21:15:41.310Z Downloaded progenitor-impl v0.13.0
10592026-05-05T21:15:41.310Z Downloaded minimal-lexical v0.2.1
10602026-05-05T21:15:41.313Z Downloaded siphasher v1.0.2
10612026-05-05T21:15:41.316Z Downloaded prefix-trie v0.7.0
10622026-05-05T21:15:41.316Z Downloaded schemars_derive v0.8.22
10632026-05-05T21:15:41.319Z Downloaded progenitor-impl v0.10.0
10642026-05-05T21:15:41.320Z Downloaded http v1.4.0
10652026-05-05T21:15:41.323Z Downloaded httparse v1.10.1
10662026-05-05T21:15:41.327Z Downloaded ssh-cipher v0.2.0
10672026-05-05T21:15:41.327Z Downloaded sct v0.7.1
10682026-05-05T21:15:41.330Z Downloaded scroll v0.13.0
10692026-05-05T21:15:41.330Z Downloaded serde_path_to_error v0.1.20
10702026-05-05T21:15:41.330Z Downloaded sec1 v0.7.3
10712026-05-05T21:15:41.333Z Downloaded progenitor-impl v0.11.2
10722026-05-05T21:15:41.333Z Downloaded hyper-util v0.1.20
10732026-05-05T21:15:41.339Z Downloaded progenitor-impl v0.14.0
10742026-05-05T21:15:41.344Z Downloaded serde-big-array v0.5.1
10752026-05-05T21:15:41.344Z Downloaded serde_derive_internals v0.29.1
10762026-05-05T21:15:41.344Z Downloaded serde-hex v0.1.0
10772026-05-05T21:15:41.344Z Downloaded russh-keys v0.45.0
10782026-05-05T21:15:41.349Z Downloaded sqlparser_derive v0.5.0
10792026-05-05T21:15:41.349Z Downloaded ssh-encoding v0.2.0
10802026-05-05T21:15:41.352Z Downloaded dropshot-api-manager v0.7.1
10812026-05-05T21:15:41.352Z Downloaded strum v0.27.2
10822026-05-05T21:15:41.356Z Downloaded strip-ansi-escapes v0.2.1
10832026-05-05T21:15:41.356Z Downloaded simd-adler32 v0.3.8
10842026-05-05T21:15:41.360Z Downloaded quinn-udp v0.5.14
10852026-05-05T21:15:41.361Z Downloaded signal-hook-registry v1.4.8
10862026-05-05T21:15:41.361Z Downloaded pretty_assertions v1.4.1
10872026-05-05T21:15:41.361Z Downloaded itertools v0.10.5
10882026-05-05T21:15:41.363Z Downloaded structmeta-derive v0.3.0
10892026-05-05T21:15:41.366Z Downloaded structmeta v0.3.0
10902026-05-05T21:15:41.366Z Downloaded rustls-pki-types v1.14.0
10912026-05-05T21:15:41.369Z Downloaded rustversion v1.0.22
10922026-05-05T21:15:41.372Z Downloaded shlex v1.3.0
10932026-05-05T21:15:41.372Z Downloaded strum v0.26.3
10942026-05-05T21:15:41.375Z Downloaded slab v0.4.12
10952026-05-05T21:15:41.375Z Downloaded subtle v2.6.1
10962026-05-05T21:15:41.378Z Downloaded supports-color v3.0.2
10972026-05-05T21:15:41.378Z Downloaded papergrid v0.17.0
10982026-05-05T21:15:41.381Z Downloaded slog-stdlog v4.1.1
10992026-05-05T21:15:41.384Z Downloaded slog-json v2.6.1
11002026-05-05T21:15:41.384Z Downloaded slog-async v2.8.0
11012026-05-05T21:15:41.387Z Downloaded smallvec v0.6.14
11022026-05-05T21:15:41.387Z Downloaded slog-term v2.9.2
11032026-05-05T21:15:41.390Z Downloaded tabwriter v1.4.1
11042026-05-05T21:15:41.390Z Downloaded tagptr v0.2.0
11052026-05-05T21:15:41.390Z Downloaded tabled_derive v0.11.0
11062026-05-05T21:15:41.393Z Downloaded sync_wrapper v1.0.2
11072026-05-05T21:15:41.393Z Downloaded tap v1.0.1
11082026-05-05T21:15:41.393Z Downloaded termtree v0.5.1
11092026-05-05T21:15:41.393Z Downloaded sqlformat v0.3.5
11102026-05-05T21:15:41.397Z Downloaded spki v0.7.3
11112026-05-05T21:15:41.397Z Downloaded take_mut v0.2.2
11122026-05-05T21:15:41.397Z Downloaded sync-ptr v0.1.4
11132026-05-05T21:15:41.397Z Downloaded slog-scope v4.4.1
11142026-05-05T21:15:41.400Z Downloaded slog-dtrace v0.3.0
11152026-05-05T21:15:41.400Z Downloaded hickory-server v0.25.2
11162026-05-05T21:15:41.406Z Downloaded ron v0.8.1
11172026-05-05T21:15:41.409Z Downloaded serde_cbor v0.11.2
11182026-05-05T21:15:41.412Z Downloaded smf v0.2.3
11192026-05-05T21:15:41.415Z Downloaded stacker v0.1.23
11202026-05-05T21:15:41.415Z Downloaded thiserror-impl-no-std v2.0.2
11212026-05-05T21:15:41.415Z Downloaded stringprep v0.1.5
11222026-05-05T21:15:41.418Z Downloaded snafu-derive v0.8.9
11232026-05-05T21:15:41.422Z Downloaded mio v1.2.0
11242026-05-05T21:15:41.427Z Downloaded hashbrown v0.16.1
11252026-05-05T21:15:41.430Z Downloaded thread-id v5.1.0
11262026-05-05T21:15:41.434Z Downloaded tinyvec_macros v0.1.1
11272026-05-05T21:15:41.437Z Downloaded serde_with_macros v3.17.0
11282026-05-05T21:15:41.437Z Downloaded ryu v1.0.23
11292026-05-05T21:15:41.440Z Downloaded prettyplease v0.2.37
11302026-05-05T21:15:41.443Z Downloaded time-core v0.1.8
11312026-05-05T21:15:41.443Z Downloaded strum_macros v0.26.4
11322026-05-05T21:15:41.443Z Downloaded rayon-core v1.13.0
11332026-05-05T21:15:41.446Z Downloaded tokio-macros v2.7.0
11342026-05-05T21:15:41.448Z Downloaded static_assertions v1.1.0
11352026-05-05T21:15:41.449Z Downloaded strum_macros v0.24.3
11362026-05-05T21:15:41.451Z Downloaded nom v7.1.3
11372026-05-05T21:15:41.455Z Downloaded schemars v0.8.22
11382026-05-05T21:15:41.462Z Downloaded tower-layer v0.3.3
11392026-05-05T21:15:41.465Z Downloaded spin v0.9.8
11402026-05-05T21:15:41.465Z Downloaded publicsuffix v2.3.0
11412026-05-05T21:15:41.468Z Downloaded topological-sort v0.2.2
11422026-05-05T21:15:41.468Z Downloaded testing_table v0.3.0
11432026-05-05T21:15:41.468Z Downloaded termios v0.3.3
11442026-05-05T21:15:41.471Z Downloaded support-bundle-viewer v0.1.2
11452026-05-05T21:15:41.471Z Downloaded libxml v0.3.3
11462026-05-05T21:15:41.474Z Downloaded rand v0.8.5
11472026-05-05T21:15:41.477Z Downloaded quinn v0.11.9
11482026-05-05T21:15:41.480Z Downloaded num-bigint v0.4.6
11492026-05-05T21:15:41.484Z Downloaded trait-variant v0.1.2
11502026-05-05T21:15:41.487Z Downloaded string_cache v0.8.9
11512026-05-05T21:15:41.487Z Downloaded tower-service v0.3.3
11522026-05-05T21:15:41.487Z Downloaded thiserror-no-std v2.0.2
11532026-05-05T21:15:41.490Z Downloaded rustls-platform-verifier v0.6.2
11542026-05-05T21:15:41.494Z Downloaded time-macros v0.2.27
11552026-05-05T21:15:41.500Z Downloaded rcgen v0.12.1
11562026-05-05T21:15:41.503Z Downloaded try-lock v0.2.5
11572026-05-05T21:15:41.503Z Downloaded tls_codec_derive v0.4.2
11582026-05-05T21:15:41.507Z Downloaded tiny-keccak v2.0.2
11592026-05-05T21:15:41.507Z Downloaded signal-hook v0.3.18
11602026-05-05T21:15:41.508Z Downloaded unarray v0.1.4
11612026-05-05T21:15:41.510Z Downloaded tls_codec v0.4.2
11622026-05-05T21:15:41.510Z Downloaded tokio-dtrace v0.1.1
11632026-05-05T21:15:41.510Z Downloaded tokio-native-tls v0.3.1
11642026-05-05T21:15:41.514Z Downloaded similar v2.7.0
11652026-05-05T21:15:41.516Z Downloaded universal-hash v0.5.1
11662026-05-05T21:15:41.516Z Downloaded strum_macros v0.27.2
11672026-05-05T21:15:41.520Z Downloaded typify-macro v0.6.2
11682026-05-05T21:15:41.520Z Downloaded unit-prefix v0.5.2
11692026-05-05T21:15:41.523Z Downloaded untrusted v0.7.1
11702026-05-05T21:15:41.526Z Downloaded unicode-truncate v1.1.0
11712026-05-05T21:15:41.526Z Downloaded usdt v0.6.0
11722026-05-05T21:15:41.529Z Downloaded tokio-rustls v0.25.0
11732026-05-05T21:15:41.529Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11742026-05-05T21:15:41.529Z Downloaded tokio-tungstenite v0.23.1
11752026-05-05T21:15:41.534Z Downloaded untrusted v0.9.0
11762026-05-05T21:15:41.537Z Downloaded usdt-attr-macro v0.6.0
11772026-05-05T21:15:41.537Z Downloaded term v0.7.0
11782026-05-05T21:15:41.537Z Downloaded itertools v0.13.0
11792026-05-05T21:15:41.541Z Downloaded toml_writer v1.0.6+spec-1.1.0
11802026-05-05T21:15:41.544Z Downloaded itertools v0.12.1
11812026-05-05T21:15:41.546Z Downloaded utf-8 v0.7.6
11822026-05-05T21:15:41.549Z Downloaded rsa v0.9.10
11832026-05-05T21:15:41.552Z Downloaded socket2 v0.5.10
11842026-05-05T21:15:41.555Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11852026-05-05T21:15:41.555Z Downloaded socket2 v0.6.3
11862026-05-05T21:15:41.555Z Downloaded usdt-macro v0.6.0
11872026-05-05T21:15:41.559Z Downloaded thread_local v1.1.9
11882026-05-05T21:15:41.561Z Downloaded void v1.0.2
11892026-05-05T21:15:41.565Z Downloaded iddqd v0.3.18
11902026-05-05T21:15:41.569Z Downloaded rustls-webpki v0.103.9
11912026-05-05T21:15:41.572Z Downloaded iri-string v0.7.10
11922026-05-05T21:15:41.575Z Downloaded typify-macro v0.4.3
11932026-05-05T21:15:41.578Z Downloaded hyper v1.8.1
11942026-05-05T21:15:41.583Z Downloaded waitgroup v0.1.2
11952026-05-05T21:15:41.583Z Downloaded hashbrown v0.15.5
11962026-05-05T21:15:41.588Z Downloaded tokio-rustls v0.26.4
11972026-05-05T21:15:41.588Z Downloaded serde_yaml v0.9.34+deprecated
11982026-05-05T21:15:41.588Z Downloaded futures-util v0.3.32
11992026-05-05T21:15:41.594Z Downloaded xshell-macros v0.2.7
12002026-05-05T21:15:41.597Z Downloaded want v0.3.1
12012026-05-05T21:15:41.597Z Downloaded schemars v1.2.1
12022026-05-05T21:15:41.603Z Downloaded tokio-stream v0.1.18
12032026-05-05T21:15:41.606Z Downloaded toml_parser v1.0.9+spec-1.1.0
12042026-05-05T21:15:41.609Z Downloaded tokio-tungstenite v0.21.0
12052026-05-05T21:15:41.609Z Downloaded tokio-rustls v0.24.1
12062026-05-05T21:15:41.613Z Downloaded zeroize_derive v1.4.3
12072026-05-05T21:15:41.613Z Downloaded usdt-impl v0.6.0
12082026-05-05T21:15:41.613Z Downloaded qorb v0.4.1
12092026-05-05T21:15:41.616Z Downloaded subprocess v0.2.15
12102026-05-05T21:15:41.619Z Downloaded snafu v0.8.9
12112026-05-05T21:15:41.622Z Downloaded rand v0.9.2
12122026-05-05T21:15:41.625Z Downloaded schemars v0.9.0
12132026-05-05T21:15:41.630Z Downloaded zone v0.3.1
12142026-05-05T21:15:41.633Z Downloaded vsss-rs v3.3.4
12152026-05-05T21:15:41.633Z Downloaded vergen-lib v0.1.6
12162026-05-05T21:15:41.633Z Downloaded zone_cfg_derive v0.3.1
12172026-05-05T21:15:41.636Z Downloaded term v1.2.1
12182026-05-05T21:15:41.636Z Downloaded h2 v0.4.13
12192026-05-05T21:15:41.641Z Downloaded twox-hash v2.1.2
12202026-05-05T21:15:41.644Z Downloaded test-strategy v0.4.5
12212026-05-05T21:15:41.644Z Downloaded tracing-attributes v0.1.31
12222026-05-05T21:15:41.647Z Downloaded tui-tree-widget v0.23.1
12232026-05-05T21:15:41.647Z Downloaded vergen-gitcl v1.0.8
12242026-05-05T21:15:41.647Z Downloaded vergen-git2 v1.0.7
12252026-05-05T21:15:41.649Z Downloaded unicase v2.9.0
12262026-05-05T21:15:41.649Z Downloaded whoami v1.6.1
12272026-05-05T21:15:41.649Z Downloaded tinyvec v1.10.0
12282026-05-05T21:15:41.652Z Downloaded rand v0.10.0
12292026-05-05T21:15:41.655Z Downloaded p521 v0.13.3
12302026-05-05T21:15:41.658Z Downloaded wyz v0.5.1
12312026-05-05T21:15:41.658Z Downloaded unicode-properties v0.1.4
12322026-05-05T21:15:41.658Z Downloaded walkdir v2.5.0
12332026-05-05T21:15:41.661Z Downloaded uzers v0.12.2
12342026-05-05T21:15:41.661Z Downloaded samael v0.0.19
12352026-05-05T21:15:41.664Z Downloaded xattr v1.6.1
12362026-05-05T21:15:41.666Z Downloaded xshell v0.2.7
12372026-05-05T21:15:41.666Z Downloaded toml v0.7.8
12382026-05-05T21:15:41.669Z Downloaded hkdf v0.12.4
12392026-05-05T21:15:41.669Z Downloaded tar v0.4.45
12402026-05-05T21:15:41.672Z Downloaded num-bigint-dig v0.8.6
12412026-05-05T21:15:41.675Z Downloaded toml v1.0.6+spec-1.1.0
12422026-05-05T21:15:41.680Z Downloaded toml v0.9.12+spec-1.1.0
12432026-05-05T21:15:41.680Z Downloaded wait-timeout v0.2.1
12442026-05-05T21:15:41.680Z Downloaded slog v2.8.2
12452026-05-05T21:15:41.689Z Downloaded libm v0.2.16
12462026-05-05T21:15:41.689Z Downloaded zeroize v1.8.2
12472026-05-05T21:15:41.689Z Downloaded zstd v0.13.3
12482026-05-05T21:15:41.697Z Downloaded vergen v9.0.6
12492026-05-05T21:15:41.697Z Downloaded russh v0.45.0
12502026-05-05T21:15:41.702Z Downloaded tungstenite v0.23.0
12512026-05-05T21:15:41.702Z Downloaded steno v0.4.1
12522026-05-05T21:15:41.702Z Downloaded zstd-safe v7.2.4
12532026-05-05T21:15:41.702Z Downloaded typify v0.4.3
12542026-05-05T21:15:41.705Z Downloaded rustyline v14.0.0
12552026-05-05T21:15:41.708Z Downloaded whoami v2.1.0
12562026-05-05T21:15:41.717Z Downloaded itertools v0.14.0
12572026-05-05T21:15:41.722Z Downloaded unsafe-libyaml v0.2.11
12582026-05-05T21:15:41.726Z Downloaded unicode-bidi v0.3.18
12592026-05-05T21:15:41.726Z Downloaded typify v0.6.2
12602026-05-05T21:15:41.729Z Downloaded toml_edit v0.23.10+spec-1.0.0
12612026-05-05T21:15:41.729Z Downloaded uuid v1.23.0
12622026-05-05T21:15:41.733Z Downloaded yasna v0.5.2
12632026-05-05T21:15:41.743Z Downloaded tracing-core v0.1.36
12642026-05-05T21:15:41.746Z Downloaded tungstenite v0.21.0
12652026-05-05T21:15:41.750Z Downloaded rpassword v7.4.0
12662026-05-05T21:15:41.753Z Downloaded blake3 v1.8.3
12672026-05-05T21:15:41.763Z Downloaded zerocopy v0.6.6
12682026-05-05T21:15:41.767Z Downloaded chrono v0.4.44
12692026-05-05T21:15:41.771Z Downloaded bitvec v1.0.1
12702026-05-05T21:15:41.795Z Downloaded zopfli v0.8.3
12712026-05-05T21:15:41.798Z Downloaded p384 v0.13.1
12722026-05-05T21:15:41.798Z Downloaded vte v0.14.1
12732026-05-05T21:15:41.802Z Downloaded ssh-key v0.6.7
12742026-05-05T21:15:41.810Z Downloaded yansi v1.0.1
12752026-05-05T21:15:41.815Z Downloaded bindgen v0.71.1
12762026-05-05T21:15:41.819Z Downloaded portable-atomic v1.13.1
12772026-05-05T21:15:41.822Z Downloaded toml_edit v0.19.15
12782026-05-05T21:15:41.832Z Downloaded zip v0.6.6
12792026-05-05T21:15:41.835Z Downloaded curve25519-dalek v4.1.3
12802026-05-05T21:15:41.839Z Downloaded unicode-segmentation v1.12.0
12812026-05-05T21:15:41.842Z Downloaded reedline v0.40.0
12822026-05-05T21:15:41.856Z Downloaded zerocopy-derive v0.8.40
12832026-05-05T21:15:41.863Z Downloaded tower v0.5.3
12842026-05-05T21:15:41.867Z Downloaded unicode_categories v0.1.1
12852026-05-05T21:15:41.870Z Downloaded tokio-postgres v0.7.16
12862026-05-05T21:15:41.873Z Downloaded reqwest v0.12.28
12872026-05-05T21:15:41.876Z Downloaded lalrpop v0.19.12
12882026-05-05T21:15:41.882Z Downloaded reqwest v0.13.2
12892026-05-05T21:15:41.885Z Downloaded regex v1.12.3
12902026-05-05T21:15:41.890Z Downloaded git2 v0.20.4
12912026-05-05T21:15:41.894Z Downloaded typed-path v0.9.3
12922026-05-05T21:15:41.898Z Downloaded x509-cert v0.2.5
12932026-05-05T21:15:41.901Z Downloaded rayon v1.11.0
12942026-05-05T21:15:41.908Z Downloaded goblin v0.10.5
12952026-05-05T21:15:41.911Z Downloaded salty v0.3.0
12962026-05-05T21:15:41.915Z Downloaded unicode-normalization v0.1.25
12972026-05-05T21:15:41.918Z Downloaded rustls-webpki v0.101.7
12982026-05-05T21:15:41.926Z Downloaded tokio-util v0.7.18
12992026-05-05T21:15:41.936Z Downloaded moka v0.12.13
13002026-05-05T21:15:41.941Z Downloaded tower-http v0.6.8
13012026-05-05T21:15:41.945Z Downloaded proptest v1.10.0
13022026-05-05T21:15:41.951Z Downloaded quick-xml v0.37.5
13032026-05-05T21:15:41.954Z Downloaded zip v4.6.1
13042026-05-05T21:15:41.957Z Downloaded serde_with v3.17.0
13052026-05-05T21:15:41.964Z Downloaded rustls-webpki v0.102.8
13062026-05-05T21:15:41.976Z Downloaded tough v0.20.0
13072026-05-05T21:15:41.980Z Downloaded petname v2.0.2
13082026-05-05T21:15:41.983Z Downloaded object v0.30.4
13092026-05-05T21:15:41.989Z Downloaded quinn-proto v0.11.13
13102026-05-05T21:15:41.993Z Downloaded nix v0.27.1
13112026-05-05T21:15:42.005Z Downloaded winnow v0.5.40
13122026-05-05T21:15:42.010Z Downloaded radix_trie v0.2.1
13132026-05-05T21:15:42.020Z Downloaded winnow v0.6.26
13142026-05-05T21:15:42.043Z Downloaded nix v0.28.0
13152026-05-05T21:15:42.049Z Downloaded polar-core v0.27.3
13162026-05-05T21:15:42.054Z Downloaded openssl v0.10.78
13172026-05-05T21:15:42.060Z Downloaded bstr v1.12.1
13182026-05-05T21:15:42.065Z Downloaded nix v0.29.0
13192026-05-05T21:15:42.072Z Downloaded tabled v0.20.0
13202026-05-05T21:15:42.083Z Downloaded dropshot v0.16.7
13212026-05-05T21:15:42.096Z Downloaded zlib-rs v0.6.2
13222026-05-05T21:15:42.099Z Downloaded time v0.3.47
13232026-05-05T21:15:42.106Z Downloaded vcpkg v0.2.15
13242026-05-05T21:15:42.129Z Downloaded hickory-proto v0.24.4
13252026-05-05T21:15:42.138Z Downloaded rustls v0.22.4
13262026-05-05T21:15:42.145Z Downloaded regex-syntax v0.6.29
13272026-05-05T21:15:42.149Z Downloaded openapiv3 v2.2.0
13282026-05-05T21:15:42.197Z Downloaded smoltcp v0.11.0
13292026-05-05T21:15:42.208Z Downloaded regress v0.10.5
13302026-05-05T21:15:42.208Z Downloaded regex-syntax v0.8.10
13312026-05-05T21:15:42.208Z Downloaded zerocopy v0.8.40
13322026-05-05T21:15:42.208Z Downloaded rustix v0.38.44
13332026-05-05T21:15:42.208Z Downloaded hickory-proto v0.25.2
13342026-05-05T21:15:42.211Z Downloaded rustls v0.23.37
13352026-05-05T21:15:42.211Z Downloaded webpki-roots v1.0.6
13362026-05-05T21:15:42.214Z Downloaded regress v0.11.1
13372026-05-05T21:15:42.218Z Downloaded diesel v2.3.7
13382026-05-05T21:15:42.230Z Downloaded nix v0.31.2
13392026-05-05T21:15:42.237Z Downloaded object v0.37.3
13402026-05-05T21:15:42.244Z Downloaded dropshot v0.17.0
13412026-05-05T21:15:42.257Z Downloaded tracing v0.1.44
13422026-05-05T21:15:42.271Z Downloaded sled v0.34.7
13432026-05-05T21:15:42.278Z Downloaded smoltcp v0.9.1
13442026-05-05T21:15:42.283Z Downloaded sqlparser v0.61.0
13452026-05-05T21:15:42.290Z Downloaded zerocopy-derive v0.6.6
13462026-05-05T21:15:42.296Z Downloaded rustls v0.21.12
13472026-05-05T21:15:42.327Z Downloaded typify-impl v0.6.2
13482026-05-05T21:15:42.337Z Downloaded ratatui v0.29.0
13492026-05-05T21:15:42.349Z Downloaded typify-impl v0.4.3
13502026-05-05T21:15:42.366Z Downloaded csv v1.4.0
13512026-05-05T21:15:42.379Z Downloaded bzip2-sys v0.1.13+1.0.8
13522026-05-05T21:15:42.387Z Downloaded sha3 v0.10.8
13532026-05-05T21:15:42.401Z Downloaded tokio v1.52.1
13542026-05-05T21:15:42.425Z Downloaded regex-automata v0.4.14
13552026-05-05T21:15:42.435Z Downloaded petgraph v0.6.5
13562026-05-05T21:15:42.462Z Downloaded chrono-tz v0.10.4
13572026-05-05T21:15:42.475Z Downloaded jiff v0.2.21
13582026-05-05T21:15:42.486Z Downloaded petgraph v0.8.3
13592026-05-05T21:15:42.499Z Downloaded libz-sys v1.1.24
13602026-05-05T21:15:42.512Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13612026-05-05T21:15:42.523Z Downloaded encoding_rs v0.8.35
13622026-05-05T21:15:42.567Z Downloaded libgit2-sys v0.18.3+1.9.2
13632026-05-05T21:15:42.628Z Downloaded ring v0.17.14
13642026-05-05T21:15:43.138Z Downloaded aws-lc-sys v0.37.1
13652026-05-05T21:15:43.398Z Compiling libc v0.2.185
13662026-05-05T21:15:43.398Z Compiling serde v1.0.228
13672026-05-05T21:15:43.401Z Compiling shlex v1.3.0
13682026-05-05T21:15:43.401Z Compiling find-msvc-tools v0.1.9
13692026-05-05T21:15:43.402Z Compiling log v0.4.29
13702026-05-05T21:15:43.402Z Compiling smallvec v1.15.1
13712026-05-05T21:15:43.402Z Compiling typenum v1.19.0
13722026-05-05T21:15:43.402Z Compiling subtle v2.6.1
13732026-05-05T21:15:43.402Z Compiling scopeguard v1.2.0
13742026-05-05T21:15:43.402Z Compiling const-oid v0.9.6
13752026-05-05T21:15:43.402Z Compiling portable-atomic v1.13.1
13762026-05-05T21:15:43.402Z Compiling zerocopy v0.8.40
13772026-05-05T21:15:43.402Z Compiling serde_json v1.0.149
13782026-05-05T21:15:43.402Z Compiling critical-section v1.2.0
13792026-05-05T21:15:43.402Z Compiling parking_lot_core v0.9.12
13802026-05-05T21:15:43.546Z Compiling pin-project-lite v0.2.17
13812026-05-05T21:15:43.549Z Compiling pkg-config v0.3.32
13822026-05-05T21:15:43.549Z Compiling libm v0.2.16
13832026-05-05T21:15:43.549Z Compiling futures-core v0.3.32
13842026-05-05T21:15:43.588Z Compiling generic-array v0.14.7
13852026-05-05T21:15:43.606Z Compiling num-traits v0.2.19
13862026-05-05T21:15:43.609Z Compiling percent-encoding v2.3.2
13872026-05-05T21:15:43.635Z Compiling cpufeatures v0.2.17
13882026-05-05T21:15:43.652Z Compiling futures-sink v0.3.32
13892026-05-05T21:15:43.882Z Compiling lock_api v0.4.14
13902026-05-05T21:15:43.902Z Compiling futures-io v0.3.32
13912026-05-05T21:15:43.919Z Compiling getrandom v0.4.1
13922026-05-05T21:15:43.958Z Compiling syn v2.0.117
13932026-05-05T21:15:43.961Z Compiling bitflags v2.11.0
13942026-05-05T21:15:43.999Z Compiling slab v0.4.12
13952026-05-05T21:15:44.003Z Compiling futures-task v0.3.32
13962026-05-05T21:15:44.003Z Compiling rustversion v1.0.22
13972026-05-05T21:15:44.003Z Compiling rand_core v0.10.0
13982026-05-05T21:15:44.040Z Compiling getrandom v0.3.4
13992026-05-05T21:15:44.095Z Compiling form_urlencoded v1.2.2
14002026-05-05T21:15:44.136Z Compiling futures-channel v0.3.32
14012026-05-05T21:15:44.139Z Compiling indexmap v2.14.0
14022026-05-05T21:15:44.139Z Compiling dunce v1.0.5
14032026-05-05T21:15:44.155Z Compiling base64ct v1.8.3
14042026-05-05T21:15:44.158Z Compiling fs_extra v1.3.0
14052026-05-05T21:15:44.158Z Compiling ident_case v1.0.1
14062026-05-05T21:15:44.158Z Compiling flagset v0.4.7
14072026-05-05T21:15:44.196Z Compiling iana-time-zone v0.1.65
14082026-05-05T21:15:44.199Z Compiling rustix v1.1.3
14092026-05-05T21:15:44.263Z Compiling rustc_version v0.4.1
14102026-05-05T21:15:44.378Z Compiling regex-syntax v0.8.10
14112026-05-05T21:15:44.381Z Compiling vcpkg v0.2.15
14122026-05-05T21:15:44.381Z Compiling aws-lc-rs v1.16.0
14132026-05-05T21:15:44.451Z Compiling base64 v0.22.1
14142026-05-05T21:15:44.454Z Compiling untrusted v0.9.0
14152026-05-05T21:15:44.454Z Compiling httparse v1.10.1
14162026-05-05T21:15:44.471Z Compiling openssl-probe v0.2.1
14172026-05-05T21:15:44.491Z Compiling untrusted v0.7.1
14182026-05-05T21:15:44.494Z Compiling schemars v0.8.22
14192026-05-05T21:15:44.494Z Compiling atomic-waker v1.1.2
14202026-05-05T21:15:44.494Z Compiling pem-rfc7468 v0.7.0
14212026-05-05T21:15:44.515Z Compiling tower-service v0.3.3
14222026-05-05T21:15:44.518Z Compiling tinyvec_macros v0.1.1
14232026-05-05T21:15:44.537Z Compiling dyn-clone v1.0.20
14242026-05-05T21:15:44.540Z Compiling rustls v0.23.37
14252026-05-05T21:15:44.557Z Compiling try-lock v0.2.5
14262026-05-05T21:15:44.560Z Compiling tower-layer v0.3.3
14272026-05-05T21:15:44.609Z Compiling spin v0.9.8
14282026-05-05T21:15:44.626Z Compiling aho-corasick v1.1.4
14292026-05-05T21:15:44.773Z Compiling want v0.3.1
14302026-05-05T21:15:44.796Z Compiling time-core v0.1.8
14312026-05-05T21:15:44.799Z Compiling httpdate v1.0.3
14322026-05-05T21:15:44.813Z Compiling foreign-types-shared v0.1.1
14332026-05-05T21:15:44.816Z Compiling crc32fast v1.5.0
14342026-05-05T21:15:44.912Z Compiling openssl v0.10.78
14352026-05-05T21:15:44.915Z Compiling powerfmt v0.2.0
14362026-05-05T21:15:44.934Z Compiling num-conv v0.2.0
14372026-05-05T21:15:44.951Z Compiling pin-utils v0.1.0
14382026-05-05T21:15:44.987Z Compiling tinyvec v1.10.0
14392026-05-05T21:15:45.084Z Compiling siphasher v1.0.2
14402026-05-05T21:15:45.216Z Compiling usdt-impl v0.6.0
14412026-05-05T21:15:45.219Z Compiling syn v1.0.109
14422026-05-05T21:15:45.276Z Compiling once_cell v1.21.3
14432026-05-05T21:15:45.296Z Compiling crossbeam-utils v0.8.21
14442026-05-05T21:15:45.354Z Compiling num_threads v0.1.7
14452026-05-05T21:15:45.395Z Compiling simd-adler32 v0.3.8
14462026-05-05T21:15:45.399Z Compiling bit-vec v0.8.0
14472026-05-05T21:15:45.435Z Compiling deranged v0.5.8
14482026-05-05T21:15:45.438Z Compiling foreign-types v0.3.2
14492026-05-05T21:15:45.452Z Compiling native-tls v0.2.18
14502026-05-05T21:15:45.490Z Compiling quick-error v1.2.3
14512026-05-05T21:15:45.550Z Compiling getrandom v0.2.17
14522026-05-05T21:15:45.554Z Compiling jobserver v0.1.34
14532026-05-05T21:15:45.554Z Compiling errno v0.3.14
14542026-05-05T21:15:45.634Z Compiling mio v1.2.0
14552026-05-05T21:15:45.637Z Compiling socket2 v0.6.3
14562026-05-05T21:15:45.656Z Compiling tracing-core v0.1.36
14572026-05-05T21:15:45.722Z Compiling time-macros v0.2.27
14582026-05-05T21:15:45.743Z Compiling wait-timeout v0.2.1
14592026-05-05T21:15:45.746Z Compiling unicode-normalization v0.1.25
14602026-05-05T21:15:45.746Z Compiling thread-id v5.1.0
14612026-05-05T21:15:45.765Z Compiling heapless v0.7.17
14622026-05-05T21:15:45.768Z Compiling sync_wrapper v1.0.2
14632026-05-05T21:15:45.768Z Compiling cookie v0.18.1
14642026-05-05T21:15:45.768Z Compiling allocator-api2 v0.2.21
14652026-05-05T21:15:45.938Z Compiling bit-set v0.8.0
14662026-05-05T21:15:45.941Z Compiling slog v2.8.2
14672026-05-05T21:15:45.941Z Compiling adler2 v2.0.1
14682026-05-05T21:15:45.955Z Compiling anyhow v1.0.102
14692026-05-05T21:15:45.977Z Compiling unarray v0.1.4
14702026-05-05T21:15:46.033Z Compiling unicode-properties v0.1.4
14712026-05-05T21:15:46.038Z Compiling unicode-bidi v0.3.18
14722026-05-05T21:15:46.038Z Compiling paste v1.0.15
14732026-05-05T21:15:46.145Z Compiling rand_core v0.9.5
14742026-05-05T21:15:46.148Z Compiling signal-hook v0.3.18
14752026-05-05T21:15:46.148Z Compiling zstd-safe v7.2.4
14762026-05-05T21:15:46.223Z Compiling uuid v1.23.0
14772026-05-05T21:15:46.355Z Compiling vergen-lib v0.1.6
14782026-05-05T21:15:46.391Z Compiling cc v1.2.56
14792026-05-05T21:15:46.412Z Compiling rand_core v0.6.4
14802026-05-05T21:15:46.454Z Compiling signal-hook-registry v1.4.8
14812026-05-05T21:15:46.475Z Compiling parking_lot v0.12.5
14822026-05-05T21:15:46.517Z Compiling rand_xorshift v0.4.0
14832026-05-05T21:15:46.539Z Compiling miniz_oxide v0.8.9
14842026-05-05T21:15:46.543Z Compiling stringprep v0.1.5
14852026-05-05T21:15:46.582Z Compiling regex-automata v0.4.14
14862026-05-05T21:15:46.672Z Compiling curve25519-dalek v4.1.3
14872026-05-05T21:15:46.693Z Compiling hash32 v0.2.1
14882026-05-05T21:15:46.693Z Compiling memoffset v0.9.1
14892026-05-05T21:15:46.697Z Compiling psl-types v2.0.11
14902026-05-05T21:15:46.697Z Compiling cfg_aliases v0.2.1
14912026-05-05T21:15:46.697Z Compiling rustix v0.38.44
14922026-05-05T21:15:46.734Z Compiling ff v0.13.1
14932026-05-05T21:15:46.737Z Compiling litrs v1.0.0
14942026-05-05T21:15:46.777Z Compiling num-bigint-dig v0.8.6
14952026-05-05T21:15:46.799Z Compiling zlib-rs v0.6.2
14962026-05-05T21:15:46.820Z Compiling base16ct v0.2.0
14972026-05-05T21:15:46.823Z Compiling smoltcp v0.9.1
14982026-05-05T21:15:46.823Z Compiling iri-string v0.7.10
14992026-05-05T21:15:46.842Z Compiling ref-cast v1.0.25
15002026-05-05T21:15:46.884Z Compiling ryu v1.0.23
15012026-05-05T21:15:46.944Z Compiling num-integer v0.1.46
15022026-05-05T21:15:46.981Z Compiling fallible-iterator v0.2.0
15032026-05-05T21:15:47.021Z Compiling group v0.13.0
15042026-05-05T21:15:47.161Z Compiling synstructure v0.13.2
15052026-05-05T21:15:47.180Z Compiling pest_generator v2.8.6
15062026-05-05T21:15:47.223Z Compiling serde_derive_internals v0.29.1
15072026-05-05T21:15:47.226Z Compiling darling_core v0.20.11
15082026-05-05T21:15:47.285Z Compiling darling_core v0.21.3
15092026-05-05T21:15:47.308Z Compiling time v0.3.47
15102026-05-05T21:15:47.349Z Compiling nix v0.31.2
15112026-05-05T21:15:47.393Z Compiling cmake v0.1.57
15122026-05-05T21:15:47.441Z Compiling vergen v9.0.6
15132026-05-05T21:15:47.446Z Compiling phf_shared v0.13.1
15142026-05-05T21:15:47.446Z Compiling lazy_static v1.5.0
15152026-05-05T21:15:47.446Z Compiling fs-err v3.3.0
15162026-05-05T21:15:47.457Z Compiling num-iter v0.1.45
15172026-05-05T21:15:47.477Z Compiling document-features v0.2.12
15182026-05-05T21:15:47.556Z Compiling ahash v0.8.12
15192026-05-05T21:15:47.560Z Compiling bitflags v1.3.2
15202026-05-05T21:15:47.616Z Compiling managed v0.8.0
15212026-05-05T21:15:47.635Z Compiling libbz2-rs-sys v0.2.2
15222026-05-05T21:15:47.638Z Compiling bumpalo v3.20.2
15232026-05-05T21:15:47.638Z Compiling winnow v0.5.40
15242026-05-05T21:15:47.677Z Compiling unicode-segmentation v1.12.0
15252026-05-05T21:15:47.753Z Compiling tempfile v3.25.0
15262026-05-05T21:15:47.756Z Compiling terminal_size v0.4.3
15272026-05-05T21:15:47.832Z Compiling foldhash v0.1.5
15282026-05-05T21:15:47.870Z Compiling foldhash v0.2.0
15292026-05-05T21:15:47.894Z Compiling object v0.37.3
15302026-05-05T21:15:47.996Z Compiling zopfli v0.8.3
15312026-05-05T21:15:47.999Z Compiling clap_builder v4.5.60
15322026-05-05T21:15:48.038Z Compiling hashbrown v0.15.5
15332026-05-05T21:15:48.041Z Compiling phf v0.13.1
15342026-05-05T21:15:48.083Z Compiling rusty-fork v0.3.1
15352026-05-05T21:15:48.103Z Compiling hashbrown v0.16.1
15362026-05-05T21:15:48.122Z Compiling signal-hook-mio v0.2.5
15372026-05-05T21:15:48.143Z Compiling float-cmp v0.10.0
15382026-05-05T21:15:48.146Z Compiling phf_shared v0.11.3
15392026-05-05T21:15:48.146Z Compiling memmap2 v0.9.10
15402026-05-05T21:15:48.243Z Compiling thread-id v4.2.2
15412026-05-05T21:15:48.263Z Compiling env_filter v1.0.0
15422026-05-05T21:15:48.285Z Compiling encoding_rs v0.8.35
15432026-05-05T21:15:48.288Z Compiling normalize-line-endings v0.3.0
15442026-05-05T21:15:48.288Z Compiling keccak v0.1.6
15452026-05-05T21:15:48.307Z Compiling rustc-hash v2.1.1
15462026-05-05T21:15:48.348Z Compiling bzip2 v0.6.1
15472026-05-05T21:15:48.386Z Compiling either v1.15.0
15482026-05-05T21:15:48.427Z Compiling aws-lc-sys v0.37.1
15492026-05-05T21:15:48.430Z Compiling ring v0.17.14
15502026-05-05T21:15:48.448Z Compiling openssl-sys v0.9.114
15512026-05-05T21:15:48.452Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15522026-05-05T21:15:48.452Z Compiling bzip2-sys v0.1.13+1.0.8
15532026-05-05T21:15:48.488Z Compiling mime v0.3.17
15542026-05-05T21:15:48.491Z Compiling precomputed-hash v0.1.1
15552026-05-05T21:15:48.491Z Compiling fixedbitset v0.5.7
15562026-05-05T21:15:48.529Z Compiling fixedbitset v0.4.2
15572026-05-05T21:15:48.585Z Compiling jiff v0.2.21
15582026-05-05T21:15:48.606Z Compiling whoami v2.1.0
15592026-05-05T21:15:48.718Z Compiling difflib v0.4.0
15602026-05-05T21:15:48.718Z Compiling new_debug_unreachable v1.0.6
15612026-05-05T21:15:48.761Z Compiling predicates-core v1.0.10
15622026-05-05T21:15:48.765Z Compiling static_assertions v1.1.0
15632026-05-05T21:15:48.805Z Compiling data-encoding v2.10.0
15642026-05-05T21:15:48.860Z Compiling itertools v0.13.0
15652026-05-05T21:15:48.883Z Compiling env_logger v0.11.9
15662026-05-05T21:15:48.942Z Compiling heck v0.4.1
15672026-05-05T21:15:49.017Z Compiling toml_parser v1.0.9+spec-1.1.0
15682026-05-05T21:15:49.038Z Compiling crossbeam-epoch v0.9.18
15692026-05-05T21:15:49.041Z Compiling toml_datetime v0.7.5+spec-1.1.0
15702026-05-05T21:15:49.078Z Compiling lalrpop-util v0.19.12
15712026-05-05T21:15:49.117Z Compiling peg-runtime v0.8.5
15722026-05-05T21:15:49.250Z Compiling thread_local v1.1.9
15732026-05-05T21:15:49.281Z Compiling regex v1.12.3
15742026-05-05T21:15:49.322Z Compiling serde_derive v1.0.228
15752026-05-05T21:15:49.325Z Compiling zeroize_derive v1.4.3
15762026-05-05T21:15:49.364Z Compiling zerofrom-derive v0.1.6
15772026-05-05T21:15:49.367Z Compiling yoke-derive v0.8.1
15782026-05-05T21:15:49.367Z Compiling zerocopy-derive v0.8.40
15792026-05-05T21:15:49.425Z Compiling zerovec-derive v0.11.2
15802026-05-05T21:15:49.446Z Compiling displaydoc v0.2.5
15812026-05-05T21:15:49.449Z Compiling tokio-macros v2.7.0
15822026-05-05T21:15:49.487Z Compiling futures-macro v0.3.32
15832026-05-05T21:15:49.516Z Compiling der_derive v0.7.3
15842026-05-05T21:15:49.520Z Compiling thiserror-impl v2.0.18
15852026-05-05T21:15:49.556Z Compiling tracing-attributes v0.1.31
15862026-05-05T21:15:49.578Z Compiling scroll_derive v0.13.1
15872026-05-05T21:15:49.620Z Compiling pest_derive v2.8.6
15882026-05-05T21:15:49.698Z Compiling schemars_derive v0.8.22
15892026-05-05T21:15:49.840Z Compiling openssl-macros v0.1.1
15902026-05-05T21:15:50.041Z Compiling darling_macro v0.20.11
15912026-05-05T21:15:50.269Z Compiling zeroize v1.8.2
15922026-05-05T21:15:50.343Z Compiling thiserror-impl v1.0.69
15932026-05-05T21:15:50.369Z Compiling scroll_derive v0.12.1
15942026-05-05T21:15:50.506Z Compiling rustls-pki-types v1.14.0
15952026-05-05T21:15:50.527Z Compiling zerocopy-derive v0.7.35
15962026-05-05T21:15:50.603Z Compiling flate2 v1.1.9
15972026-05-05T21:15:50.606Z Compiling daft-derive v0.1.5
15982026-05-05T21:15:50.648Z Compiling darling_macro v0.21.3
15992026-05-05T21:15:50.651Z Compiling curve25519-dalek-derive v0.1.1
16002026-05-05T21:15:50.689Z Compiling futures-util v0.3.32
16012026-05-05T21:15:50.732Z Compiling strum_macros v0.27.2
16022026-05-05T21:15:50.752Z Compiling async-trait v0.1.89
16032026-05-05T21:15:50.771Z Compiling scroll v0.13.0
16042026-05-05T21:15:50.774Z Compiling darling v0.20.11
16052026-05-05T21:15:50.848Z Compiling der v0.7.10
16062026-05-05T21:15:50.925Z Compiling rustls-native-certs v0.8.3
16072026-05-05T21:15:50.946Z Compiling derive_builder_core v0.20.2
16082026-05-05T21:15:50.949Z Compiling webpki-roots v1.0.6
16092026-05-05T21:15:50.993Z Compiling hubpack_derive v0.1.1
16102026-05-05T21:15:51.105Z Compiling crypto-common v0.1.7
16112026-05-05T21:15:51.142Z Compiling block-buffer v0.10.4
16122026-05-05T21:15:51.162Z Compiling block-padding v0.3.3
16132026-05-05T21:15:51.165Z Compiling goblin v0.10.5
16142026-05-05T21:15:51.186Z Compiling zerofrom v0.1.6
16152026-05-05T21:15:51.239Z Compiling crypto-bigint v0.5.5
16162026-05-05T21:15:51.280Z Compiling tracing v0.1.44
16172026-05-05T21:15:51.323Z Compiling scroll v0.12.0
16182026-05-05T21:15:51.346Z Compiling digest v0.10.7
16192026-05-05T21:15:51.347Z Compiling thiserror v2.0.18
16202026-05-05T21:15:51.388Z Compiling inout v0.1.4
16212026-05-05T21:15:51.388Z Compiling darling v0.21.3
16222026-05-05T21:15:51.447Z Compiling yoke v0.8.1
16232026-05-05T21:15:51.450Z Compiling ref-cast-impl v1.0.25
16242026-05-05T21:15:51.450Z Compiling bzip2 v0.4.4
16252026-05-05T21:15:51.507Z Compiling dtrace-parser v0.3.0
16262026-05-05T21:15:51.548Z Compiling clap_derive v4.5.55
16272026-05-05T21:15:51.569Z Compiling cipher v0.4.4
16282026-05-05T21:15:51.595Z Compiling serde_with_macros v3.17.0
16292026-05-05T21:15:51.617Z Compiling hmac v0.12.1
16302026-05-05T21:15:51.639Z Compiling sha2 v0.10.9
16312026-05-05T21:15:51.663Z Compiling zerovec v0.11.5
16322026-05-05T21:15:51.666Z Compiling zerotrie v0.2.3
16332026-05-05T21:15:51.705Z Compiling signature v2.2.0
16342026-05-05T21:15:51.708Z Compiling md-5 v0.10.6
16352026-05-05T21:15:51.728Z Compiling zerocopy v0.7.35
16362026-05-05T21:15:51.746Z Compiling goblin v0.8.2
16372026-05-05T21:15:51.749Z Compiling enum-as-inner v0.6.1
16382026-05-05T21:15:51.809Z Compiling pbkdf2 v0.12.2
16392026-05-05T21:15:51.849Z Compiling hkdf v0.12.4
16402026-05-05T21:15:51.926Z Compiling salsa20 v0.10.2
16412026-05-05T21:15:51.953Z Compiling spki v0.7.3
16422026-05-05T21:15:51.973Z Compiling aes v0.8.4
16432026-05-05T21:15:51.976Z Compiling cbc v0.1.2
16442026-05-05T21:15:52.015Z Compiling thiserror v1.0.69
16452026-05-05T21:15:52.067Z Compiling rfc6979 v0.4.0
16462026-05-05T21:15:52.088Z Compiling scrypt v0.11.0
16472026-05-05T21:15:52.091Z Compiling derive_builder_macro v0.20.2
16482026-05-05T21:15:52.126Z Compiling serde_repr v0.1.20
16492026-05-05T21:15:52.130Z Compiling dtrace-parser v0.2.0
16502026-05-05T21:15:52.175Z Compiling strum_macros v0.26.4
16512026-05-05T21:15:52.211Z Compiling tinystr v0.8.2
16522026-05-05T21:15:52.215Z Compiling potential_utf v0.1.4
16532026-05-05T21:15:52.254Z Compiling bstr v1.12.1
16542026-05-05T21:15:52.312Z Compiling x509-cert v0.2.5
16552026-05-05T21:15:52.349Z Compiling zip v0.6.6
16562026-05-05T21:15:52.368Z Compiling sha3 v0.10.8
16572026-05-05T21:15:52.435Z Compiling icu_locale_core v2.1.1
16582026-05-05T21:15:52.457Z Compiling icu_collections v2.1.1
16592026-05-05T21:15:52.460Z Compiling pkcs5 v0.7.1
16602026-05-05T21:15:52.496Z Compiling sha1 v0.10.6
16612026-05-05T21:15:52.500Z Compiling predicates v3.1.4
16622026-05-05T21:15:52.500Z Compiling slog-async v2.8.0
16632026-05-05T21:15:52.558Z Compiling crossbeam-channel v0.5.15
16642026-05-05T21:15:52.864Z Compiling derive_builder v0.20.2
16652026-05-05T21:15:52.931Z Compiling similar v2.7.0
16662026-05-05T21:15:52.965Z Compiling pkcs8 v0.10.2
16672026-05-05T21:15:53.071Z Compiling is-terminal v0.4.17
16682026-05-05T21:15:53.130Z Compiling filetime v0.2.27
16692026-05-05T21:15:53.150Z Compiling take_mut v0.2.2
16702026-05-05T21:15:53.208Z Compiling sec1 v0.7.3
16712026-05-05T21:15:53.208Z Compiling ed25519 v2.2.3
16722026-05-05T21:15:53.252Z Compiling pkcs1 v0.7.5
16732026-05-05T21:15:53.255Z Compiling xattr v1.6.1
16742026-05-05T21:15:53.255Z Compiling term v1.2.1
16752026-05-05T21:15:53.318Z Compiling icu_provider v2.1.1
16762026-05-05T21:15:53.338Z Compiling strum v0.27.2
16772026-05-05T21:15:53.376Z Compiling futures-executor v0.3.32
16782026-05-05T21:15:53.498Z Compiling elliptic-curve v0.13.8
16792026-05-05T21:15:53.521Z Compiling ed25519-dalek v2.2.0
16802026-05-05T21:15:53.565Z Compiling bytes v1.11.1
16812026-05-05T21:15:53.568Z Compiling chrono v0.4.44
16822026-05-05T21:15:53.606Z Compiling ipnet v2.11.0
16832026-05-05T21:15:53.609Z Compiling erased-serde v0.3.31
16842026-05-05T21:15:53.609Z Compiling toml_datetime v0.6.11
16852026-05-05T21:15:53.675Z Compiling icu_properties v2.1.2
16862026-05-05T21:15:53.733Z Compiling icu_normalizer v2.1.1
16872026-05-05T21:15:53.758Z Compiling serde_spanned v0.6.9
16882026-05-05T21:15:53.762Z Compiling serde_tokenstream v0.2.3
16892026-05-05T21:15:53.800Z Compiling cargo-platform v0.1.9
16902026-05-05T21:15:53.803Z Compiling serde_urlencoded v0.7.1
16912026-05-05T21:15:53.841Z Compiling serde-big-array v0.5.1
16922026-05-05T21:15:53.844Z Compiling hex v0.4.3
16932026-05-05T21:15:53.974Z Compiling toml_edit v0.19.15
16942026-05-05T21:15:53.996Z Compiling hubpack v0.1.2
16952026-05-05T21:15:54.016Z Compiling cargo_metadata v0.19.2
16962026-05-05T21:15:54.019Z Compiling ecdsa v0.16.9
16972026-05-05T21:15:54.058Z Compiling toml_edit v0.22.27
16982026-05-05T21:15:54.061Z Compiling clap v4.5.60
16992026-05-05T21:15:54.151Z Compiling tokio v1.52.1
17002026-05-05T21:15:54.172Z Compiling http v1.4.0
17012026-05-05T21:15:54.248Z Compiling petgraph v0.6.5
17022026-05-05T21:15:54.252Z Compiling crossterm v0.28.1
17032026-05-05T21:15:54.260Z Compiling openapiv3 v2.2.0
17042026-05-05T21:15:54.309Z Compiling petgraph v0.8.3
17052026-05-05T21:15:54.328Z Compiling string_cache v0.8.9
17062026-05-05T21:15:54.374Z Compiling futures v0.3.32
17072026-05-05T21:15:54.392Z Compiling tar v0.4.45
17082026-05-05T21:15:54.435Z Compiling dof v0.3.0
17092026-05-05T21:15:54.457Z Compiling strum v0.26.3
17102026-05-05T21:15:54.846Z Compiling ppv-lite86 v0.2.21
17112026-05-05T21:15:54.945Z Compiling idna_adapter v1.2.1
17122026-05-05T21:15:54.945Z Compiling http-body v1.0.1
17132026-05-05T21:15:54.948Z Compiling dof v0.4.0
17142026-05-05T21:15:54.948Z Compiling usdt-impl v0.5.0
17152026-05-05T21:15:55.082Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17162026-05-05T21:15:55.104Z Compiling http-body-util v0.1.3
17172026-05-05T21:15:55.126Z Compiling idna v1.1.0
17182026-05-05T21:15:55.165Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17192026-05-05T21:15:55.185Z Compiling rand_chacha v0.9.0
17202026-05-05T21:15:55.257Z Compiling rand_chacha v0.3.1
17212026-05-05T21:15:55.275Z Compiling slog-term v2.9.2
17222026-05-05T21:15:55.438Z Compiling rand v0.9.2
17232026-05-05T21:15:55.458Z Compiling zstd v0.13.3
17242026-05-05T21:15:55.478Z Compiling url v2.5.8
17252026-05-05T21:15:55.482Z Compiling publicsuffix v2.3.0
17262026-05-05T21:15:55.519Z Compiling rand v0.8.5
17272026-05-05T21:15:55.544Z Compiling toml v0.7.8
17282026-05-05T21:15:55.702Z Compiling zip v4.6.1
17292026-05-05T21:15:56.038Z Compiling cookie_store v0.22.1
17302026-05-05T21:15:56.085Z Compiling proptest v1.10.0
17312026-05-05T21:15:56.086Z Compiling postgres-protocol v0.6.10
17322026-05-05T21:15:56.339Z Compiling usdt-macro v0.6.0
17332026-05-05T21:15:56.343Z Compiling usdt-attr-macro v0.6.0
17342026-05-05T21:15:56.483Z Compiling postgres-types v0.2.12
17352026-05-05T21:15:56.856Z Compiling ipnetwork v0.21.1
17362026-05-05T21:15:56.856Z Compiling serde_with v3.17.0
17372026-05-05T21:15:57.138Z Compiling oxnet v0.1.4
17382026-05-05T21:15:57.291Z Compiling usdt v0.6.0
17392026-05-05T21:15:57.305Z Compiling rsa v0.9.10
17402026-05-05T21:15:58.360Z Compiling tokio-util v0.7.18
17412026-05-05T21:15:58.377Z Compiling tower v0.5.3
17422026-05-05T21:15:58.381Z Compiling tokio-native-tls v0.3.1
17432026-05-05T21:15:58.381Z Compiling hickory-proto v0.25.2
17442026-05-05T21:15:58.381Z Compiling buf-list v1.1.2
17452026-05-05T21:15:58.608Z Compiling newtype-uuid v1.3.2
17462026-05-05T21:15:58.838Z Compiling tower-http v0.6.8
17472026-05-05T21:15:58.876Z Compiling daft v0.1.5
17482026-05-05T21:15:59.100Z Compiling h2 v0.4.13
17492026-05-05T21:15:59.100Z Compiling tokio-stream v0.1.18
17502026-05-05T21:15:59.103Z Compiling tokio-postgres v0.7.16
17512026-05-05T21:15:59.164Z Compiling iddqd v0.3.18
17522026-05-05T21:16:01.772Z Compiling hyper v1.8.1
17532026-05-05T21:16:02.673Z Compiling hyper-util v0.1.20
17542026-05-05T21:16:03.769Z Compiling hyper-tls v0.6.0
17552026-05-05T21:16:12.543Z Compiling rustls-webpki v0.103.9
17562026-05-05T21:16:15.393Z Compiling tokio-rustls v0.26.4
17572026-05-05T21:16:15.394Z Compiling rustls-platform-verifier v0.6.2
17582026-05-05T21:16:15.600Z Compiling hyper-rustls v0.27.7
17592026-05-05T21:16:15.801Z Compiling reqwest v0.13.2
17602026-05-05T21:16:15.801Z Compiling reqwest v0.12.28
17612026-05-05T21:16:17.846Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17622026-05-05T21:16:18.099Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17632026-05-05T21:16:21.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.97s
17642026-05-05T21:16:21.182Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17652026-05-05T21:16:21.248ZMay 05 21:16:20.461 INFO Starting download, target: Cockroach
17662026-05-05T21:16:21.248ZMay 05 21:16:20.461 INFO Starting download, target: Clickhouse
17672026-05-05T21:16:21.248ZMay 05 21:16:20.461 INFO Starting download, target: Console
17682026-05-05T21:16:21.248ZMay 05 21:16:20.461 INFO Starting download, target: DendriteStub
17692026-05-05T21:16:21.248ZMay 05 21:16:20.461 INFO Starting download, target: MaghemiteMgd
17702026-05-05T21:16:21.251ZMay 05 21:16:20.461 INFO Starting download, target: TransceiverControl
17712026-05-05T21:16:21.251ZMay 05 21:16:20.461 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17722026-05-05T21:16:21.251ZMay 05 21:16:20.461 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17732026-05-05T21:16:21.251ZMay 05 21:16:20.462 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17742026-05-05T21:16:21.252ZMay 05 21:16:20.462 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-05-05T21:16:21.252ZMay 05 21:16:20.462 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17762026-05-05T21:16:21.252ZMay 05 21:16:20.462 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-05-05T21:16:21.783ZMay 05 21:16:20.992 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17782026-05-05T21:16:21.994ZMay 05 21:16:21.207 INFO Download complete, target: TransceiverControl
17792026-05-05T21:16:22.194ZMay 05 21:16:21.404 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17802026-05-05T21:16:22.463ZMay 05 21:16:21.655 INFO Download complete, target: Console
17812026-05-05T21:16:22.755ZMay 05 21:16:21.965 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17822026-05-05T21:16:23.035ZMay 05 21:16:22.243 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-05-05T21:16:23.374ZMay 05 21:16:22.587 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-05-05T21:16:23.374ZMay 05 21:16:22.587 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-05-05T21:16:23.707ZMay 05 21:16:22.920 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17862026-05-05T21:16:25.159ZMay 05 21:16:24.370 INFO Download complete, target: DendriteStub
17872026-05-05T21:16:25.539ZMay 05 21:16:24.751 INFO Download complete, target: MaghemiteMgd
17882026-05-05T21:16:28.328ZMay 05 21:16:27.540 INFO Checking that binary works, target: Cockroach
17892026-05-05T21:16:28.446ZMay 05 21:16:27.659 INFO Download complete, target: Cockroach
17902026-05-05T21:16:30.768ZMay 05 21:16:29.980 INFO Checking that binary works, target: Clickhouse
17912026-05-05T21:16:30.856ZMay 05 21:16:30.068 INFO Download complete, target: Clickhouse
17922026-05-05T21:16:30.879ZAll builder prerequisites installed successfully, and PATH looks valid
17932026-05-05T21:16:30.882Z
17942026-05-05T21:16:30.882Zreal 2:51.502461850
17952026-05-05T21:16:30.882Zuser 7:43.044940821
17962026-05-05T21:16:30.882Zsys 2:22.051934124
17972026-05-05T21:16:30.882Ztrap 0.206412539
17982026-05-05T21:16:30.882Ztflt 1.861612219
17992026-05-05T21:16:30.882Zdflt 4.271735392
18002026-05-05T21:16:30.882Zkflt 0.026211369
18012026-05-05T21:16:30.882Zlock 25:36.395793729
18022026-05-05T21:16:30.882Zslp 18:03.055305716
18032026-05-05T21:16:30.883Zlat 12.620393522
18042026-05-05T21:16:30.883Zstop 6:03.322605596
18052026-05-05T21:16:30.886Z++ bmat factory name
18062026-05-05T21:16:30.893Z++ bmat factory private
18072026-05-05T21:16:30.902Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-041fc64a1e6f9ec20 '{
18082026-05-05T21:16:30.902Z buildomat: {
18092026-05-05T21:16:30.902Z factory: {
18102026-05-05T21:16:30.902Z name: $bmat_factory_name,
18112026-05-05T21:16:30.902Z private: $bmat_factory_private,
18122026-05-05T21:16:30.902Z },
18132026-05-05T21:16:30.902Z },
18142026-05-05T21:16:30.902Z }'
18152026-05-05T21:16:30.928Z+ banner ls-apis
18162026-05-05T21:16:30.931Z
18172026-05-05T21:16:30.931Z # #### ## ##### # ####
18182026-05-05T21:16:30.931Z # # # # # # # #
18192026-05-05T21:16:30.931Z # #### ##### # # # # # ####
18202026-05-05T21:16:30.931Z # # ###### ##### # #
18212026-05-05T21:16:30.931Z # # # # # # # # #
18222026-05-05T21:16:30.931Z ###### #### # # # # ####
18232026-05-05T21:16:30.931Z
18242026-05-05T21:16:30.935Z+ source ./tools/include/force-git-over-https.sh
18252026-05-05T21:16:30.935Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18262026-05-05T21:16:30.935Z++ (( i = 0 ))
18272026-05-05T21:16:30.935Z++ (( i < 5 ))
18282026-05-05T21:16:30.935Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18292026-05-05T21:16:30.938Z++ (( i++ ))
18302026-05-05T21:16:30.938Z++ (( i < 5 ))
18312026-05-05T21:16:30.938Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18322026-05-05T21:16:30.941Z++ (( i++ ))
18332026-05-05T21:16:30.941Z++ (( i < 5 ))
18342026-05-05T21:16:30.941Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18352026-05-05T21:16:30.943Z++ (( i++ ))
18362026-05-05T21:16:30.944Z++ (( i < 5 ))
18372026-05-05T21:16:30.944Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18382026-05-05T21:16:30.946Z++ (( i++ ))
18392026-05-05T21:16:30.946Z++ (( i < 5 ))
18402026-05-05T21:16:30.947Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18412026-05-05T21:16:30.951Z++ (( i++ ))
18422026-05-05T21:16:30.951Z++ (( i < 5 ))
18432026-05-05T21:16:30.951Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18442026-05-05T21:16:30.951Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18452026-05-05T21:16:30.951Z+ ptime -m cargo xtask ls-apis apis
18462026-05-05T21:16:31.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18472026-05-05T21:16:31.505Z Running `target/debug/xtask ls-apis apis`
18482026-05-05T21:16:32.282Z Compiling semver v0.1.20
18492026-05-05T21:16:32.412Z Compiling ordered-float v2.10.1
18502026-05-05T21:16:32.412Z Compiling structmeta-derive v0.3.0
18512026-05-05T21:16:32.412Z Compiling toml v0.8.23
18522026-05-05T21:16:32.457Z Compiling cargo-platform v0.2.0
18532026-05-05T21:16:32.457Z Compiling itertools v0.14.0
18542026-05-05T21:16:32.462Z Compiling indent_write v2.2.0
18552026-05-05T21:16:32.561Z Compiling rustc_version v0.1.7
18562026-05-05T21:16:32.701Z Compiling serde-value v0.7.0
18572026-05-05T21:16:32.760Z Compiling newtype_derive v0.1.6
18582026-05-05T21:16:32.869Z Compiling cargo-util-schemas v0.8.2
18592026-05-05T21:16:33.071Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
18602026-05-05T21:16:33.222Z Compiling structmeta v0.3.0
18612026-05-05T21:16:33.413Z Compiling parse-display-derive v0.10.0
18622026-05-05T21:16:33.720Z Compiling cargo_metadata v0.21.0
18632026-05-05T21:16:34.545Z Compiling parse-display v0.10.0
18642026-05-05T21:16:34.687Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18652026-05-05T21:16:37.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
18662026-05-05T21:16:38.077Z Running `target/debug/ls-apis apis`
18672026-05-05T21:16:38.135Zloading metadata for workspace omicron from current workspace
18682026-05-05T21:16:43.971Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
18692026-05-05T21:16:43.976Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
18702026-05-05T21:16:43.976Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
18712026-05-05T21:16:43.976Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18722026-05-05T21:16:43.976Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
18732026-05-05T21:17:12.637Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18742026-05-05T21:17:13.534Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18752026-05-05T21:17:13.541Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18762026-05-05T21:17:13.662ZBootstrap Agent (client: bootstrap-agent-client)
18772026-05-05T21:17:13.662Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18782026-05-05T21:17:13.662Z consumed by: wicketd (omicron/wicketd) via 1 path
18792026-05-05T21:17:13.662Z
18802026-05-05T21:17:13.662ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18812026-05-05T21:17:13.662Z consumed by: wicketd (omicron/wicketd) via 2 paths
18822026-05-05T21:17:13.662Z
18832026-05-05T21:17:13.662ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18842026-05-05T21:17:13.662Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18852026-05-05T21:17:13.662Z
18862026-05-05T21:17:13.662ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18872026-05-05T21:17:13.662Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18882026-05-05T21:17:13.662Z
18892026-05-05T21:17:13.662ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18902026-05-05T21:17:13.662Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18912026-05-05T21:17:13.662Z
18922026-05-05T21:17:13.662ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18932026-05-05T21:17:13.665Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18942026-05-05T21:17:13.665Z
18952026-05-05T21:17:13.665ZCrucible Agent (client: crucible-agent-client)
18962026-05-05T21:17:13.665Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18972026-05-05T21:17:13.665Z
18982026-05-05T21:17:13.665ZCrucible Control (for testing only) (client: crucible-control-client)
18992026-05-05T21:17:13.665Z
19002026-05-05T21:17:13.665ZCrucible Pantry (client: crucible-pantry-client)
19012026-05-05T21:17:13.665Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19022026-05-05T21:17:13.665Z
19032026-05-05T21:17:13.665ZMaghemite DDM Admin (client: ddm-admin-client)
19042026-05-05T21:17:13.665Z consumed by: installinator (omicron/installinator) via 1 path
19052026-05-05T21:17:13.665Z consumed by: mgd (maghemite/mgd) via 1 path
19062026-05-05T21:17:13.665Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19072026-05-05T21:17:13.666Z consumed by: wicketd (omicron/wicketd) via 1 path
19082026-05-05T21:17:13.666Z
19092026-05-05T21:17:13.666ZDNS Server (client: dns-service-client)
19102026-05-05T21:17:13.669Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19112026-05-05T21:17:13.669Z
19122026-05-05T21:17:13.669ZDendrite DPD (client: dpd-client)
19132026-05-05T21:17:13.669Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19142026-05-05T21:17:13.669Z consumed by: lldpd (lldp/lldpd) via 2 paths
19152026-05-05T21:17:13.669Z consumed by: mgd (maghemite/mgd) via 1 path
19162026-05-05T21:17:13.669Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19172026-05-05T21:17:13.669Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19182026-05-05T21:17:13.669Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19192026-05-05T21:17:13.669Z consumed by: wicketd (omicron/wicketd) via 2 paths
19202026-05-05T21:17:13.669Z
19212026-05-05T21:17:13.669ZDownstairs Controller (debugging only) (client: dsc-client)
19222026-05-05T21:17:13.669Z
19232026-05-05T21:17:13.669ZManagement Gateway Service (client: gateway-client)
19242026-05-05T21:17:13.672Z consumed by: dpd (dendrite/dpd) via 1 path
19252026-05-05T21:17:13.672Z consumed by: lldpd (lldp/lldpd) via 1 path
19262026-05-05T21:17:13.672Z consumed by: mgd (maghemite/mgd) via 1 path
19272026-05-05T21:17:13.672Z consumed by: omicron-nexus (omicron/nexus) via 5 paths
19282026-05-05T21:17:13.672Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19292026-05-05T21:17:13.672Z consumed by: wicketd (omicron/wicketd) via 3 paths
19302026-05-05T21:17:13.673Z
19312026-05-05T21:17:13.673ZWicketd Installinator (client: installinator-client)
19322026-05-05T21:17:13.673Z consumed by: installinator (omicron/installinator) via 1 path
19332026-05-05T21:17:13.673Z
19342026-05-05T21:17:13.673ZLLDP daemon (client: lldpd-client)
19352026-05-05T21:17:13.673Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19362026-05-05T21:17:13.673Z consumed by: tfportd (dendrite/tfportd) via 1 path
19372026-05-05T21:17:13.673Z
19382026-05-05T21:17:13.673ZMaghemite MG Admin (client: mg-admin-client)
19392026-05-05T21:17:13.676Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19402026-05-05T21:17:13.676Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19412026-05-05T21:17:13.676Z
19422026-05-05T21:17:13.676ZNexus Internal API (client: nexus-client)
19432026-05-05T21:17:13.679Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19442026-05-05T21:17:13.679Z consumed by: dpd (dendrite/dpd) via 1 path
19452026-05-05T21:17:13.679Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19462026-05-05T21:17:13.679Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19472026-05-05T21:17:13.679Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19482026-05-05T21:17:13.679Z
19492026-05-05T21:17:13.679ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19502026-05-05T21:17:13.679Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19512026-05-05T21:17:13.679Z status: expected, reason: Only RSS and sled-agent-sim use this API, neither of which is part of upgrade
19522026-05-05T21:17:13.679Z
19532026-05-05T21:17:13.679ZNTP Admin (client: ntp-admin-client)
19542026-05-05T21:17:13.679Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19552026-05-05T21:17:13.679Z consumed by: omicron-sled-agent (omicron/sled-agent) via 3 paths
19562026-05-05T21:17:13.679Z
19572026-05-05T21:17:13.679ZExternal API (client: oxide-client)
19582026-05-05T21:17:13.679Z
19592026-05-05T21:17:13.679ZOximeter (client: oximeter-client)
19602026-05-05T21:17:13.679Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19612026-05-05T21:17:13.679Z
19622026-05-05T21:17:13.679ZPropolis (client: propolis-client)
19632026-05-05T21:17:13.682Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19642026-05-05T21:17:13.682Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19652026-05-05T21:17:13.682Z
19662026-05-05T21:17:13.683ZCrucible Repair (client: repair-client)
19672026-05-05T21:17:13.683Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19682026-05-05T21:17:13.683Z
19692026-05-05T21:17:13.683ZRepo Depot API (client: repo-depot-client)
19702026-05-05T21:17:13.683Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19712026-05-05T21:17:13.683Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19722026-05-05T21:17:13.683Z
19732026-05-05T21:17:13.683ZSled Agent (client: sled-agent-client)
19742026-05-05T21:17:13.685Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19752026-05-05T21:17:13.685Z
19762026-05-05T21:17:13.686ZWicketd (client: wicketd-client)
19772026-05-05T21:17:13.686Z
19782026-05-05T21:17:13.769Z
19792026-05-05T21:17:13.770Zreal 42.791081146
19802026-05-05T21:17:13.770Zuser 23.079490995
19812026-05-05T21:17:13.770Zsys 10.016282894
19822026-05-05T21:17:13.770Ztrap 0.003363967
19832026-05-05T21:17:13.770Ztflt 0.088244807
19842026-05-05T21:17:13.773Zdflt 0.172293192
19852026-05-05T21:17:13.773Zkflt 0.000015425
19862026-05-05T21:17:13.773Zlock 48.577122796
19872026-05-05T21:17:13.773Zslp 5:06.357261620
19882026-05-05T21:17:13.773Zlat 0.396438043
19892026-05-05T21:17:13.773Zstop 1.965712118
19902026-05-05T21:17:13.773Z+ ptime -m cargo xtask ls-apis deployment-units
19912026-05-05T21:17:14.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19922026-05-05T21:17:14.373Z Running `target/debug/xtask ls-apis deployment-units`
19932026-05-05T21:17:15.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19942026-05-05T21:17:15.255Z Running `target/debug/ls-apis deployment-units`
19952026-05-05T21:17:15.312Zloading metadata for workspace omicron from current workspace
19962026-05-05T21:17:16.424Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
19972026-05-05T21:17:16.424Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
19982026-05-05T21:17:16.427Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
19992026-05-05T21:17:16.427Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
20002026-05-05T21:17:16.427Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
20012026-05-05T21:17:18.713Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
20022026-05-05T21:17:19.365Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20032026-05-05T21:17:19.372Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20042026-05-05T21:17:19.492ZClickHouse
20052026-05-05T21:17:19.492Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20062026-05-05T21:17:19.492Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20072026-05-05T21:17:19.492Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20082026-05-05T21:17:19.492Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20092026-05-05T21:17:19.492Z
20102026-05-05T21:17:19.492Z
20112026-05-05T21:17:19.492ZCockroach
20122026-05-05T21:17:19.493Z omicron-cockroach-admin (omicron/cockroach-admin)
20132026-05-05T21:17:19.493Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20142026-05-05T21:17:19.494Z
20152026-05-05T21:17:19.494Z
20162026-05-05T21:17:19.494ZCrucible
20172026-05-05T21:17:19.494Z crucible-agent (crucible/agent)
20182026-05-05T21:17:19.494Z exposes: Crucible Agent (client = crucible-agent-client)
20192026-05-05T21:17:19.497Z
20202026-05-05T21:17:19.497Z crucible-downstairs (crucible/downstairs)
20212026-05-05T21:17:19.497Z exposes: Crucible Repair (client = repair-client)
20222026-05-05T21:17:19.497Z consumes: repair-client
20232026-05-05T21:17:19.497Z
20242026-05-05T21:17:19.497Z
20252026-05-05T21:17:19.497ZCrucible Pantry
20262026-05-05T21:17:19.497Z crucible-pantry (crucible/pantry)
20272026-05-05T21:17:19.497Z exposes: Crucible Pantry (client = crucible-pantry-client)
20282026-05-05T21:17:19.498Z consumes: nexus-client
20292026-05-05T21:17:19.498Z
20302026-05-05T21:17:19.498Z
20312026-05-05T21:17:19.498ZDNS Server
20322026-05-05T21:17:19.498Z dns-server (omicron/dns-server)
20332026-05-05T21:17:19.498Z exposes: DNS Server (client = dns-service-client)
20342026-05-05T21:17:19.498Z
20352026-05-05T21:17:19.498Z
20362026-05-05T21:17:19.498ZHost OS
20372026-05-05T21:17:19.498Z ddmd (maghemite/ddmd)
20382026-05-05T21:17:19.498Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20392026-05-05T21:17:19.498Z consumes: dpd-client (intra-deployment-unit-only)
20402026-05-05T21:17:19.498Z
20412026-05-05T21:17:19.498Z dpd (dendrite/dpd)
20422026-05-05T21:17:19.498Z exposes: Dendrite DPD (client = dpd-client)
20432026-05-05T21:17:19.498Z consumes: gateway-client (intra-deployment-unit-only)
20442026-05-05T21:17:19.498Z consumes: nexus-client
20452026-05-05T21:17:19.498Z
20462026-05-05T21:17:19.498Z lldpd (lldp/lldpd)
20472026-05-05T21:17:19.498Z exposes: LLDP daemon (client = lldpd-client)
20482026-05-05T21:17:19.498Z consumes: dpd-client (intra-deployment-unit-only)
20492026-05-05T21:17:19.498Z consumes: gateway-client (intra-deployment-unit-only)
20502026-05-05T21:17:19.498Z
20512026-05-05T21:17:19.498Z mgd (maghemite/mgd)
20522026-05-05T21:17:19.498Z exposes: Maghemite MG Admin (client = mg-admin-client)
20532026-05-05T21:17:19.498Z consumes: ddm-admin-client (intra-deployment-unit-only)
20542026-05-05T21:17:19.498Z consumes: dpd-client (intra-deployment-unit-only)
20552026-05-05T21:17:19.498Z consumes: gateway-client (intra-deployment-unit-only)
20562026-05-05T21:17:19.498Z
20572026-05-05T21:17:19.498Z omicron-gateway (omicron/gateway)
20582026-05-05T21:17:19.498Z exposes: Management Gateway Service (client = gateway-client)
20592026-05-05T21:17:19.498Z
20602026-05-05T21:17:19.498Z omicron-sled-agent (omicron/sled-agent)
20612026-05-05T21:17:19.498Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20622026-05-05T21:17:19.498Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20632026-05-05T21:17:19.498Z exposes: Repo Depot API (client = repo-depot-client)
20642026-05-05T21:17:19.498Z exposes: Sled Agent (client = sled-agent-client)
20652026-05-05T21:17:19.502Z consumes: bootstrap-agent-client
20662026-05-05T21:17:19.502Z consumes: ddm-admin-client (intra-deployment-unit-only)
20672026-05-05T21:17:19.502Z consumes: dpd-client (intra-deployment-unit-only)
20682026-05-05T21:17:19.502Z consumes: gateway-client (intra-deployment-unit-only)
20692026-05-05T21:17:19.502Z consumes: mg-admin-client (intra-deployment-unit-only)
20702026-05-05T21:17:19.502Z consumes: nexus-client
20712026-05-05T21:17:19.502Z consumes: nexus-lockstep-client
20722026-05-05T21:17:19.502Z consumes: ntp-admin-client
20732026-05-05T21:17:19.502Z consumes: propolis-client (intra-deployment-unit-only)
20742026-05-05T21:17:19.502Z consumes: repo-depot-client
20752026-05-05T21:17:19.502Z
20762026-05-05T21:17:19.502Z propolis-server (propolis/bin/propolis-server)
20772026-05-05T21:17:19.502Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20782026-05-05T21:17:19.502Z exposes: Propolis (client = propolis-client)
20792026-05-05T21:17:19.506Z consumes: nexus-client
20802026-05-05T21:17:19.506Z
20812026-05-05T21:17:19.506Z tfportd (dendrite/tfportd)
20822026-05-05T21:17:19.506Z consumes: dpd-client (intra-deployment-unit-only)
20832026-05-05T21:17:19.506Z consumes: lldpd-client (intra-deployment-unit-only)
20842026-05-05T21:17:19.506Z
20852026-05-05T21:17:19.506Z wicketd (omicron/wicketd)
20862026-05-05T21:17:19.506Z exposes: Wicketd Installinator (client = installinator-client)
20872026-05-05T21:17:19.506Z exposes: Wicketd (client = wicketd-client)
20882026-05-05T21:17:19.506Z consumes: bootstrap-agent-client
20892026-05-05T21:17:19.506Z consumes: bootstrap-agent-lockstep-client
20902026-05-05T21:17:19.506Z consumes: ddm-admin-client (intra-deployment-unit-only)
20912026-05-05T21:17:19.506Z consumes: dpd-client (intra-deployment-unit-only)
20922026-05-05T21:17:19.506Z consumes: gateway-client (intra-deployment-unit-only)
20932026-05-05T21:17:19.506Z
20942026-05-05T21:17:19.506Z
20952026-05-05T21:17:19.506ZInstallinator
20962026-05-05T21:17:19.506Z installinator (omicron/installinator)
20972026-05-05T21:17:19.506Z consumes: ddm-admin-client
20982026-05-05T21:17:19.506Z consumes: installinator-client
20992026-05-05T21:17:19.506Z
21002026-05-05T21:17:19.506Z
21012026-05-05T21:17:19.506ZNTP
21022026-05-05T21:17:19.507Z omicron-ntp-admin (omicron/ntp-admin)
21032026-05-05T21:17:19.507Z exposes: NTP Admin (client = ntp-admin-client)
21042026-05-05T21:17:19.507Z
21052026-05-05T21:17:19.507Z
21062026-05-05T21:17:19.507ZNexus
21072026-05-05T21:17:19.507Z omicron-nexus (omicron/nexus)
21082026-05-05T21:17:19.507Z exposes: Nexus Internal API (client = nexus-client)
21092026-05-05T21:17:19.507Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21102026-05-05T21:17:19.507Z exposes: External API (client = oxide-client)
21112026-05-05T21:17:19.510Z consumes: clickhouse-admin-keeper-client
21122026-05-05T21:17:19.510Z consumes: clickhouse-admin-server-client
21132026-05-05T21:17:19.510Z consumes: clickhouse-admin-single-client
21142026-05-05T21:17:19.510Z consumes: cockroach-admin-client
21152026-05-05T21:17:19.510Z consumes: crucible-agent-client
21162026-05-05T21:17:19.510Z consumes: crucible-pantry-client
21172026-05-05T21:17:19.511Z consumes: dns-service-client
21182026-05-05T21:17:19.511Z consumes: dpd-client
21192026-05-05T21:17:19.511Z consumes: gateway-client
21202026-05-05T21:17:19.511Z consumes: lldpd-client
21212026-05-05T21:17:19.511Z consumes: mg-admin-client
21222026-05-05T21:17:19.511Z consumes: ntp-admin-client
21232026-05-05T21:17:19.511Z consumes: oximeter-client
21242026-05-05T21:17:19.511Z consumes: propolis-client
21252026-05-05T21:17:19.511Z consumes: repo-depot-client
21262026-05-05T21:17:19.511Z consumes: sled-agent-client
21272026-05-05T21:17:19.511Z
21282026-05-05T21:17:19.511Z
21292026-05-05T21:17:19.511ZOximeter
21302026-05-05T21:17:19.511Z oximeter-collector (omicron/oximeter/collector)
21312026-05-05T21:17:19.511Z exposes: Oximeter (client = oximeter-client)
21322026-05-05T21:17:19.511Z consumes: nexus-client
21332026-05-05T21:17:19.511Z
21342026-05-05T21:17:19.511Z
21352026-05-05T21:17:19.594Z
21362026-05-05T21:17:19.594Zreal 5.795362457
21372026-05-05T21:17:19.594Zuser 4.634088306
21382026-05-05T21:17:19.594Zsys 2.232877939
21392026-05-05T21:17:19.597Ztrap 0.000637295
21402026-05-05T21:17:19.597Ztflt 0.000098953
21412026-05-05T21:17:19.597Zdflt 0.000171995
21422026-05-05T21:17:19.597Zkflt 0.000018458
21432026-05-05T21:17:19.597Zlock 0.085170426
21442026-05-05T21:17:19.598Zslp 20.255662616
21452026-05-05T21:17:19.598Zlat 0.008067915
21462026-05-05T21:17:19.598Zstop 0.006354034
21472026-05-05T21:17:19.598Z+ ptime -m cargo xtask ls-apis servers
21482026-05-05T21:17:20.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21492026-05-05T21:17:20.157Z Running `target/debug/xtask ls-apis servers`
21502026-05-05T21:17:20.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21512026-05-05T21:17:21.028Z Running `target/debug/ls-apis servers`
21522026-05-05T21:17:21.084Zloading metadata for workspace omicron from current workspace
21532026-05-05T21:17:22.189Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
21542026-05-05T21:17:22.189Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21552026-05-05T21:17:22.192Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
21562026-05-05T21:17:22.192Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
21572026-05-05T21:17:22.192Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
21582026-05-05T21:17:24.397Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21592026-05-05T21:17:25.047Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21602026-05-05T21:17:25.060Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21612026-05-05T21:17:25.177Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21622026-05-05T21:17:25.177Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21632026-05-05T21:17:25.177Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21642026-05-05T21:17:25.177Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21652026-05-05T21:17:25.177Z
21662026-05-05T21:17:25.177Zomicron-cockroach-admin (omicron/cockroach-admin)
21672026-05-05T21:17:25.177Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21682026-05-05T21:17:25.177Z
21692026-05-05T21:17:25.177Zcrucible-agent (crucible/agent)
21702026-05-05T21:17:25.177Z exposes: Crucible Agent (client = crucible-agent-client)
21712026-05-05T21:17:25.182Z
21722026-05-05T21:17:25.182Zcrucible-downstairs (crucible/downstairs)
21732026-05-05T21:17:25.182Z exposes: Crucible Repair (client = repair-client)
21742026-05-05T21:17:25.182Z consumes: repair-client
21752026-05-05T21:17:25.182Z
21762026-05-05T21:17:25.182Zcrucible-pantry (crucible/pantry)
21772026-05-05T21:17:25.182Z exposes: Crucible Pantry (client = crucible-pantry-client)
21782026-05-05T21:17:25.182Z consumes: nexus-client
21792026-05-05T21:17:25.182Z
21802026-05-05T21:17:25.182Zdns-server (omicron/dns-server)
21812026-05-05T21:17:25.182Z exposes: DNS Server (client = dns-service-client)
21822026-05-05T21:17:25.182Z
21832026-05-05T21:17:25.182Zomicron-sled-agent (omicron/sled-agent)
21842026-05-05T21:17:25.182Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21852026-05-05T21:17:25.182Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21862026-05-05T21:17:25.183Z exposes: Repo Depot API (client = repo-depot-client)
21872026-05-05T21:17:25.183Z exposes: Sled Agent (client = sled-agent-client)
21882026-05-05T21:17:25.183Z consumes: bootstrap-agent-client
21892026-05-05T21:17:25.183Z consumes: ddm-admin-client (intra-deployment-unit-only)
21902026-05-05T21:17:25.183Z consumes: dpd-client (intra-deployment-unit-only)
21912026-05-05T21:17:25.183Z consumes: gateway-client (intra-deployment-unit-only)
21922026-05-05T21:17:25.183Z consumes: mg-admin-client (intra-deployment-unit-only)
21932026-05-05T21:17:25.183Z consumes: nexus-client
21942026-05-05T21:17:25.183Z consumes: nexus-lockstep-client
21952026-05-05T21:17:25.183Z consumes: ntp-admin-client
21962026-05-05T21:17:25.183Z consumes: propolis-client (intra-deployment-unit-only)
21972026-05-05T21:17:25.183Z consumes: repo-depot-client
21982026-05-05T21:17:25.183Z
21992026-05-05T21:17:25.183Zpropolis-server (propolis/bin/propolis-server)
22002026-05-05T21:17:25.183Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22012026-05-05T21:17:25.184Z exposes: Propolis (client = propolis-client)
22022026-05-05T21:17:25.184Z consumes: nexus-client
22032026-05-05T21:17:25.184Z
22042026-05-05T21:17:25.184Zddmd (maghemite/ddmd)
22052026-05-05T21:17:25.184Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22062026-05-05T21:17:25.192Z consumes: dpd-client (intra-deployment-unit-only)
22072026-05-05T21:17:25.192Z
22082026-05-05T21:17:25.193Zdpd (dendrite/dpd)
22092026-05-05T21:17:25.193Z exposes: Dendrite DPD (client = dpd-client)
22102026-05-05T21:17:25.193Z consumes: gateway-client (intra-deployment-unit-only)
22112026-05-05T21:17:25.193Z consumes: nexus-client
22122026-05-05T21:17:25.193Z
22132026-05-05T21:17:25.193Zlldpd (lldp/lldpd)
22142026-05-05T21:17:25.193Z exposes: LLDP daemon (client = lldpd-client)
22152026-05-05T21:17:25.193Z consumes: dpd-client (intra-deployment-unit-only)
22162026-05-05T21:17:25.193Z consumes: gateway-client (intra-deployment-unit-only)
22172026-05-05T21:17:25.193Z
22182026-05-05T21:17:25.193Zmgd (maghemite/mgd)
22192026-05-05T21:17:25.193Z exposes: Maghemite MG Admin (client = mg-admin-client)
22202026-05-05T21:17:25.193Z consumes: ddm-admin-client (intra-deployment-unit-only)
22212026-05-05T21:17:25.193Z consumes: dpd-client (intra-deployment-unit-only)
22222026-05-05T21:17:25.193Z consumes: gateway-client (intra-deployment-unit-only)
22232026-05-05T21:17:25.193Z
22242026-05-05T21:17:25.193Zomicron-gateway (omicron/gateway)
22252026-05-05T21:17:25.193Z exposes: Management Gateway Service (client = gateway-client)
22262026-05-05T21:17:25.194Z
22272026-05-05T21:17:25.194Ztfportd (dendrite/tfportd)
22282026-05-05T21:17:25.194Z consumes: dpd-client (intra-deployment-unit-only)
22292026-05-05T21:17:25.194Z consumes: lldpd-client (intra-deployment-unit-only)
22302026-05-05T21:17:25.194Z
22312026-05-05T21:17:25.194Zwicketd (omicron/wicketd)
22322026-05-05T21:17:25.194Z exposes: Wicketd Installinator (client = installinator-client)
22332026-05-05T21:17:25.194Z exposes: Wicketd (client = wicketd-client)
22342026-05-05T21:17:25.194Z consumes: bootstrap-agent-client
22352026-05-05T21:17:25.194Z consumes: bootstrap-agent-lockstep-client
22362026-05-05T21:17:25.194Z consumes: ddm-admin-client (intra-deployment-unit-only)
22372026-05-05T21:17:25.194Z consumes: dpd-client (intra-deployment-unit-only)
22382026-05-05T21:17:25.194Z consumes: gateway-client (intra-deployment-unit-only)
22392026-05-05T21:17:25.194Z
22402026-05-05T21:17:25.194Zinstallinator (omicron/installinator)
22412026-05-05T21:17:25.194Z consumes: ddm-admin-client
22422026-05-05T21:17:25.194Z consumes: installinator-client
22432026-05-05T21:17:25.194Z
22442026-05-05T21:17:25.194Zomicron-ntp-admin (omicron/ntp-admin)
22452026-05-05T21:17:25.194Z exposes: NTP Admin (client = ntp-admin-client)
22462026-05-05T21:17:25.194Z
22472026-05-05T21:17:25.194Zomicron-nexus (omicron/nexus)
22482026-05-05T21:17:25.195Z exposes: Nexus Internal API (client = nexus-client)
22492026-05-05T21:17:25.195Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22502026-05-05T21:17:25.195Z exposes: External API (client = oxide-client)
22512026-05-05T21:17:25.195Z consumes: clickhouse-admin-keeper-client
22522026-05-05T21:17:25.195Z consumes: clickhouse-admin-server-client
22532026-05-05T21:17:25.195Z consumes: clickhouse-admin-single-client
22542026-05-05T21:17:25.195Z consumes: cockroach-admin-client
22552026-05-05T21:17:25.195Z consumes: crucible-agent-client
22562026-05-05T21:17:25.195Z consumes: crucible-pantry-client
22572026-05-05T21:17:25.195Z consumes: dns-service-client
22582026-05-05T21:17:25.195Z consumes: dpd-client
22592026-05-05T21:17:25.195Z consumes: gateway-client
22602026-05-05T21:17:25.195Z consumes: lldpd-client
22612026-05-05T21:17:25.195Z consumes: mg-admin-client
22622026-05-05T21:17:25.195Z consumes: ntp-admin-client
22632026-05-05T21:17:25.195Z consumes: oximeter-client
22642026-05-05T21:17:25.195Z consumes: propolis-client
22652026-05-05T21:17:25.195Z consumes: repo-depot-client
22662026-05-05T21:17:25.195Z consumes: sled-agent-client
22672026-05-05T21:17:25.195Z
22682026-05-05T21:17:25.195Zoximeter-collector (omicron/oximeter/collector)
22692026-05-05T21:17:25.195Z exposes: Oximeter (client = oximeter-client)
22702026-05-05T21:17:25.195Z consumes: nexus-client
22712026-05-05T21:17:25.195Z
22722026-05-05T21:17:25.276Z
22732026-05-05T21:17:25.276Zreal 5.651909136
22742026-05-05T21:17:25.277Zuser 4.581274248
22752026-05-05T21:17:25.277Zsys 2.063471033
22762026-05-05T21:17:25.277Ztrap 0.000534570
22772026-05-05T21:17:25.277Ztflt 0.000099266
22782026-05-05T21:17:25.277Zdflt 0.000318604
22792026-05-05T21:17:25.277Zkflt 0.000002219
22802026-05-05T21:17:25.277Zlock 0.088616799
22812026-05-05T21:17:25.285Zslp 19.049978009
22822026-05-05T21:17:25.285Zlat 0.009068736
22832026-05-05T21:17:25.285Zstop 0.007059843
22842026-05-05T21:17:25.285Z+ ptime -m cargo xtask ls-apis check
22852026-05-05T21:17:25.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22862026-05-05T21:17:25.822Z Running `target/debug/xtask ls-apis check`
22872026-05-05T21:17:26.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22882026-05-05T21:17:26.682Z Running `target/debug/ls-apis check`
22892026-05-05T21:17:26.736Zloading metadata for workspace omicron from current workspace
22902026-05-05T21:17:27.821Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
22912026-05-05T21:17:27.826Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
22922026-05-05T21:17:27.826Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22932026-05-05T21:17:27.826Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
22942026-05-05T21:17:27.826Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
22952026-05-05T21:17:29.981Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
22962026-05-05T21:17:30.625Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22972026-05-05T21:17:30.650Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22982026-05-05T21:17:30.878Z
22992026-05-05T21:17:30.878Z
23002026-05-05T21:17:30.878ZServer-managed APIs:
23012026-05-05T21:17:30.878Z
23022026-05-05T21:17:30.878Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23032026-05-05T21:17:30.878Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23042026-05-05T21:17:30.878Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23052026-05-05T21:17:30.879Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23062026-05-05T21:17:30.879Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23072026-05-05T21:17:30.879Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23082026-05-05T21:17:30.879Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23092026-05-05T21:17:30.879Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23102026-05-05T21:17:30.879Z DNS Server (dns-service-client, exposed by dns-server)
23112026-05-05T21:17:30.879Z Dendrite DPD (dpd-client, exposed by dpd)
23122026-05-05T21:17:30.879Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23132026-05-05T21:17:30.879Z LLDP daemon (lldpd-client, exposed by lldpd)
23142026-05-05T21:17:30.879Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23152026-05-05T21:17:30.879Z External API (oxide-client, exposed by omicron-nexus)
23162026-05-05T21:17:30.879Z Oximeter (oximeter-client, exposed by oximeter-collector)
23172026-05-05T21:17:30.879Z Propolis (propolis-client, exposed by propolis-server)
23182026-05-05T21:17:30.879Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23192026-05-05T21:17:30.879Z Wicketd (wicketd-client, exposed by wicketd)
23202026-05-05T21:17:30.879Z
23212026-05-05T21:17:30.879Z
23222026-05-05T21:17:30.879ZClient-managed API:
23232026-05-05T21:17:30.879Z
23242026-05-05T21:17:30.879Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23252026-05-05T21:17:30.884Z reason: depends on itself (i.e., instances call each other)
23262026-05-05T21:17:30.884Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23272026-05-05T21:17:30.885Z reason: wicketd can wind up calling into sled agent on different sleds
23282026-05-05T21:17:30.885Z Wicketd Installinator (installinator-client, exposed by wicketd)
23292026-05-05T21:17:30.885Z reason: client is provided implicitly by the operator
23302026-05-05T21:17:30.885Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23312026-05-05T21:17:30.885Z reason: Circular dependencies between Nexus and other services
23322026-05-05T21:17:30.885Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23332026-05-05T21:17:30.885Z reason: Circular dependencies between Nexus and other services
23342026-05-05T21:17:30.885Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23352026-05-05T21:17:30.885Z reason: Sled Agent (within the Host OS deployment unit) calls into NTP, and is updated before NTP. This requires that the NTP Admin API be client-side versioned.
23362026-05-05T21:17:30.885Z
23372026-05-05T21:17:30.885Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23382026-05-05T21:17:30.885Z reason: depends on itself (i.e., instances call each other)
23392026-05-05T21:17:30.885Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23402026-05-05T21:17:30.885Z reason: depends on itself (i.e., instances call each other)
23412026-05-05T21:17:30.885Z
23422026-05-05T21:17:30.885Z
23432026-05-05T21:17:30.885ZAPIs with unknown version management: none
23442026-05-05T21:17:30.885Z
23452026-05-05T21:17:30.885Z
23462026-05-05T21:17:30.885ZAPIs that failed consumer checks: none
23472026-05-05T21:17:30.952Z
23482026-05-05T21:17:30.952Zreal 5.645529462
23492026-05-05T21:17:30.952Zuser 4.627746215
23502026-05-05T21:17:30.952Zsys 2.006568165
23512026-05-05T21:17:30.971Ztrap 0.000556890
23522026-05-05T21:17:30.971Ztflt 0.000182288
23532026-05-05T21:17:30.971Zdflt 0.000629285
23542026-05-05T21:17:30.971Zkflt 0.000000000
23552026-05-05T21:17:30.971Zlock 0.088048654
23562026-05-05T21:17:30.971Zslp 18.600668869
23572026-05-05T21:17:30.971Zlat 0.010011919
23582026-05-05T21:17:30.971Zstop 0.006732142
23592026-05-05T21:17:30.971Z+ ptime -m cargo xtask ls-apis adoc
23602026-05-05T21:17:31.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23612026-05-05T21:17:31.484Z Running `target/debug/xtask ls-apis adoc`
23622026-05-05T21:17:32.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23632026-05-05T21:17:32.347Z Running `target/debug/ls-apis adoc`
23642026-05-05T21:17:32.399Zloading metadata for workspace omicron from current workspace
23652026-05-05T21:17:33.475Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
23662026-05-05T21:17:33.486Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
23672026-05-05T21:17:33.486Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
23682026-05-05T21:17:33.486Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23692026-05-05T21:17:33.486Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
23702026-05-05T21:17:35.681Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23712026-05-05T21:17:36.262Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23722026-05-05T21:17:36.269Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23732026-05-05T21:17:36.491Z
23742026-05-05T21:17:36.491Zreal 5.511200775
23752026-05-05T21:17:36.491Zuser 4.520160890
23762026-05-05T21:17:36.491Zsys 1.958122486
23772026-05-05T21:17:36.491Ztrap 0.000550656
23782026-05-05T21:17:36.491Ztflt 0.000049850
23792026-05-05T21:17:36.491Zdflt 0.000323294
23802026-05-05T21:17:36.491Zkflt 0.000013308
23812026-05-05T21:17:36.496Zlock 0.082013419
23822026-05-05T21:17:36.496Zslp 18.442225318
23832026-05-05T21:17:36.496Zlat 0.009610076
23842026-05-05T21:17:36.496Zstop 0.006626458
23852026-05-05T21:17:36.496Z+ banner build
23862026-05-05T21:17:36.496Z
23872026-05-05T21:17:36.496Z ##### # # # # #####
23882026-05-05T21:17:36.496Z # # # # # # # #
23892026-05-05T21:17:36.496Z ##### # # # # # #
23902026-05-05T21:17:36.496Z # # # # # # # #
23912026-05-05T21:17:36.496Z # # # # # # # #
23922026-05-05T21:17:36.496Z ##### #### # ###### #####
23932026-05-05T21:17:36.496Z
23942026-05-05T21:17:36.496Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23952026-05-05T21:17:36.496Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23962026-05-05T21:17:36.496Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23972026-05-05T21:17:36.496Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23982026-05-05T21:17:36.496Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23992026-05-05T21:17:36.496Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24002026-05-05T21:17:36.496Z+ export TMPDIR=/var/tmp/omicron_tmp
24012026-05-05T21:17:36.497Z+ TMPDIR=/var/tmp/omicron_tmp
24022026-05-05T21:17:36.497Z+ export RUST_BACKTRACE=1
24032026-05-05T21:17:36.497Z+ RUST_BACKTRACE=1
24042026-05-05T21:17:36.497Z+ export CARGO_INCREMENTAL=0
24052026-05-05T21:17:36.497Z+ CARGO_INCREMENTAL=0
24062026-05-05T21:17:36.497Z+ export RUSTC_BOOTSTRAP=1
24072026-05-05T21:17:36.497Z+ RUSTC_BOOTSTRAP=1
24082026-05-05T21:17:36.497Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
24092026-05-05T21:17:38.630Z Compiling proc-macro2 v1.0.106
24102026-05-05T21:17:38.630Z Compiling unicode-ident v1.0.24
24112026-05-05T21:17:38.630Z Compiling quote v1.0.45
24122026-05-05T21:17:38.630Z Compiling libc v0.2.185
24132026-05-05T21:17:38.636Z Compiling serde_core v1.0.228
24142026-05-05T21:17:38.636Z Compiling cfg-if v1.0.4
24152026-05-05T21:17:38.636Z Compiling serde v1.0.228
24162026-05-05T21:17:38.636Z Compiling memchr v2.8.0
24172026-05-05T21:17:38.636Z Compiling smallvec v1.15.1
24182026-05-05T21:17:38.636Z Compiling log v0.4.29
24192026-05-05T21:17:38.636Z Compiling itoa v1.0.17
24202026-05-05T21:17:38.636Z Compiling version_check v0.9.5
24212026-05-05T21:17:38.637Z Compiling autocfg v1.5.0
24222026-05-05T21:17:38.900Z Compiling zmij v1.0.21
24232026-05-05T21:17:38.903Z Compiling libm v0.2.16
24242026-05-05T21:17:38.903Z Compiling serde_json v1.0.149
24252026-05-05T21:17:38.903Z Compiling stable_deref_trait v1.2.1
24262026-05-05T21:17:38.903Z Compiling scopeguard v1.2.0
24272026-05-05T21:17:38.903Z Compiling percent-encoding v2.3.2
24282026-05-05T21:17:38.903Z Compiling writeable v0.6.2
24292026-05-05T21:17:38.903Z Compiling litemap v0.8.1
24302026-05-05T21:17:38.903Z Compiling icu_normalizer_data v2.1.1
24312026-05-05T21:17:38.903Z Compiling icu_properties_data v2.1.2
24322026-05-05T21:17:38.903Z Compiling utf8_iter v1.0.4
24332026-05-05T21:17:38.903Z Compiling shlex v1.3.0
24342026-05-05T21:17:38.903Z Compiling find-msvc-tools v0.1.9
24352026-05-05T21:17:38.930Z Compiling portable-atomic v1.13.1
24362026-05-05T21:17:38.934Z Compiling parking_lot_core v0.9.12
24372026-05-05T21:17:38.934Z Compiling getrandom v0.4.1
24382026-05-05T21:17:38.934Z Compiling rand_core v0.10.0
24392026-05-05T21:17:38.934Z Compiling subtle v2.6.1
24402026-05-05T21:17:38.934Z Compiling critical-section v1.2.0
24412026-05-05T21:17:38.934Z 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-05-05T21:17:38.934Z 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`
24432026-05-05T21:17:38.934Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=faf76a064387f33b -C extra-filename=-6a8e2d0362418fff --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442026-05-05T21:17:38.934Z 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`
24452026-05-05T21:17:38.934Z 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`
24462026-05-05T21:17:38.934Z 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-05-05T21:17:38.934Z 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`
24482026-05-05T21:17:38.934Z 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`
24492026-05-05T21:17:38.996Z 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`
24502026-05-05T21:17:39.002Z 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`
24512026-05-05T21:17:39.003Z 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`
24522026-05-05T21:17:39.032Z 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`
24532026-05-05T21:17:39.066Z 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`
24542026-05-05T21:17:39.078Z 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`
24552026-05-05T21:17:39.103Z 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`
24562026-05-05T21:17:39.136Z 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`
24572026-05-05T21:17:39.137Z 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`
24582026-05-05T21:17:39.137Z 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`
24592026-05-05T21:17:39.137Z 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`
24602026-05-05T21:17:39.137Z 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`
24612026-05-05T21:17:39.138Z 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`
24622026-05-05T21:17:39.138Z 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`
24632026-05-05T21:17:39.138Z 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`
24642026-05-05T21:17:39.138Z 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`
24652026-05-05T21:17:39.138Z 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`
24662026-05-05T21:17:39.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24672026-05-05T21:17:39.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24682026-05-05T21:17:39.138Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24692026-05-05T21:17:39.138Z 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`
24702026-05-05T21:17:39.211Z 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`
24712026-05-05T21:17:39.218Z 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`
24722026-05-05T21:17:39.218Z 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`
24732026-05-05T21:17:39.290Z Compiling equivalent v1.0.2
24742026-05-05T21:17:39.367Z Compiling pin-project-lite v0.2.17
24752026-05-05T21:17:39.379Z 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`
24762026-05-05T21:17:39.379Z 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`
24772026-05-05T21:17:39.412Z Compiling zerocopy v0.8.40
24782026-05-05T21:17:39.626Z 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`
24792026-05-05T21:17:39.968Z Compiling thiserror v2.0.18
24802026-05-05T21:17:39.977Z Compiling heck v0.5.0
24812026-05-05T21:17:40.399Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2/build-script-build`
24822026-05-05T21:17:40.405Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff/build-script-build`
24832026-05-05T21:17:40.414Z Compiling num-traits v0.2.19
24842026-05-05T21:17:40.417Z Compiling lock_api v0.4.14
24852026-05-05T21:17:40.417Z Compiling form_urlencoded v1.2.2
24862026-05-05T21:17:40.418Z Compiling fnv v1.0.7
24872026-05-05T21:17:40.418Z Compiling iana-time-zone v0.1.65
24882026-05-05T21:17:40.418Z Compiling typenum v1.19.0
24892026-05-05T21:17:40.448Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a/build-script-build`
24902026-05-05T21:17:40.485Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80/build-script-build`
24912026-05-05T21:17:40.491Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41/build-script-build`
24922026-05-05T21:17:40.491Z 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`
24932026-05-05T21:17:40.491Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e/build-script-build`
24942026-05-05T21:17:40.491Z 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-05-05T21:17:40.807Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4/build-script-build`
24962026-05-05T21:17:40.808Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116/build-script-build`
24972026-05-05T21:17:40.808Z 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`
24982026-05-05T21:17:40.816Z Compiling generic-array v0.14.7
24992026-05-05T21:17:40.816Z Compiling hashbrown v0.17.0
25002026-05-05T21:17:40.816Z Compiling regex-syntax v0.8.10
25012026-05-05T21:17:40.816Z Compiling dyn-clone v1.0.20
25022026-05-05T21:17:40.816Z Compiling schemars v0.8.22
25032026-05-05T21:17:40.816Z Compiling futures-core v0.3.32
25042026-05-05T21:17:40.817Z Compiling rustversion v1.0.22
25052026-05-05T21:17:40.817Z Compiling strsim v0.11.1
25062026-05-05T21:17:40.817Z Compiling aho-corasick v1.1.4
25072026-05-05T21:17:40.817Z Compiling const-oid v0.9.6
25082026-05-05T21:17:40.843Z Compiling futures-sink v0.3.32
25092026-05-05T21:17:40.921Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471/build-script-build`
25102026-05-05T21:17:40.927Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537/build-script-build`
25112026-05-05T21:17:40.927Z 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`
25122026-05-05T21:17:40.927Z 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`
25132026-05-05T21:17:40.927Z 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`
25142026-05-05T21:17:40.927Z 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`
25152026-05-05T21:17:40.927Z 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`
25162026-05-05T21:17:41.018Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364/build-script-build`
25172026-05-05T21:17:41.216Z 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)'`
25182026-05-05T21:17:41.217Z 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`
25192026-05-05T21:17:41.217Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=8e0fb89ee026ec63 -C extra-filename=-7523304f6864b3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202026-05-05T21:17:41.217Z 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`
25212026-05-05T21:17:41.220Z 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`
25222026-05-05T21:17:41.220Z Compiling byteorder v1.5.0
25232026-05-05T21:17:41.220Z Compiling rustix v1.1.3
25242026-05-05T21:17:41.252Z Compiling slab v0.4.12
25252026-05-05T21:17:41.255Z Compiling futures-io v0.3.32
25262026-05-05T21:17:41.286Z Compiling futures-task v0.3.32
25272026-05-05T21:17:41.292Z 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`
25282026-05-05T21:17:41.292Z 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`
25292026-05-05T21:17:41.292Z 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`
25302026-05-05T21:17:41.292Z 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`
25312026-05-05T21:17:41.293Z 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`
25322026-05-05T21:17:41.367Z 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`
25332026-05-05T21:17:41.398Z 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`
25342026-05-05T21:17:41.608Z 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)'`
25352026-05-05T21:17:41.612Z 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)'`
25362026-05-05T21:17:41.612Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963/build-script-build`
25372026-05-05T21:17:41.612Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a/build-script-build`
25382026-05-05T21:17:41.612Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70/build-script-build`
25392026-05-05T21:17:41.612Z 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)'`
25402026-05-05T21:17:41.612Z 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`
25412026-05-05T21:17:41.612Z 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`
25422026-05-05T21:17:41.613Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab/build-script-build`
25432026-05-05T21:17:41.613Z 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"))'`
25442026-05-05T21:17:41.613Z 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)'`
25452026-05-05T21:17:41.643Z Compiling cpufeatures v0.2.17
25462026-05-05T21:17:41.662Z Compiling thiserror v1.0.69
25472026-05-05T21:17:41.662Z Compiling syn v1.0.109
25482026-05-05T21:17:41.662Z Compiling getrandom v0.3.4
25492026-05-05T21:17:41.662Z 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`
25502026-05-05T21:17:41.662Z 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`
25512026-05-05T21:17:41.662Z 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`
25522026-05-05T21:17:41.971Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71/build-script-build`
25532026-05-05T21:17:41.975Z 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)'`
25542026-05-05T21:17:41.975Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83/build-script-build`
25552026-05-05T21:17:41.975Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7/build-script-build`
25562026-05-05T21:17:42.003Z Compiling futures-channel v0.3.32
25572026-05-05T21:17:42.053Z Compiling pkg-config v0.3.32
25582026-05-05T21:17:42.053Z Compiling base64 v0.22.1
25592026-05-05T21:17:42.053Z Compiling ident_case v1.0.1
25602026-05-05T21:17:42.053Z Compiling anyhow v1.0.102
25612026-05-05T21:17:42.053Z Compiling allocator-api2 v0.2.21
25622026-05-05T21:17:42.053Z Compiling either v1.15.0
25632026-05-05T21:17:42.053Z 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`
25642026-05-05T21:17:42.071Z 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`
25652026-05-05T21:17:42.071Z 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`
25662026-05-05T21:17:42.071Z 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-05-05T21:17:42.344Z Compiling errno v0.3.14
25682026-05-05T21:17:42.344Z Compiling getrandom v0.2.17
25692026-05-05T21:17:42.345Z Compiling jobserver v0.1.34
25702026-05-05T21:17:42.349Z Compiling mio v1.2.0
25712026-05-05T21:17:42.350Z Compiling socket2 v0.6.3
25722026-05-05T21:17:42.350Z Compiling untrusted v0.9.0
25732026-05-05T21:17:42.418Z 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`
25742026-05-05T21:17:42.421Z 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`
25752026-05-05T21:17:42.421Z 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`
25762026-05-05T21:17:42.421Z 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`
25772026-05-05T21:17:42.421Z 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`
25782026-05-05T21:17:42.421Z 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`
25792026-05-05T21:17:42.421Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99/build-script-build`
25802026-05-05T21:17:42.421Z 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`
25812026-05-05T21:17:42.421Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20/build-script-build`
25822026-05-05T21:17:42.715Z 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`
25832026-05-05T21:17:42.716Z 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`
25842026-05-05T21:17:42.719Z Compiling httparse v1.10.1
25852026-05-05T21:17:42.719Z Compiling base64ct v1.8.3
25862026-05-05T21:17:42.719Z Compiling utf8parse v0.2.2
25872026-05-05T21:17:42.719Z Compiling anstyle v1.0.13
25882026-05-05T21:17:42.719Z 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`
25892026-05-05T21:17:42.719Z 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)'`
25902026-05-05T21:17:42.719Z 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`
25912026-05-05T21:17:42.719Z 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`
25922026-05-05T21:17:42.719Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284/build-script-build`
25932026-05-05T21:17:42.719Z 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`
25942026-05-05T21:17:42.865Z 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`
25952026-05-05T21:17:42.933Z 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"))'`
25962026-05-05T21:17:43.117Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=39e3478f43488cb6 -C extra-filename=-b015ce3ea8343151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25972026-05-05T21:17:43.117Z 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`
25982026-05-05T21:17:43.133Z Compiling bitflags v2.11.0
25992026-05-05T21:17:43.133Z Compiling semver v1.0.28
26002026-05-05T21:17:43.133Z Compiling parking_lot v0.12.5
26012026-05-05T21:17:43.133Z Compiling signal-hook-registry v1.4.8
26022026-05-05T21:17:43.133Z Compiling uuid v1.23.0
26032026-05-05T21:17:43.133Z Compiling indexmap v2.14.0
26042026-05-05T21:17:43.133Z Compiling regex-automata v0.4.14
26052026-05-05T21:17:43.133Z Compiling ryu v1.0.23
26062026-05-05T21:17:43.133Z Compiling crossbeam-utils v0.8.21
26072026-05-05T21:17:43.133Z Compiling colorchoice v1.0.4
26082026-05-05T21:17:43.134Z 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"))'`
26092026-05-05T21:17:43.148Z 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`
26102026-05-05T21:17:43.164Z 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`
26112026-05-05T21:17:43.164Z 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`
26122026-05-05T21:17:43.164Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd/build-script-build`
26132026-05-05T21:17:43.164Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e/build-script-build`
26142026-05-05T21:17:43.164Z 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`
26152026-05-05T21:17:43.166Z 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)'`
26162026-05-05T21:17:43.540Z 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"))'`
26172026-05-05T21:17:43.544Z 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`
26182026-05-05T21:17:43.544Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fb3cf4ae510ad60c -C extra-filename=-9a2525d8b569a190 --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`
26192026-05-05T21:17:43.544Z 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`
26202026-05-05T21:17:43.544Z 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`
26212026-05-05T21:17:43.544Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=2486d38362c04092 -C extra-filename=-e4d505d3eeb92d26 --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-7523304f6864b3fe.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`
26222026-05-05T21:17:43.544Z 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`
26232026-05-05T21:17:43.544Z 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`
26242026-05-05T21:17:43.544Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb/build-script-build`
26252026-05-05T21:17:43.544Z 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`
26262026-05-05T21:17:43.544Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908/build-script-build`
26272026-05-05T21:17:43.549Z 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`
26282026-05-05T21:17:43.549Z Compiling cc v1.2.56
26292026-05-05T21:17:43.549Z Compiling once_cell v1.21.3
26302026-05-05T21:17:43.549Z Compiling rand_core v0.6.4
26312026-05-05T21:17:43.549Z Compiling anstyle-parse v0.2.7
26322026-05-05T21:17:43.549Z Compiling is_terminal_polyfill v1.70.2
26332026-05-05T21:17:43.549Z Compiling powerfmt v0.2.0
26342026-05-05T21:17:43.549Z Compiling time-core v0.1.8
26352026-05-05T21:17:43.549Z Compiling anstyle-query v1.1.5
26362026-05-05T21:17:43.549Z Compiling num-conv v0.2.0
26372026-05-05T21:17:43.549Z 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`
26382026-05-05T21:17:43.878Z 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`
26392026-05-05T21:17:43.878Z 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`
26402026-05-05T21:17:43.880Z 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`
26412026-05-05T21:17:43.884Z Compiling syn v2.0.117
26422026-05-05T21:17:43.884Z Compiling atomic-waker v1.1.2
26432026-05-05T21:17:43.884Z Compiling num_threads v0.1.7
26442026-05-05T21:17:43.884Z Compiling pem-rfc7468 v0.7.0
26452026-05-05T21:17:43.884Z Compiling httpdate v1.0.3
26462026-05-05T21:17:43.884Z Compiling try-lock v0.2.5
26472026-05-05T21:17:43.884Z Compiling clap_lex v1.0.0
26482026-05-05T21:17:43.884Z Compiling tower-service v0.3.3
26492026-05-05T21:17:43.913Z Compiling dunce v1.0.5
26502026-05-05T21:17:43.917Z Compiling tower-layer v0.3.3
26512026-05-05T21:17:43.917Z 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`
26522026-05-05T21:17:43.917Z 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`
26532026-05-05T21:17:43.917Z 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`
26542026-05-05T21:17:43.937Z 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`
26552026-05-05T21:17:43.937Z 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`
26562026-05-05T21:17:43.939Z 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`
26572026-05-05T21:17:44.311Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a7e94e1eddcebc51 -C extra-filename=-adc5358a0f3e2899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26582026-05-05T21:17:44.318Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7/build-script-build`
26592026-05-05T21:17:44.318Z 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`
26602026-05-05T21:17:44.318Z 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-05-05T21:17:44.320Z 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`
26622026-05-05T21:17:44.320Z 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`
26632026-05-05T21:17:44.320Z 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`
26642026-05-05T21:17:44.320Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5/build-script-build`
26652026-05-05T21:17:44.344Z Compiling time-macros v0.2.27
26662026-05-05T21:17:44.353Z Compiling anstream v0.6.21
26672026-05-05T21:17:44.353Z Compiling fs_extra v1.3.0
26682026-05-05T21:17:44.353Z Compiling pin-utils v0.1.0
26692026-05-05T21:17:44.353Z Compiling flagset v0.4.7
26702026-05-05T21:17:44.353Z Compiling slog v2.8.2
26712026-05-05T21:17:44.353Z Compiling unicode-segmentation v1.12.0
26722026-05-05T21:17:44.353Z 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`
26732026-05-05T21:17:44.353Z 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`
26742026-05-05T21:17:44.353Z 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`
26752026-05-05T21:17:44.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf762183abc528cc -C extra-filename=-308c91df5613d4de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-05-05T21:17:44.354Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=32f8f52f9c76382e -C extra-filename=-5cdbebf864c5da83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-05-05T21:17:44.354Z 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`
26782026-05-05T21:17:44.688Z 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`
26792026-05-05T21:17:44.688Z 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)'`
26802026-05-05T21:17:44.699Z Compiling tracing-core v0.1.36
26812026-05-05T21:17:44.699Z Compiling deranged v0.5.8
26822026-05-05T21:17:44.699Z Compiling cmake v0.1.57
26832026-05-05T21:17:44.699Z Compiling rand_core v0.9.5
26842026-05-05T21:17:44.699Z Compiling camino v1.2.2
26852026-05-05T21:17:44.699Z Compiling aws-lc-rs v1.16.0
26862026-05-05T21:17:44.699Z Compiling spin v0.9.8
26872026-05-05T21:17:44.700Z Compiling vcpkg v0.2.15
26882026-05-05T21:17:44.700Z Compiling foldhash v0.2.0
26892026-05-05T21:17:44.728Z 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`
26902026-05-05T21:17:44.762Z 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`
26912026-05-05T21:17:44.766Z 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`
26922026-05-05T21:17:44.766Z 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`
26932026-05-05T21:17:44.767Z 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`
26942026-05-05T21:17:44.768Z 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`
26952026-05-05T21:17:44.777Z 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`
26962026-05-05T21:17:45.600Z 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`
26972026-05-05T21:17:45.600Z 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`
26982026-05-05T21:17:45.600Z 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`
26992026-05-05T21:17:45.600Z 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`
27002026-05-05T21:17:45.601Z 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`
27012026-05-05T21:17:45.628Z 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`
27022026-05-05T21:17:45.628Z Compiling want v0.3.1
27032026-05-05T21:17:45.628Z Compiling ucd-trie v0.1.7
27042026-05-05T21:17:45.628Z Compiling pretty-hex v0.4.1
27052026-05-05T21:17:45.628Z Compiling untrusted v0.7.1
27062026-05-05T21:17:45.628Z Compiling fastrand v2.3.0
27072026-05-05T21:17:45.628Z Compiling openssl-probe v0.2.1
27082026-05-05T21:17:45.628Z Compiling rustls v0.23.37
27092026-05-05T21:17:45.629Z Compiling plain v0.2.3
27102026-05-05T21:17:45.629Z Compiling rustc_version v0.4.1
27112026-05-05T21:17:45.629Z 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`
27122026-05-05T21:17:45.630Z 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)'`
27132026-05-05T21:17:45.630Z 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`
27142026-05-05T21:17:45.630Z 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`
27152026-05-05T21:17:45.630Z 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`
27162026-05-05T21:17:45.630Z 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`
27172026-05-05T21:17:45.630Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0/build-script-build`
27182026-05-05T21:17:45.630Z 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`
27192026-05-05T21:17:45.630Z 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`
27202026-05-05T21:17:45.634Z Compiling ring v0.17.14
27212026-05-05T21:17:45.634Z Compiling hashbrown v0.16.1
27222026-05-05T21:17:45.634Z Compiling winnow v0.7.14
27232026-05-05T21:17:45.634Z Compiling sync_wrapper v1.0.2
27242026-05-05T21:17:45.634Z Compiling simd-adler32 v0.3.8
27252026-05-05T21:17:45.634Z Compiling iri-string v0.7.10
27262026-05-05T21:17:45.634Z Compiling adler2 v2.0.1
27272026-05-05T21:17:45.634Z Compiling crc32fast v1.5.0
27282026-05-05T21:17:45.634Z Compiling mime v0.3.17
27292026-05-05T21:17:45.634Z 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`
27302026-05-05T21:17:45.634Z 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`
27312026-05-05T21:17:45.635Z 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=9ed8bb88fd659e62 -C extra-filename=-c6b05ceb18b87f18 --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-9a2525d8b569a190.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-05-05T21:17:45.635Z 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`
27332026-05-05T21:17:45.635Z 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`
27342026-05-05T21:17:45.635Z 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`
27352026-05-05T21:17:45.837Z 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`
27362026-05-05T21:17:45.868Z Compiling terminal_size v0.4.3
27372026-05-05T21:17:45.868Z Compiling aws-lc-sys v0.37.1
27382026-05-05T21:17:45.868Z Compiling pest v2.8.6
27392026-05-05T21:17:45.868Z Compiling static_assertions v1.1.0
27402026-05-05T21:17:45.868Z Compiling lazy_static v1.5.0
27412026-05-05T21:17:45.869Z Compiling paste v1.0.15
27422026-05-05T21:17:45.869Z Compiling encoding_rs v0.8.35
27432026-05-05T21:17:45.895Z Compiling heck v0.4.1
27442026-05-05T21:17:45.896Z 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`
27452026-05-05T21:17:45.918Z 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`
27462026-05-05T21:17:45.927Z 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`
27472026-05-05T21:17:45.927Z 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`
27482026-05-05T21:17:45.927Z 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`
27492026-05-05T21:17:45.927Z 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`
27502026-05-05T21:17:45.928Z 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`
27512026-05-05T21:17:45.928Z 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`
27522026-05-05T21:17:46.174Z 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`
27532026-05-05T21:17:46.220Z 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`
27542026-05-05T21:17:46.220Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8/build-script-build`
27552026-05-05T21:17:46.220Z 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`
27562026-05-05T21:17:46.220Z 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`
27572026-05-05T21:17:46.220Z 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`
27582026-05-05T21:17:46.220Z 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`
27592026-05-05T21:17:46.220Z 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`
27602026-05-05T21:17:46.220Z Compiling regex v1.12.3
27612026-05-05T21:17:46.220Z Compiling tempfile v3.25.0
27622026-05-05T21:17:46.220Z Compiling openssl-sys v0.9.114
27632026-05-05T21:17:46.220Z Compiling usdt-impl v0.6.0
27642026-05-05T21:17:46.221Z Compiling openssl v0.10.78
27652026-05-05T21:17:46.221Z Compiling zlib-rs v0.6.2
27662026-05-05T21:17:46.221Z Compiling tinyvec_macros v0.1.1
27672026-05-05T21:17:46.221Z Compiling foreign-types-shared v0.1.1
27682026-05-05T21:17:46.221Z 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`
27692026-05-05T21:17:46.512Z 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`
27702026-05-05T21:17:46.512Z 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.114/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=94c2f409e35df6b2 -C extra-filename=-82c3b48189d92883 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-82c3b48189d92883 -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`
27712026-05-05T21:17:47.202Z 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`
27722026-05-05T21:17:47.203Z Compiling time v0.3.47
27732026-05-05T21:17:47.203Z Compiling clap_builder v4.5.60
27742026-05-05T21:17:47.203Z Compiling miniz_oxide v0.8.9
27752026-05-05T21:17:47.203Z Compiling num-integer v0.1.46
27762026-05-05T21:17:47.203Z Compiling thread-id v5.1.0
27772026-05-05T21:17:47.203Z Compiling cookie v0.18.1
27782026-05-05T21:17:47.203Z Compiling litrs v1.0.0
27792026-05-05T21:17:47.203Z Compiling data-encoding v2.10.0
27802026-05-05T21:17:47.203Z Compiling memmap2 v0.9.10
27812026-05-05T21:17:47.203Z 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`
27822026-05-05T21:17:47.203Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.78/build.rs --error-format=json --json=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=f0292a9827005138 -C extra-filename=-8f5537f13292196a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8f5537f13292196a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-05-05T21:17:47.203Z 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`
27842026-05-05T21:17:47.209Z 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`
27852026-05-05T21:17:47.209Z 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`
27862026-05-05T21:17:47.482Z 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`
27872026-05-05T21:17:47.482Z 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`
27882026-05-05T21:17:47.482Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84/build-script-build`
27892026-05-05T21:17:47.482Z 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`
27902026-05-05T21:17:47.482Z 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`
27912026-05-05T21:17:47.483Z 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`
27922026-05-05T21:17:47.483Z 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`
27932026-05-05T21:17:47.483Z Compiling tinyvec v1.10.0
27942026-05-05T21:17:47.483Z Compiling foreign-types v0.3.2
27952026-05-05T21:17:47.483Z Compiling ahash v0.8.12
27962026-05-05T21:17:47.483Z Compiling native-tls v0.2.18
27972026-05-05T21:17:47.483Z Compiling base16ct v0.2.0
27982026-05-05T21:17:47.483Z 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)'`
27992026-05-05T21:17:47.483Z 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`
28002026-05-05T21:17:47.483Z 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`
28012026-05-05T21:17:47.483Z 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`
28022026-05-05T21:17:47.483Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd/build-script-build`
28032026-05-05T21:17:47.483Z 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`
28042026-05-05T21:17:47.483Z 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`
28052026-05-05T21:17:47.578Z Compiling synstructure v0.13.2
28062026-05-05T21:17:47.578Z Compiling serde_derive_internals v0.29.1
28072026-05-05T21:17:47.578Z 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`
28082026-05-05T21:17:47.586Z 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`
28092026-05-05T21:17:47.586Z 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`
28102026-05-05T21:17:47.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ee9b9fbe6aa4f195 -C extra-filename=-7ff1377beeba7887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-05-05T21:17:47.592Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72a4af19f0efec7a -C extra-filename=-21fdd2353018de66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-05-05T21:17:47.592Z Compiling darling_core v0.21.3
28132026-05-05T21:17:47.592Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928/build-script-build`
28142026-05-05T21:17:47.592Z Compiling toml_parser v1.0.9+spec-1.1.0
28152026-05-05T21:17:47.592Z Compiling object v0.37.3
28162026-05-05T21:17:47.592Z Compiling psl-types v2.0.11
28172026-05-05T21:17:47.592Z 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)'`
28182026-05-05T21:17:47.593Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4/build-script-build`
28192026-05-05T21:17:47.593Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=858687c52f1b66d3 -C extra-filename=-9c4bcd2d62e3585d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202026-05-05T21:17:47.593Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-82c3b48189d92883/build-script-main`
28212026-05-05T21:17:47.599Z Compiling pest_meta v2.8.6
28222026-05-05T21:17:47.599Z Compiling document-features v0.2.12
28232026-05-05T21:17:47.599Z Compiling ff v0.13.1
28242026-05-05T21:17:47.599Z Compiling bit-vec v0.8.0
28252026-05-05T21:17:47.599Z Compiling num-iter v0.1.45
28262026-05-05T21:17:47.599Z Compiling bstr v1.12.1
28272026-05-05T21:17:47.599Z Compiling crossbeam-epoch v0.9.18
28282026-05-05T21:17:47.611Z Compiling wait-timeout v0.2.1
28292026-05-05T21:17:47.612Z 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"))'`
28302026-05-05T21:17:47.612Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a/build-script-build`
28312026-05-05T21:17:47.612Z 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`
28322026-05-05T21:17:47.612Z 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`
28332026-05-05T21:17:47.612Z 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`
28342026-05-05T21:17:47.615Z 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`
28352026-05-05T21:17:47.615Z 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`
28362026-05-05T21:17:47.615Z 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`
28372026-05-05T21:17:47.615Z Compiling siphasher v1.0.2
28382026-05-05T21:17:47.615Z Compiling cfg_aliases v0.2.1
28392026-05-05T21:17:47.615Z Compiling num-bigint-dig v0.8.6
28402026-05-05T21:17:47.615Z Compiling rustix v0.38.44
28412026-05-05T21:17:47.616Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9/build-script-build`
28422026-05-05T21:17:47.616Z 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`
28432026-05-05T21:17:47.616Z 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`
28442026-05-05T21:17:47.616Z 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`
28452026-05-05T21:17:47.616Z 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`
28462026-05-05T21:17:47.616Z 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`
28472026-05-05T21:17:47.645Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8f5537f13292196a/build-script-build`
28482026-05-05T21:17:47.645Z 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.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=25030e5069e9f3b5 -C extra-filename=-76075c4761c46f7c --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(awslc_pregenerated)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl400)'`
28492026-05-05T21:17:47.645Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5/build-script-build`
28502026-05-05T21:17:47.645Z 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`
28512026-05-05T21:17:47.984Z 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`
28522026-05-05T21:17:47.994Z 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`
28532026-05-05T21:17:47.995Z Compiling darling_core v0.20.11
28542026-05-05T21:17:47.995Z 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`
28552026-05-05T21:17:47.995Z Compiling itertools v0.13.0
28562026-05-05T21:17:47.995Z Compiling usdt-impl v0.5.0
28572026-05-05T21:17:47.995Z 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`
28582026-05-05T21:17:47.995Z Compiling winnow v0.5.40
28592026-05-05T21:17:47.995Z 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`
28602026-05-05T21:17:47.995Z 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`
28612026-05-05T21:17:47.995Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=1914f7539288f984 -C extra-filename=-d30699740005417b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622026-05-05T21:17:47.995Z Running `/work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6/build-script-build`
28632026-05-05T21:17:47.995Z Compiling quick-error v1.2.3
28642026-05-05T21:17:47.995Z 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`
28652026-05-05T21:17:47.995Z Compiling curve25519-dalek v4.1.3
28662026-05-05T21:17:47.995Z Compiling rand_xorshift v0.4.0
28672026-05-05T21:17:47.995Z 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=9ff5363e20f31700 -C extra-filename=-166487491a768524 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-166487491a768524 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682026-05-05T21:17:47.995Z Compiling hubpack_derive v0.1.1
28692026-05-05T21:17:47.995Z 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`
28702026-05-05T21:17:47.995Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e665007dfde3b2b0 -C extra-filename=-3837612fb15a29c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712026-05-05T21:17:48.039Z 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`
28722026-05-05T21:17:48.113Z 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)'`
28732026-05-05T21:17:48.156Z Compiling toml_datetime v0.7.5+spec-1.1.0
28742026-05-05T21:17:48.212Z Compiling pest_generator v2.8.6
28752026-05-05T21:17:48.222Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50/build-script-build`
28762026-05-05T21:17:48.222Z 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`
28772026-05-05T21:17:48.247Z Compiling rusty-fork v0.3.1
28782026-05-05T21:17:48.283Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=9dd85a772a4450a5 -C extra-filename=-8fc332225d214466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-82b6458813c5ac03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-05-05T21:17:48.292Z Compiling thread-id v4.2.2
28802026-05-05T21:17:48.358Z Compiling memoffset v0.9.1
28812026-05-05T21:17:48.367Z Compiling unarray v0.1.4
28822026-05-05T21:17:48.367Z 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`
28832026-05-05T21:17:48.367Z 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`
28842026-05-05T21:17:48.440Z Compiling bit-set v0.8.0
28852026-05-05T21:17:48.452Z Compiling group v0.13.0
28862026-05-05T21:17:48.453Z 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`
28872026-05-05T21:17:48.453Z 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`
28882026-05-05T21:17:48.474Z 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`
28892026-05-05T21:17:48.514Z 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`
28902026-05-05T21:17:48.525Z Compiling env_filter v1.0.0
28912026-05-05T21:17:48.633Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00/build-script-build`
28922026-05-05T21:17:48.641Z Compiling signal-hook v0.3.18
28932026-05-05T21:17:48.641Z Compiling keccak v0.1.6
28942026-05-05T21:17:48.641Z Compiling toml_write v0.1.2
28952026-05-05T21:17:48.641Z 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`
28962026-05-05T21:17:48.671Z Compiling nix v0.31.2
28972026-05-05T21:17:48.743Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
28982026-05-05T21:17:48.790Z 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`
28992026-05-05T21:17:48.791Z 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`
29002026-05-05T21:17:48.791Z 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`
29012026-05-05T21:17:48.851Z Compiling serde_derive v1.0.228
29022026-05-05T21:17:48.891Z Compiling zeroize_derive v1.4.3
29032026-05-05T21:17:48.992Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46/build-script-build`
29042026-05-05T21:17:49.070Z Compiling zerofrom-derive v0.1.6
29052026-05-05T21:17:49.079Z Compiling yoke-derive v0.8.1
29062026-05-05T21:17:49.079Z Compiling zerovec-derive v0.11.2
29072026-05-05T21:17:49.079Z Compiling displaydoc v0.2.5
29082026-05-05T21:17:49.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=a9bcd14c653350a1 -C extra-filename=-bbc60baec4eff5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-05-05T21:17:49.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da2c89c6a311419c -C extra-filename=-063ff9b18aa017a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-05-05T21:17:49.173Z Compiling zerocopy-derive v0.8.40
29112026-05-05T21:17:49.181Z Compiling thiserror-impl v2.0.18
29122026-05-05T21:17:49.181Z Compiling tokio-macros v2.7.0
29132026-05-05T21:17:49.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=252df445c5dbf01e -C extra-filename=-21424ca050171ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-05-05T21:17:49.210Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a3a8eb5069477c8 -C extra-filename=-201eae38bbccbb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-05-05T21:17:49.217Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47490f5da1d5476f -C extra-filename=-18728123dce63b6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7ff1377beeba7887.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162026-05-05T21:17:49.217Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfcc46bac6d3bca2 -C extra-filename=-171eede15a4ce5b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7ff1377beeba7887.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172026-05-05T21:17:49.217Z Compiling schemars_derive v0.8.22
29182026-05-05T21:17:49.285Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b0a92c50233906 -C extra-filename=-2266884197c32bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-05-05T21:17:49.325Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97373ab5d496cd38 -C extra-filename=-7ca3019384a86f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202026-05-05T21:17:49.332Z Compiling futures-macro v0.3.32
29212026-05-05T21:17:49.332Z Compiling thiserror-impl v1.0.69
29222026-05-05T21:17:49.332Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e58a45df9d3f6d88 -C extra-filename=-25377510715f6b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232026-05-05T21:17:49.340Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fffb40c4f00b468 -C extra-filename=-27aa3a69b8d4ae91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-21fdd2353018de66.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-05-05T21:17:49.396Z Compiling tracing-attributes v0.1.31
29252026-05-05T21:17:49.405Z Compiling clap_derive v4.5.55
29262026-05-05T21:17:49.473Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d57a5f3e36cbdc6 -C extra-filename=-00ee4859a028020b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-05-05T21:17:49.518Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b590f5388cbd2ece -C extra-filename=-be9e0a36ec6e90cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-05-05T21:17:49.589Z Compiling der_derive v0.7.3
29292026-05-05T21:17:49.599Z Compiling async-trait v0.1.89
29302026-05-05T21:17:49.599Z Compiling pest_derive v2.8.6
29312026-05-05T21:17:49.599Z Compiling scroll_derive v0.13.1
29322026-05-05T21:17:49.736Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=8d7b023d744c51d2 -C extra-filename=-f3cdd6899ab24710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-05-05T21:17:49.762Z 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=31bdfa0bf4779383 -C extra-filename=-e7042c0487f9871b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-05-05T21:17:49.763Z Compiling strum_macros v0.26.4
29352026-05-05T21:17:49.764Z Compiling flate2 v1.1.9
29362026-05-05T21:17:49.865Z Compiling openssl-macros v0.1.1
29372026-05-05T21:17:49.865Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d315374ab8bae300 -C extra-filename=-3d40f90b1355ed80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382026-05-05T21:17:49.865Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d1b7466094abc9bf -C extra-filename=-b6f3594857fd5239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-8fc332225d214466.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392026-05-05T21:17:49.865Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66fdbafd55da9aae -C extra-filename=-5ad6cdf02f4f5554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402026-05-05T21:17:49.884Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4653be8e0445d753 -C extra-filename=-1f480c9f68dfe77b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-05-05T21:17:49.916Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc7850690f8e1079 -C extra-filename=-45bbb3e0d8c95d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-05-05T21:17:49.951Z Compiling scroll_derive v0.12.1
29432026-05-05T21:17:49.952Z Compiling zerocopy-derive v0.7.35
29442026-05-05T21:17:49.973Z 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`
29452026-05-05T21:17:49.973Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7068edfbaf4f8fc0 -C extra-filename=-0e4386e09810ec51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462026-05-05T21:17:49.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb3fd8bbeb75554d -C extra-filename=-8d4153d258bcef2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-05-05T21:17:50.028Z 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`
29482026-05-05T21:17:50.028Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05664b01b2de4c6c -C extra-filename=-f4b443265956c76e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492026-05-05T21:17:50.061Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-166487491a768524/build-script-build`
29502026-05-05T21:17:50.061Z Compiling darling_macro v0.21.3
29512026-05-05T21:17:50.061Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5/build-script-build`
29522026-05-05T21:17:50.083Z Compiling curve25519-dalek-derive v0.1.1
29532026-05-05T21:17:50.083Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4822d953e24ea7d1 -C extra-filename=-d7979ca8ce2b4948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-9c4bcd2d62e3585d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-05-05T21:17:50.092Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=113ed4476ef9055e -C extra-filename=-eece82021aaaff40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552026-05-05T21:17:50.219Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d/build-script-build`
29562026-05-05T21:17:50.274Z Compiling env_logger v0.11.9
29572026-05-05T21:17:50.285Z 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`
29582026-05-05T21:17:50.291Z 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`
29592026-05-05T21:17:50.360Z Compiling zeroize v1.8.2
29602026-05-05T21:17:50.372Z Compiling daft-derive v0.1.5
29612026-05-05T21:17:50.372Z Compiling zstd-sys v2.0.16+zstd.1.5.7
29622026-05-05T21:17:50.372Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=64fc593fa2179ab2 -C extra-filename=-5cce899ff50c2399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-063ff9b18aa017a2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-05-05T21:17:50.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=885c723f2756a159 -C extra-filename=-b3bf16d577f4ae6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-05-05T21:17:50.377Z 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`
29652026-05-05T21:17:50.670Z Compiling bzip2-sys v0.1.13+1.0.8
29662026-05-05T21:17:50.678Z 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`
29672026-05-05T21:17:50.719Z 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.78/src/lib.rs --error-format=json --json=diagnostic-rendered-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=862e4bf8a5269a08 -C extra-filename=-9c457c413d0626e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0e4386e09810ec51.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.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(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
29682026-05-05T21:17:50.910Z Compiling futures-util v0.3.32
29692026-05-05T21:17:50.910Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=55bf0f8c34716c14 -C extra-filename=-e1b5a28ffe36276c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29702026-05-05T21:17:51.656Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=c80d212e01734750 -C extra-filename=-36174b688f91e133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-00ee4859a028020b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-05-05T21:17:51.686Z Compiling rustls-pki-types v1.14.0
29722026-05-05T21:17:51.686Z Compiling darling_macro v0.20.11
29732026-05-05T21:17:51.686Z Compiling bitflags v1.3.2
29742026-05-05T21:17:51.686Z Compiling enum-as-inner v0.6.1
29752026-05-05T21:17:51.686Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=23e6f85aab23adbd -C extra-filename=-0e97d1dfeec5d08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-05-05T21:17:51.686Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8744c30dfa1d3f5 -C extra-filename=-87413611ca46f9ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-d30699740005417b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-05-05T21:17:51.686Z 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`
29782026-05-05T21:17:51.686Z 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`
29792026-05-05T21:17:51.686Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-16a7adf67c9edb1a/build-script-build`
29802026-05-05T21:17:51.686Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec450fb3dd8a3a0a -C extra-filename=-5f1c8d19066dc220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-05-05T21:17:51.688Z Compiling scroll v0.13.0
29822026-05-05T21:17:51.696Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=d35c5b339f6e1fa5 -C extra-filename=-b8614ac9d21be660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-5ad6cdf02f4f5554.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832026-05-05T21:17:51.696Z Compiling scroll v0.12.0
29842026-05-05T21:17:51.697Z Compiling darling v0.21.3
29852026-05-05T21:17:51.697Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=62984203425660ee -C extra-filename=-a2008c657435a5c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-8d4153d258bcef2c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862026-05-05T21:17:51.697Z Compiling unicode-normalization v0.1.25
29872026-05-05T21:17:51.697Z Compiling vergen-lib v0.1.6
29882026-05-05T21:17:51.697Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=3cfda70ddf4db975 -C extra-filename=-6607a922dcc8bcfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-9c4bcd2d62e3585d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-d7979ca8ce2b4948.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892026-05-05T21:17:51.697Z Compiling zerofrom v0.1.6
29902026-05-05T21:17:51.697Z Compiling der v0.7.10
29912026-05-05T21:17:51.697Z Compiling managed v0.8.0
29922026-05-05T21:17:51.697Z 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`
29932026-05-05T21:17:51.697Z 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`
29942026-05-05T21:17:51.697Z 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`
29952026-05-05T21:17:51.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=93d430356ed360d6 -C extra-filename=-9a7ca885792a1535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-18728123dce63b6f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-05-05T21:17:51.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=8285954803a2987d -C extra-filename=-3f5c453b671eb81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-1f480c9f68dfe77b.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-05-05T21:17:51.707Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80/build-script-build`
29982026-05-05T21:17:51.707Z Compiling rustls-native-certs v0.8.3
29992026-05-05T21:17:51.707Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=708423df1847f646 -C extra-filename=-82a3566533314666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-05-05T21:17:51.711Z Compiling webpki-roots v1.0.6
30012026-05-05T21:17:51.711Z Compiling crypto-common v0.1.7
30022026-05-05T21:17:51.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21e1ee40f2364bf5 -C extra-filename=-9cf57154e68d1294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-be9e0a36ec6e90cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
30032026-05-05T21:17:51.782Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6886658c561d1066 -C extra-filename=-50531a82ebede228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-05-05T21:17:51.782Z Compiling block-buffer v0.10.4
30052026-05-05T21:17:51.907Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=6d6e4c5debbe44e2 -C extra-filename=-b1a2d0ece26f531c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-05-05T21:17:51.930Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=58f775ef007a2d1a -C extra-filename=-058ac0b0db441f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-25377510715f6b93.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
30072026-05-05T21:17:51.930Z Compiling tracing v0.1.44
30082026-05-05T21:17:51.930Z Compiling block-padding v0.3.3
30092026-05-05T21:17:51.930Z Compiling goblin v0.10.5
30102026-05-05T21:17:51.931Z Compiling crypto-bigint v0.5.5
30112026-05-05T21:17:51.931Z Compiling zerocopy v0.7.35
30122026-05-05T21:17:51.931Z Compiling goblin v0.8.2
30132026-05-05T21:17:51.931Z Compiling serde_with_macros v3.17.0
30142026-05-05T21:17:51.931Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7d2e6a41e2a1a52 -C extra-filename=-f22af609c5b5693b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-05-05T21:17:51.931Z 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`
30162026-05-05T21:17:52.176Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=202131aee5af0eef -C extra-filename=-4be48bb955f8ad55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2266884197c32bd4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)'`
30172026-05-05T21:17:55.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=39c700d81872866c -C extra-filename=-68ed9a55b1a4dec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f3cdd6899ab24710.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-61f2464b9e941b65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182026-05-05T21:17:55.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=897459ffe2ae3ae6 -C extra-filename=-2a871f514c487102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192026-05-05T21:17:55.657Z Compiling yoke v0.8.1
30202026-05-05T21:17:55.710Z Compiling dtrace-parser v0.3.0
30212026-05-05T21:17:55.711Z Compiling dtrace-parser v0.2.0
30222026-05-05T21:17:55.711Z Compiling phf_shared v0.11.3
30232026-05-05T21:17:55.711Z Compiling vergen v9.0.6
30242026-05-05T21:17:55.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=cbd1308f99ced4cb -C extra-filename=-189d8c333f388d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-b8614ac9d21be660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-05-05T21:17:55.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=3255f5ffdf2c4d15 -C extra-filename=-0148fa9fdde04fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-05-05T21:17:55.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=16f800e0a3d6992d -C extra-filename=-30956e5a90a488a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f4b443265956c76e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-05-05T21:17:55.711Z 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"))'`
30282026-05-05T21:17:55.711Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=16328bdecb37bf78 -C extra-filename=-56ac6fa73da6c719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-a2008c657435a5c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-05-05T21:17:55.711Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b/build-script-build`
30302026-05-05T21:17:55.712Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=2d7132ce944f5736 -C extra-filename=-009a344edb02b1bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6607a922dcc8bcfe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312026-05-05T21:17:55.712Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=ed36e27078fed59b -C extra-filename=-d9549f9efa8371a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-171eede15a4ce5b7.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-05-05T21:17:55.712Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7415c3faf64b64e0/build-script-main`
30332026-05-05T21:17:55.712Z Compiling digest v0.10.7
30342026-05-05T21:17:55.712Z Compiling inout v0.1.4
30352026-05-05T21:17:55.713Z Compiling clap v4.5.60
30362026-05-05T21:17:55.713Z Compiling darling v0.20.11
30372026-05-05T21:17:55.713Z Compiling fs-err v3.3.0
30382026-05-05T21:17:55.713Z Compiling ref-cast v1.0.25
30392026-05-05T21:17:55.713Z Compiling foldhash v0.1.5
30402026-05-05T21:17:55.713Z Compiling zstd-safe v7.2.4
30412026-05-05T21:17:55.713Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d204c2f6f8d7248e -C extra-filename=-3b8c8560abd613bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-b6f3594857fd5239.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-05-05T21:17:55.713Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-c37eb626818e4c60/build-script-build`
30432026-05-05T21:17:55.713Z 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`
30442026-05-05T21:17:55.713Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3af70f499d54b46c -C extra-filename=-d47c9fe0fefbda7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-b6f3594857fd5239.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452026-05-05T21:17:55.713Z 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`
30462026-05-05T21:17:55.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=65f132cf16904394 -C extra-filename=-53a27ea6ba2abd9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-f22af609c5b5693b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-05-05T21:17:55.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=d7753f532d268197 -C extra-filename=-176391f33b652158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-d30699740005417b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-87413611ca46f9ca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482026-05-05T21:17:55.714Z Compiling zerovec v0.11.5
30492026-05-05T21:17:55.714Z Compiling zerotrie v0.2.3
30502026-05-05T21:17:55.714Z Compiling spki v0.7.3
30512026-05-05T21:17:55.714Z Compiling strum v0.26.3
30522026-05-05T21:17:55.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/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`
30532026-05-05T21:17:55.714Z 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`
30542026-05-05T21:17:55.714Z 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`
30552026-05-05T21:17:55.714Z 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`
30562026-05-05T21:17:55.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=fb9d363fdb83be1e -C extra-filename=-5bc8a8fdb2d028e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2a871f514c487102.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572026-05-05T21:17:55.714Z 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=2c0c8709af40b7e5 -C extra-filename=-d62b7cd9ab5877a1 --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-e7042c0487f9871b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-05-05T21:17:55.714Z Compiling fixedbitset v0.4.2
30592026-05-05T21:17:55.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=74dc1fda0bddf1ed -C extra-filename=-e4f454501d701ff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-201eae38bbccbb26.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-05-05T21:17:55.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=3b1ce2b41d1b4dbc -C extra-filename=-74bfc16b099d95fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-05-05T21:17:55.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=d8147fe2187684c8 -C extra-filename=-fc2364b39722d434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-05-05T21:17:55.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=642e1208c6e57eb3 -C extra-filename=-12c33739b94d4993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-45bbb3e0d8c95d13.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-05-05T21:17:55.714Z 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`
30642026-05-05T21:17:55.715Z Compiling precomputed-hash v0.1.1
30652026-05-05T21:17:55.715Z 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`
30662026-05-05T21:17:55.715Z 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`
30672026-05-05T21:17:55.715Z Compiling sha2 v0.10.9
30682026-05-05T21:17:55.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b623e19a7321de04 -C extra-filename=-860d1d37d8c50660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-05-05T21:17:55.715Z Compiling hmac v0.12.1
30702026-05-05T21:17:55.715Z Compiling signature v2.2.0
30712026-05-05T21:17:55.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=b49950c56dfa8985 -C extra-filename=-d0108bbd090b4caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-05-05T21:17:55.715Z Compiling sha1 v0.10.6
30732026-05-05T21:17:55.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=a80267395e59a751 -C extra-filename=-ffbfecf1a59b140f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742026-05-05T21:17:55.716Z Compiling x509-cert v0.2.5
30752026-05-05T21:17:55.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=dcafef3e9318ee27 -C extra-filename=-d88915ff1b92f70d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-05-05T21:17:55.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=614fa24fe785cbeb -C extra-filename=-44bf1211325e0ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-05-05T21:17:55.717Z Compiling cipher v0.4.4
30782026-05-05T21:17:55.718Z Compiling derive_builder_core v0.20.2
30792026-05-05T21:17:55.718Z Compiling sha3 v0.10.8
30802026-05-05T21:17:55.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ed3c8e78f4bb7eee -C extra-filename=-e2d769cd5cabec2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
30812026-05-05T21:17:55.718Z 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=3ea3312b052afff9 -C extra-filename=-78d4bbafc7faaf08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-eece82021aaaff40.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
30822026-05-05T21:17:55.718Z Compiling tinystr v0.8.2
30832026-05-05T21:17:55.718Z Compiling potential_utf v0.1.4
30842026-05-05T21:17:55.718Z Compiling pbkdf2 v0.12.2
30852026-05-05T21:17:55.718Z Compiling hkdf v0.12.4
30862026-05-05T21:17:55.718Z Compiling rfc6979 v0.4.0
30872026-05-05T21:17:55.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=94f11231b420e990 -C extra-filename=-69486b200cd4237f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-05-05T21:17:55.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=cb7901cfc8667004 -C extra-filename=-e667bad19195bb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-176391f33b652158.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-05-05T21:17:55.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=28644595376b6c52 -C extra-filename=-bfc127cf7344eefe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-12b2944ee860319d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-05-05T21:17:55.718Z 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=7b5500e4a87c623a -C extra-filename=-799617a53a7426b4 --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-9c457c413d0626e8.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-76075c4761c46f7c.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)'`
30912026-05-05T21:17:55.718Z Compiling new_debug_unreachable v1.0.6
30922026-05-05T21:17:55.719Z Compiling bzip2 v0.4.4
30932026-05-05T21:17:55.719Z Compiling hashbrown v0.15.5
30942026-05-05T21:17:55.719Z Compiling signal-hook-mio v0.2.5
30952026-05-05T21:17:55.719Z Compiling ref-cast-impl v1.0.25
30962026-05-05T21:17:55.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=fffc125d631aca3b -C extra-filename=-02ecad3973280840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-05-05T21:17:55.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=8f539684f4125f08 -C extra-filename=-465e55b99e54f33b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-05-05T21:17:55.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=34e37ccb201097ea -C extra-filename=-c3485f4811c60e6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-05-05T21:17:55.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cf940963ab59638 -C extra-filename=-6dc0e99b9a77d786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002026-05-05T21:17:55.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=72786bd473b576a7 -C extra-filename=-6d67ee51243c300b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-05-05T21:17:55.719Z 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`
31022026-05-05T21:17:55.719Z Compiling bytes v1.11.1
31032026-05-05T21:17:55.719Z Compiling chrono v0.4.44
31042026-05-05T21:17:55.719Z Compiling serde_tokenstream v0.2.3
31052026-05-05T21:17:55.719Z Compiling ipnet v2.11.0
31062026-05-05T21:17:55.719Z 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`
31072026-05-05T21:17:55.719Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8186817b1de4f8ec/build-script-build`
31082026-05-05T21:17:55.719Z 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`
31092026-05-05T21:17:55.719Z 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`
31102026-05-05T21:17:55.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c836af78d0d530a5 -C extra-filename=-eae4eb7d195fc05f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112026-05-05T21:17:55.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=0cae6ca04dae0ac3 -C extra-filename=-63b95c6de5767e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122026-05-05T21:17:55.720Z Compiling icu_locale_core v2.1.1
31132026-05-05T21:17:55.720Z Compiling icu_collections v2.1.1
31142026-05-05T21:17:55.720Z Compiling erased-serde v0.3.31
31152026-05-05T21:17:55.720Z Compiling serde_urlencoded v0.7.1
31162026-05-05T21:17:55.720Z Compiling hex v0.4.3
31172026-05-05T21:17:55.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=725526388fbd1867 -C extra-filename=-59a3b3fa211222c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182026-05-05T21:17:55.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=19036a3918080dc9 -C extra-filename=-033f92b7d2688a9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-05-05T21:17:55.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=fed16f80720eb594 -C extra-filename=-a2842e0873418566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=25badd5934f52795 -C extra-filename=-e2ef812a5a5cfb69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-aa272defcd706b4d.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-02ecad3973280840.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=d544e37c7433cecb -C extra-filename=-7dd92d89bc564bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-465e55b99e54f33b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-05-05T21:17:55.747Z Compiling aes v0.8.4
31232026-05-05T21:17:55.747Z Compiling salsa20 v0.10.2
31242026-05-05T21:17:55.747Z Compiling cbc v0.1.2
31252026-05-05T21:17:55.747Z Compiling openapiv3 v2.2.0
31262026-05-05T21:17:55.747Z Compiling serde_spanned v0.6.9
31272026-05-05T21:17:55.747Z Compiling toml_datetime v0.6.11
31282026-05-05T21:17:55.747Z Compiling hubpack v0.1.2
31292026-05-05T21:17:55.747Z Compiling cargo-platform v0.1.9
31302026-05-05T21:17:55.747Z Compiling string_cache v0.8.9
31312026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=1d92b89ccff14fcb -C extra-filename=-72b0aac6e2e0cbc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03c8bebf0c8dc95b -C extra-filename=-aee1b3efea10daf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=babe0773520ba9a1 -C extra-filename=-5287902c097ec795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=a83371053a9726bc -C extra-filename=-9e5a2e6526d87ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=7f5608c8b55569b3 -C extra-filename=-88ba594f3dfe4056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7771227576df0661 -C extra-filename=-88900b31754b7db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-05-05T21:17:55.747Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6c861a36d98b4db3 -C extra-filename=-4eb2ba5592b1e71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-05-05T21:17:55.747Z 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=31aac8fe6fdd3287 -C extra-filename=-d78d31d6be9c4d6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-05-05T21:17:55.748Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=654c7c2147d394e0 -C extra-filename=-79fc82caed7718d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-05-05T21:17:55.748Z 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=4e0ef063bfc8ecb2 -C extra-filename=-09da23b035805750 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-05-05T21:17:55.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=e86ec6979b931219 -C extra-filename=-4dd8f72c85e6b2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-c136a3ec92f4eb3e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3bd3c49fbd5e76b7.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c40e69f07b38b683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-05-05T21:17:55.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=874a7ba380ff877c -C extra-filename=-5964f9015a3cbd42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-3837612fb15a29c4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432026-05-05T21:17:55.749Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a/build-script-build`
31442026-05-05T21:17:55.749Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5/build-script-build`
31452026-05-05T21:17:55.749Z Compiling derive_builder_macro v0.20.2
31462026-05-05T21:17:55.749Z Compiling petgraph v0.6.5
31472026-05-05T21:17:55.749Z Compiling scrypt v0.11.0
31482026-05-05T21:17:55.749Z Compiling dof v0.3.0
31492026-05-05T21:17:55.749Z Compiling rustc-hash v2.1.1
31502026-05-05T21:17:55.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=e9a562aed48e908b -C extra-filename=-ad6438d8ddfd6d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-e667bad19195bb2c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512026-05-05T21:17:55.749Z 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=c9f5580dad7fe52b -C extra-filename=-ccf6faf54f4a34d3 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522026-05-05T21:17:55.749Z Compiling icu_provider v2.1.1
31532026-05-05T21:17:55.749Z Compiling tokio v1.52.1
31542026-05-05T21:17:55.749Z Compiling ppv-lite86 v0.2.21
31552026-05-05T21:17:55.749Z Compiling http v1.4.0
31562026-05-05T21:17:55.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=922f2f2ede4b30dc -C extra-filename=-394be0b19800af70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-79fc82caed7718d1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-05-05T21:17:55.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=111fed07c30aae05 -C extra-filename=-c3b0ab18196b7f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-56ac6fa73da6c719.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-30956e5a90a488a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-05-05T21:17:55.749Z 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`
31592026-05-05T21:17:55.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e36e125dedca7c95 -C extra-filename=-5f0b843b9d400c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-eae4eb7d195fc05f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
31602026-05-05T21:17:55.750Z Compiling dof v0.4.0
31612026-05-05T21:17:55.750Z Compiling toml_edit v0.19.15
31622026-05-05T21:17:55.750Z Compiling toml_edit v0.22.27
31632026-05-05T21:17:55.750Z Compiling cargo_metadata v0.19.2
31642026-05-05T21:17:55.750Z Compiling zip v0.6.6
31652026-05-05T21:17:55.750Z Compiling heapless v0.7.17
31662026-05-05T21:17:55.750Z Compiling lalrpop-util v0.19.12
31672026-05-05T21:17:55.750Z Compiling libbz2-rs-sys v0.2.2
31682026-05-05T21:17:55.750Z Compiling bumpalo v3.20.2
31692026-05-05T21:17:55.750Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=e845fc8fd855f5ed -C extra-filename=-25df0c74a82d2a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-21424ca050171ea0.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-e2ef812a5a5cfb69.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-fc2364b39722d434.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-05-05T21:17:55.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=3c715befb4d64e02 -C extra-filename=-e0588355046ab563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-72b0aac6e2e0cbc6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
31712026-05-05T21:17:55.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=89f1bf0123c21021 -C extra-filename=-1efa74adc08c6063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
31722026-05-05T21:17:55.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce4231e44b711426 -C extra-filename=-e058889f11375ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-05-05T21:17:55.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=09bbfbe7d0c15ee6 -C extra-filename=-3e12d9698381657b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742026-05-05T21:17:55.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1edd09f6b1446685 -C extra-filename=-cb982bf2482e3c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7ca3019384a86f4b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-05-05T21:17:55.751Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=35e1ce615affc879 -C extra-filename=-430384416dcc468a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-189d8c333f388d65.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762026-05-05T21:17:55.751Z Compiling pkcs5 v0.7.1
31772026-05-05T21:17:55.751Z Compiling crossterm v0.28.1
31782026-05-05T21:17:55.751Z Compiling serde-big-array v0.5.1
31792026-05-05T21:17:55.751Z Compiling similar v2.7.0
31802026-05-05T21:17:55.751Z 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`
31812026-05-05T21:17:55.751Z 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=2406a7ee97a08594 -C extra-filename=-e1ea7257b8c7f603 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e1ea7257b8c7f603 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-05-05T21:17:55.751Z 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`
31832026-05-05T21:17:55.752Z 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=03c26b3cdb432565 -C extra-filename=-9d99588b1a787199 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5b14b0a300cb9907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-05-05T21:17:55.752Z 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=d3bedea1223eeb62 -C extra-filename=-f1aae2059314607b --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-d78d31d6be9c4d6b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-05-05T21:17:55.752Z 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=753dd27dafdb48e7 -C extra-filename=-2d31393115c3cc88 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-6b540301fa1f26bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-05-05T21:17:55.752Z 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`
31872026-05-05T21:17:55.752Z 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`
31882026-05-05T21:17:55.752Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=93014f0047c349ae -C extra-filename=-a1368c53ec7b4534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-394be0b19800af70.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892026-05-05T21:17:55.752Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=b34839b6e6c41b7e -C extra-filename=-faad5fa6f4ba4a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-05-05T21:17:55.752Z Compiling icu_normalizer v2.1.1
31912026-05-05T21:17:55.752Z Compiling icu_properties v2.1.2
31922026-05-05T21:17:55.752Z Compiling derive_builder v0.20.2
31932026-05-05T21:17:55.752Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd96ac914b5829ef -C extra-filename=-983444725a874fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-05-05T21:17:55.752Z 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`
31952026-05-05T21:17:55.753Z Compiling rand_chacha v0.9.0
31962026-05-05T21:17:55.753Z Compiling rand_chacha v0.3.1
31972026-05-05T21:17:55.753Z Compiling zopfli v0.8.3
31982026-05-05T21:17:55.753Z Compiling hash32 v0.2.1
31992026-05-05T21:17:55.753Z Compiling predicates-core v1.0.10
32002026-05-05T21:17:55.753Z Compiling smoltcp v0.9.1
32012026-05-05T21:17:55.753Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=10c9878c8ee23407 -C extra-filename=-17c275c6cbbefe50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7dd92d89bc564bbb.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-e2ef812a5a5cfb69.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-b4bc34960579f53a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-25df0c74a82d2a28.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-fc2364b39722d434.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022026-05-05T21:17:55.753Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=edeadb4cf7dc627f -C extra-filename=-019aa89f4553a31c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-7dd92d89bc564bbb.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-9396e77066661b89.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-25df0c74a82d2a28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-05-05T21:17:55.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=5fd825a30e09307c -C extra-filename=-fd1d071cffe3b781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-ad6438d8ddfd6d4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042026-05-05T21:17:55.755Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=08009fa15b66e36e -C extra-filename=-1f4c7a2c0e97718e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-f60964155e44738e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
32052026-05-05T21:17:55.769Z Compiling http-body v1.0.1
32062026-05-05T21:17:55.769Z Compiling bzip2 v0.6.1
32072026-05-05T21:17:55.769Z Compiling unicode-properties v0.1.4
32082026-05-05T21:17:55.769Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ab0c36a722229200 -C extra-filename=-1b8abf09d7a0e388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-05-05T21:17:55.769Z 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`
32102026-05-05T21:17:55.769Z 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`
32112026-05-05T21:17:55.769Z 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`
32122026-05-05T21:17:55.769Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=bf28c937526bfd9d -C extra-filename=-802db6b9faa97ef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132026-05-05T21:17:55.778Z 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`
32142026-05-05T21:17:55.783Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c2887eff90170dd -C extra-filename=-c7444e112283e6e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152026-05-05T21:17:55.783Z 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`
32162026-05-05T21:17:55.783Z 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`
32172026-05-05T21:17:55.820Z 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=020bdb88eadffcb9 -C extra-filename=-50b67afc945cd8fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32182026-05-05T21:17:55.856Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=ce429855983b62c2 -C extra-filename=-582b8bfcbfeb32b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3b8c8560abd613bb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-7304525c73e61ed8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
32192026-05-05T21:17:55.926Z Compiling pkcs8 v0.10.2
32202026-05-05T21:17:55.930Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=1a35745271f906a5 -C extra-filename=-ba2f2a820e01dede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a1368c53ec7b4534.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212026-05-05T21:17:56.001Z Compiling rand v0.9.2
32222026-05-05T21:17:56.005Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=a5968a1eb38a49a9 -C extra-filename=-7cc7d279d5622af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232026-05-05T21:17:56.084Z Compiling jiff v0.2.21
32242026-05-05T21:17:56.087Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e1ea7257b8c7f603/build-script-build`
32252026-05-05T21:17:56.087Z 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`
32262026-05-05T21:17:56.161Z Compiling http-body-util v0.1.3
32272026-05-05T21:17:56.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=a3e004bf4e739d70 -C extra-filename=-ff8b240000f432b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-05-05T21:17:56.336Z Compiling unicode-bidi v0.3.18
32292026-05-05T21:17:56.337Z Compiling md-5 v0.10.6
32302026-05-05T21:17:56.340Z Compiling strum_macros v0.27.2
32312026-05-05T21:17:56.340Z 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=447396a2d64a487b -C extra-filename=-ff25fc7613742b3f --out-dir /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-f1aae2059314607b.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-50b67afc945cd8fc.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)'`
32322026-05-05T21:17:56.451Z Compiling rand v0.8.5
32332026-05-05T21:17:56.454Z Compiling float-cmp v0.10.0
32342026-05-05T21:17:56.454Z Compiling difflib v0.4.0
32352026-05-05T21:17:56.454Z Compiling fallible-iterator v0.2.0
32362026-05-05T21:17:56.454Z Compiling normalize-line-endings v0.3.0
32372026-05-05T21:17:56.454Z 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`
32382026-05-05T21:17:56.454Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=f5dfda6a0cb198ba -C extra-filename=-5b76997044a5cc8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-05-05T21:17:56.454Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e391acd2db850887 -C extra-filename=-6dab47f003096649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-05-05T21:17:56.491Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=01016b9dc7206a10 -C extra-filename=-9406d91607c8d775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-05-05T21:17:56.494Z Compiling serde_repr v0.1.20
32422026-05-05T21:17:56.494Z Compiling phf_shared v0.13.1
32432026-05-05T21:17:56.494Z Compiling peg-runtime v0.8.5
32442026-05-05T21:17:56.495Z Compiling fixedbitset v0.5.7
32452026-05-05T21:17:56.527Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32462026-05-05T21:17:56.530Z 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=09529ae26af0e034 -C extra-filename=-af4017a5c694082d --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`
32472026-05-05T21:17:56.530Z 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`
32482026-05-05T21:17:56.530Z 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`
32492026-05-05T21:17:56.530Z 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`
32502026-05-05T21:17:56.530Z 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`
32512026-05-05T21:17:56.530Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365/build-script-build`
32522026-05-05T21:17:56.565Z 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`
32532026-05-05T21:17:56.568Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9896e5c8d1829e5 -C extra-filename=-6ebbabdeff73d104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542026-05-05T21:17:56.568Z 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`
32552026-05-05T21:17:56.568Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0d7a899/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=c9baed00739cbf63 -C extra-filename=-c3ea92799463e4fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562026-05-05T21:17:56.604Z 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`
32572026-05-05T21:17:56.644Z Compiling idna_adapter v1.2.1
32582026-05-05T21:17:56.647Z Compiling sec1 v0.7.3
32592026-05-05T21:17:56.720Z Compiling pkcs1 v0.7.5
32602026-05-05T21:17:56.723Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=109a1e9a10c0acc1 -C extra-filename=-e77880dbd09b3216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-019aa89f4553a31c.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-17c275c6cbbefe50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-05-05T21:17:56.723Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=12033125ae438d50 -C extra-filename=-1280a515f15e0a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622026-05-05T21:17:56.832Z Compiling usdt-attr-macro v0.6.0
32632026-05-05T21:17:56.835Z Compiling usdt-macro v0.6.0
32642026-05-05T21:17:56.835Z Compiling ed25519 v2.2.3
32652026-05-05T21:17:56.872Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=e366cb1415fdc2e6 -C extra-filename=-a712c90eecdb129e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662026-05-05T21:17:57.020Z Compiling proptest v1.10.0
32672026-05-05T21:17:57.023Z Compiling toml v0.7.8
32682026-05-05T21:17:57.023Z Compiling stringprep v0.1.5
32692026-05-05T21:17:57.023Z Compiling petgraph v0.8.3
32702026-05-05T21:17:57.023Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23b8af334115e02e -C extra-filename=-ffbb181ca9501092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3b8c8560abd613bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-05-05T21:17:57.048Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd9a3051f9833aab -C extra-filename=-e2f634445a7f7dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3b8c8560abd613bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-05-05T21:17:57.051Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=92faa54eac883e45 -C extra-filename=-2642229710f4ce41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-05-05T21:17:57.274Z Compiling idna v1.1.0
32742026-05-05T21:17:57.274Z Compiling elliptic-curve v0.13.8
32752026-05-05T21:17:57.277Z Compiling phf v0.13.1
32762026-05-05T21:17:57.278Z Compiling whoami v2.1.0
32772026-05-05T21:17:57.278Z Compiling is-terminal v0.4.17
32782026-05-05T21:17:57.278Z Compiling futures-executor v0.3.32
32792026-05-05T21:17:57.278Z Compiling crossbeam-channel v0.5.15
32802026-05-05T21:17:57.278Z Compiling thread_local v1.1.9
32812026-05-05T21:17:57.278Z 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=d9ef76a20f3f1c22 -C extra-filename=-8cb3de09cc01b79f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822026-05-05T21:17:57.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=45c3be14fe64c980 -C extra-filename=-03205a1df1c11959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-54f21ffbb79648bf.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1f592c78e46269e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-1f3968fe0d43d709.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-ddae37cce3e698c4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0c85d7019b9b3bd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832026-05-05T21:17:57.309Z 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=873bbbe12322f753 -C extra-filename=-100d221d12db391c --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-05-05T21:17:57.312Z 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-05-05T21:17:57.660Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=33ff1bda642ed982 -C extra-filename=-9d6fefae13e74922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-e77880dbd09b3216.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-530edc1d78d8d38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-05-05T21:17:57.668Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=1d1752ff7cefad85 -C extra-filename=-ae11fbee9e1da3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-0148fa9fdde04fcc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872026-05-05T21:17:57.668Z 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`
32882026-05-05T21:17:57.668Z Compiling ed25519-dalek v2.2.0
32892026-05-05T21:17:57.668Z Compiling predicates v3.1.4
32902026-05-05T21:17:57.668Z Compiling slog-async v2.8.0
32912026-05-05T21:17:57.668Z 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`
32922026-05-05T21:17:57.668Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=d9d34680f5c6ae9b -C extra-filename=-e4ca17a82e289296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-05-05T21:17:57.669Z 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`
32942026-05-05T21:17:57.669Z 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`
32952026-05-05T21:17:57.669Z 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`
32962026-05-05T21:17:57.680Z Compiling postgres-protocol v0.6.10
32972026-05-05T21:17:57.683Z Compiling term v1.2.1
32982026-05-05T21:17:57.683Z Compiling take_mut v0.2.2
32992026-05-05T21:17:57.714Z Compiling structmeta-derive v0.3.0
33002026-05-05T21:17:57.717Z 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=f7aab3c4610df17f -C extra-filename=-049a193beba92f2c --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-78d4bbafc7faaf08.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-2642229710f4ce41.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012026-05-05T21:17:57.718Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=4cc2812f723817c0 -C extra-filename=-cfbc439689bd784e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-1079dfc81c68b9a8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
33022026-05-05T21:17:57.718Z 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`
33032026-05-05T21:17:57.718Z 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`
33042026-05-05T21:17:57.831Z 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=8c2730cc0265d995 -C extra-filename=-c29a32825f8d89e9 --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-af4017a5c694082d.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`
33052026-05-05T21:17:57.835Z Compiling url v2.5.8
33062026-05-05T21:17:57.835Z Compiling publicsuffix v2.3.0
33072026-05-05T21:17:57.835Z Compiling futures v0.3.32
33082026-05-05T21:17:57.868Z 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`
33092026-05-05T21:17:57.872Z 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`
33102026-05-05T21:17:57.909Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00574a8d14704317 -C extra-filename=-d2a7be552b6b6de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-05-05T21:17:57.913Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=08d97dcc7d60cbab -C extra-filename=-6aa99c98b2d95fbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5b76997044a5cc8d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-a4c763bf947ef036.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122026-05-05T21:17:58.029Z Compiling match_cfg v0.1.0
33132026-05-05T21:17:58.032Z Compiling slog-json v2.6.1
33142026-05-05T21:17:58.033Z Compiling newtype-uuid-macros v0.1.0
33152026-05-05T21:17:58.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=12e5befc7e643848 -C extra-filename=-65099d3ce8e9d5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162026-05-05T21:17:58.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=23edf0e3f150ee43 -C extra-filename=-6fe428b826511ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e4ca17a82e289296.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172026-05-05T21:17:58.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=ecd7160379ca88d6 -C extra-filename=-44799f6b463e4d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-d7c954c5e8c62581.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-05-05T21:17:58.113Z Compiling ecdsa v0.16.9
33192026-05-05T21:17:58.242Z 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`
33202026-05-05T21:17:58.242Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=4c3c0979adf06898 -C extra-filename=-46804bb3cdee259b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212026-05-05T21:17:58.246Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b787b4162c69139 -C extra-filename=-7444b9fdcde38245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222026-05-05T21:17:58.246Z Compiling slog-term v2.9.2
33232026-05-05T21:17:58.246Z Compiling debug-ignore v1.0.5
33242026-05-05T21:17:58.246Z Compiling serde_spanned v1.0.4
33252026-05-05T21:17:58.246Z Compiling rustls v0.22.4
33262026-05-05T21:17:58.246Z Compiling toml_writer v1.0.6+spec-1.1.0
33272026-05-05T21:17:58.246Z Compiling rustls-webpki v0.102.8
33282026-05-05T21:17:58.246Z Compiling serde_path_to_error v0.1.20
33292026-05-05T21:17:58.246Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=7b66c6a7a9b124b2 -C extra-filename=-49e819e9bc7c00a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-6dc0e99b9a77d786.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-05-05T21:17:58.246Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44/build-script-build`
33312026-05-05T21:17:58.279Z Compiling postgres-types v0.2.12
33322026-05-05T21:17:58.282Z Compiling hostname v0.3.1
33332026-05-05T21:17:58.282Z Compiling multer v3.1.0
33342026-05-05T21:17:58.282Z Compiling async-stream-impl v0.3.6
33352026-05-05T21:17:58.313Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=40073bf7b35a5772 -C extra-filename=-ee85427c09a5e0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4726b16ef8640a46.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-05-05T21:17:58.316Z 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`
33372026-05-05T21:17:58.316Z 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`
33382026-05-05T21:17:58.316Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=cbcc1bbeeea3cb24 -C extra-filename=-77c0ae2c85705abf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
33392026-05-05T21:17:58.316Z 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`
33402026-05-05T21:17:58.316Z 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`
33412026-05-05T21:17:58.317Z 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`
33422026-05-05T21:17:58.317Z 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`
33432026-05-05T21:17:58.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "bit-vec-07", "bit-vec-08", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=29d4f712eef6834a -C extra-filename=-a5327e4ac3908c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6aa99c98b2d95fbc.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-05-05T21:17:58.356Z 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`
33452026-05-05T21:17:58.462Z Compiling usdt v0.6.0
33462026-05-05T21:17:58.465Z Compiling rustls-pemfile v2.2.0
33472026-05-05T21:17:58.465Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e878aad7f4a357b -C extra-filename=-d68bd691d00bc341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-05-05T21:17:58.537Z Compiling slog-bunyan v2.5.0
33492026-05-05T21:17:58.540Z Compiling waitgroup v0.1.2
33502026-05-05T21:17:58.540Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=12d45ddef89bc7c4 -C extra-filename=-a72d82bb6c35c4b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-189d8c333f388d65.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ffbb181ca9501092.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e2f634445a7f7dca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512026-05-05T21:17:58.540Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=4997339f3cf7ba0d -C extra-filename=-245a7a9e65482f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b72da4781351932d.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33522026-05-05T21:17:58.540Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe4c9f8fd24be23e -C extra-filename=-cc2470ba04a918de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-05-05T21:17:58.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c59bacf2ac6ce4ce -C extra-filename=-90204900ec0045f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-882168a63784c527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542026-05-05T21:17:58.723Z Compiling cookie_store v0.22.1
33552026-05-05T21:17:58.723Z Compiling toml_datetime v1.0.0+spec-1.1.0
33562026-05-05T21:17:58.723Z 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`
33572026-05-05T21:17:58.946Z Compiling tokio-util v0.7.18
33582026-05-05T21:17:58.946Z Compiling tower v0.5.3
33592026-05-05T21:17:58.949Z Compiling tokio-native-tls v0.3.1
33602026-05-05T21:17:58.949Z Compiling rsa v0.9.10
33612026-05-05T21:17:58.949Z 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=964076cdac8393da -C extra-filename=-2cc59b81b753988c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-27aa3a69b8d4ae91.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33622026-05-05T21:17:58.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=234fb487d12c0c2b -C extra-filename=-130cf1e3a1a54232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-44799f6b463e4d35.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-05-05T21:17:58.949Z 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`
33642026-05-05T21:17:59.135Z Compiling hickory-proto v0.25.2
33652026-05-05T21:17:59.135Z Compiling buf-list v1.1.2
33662026-05-05T21:17:59.138Z Compiling strum v0.27.2
33672026-05-05T21:17:59.139Z Compiling hostname v0.4.2
33682026-05-05T21:17:59.139Z Compiling compression-core v0.4.31
33692026-05-05T21:17:59.139Z Compiling dropshot v0.17.0
33702026-05-05T21:17:59.139Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=f0ece073c67172a1 -C extra-filename=-fac64d8ed24f5a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-05-05T21:17:59.139Z 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=0a297a5f6e9aad29 -C extra-filename=-2ae5af5186a98128 --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-799617a53a7426b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33722026-05-05T21:17:59.139Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=df26ab601e9cfaca -C extra-filename=-05faf23a04acc511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_56 --cfg rustc_1_63 --cfg rustc_1_73 --cfg rustc_1_75 --cfg rustc_1_81 --cfg rustc_1_89 --check-cfg 'cfg(rustc_1_56)' --check-cfg 'cfg(rustc_1_63)' --check-cfg 'cfg(rustc_1_73)' --check-cfg 'cfg(rustc_1_75)' --check-cfg 'cfg(rustc_1_81)' --check-cfg 'cfg(rustc_1_89)'`
33732026-05-05T21:17:59.139Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=0b45149b5a5194d8 -C extra-filename=-b3cd670d2bd69f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-cfbc439689bd784e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a712c90eecdb129e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-05-05T21:17:59.139Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=c301597f29a6e383 -C extra-filename=-b92f8da7dfb06323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752026-05-05T21:17:59.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=423cbd59722c62ff -C extra-filename=-15eba77f93d37711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-05-05T21:17:59.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=981a75622cb9dc1d -C extra-filename=-e4c46e532ffde43c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772026-05-05T21:17:59.378Z Compiling toml v1.0.6+spec-1.1.0
33782026-05-05T21:17:59.381Z Compiling dropshot_endpoint v0.17.0
33792026-05-05T21:17:59.381Z Compiling regress v0.10.5
33802026-05-05T21:17:59.381Z Compiling itertools v0.14.0
33812026-05-05T21:17:59.381Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=e02267abf1ad980a -C extra-filename=-fca7c1891a1a6de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-6dab47f003096649.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-05-05T21:17:59.381Z 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`
33832026-05-05T21:17:59.381Z 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`
33842026-05-05T21:17:59.381Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e/build-script-build`
33852026-05-05T21:17:59.381Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ffd69918e23d585c -C extra-filename=-67a8e859d43679ee --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-05-05T21:17:59.381Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40/build-script-build`
33872026-05-05T21:17:59.605Z Compiling structmeta v0.3.0
33882026-05-05T21:17:59.608Z Compiling async-stream v0.3.6
33892026-05-05T21:17:59.608Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33902026-05-05T21:17:59.608Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
33912026-05-05T21:17:59.608Z Compiling macaddr v1.0.1
33922026-05-05T21:17:59.674Z 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`
33932026-05-05T21:17:59.679Z 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`
33942026-05-05T21:17:59.679Z 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=ef7b1bd301fbefac -C extra-filename=-6609edc00df8c860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952026-05-05T21:17:59.746Z 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`
33962026-05-05T21:17:59.749Z 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`
33972026-05-05T21:17:59.749Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a/build-script-build`
33982026-05-05T21:17:59.848Z Compiling ipnetwork v0.21.1
33992026-05-05T21:17:59.848Z Compiling tower-http v0.6.8
34002026-05-05T21:17:59.851Z Compiling newtype-uuid v1.3.2
34012026-05-05T21:17:59.851Z Compiling serde_with v3.17.0
34022026-05-05T21:17:59.851Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
34032026-05-05T21:17:59.851Z Compiling compression-codecs v0.4.37
34042026-05-05T21:17:59.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=2aa7ebf33ec1d202 -C extra-filename=-5bea0404ff073642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052026-05-05T21:17:59.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef3a765338831503 -C extra-filename=-f4e6186e402b3c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-d2a7be552b6b6de4.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-05-05T21:17:59.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f15006b5f61ef273 -C extra-filename=-946ea005768073de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-d68bd691d00bc341.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072026-05-05T21:17:59.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=dcb76e22294a1986 -C extra-filename=-cc5cf79ceb6dd7e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-05-05T21:17:59.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=858e774c2f0dee37 -C extra-filename=-41914f5dc4fde0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-77c0ae2c85705abf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
34092026-05-05T21:17:59.853Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=8e47a10972df2c5b -C extra-filename=-018bd364f5bc2e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102026-05-05T21:17:59.962Z Compiling h2 v0.4.13
34112026-05-05T21:17:59.965Z Compiling tokio-stream v0.1.18
34122026-05-05T21:17:59.965Z Compiling tokio-postgres v0.7.16
34132026-05-05T21:17:59.992Z Compiling instant v0.1.13
34142026-05-05T21:17:59.997Z 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=34a646b1493a55f7 -C extra-filename=-78d62d6b51f2c19b --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-05-05T21:17:59.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=08c116bf72903e2e -C extra-filename=-918262e4f053926e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-05-05T21:17:59.997Z 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`
34172026-05-05T21:17:59.997Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee/build-script-build`
34182026-05-05T21:17:59.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0d7a899/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=7e70a4ecbb81c613 -C extra-filename=-6ca4928452bbcc95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-6ebbabdeff73d104.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c29a32825f8d89e9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-6dab47f003096649.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192026-05-05T21:17:59.997Z 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=4585d1b866303427 -C extra-filename=-f66d8ce6eb11dd9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-009a344edb02b1bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-05-05T21:17:59.997Z 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=653633a252451ea3 -C extra-filename=-32d2e3aba47f6c00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212026-05-05T21:17:59.997Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=71c99cb1509542f8 -C extra-filename=-3a976e17718507ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-e37e385602b72a4a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-05-05T21:18:00.033Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
34232026-05-05T21:18:00.036Z 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=dd4ddd50535eddc8 -C extra-filename=-b80f917dbb73e1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242026-05-05T21:18:00.037Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=a44190066ed71deb -C extra-filename=-2a0f1ef8932083b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-05-05T21:18:00.037Z 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`
34262026-05-05T21:18:00.037Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=e40bb12570882fcb -C extra-filename=-2e7ecba64d490800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-dc308447c61f5c52.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6aa99c98b2d95fbc.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4e81badbf47919c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-05-05T21:18:00.140Z 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`
34282026-05-05T21:18:00.143Z Compiling derive-ex v0.1.8
34292026-05-05T21:18:00.143Z Compiling parse-display-derive v0.10.0
34302026-05-05T21:18:00.143Z Compiling backon v1.6.0
34312026-05-05T21:18:00.175Z 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=644dce72b904bb6b -C extra-filename=-274fe36f6206b987 --out-dir /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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-05-05T21:18:00.179Z 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`
34332026-05-05T21:18:00.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee63668a9b249bcb -C extra-filename=-797e98516721fe94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-05-05T21:18:00.180Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f26c8053bd8af6f -C extra-filename=-79a125d4a6c684e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-05-05T21:18:00.213Z Compiling oxnet v0.1.4
34362026-05-05T21:18:00.217Z 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=37758346386da753 -C extra-filename=-92324a9d1b375fae --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-78d62d6b51f2c19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-05-05T21:18:00.253Z Compiling zstd v0.13.3
34382026-05-05T21:18:00.256Z 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`
34392026-05-05T21:18:00.286Z Compiling backoff v0.4.0
34402026-05-05T21:18:00.289Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=6aacc09ba9d966f9 -C extra-filename=-daa88a8e83ac844d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-05-05T21:18:00.360Z Compiling unicode-width v0.2.0
34422026-05-05T21:18:00.399Z Compiling convert_case v0.4.0
34432026-05-05T21:18:00.403Z 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`
34442026-05-05T21:18:00.403Z 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`
34452026-05-05T21:18:00.438Z Compiling half v2.7.1
34462026-05-05T21:18:00.442Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1aff123a5d76d197 -C extra-filename=-b400a7600119e3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-05-05T21:18:00.504Z Compiling ciborium-io v0.2.2
34482026-05-05T21:18:00.543Z Compiling zip v4.6.1
34492026-05-05T21:18:00.547Z 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`
34502026-05-05T21:18:00.621Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34512026-05-05T21:18:00.624Z Compiling secrecy v0.10.3
34522026-05-05T21:18:00.626Z 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=48ec5ceedfb2507b -C extra-filename=-254fbd074447178b --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-e4d505d3eeb92d26.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`
34532026-05-05T21:18:00.658Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=50f17db8c9cf6a69 -C extra-filename=-ec4425f83716125c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-5bea0404ff073642.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542026-05-05T21:18:00.662Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d89660691118de3c -C extra-filename=-71e0eba80cf85928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-05-05T21:18:00.696Z Compiling async-compression v0.4.41
34562026-05-05T21:18:00.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=e31a867dff0af453 -C extra-filename=-d3e8c3b8b62d2d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-e796598d2f3ca360.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-05-05T21:18:00.744Z Compiling unsafe-libyaml v0.2.11
34582026-05-05T21:18:00.748Z 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`
34592026-05-05T21:18:00.983Z Compiling daft v0.1.5
34602026-05-05T21:18:01.016Z Compiling universal-hash v0.5.1
34612026-05-05T21:18:01.017Z 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=9306ae98fe8251ac -C extra-filename=-334a9d6975c1b79b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-b3bf16d577f4ae6f.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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`
34622026-05-05T21:18:01.027Z Compiling ciborium-ll v0.2.2
34632026-05-05T21:18:01.027Z Compiling regress v0.11.1
34642026-05-05T21:18:01.027Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1175e4acc2ef5c04 -C extra-filename=-62b35ad4ac622f8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-05-05T21:18:01.082Z Compiling opaque-debug v0.3.1
34662026-05-05T21:18:01.086Z Compiling indent_write v2.2.0
34672026-05-05T21:18:01.086Z Compiling crucible-workspace-hack v0.1.0
34682026-05-05T21:18:01.086Z Compiling aead v0.5.2
34692026-05-05T21:18:01.086Z Compiling chacha20 v0.9.1
34702026-05-05T21:18:01.086Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=94172277263ee693 -C extra-filename=-ba3917cbf461b1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b400a7600119e3e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-05-05T21:18:01.119Z 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.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=d88c8ad064fec4fc -C extra-filename=-a9c44303078a17d9 --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`
34722026-05-05T21:18:01.199Z Compiling thiserror-impl-no-std v2.0.2
34732026-05-05T21:18:01.203Z Compiling camino-tempfile v1.4.1
34742026-05-05T21:18:01.203Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34752026-05-05T21:18:01.204Z 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`
34762026-05-05T21:18:01.204Z 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`
34772026-05-05T21:18:01.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9893cc68026e5f45 -C extra-filename=-1ba3b2f5180705c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-05-05T21:18:01.204Z 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`
34792026-05-05T21:18:01.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=8684e98c0c63cccd -C extra-filename=-93d2eec279556c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-05-05T21:18:01.313Z Compiling derive_more v0.99.20
34812026-05-05T21:18:01.316Z Compiling poly1305 v0.8.0
34822026-05-05T21:18:01.316Z Compiling byte-wrapper v0.1.0
34832026-05-05T21:18:01.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=56c0ec34eae79281 -C extra-filename=-921ba46b07706615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-05-05T21:18:01.348Z 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`
34852026-05-05T21:18:01.386Z 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=b345fc7e1b83ddae -C extra-filename=-b807fe3a46ca63c9 --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-05-05T21:18:01.423Z Compiling iddqd v0.3.18
34872026-05-05T21:18:01.426Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34882026-05-05T21:18:01.427Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=6935532d1f806249 -C extra-filename=-90dffd5533c16daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-f0151779063ab4a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-05-05T21:18:01.427Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9ced90746a68042c -C extra-filename=-50be9b3de423c6b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-62b35ad4ac622f8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-05-05T21:18:01.427Z 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=c35876e72c9f9d72 -C extra-filename=-8664d818eaf5ace4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.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`
34912026-05-05T21:18:01.540Z Compiling ciborium v0.2.2
34922026-05-05T21:18:01.544Z Compiling serde_yaml v0.9.34+deprecated
34932026-05-05T21:18:01.544Z Compiling blake2 v0.10.6
34942026-05-05T21:18:01.544Z 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.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 '--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=6830386c5dd4f350 -C extra-filename=-16ddd68c8933d661 --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-334a9d6975c1b79b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.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`
34952026-05-05T21:18:01.544Z 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=d8060a861180da5e -C extra-filename=-2b4de23c9c931812 --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-334a9d6975c1b79b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-05-05T21:18:01.647Z Compiling password-hash v0.5.0
34972026-05-05T21:18:01.650Z Compiling swrite v0.1.0
34982026-05-05T21:18:01.650Z Compiling toml v0.8.23
34992026-05-05T21:18:01.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5a802a29df2668a1 -C extra-filename=-1034a81c89142beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-ba3917cbf461b1d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002026-05-05T21:18:01.687Z 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=b301947d366d2a4a -C extra-filename=-1d56f86b93447a7f --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-e4d505d3eeb92d26.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-583cfd0c0cc1cf48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012026-05-05T21:18:01.687Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=3a1701c914303558 -C extra-filename=-4839a2add9e6eac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-05-05T21:18:01.721Z Compiling tokio-rustls v0.25.0
35032026-05-05T21:18:01.725Z 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`
35042026-05-05T21:18:01.725Z 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`
35052026-05-05T21:18:01.725Z 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=59e4afa8affcbbc0 -C extra-filename=-4b5104741c9c932d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-05-05T21:18:01.761Z Compiling crossbeam-deque v0.8.6
35072026-05-05T21:18:01.799Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=5cf5c7b5ca827a47 -C extra-filename=-4e2269c7cc44ed65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
35082026-05-05T21:18:01.835Z Compiling chacha20poly1305 v0.10.1
35092026-05-05T21:18:01.838Z Compiling glob v0.3.3
35102026-05-05T21:18:01.838Z 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`
35112026-05-05T21:18:01.911Z Compiling rayon-core v1.13.0
35122026-05-05T21:18:01.916Z 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`
35132026-05-05T21:18:01.916Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=3b23301140927036 -C extra-filename=-331a0dd8e7f1a906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-93d2eec279556c05.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-05-05T21:18:01.945Z Compiling proc-macro-error-attr v1.0.4
35152026-05-05T21:18:01.948Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8/build-script-build`
35162026-05-05T21:18:01.948Z 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`
35172026-05-05T21:18:02.053Z Compiling proc-macro-error v1.0.4
35182026-05-05T21:18:02.057Z 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`
35192026-05-05T21:18:02.091Z 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`
35202026-05-05T21:18:02.133Z Compiling argon2 v0.5.3
35212026-05-05T21:18:02.133Z Compiling toml_edit v0.23.10+spec-1.0.0
35222026-05-05T21:18:02.168Z Compiling unicode-width v0.1.14
35232026-05-05T21:18:02.172Z 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`
35242026-05-05T21:18:02.172Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=40b2657c4cee1d53 -C extra-filename=-2056a469241411d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-4839a2add9e6eac3.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-aee9816782fc5b48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-05-05T21:18:02.172Z 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=569f2a7523659e35 -C extra-filename=-956d00de899c80a7 --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-e4d505d3eeb92d26.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`
35262026-05-05T21:18:02.172Z 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`
35272026-05-05T21:18:02.282Z Compiling test-strategy v0.4.5
35282026-05-05T21:18:02.285Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c02e8fabae40b36 -C extra-filename=-ea073ca951844ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-79a125d4a6c684e9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-05-05T21:18:02.322Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
35302026-05-05T21:18:02.366Z Compiling tabwriter v1.4.1
35312026-05-05T21:18:02.406Z 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=cd52ec0e2c5df11a -C extra-filename=-1ee2af51d6684b9c --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322026-05-05T21:18:02.409Z Compiling heapless v0.8.0
35332026-05-05T21:18:02.409Z Compiling ingot-macros v0.1.1
35342026-05-05T21:18:02.409Z Compiling hash32 v0.3.1
35352026-05-05T21:18:02.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35362026-05-05T21:18:02.409Z 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`
35372026-05-05T21:18:02.412Z Compiling smoltcp v0.11.0
35382026-05-05T21:18:02.412Z 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`
35392026-05-05T21:18:02.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb922c3c4c3e10de -C extra-filename=-613c8bcf7a4b6028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6607a922dcc8bcfe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-05-05T21:18:02.413Z 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`
35412026-05-05T21:18:02.413Z 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`
35422026-05-05T21:18:02.414Z Compiling cobs v0.3.0
35432026-05-05T21:18:02.414Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe/build-script-build`
35442026-05-05T21:18:02.414Z 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`
35452026-05-05T21:18:02.414Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=3af5d18d71fa541e -C extra-filename=-92895fe906cb56a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-05-05T21:18:02.419Z Compiling parse-display v0.10.0
35472026-05-05T21:18:02.519Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=670b602edc179564 -C extra-filename=-da9f1e27cc849cae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-797e98516721fe94.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-05-05T21:18:02.563Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a/build-script-build`
35492026-05-05T21:18:02.569Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b/build-script-build`
35502026-05-05T21:18:02.628Z Compiling colored v3.1.1
35512026-05-05T21:18:02.669Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35522026-05-05T21:18:02.674Z 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`
35532026-05-05T21:18:02.744Z Compiling proc-macro-crate v1.3.1
35542026-05-05T21:18:02.747Z 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`
35552026-05-05T21:18:02.783Z Compiling typify-impl v0.6.2
35562026-05-05T21:18:02.818Z 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`
35572026-05-05T21:18:02.856Z 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=7043d82c511f535f -C extra-filename=-5280d16ed354dc3e --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-9d99588b1a787199.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-05-05T21:18:02.859Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
35592026-05-05T21:18:02.859Z Compiling proc-macro-crate v3.4.0
35602026-05-05T21:18:02.859Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dabe68043f53f7b -C extra-filename=-ca8bf967818b2b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a9c44303078a17d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-05-05T21:18:02.895Z Compiling postcard v1.1.3
35622026-05-05T21:18:02.935Z 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=61d70ed8d48af8da -C extra-filename=-6359cd8ed24a1cd3 --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-1ee2af51d6684b9c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b807fe3a46ca63c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632026-05-05T21:18:02.938Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=62b1fc38b00114c4 -C extra-filename=-253c1fb9aca3f6c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-92895fe906cb56a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642026-05-05T21:18:02.938Z 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=18a702c800d71128 -C extra-filename=-fd18d5f27e67fcbe --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-956d00de899c80a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652026-05-05T21:18:02.974Z Compiling thiserror-no-std v2.0.2
35662026-05-05T21:18:02.977Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176/build-script-build`
35672026-05-05T21:18:03.084Z Compiling foreign-types-macros v0.2.3
35682026-05-05T21:18:03.087Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
35692026-05-05T21:18:03.121Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=9af29bfbac40cac6 -C extra-filename=-daf8859f59762ecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-921ba46b07706615.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-05-05T21:18:03.186Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
35712026-05-05T21:18:03.186Z Compiling foreign-types-shared v0.3.1
35722026-05-05T21:18:03.186Z Compiling cpufeatures v0.3.0
35732026-05-05T21:18:03.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb21dc42b77f5c65 -C extra-filename=-7ce2a4c2e6689982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-05-05T21:18:03.186Z 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`
35752026-05-05T21:18:03.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=6ef5de24bae67815 -C extra-filename=-b43f4669b8793c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-05-05T21:18:03.189Z Compiling hyper v1.8.1
35772026-05-05T21:18:03.227Z 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`
35782026-05-05T21:18:03.231Z 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=caff85c350915dec -C extra-filename=-e275e6e74e916034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-02d7ef8c098a2a2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-e3c84e5aa934da16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-05-05T21:18:03.231Z 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`
35802026-05-05T21:18:03.231Z 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`
35812026-05-05T21:18:03.231Z 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`
35822026-05-05T21:18:03.231Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a/build-script-build`
35832026-05-05T21:18:03.266Z Compiling vsss-rs v3.3.4
35842026-05-05T21:18:03.269Z 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=4e796f83928d8ae3 -C extra-filename=-c33156ca3b20253d --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-78d4bbafc7faaf08.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-daf8859f59762ecd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852026-05-05T21:18:03.342Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
35862026-05-05T21:18:03.419Z Compiling rayon v1.11.0
35872026-05-05T21:18:03.423Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/bae0440/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=097bf1239afc55df -C extra-filename=-89149eb232c46195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-05-05T21:18:03.459Z 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`
35892026-05-05T21:18:03.462Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07/build-script-build`
35902026-05-05T21:18:03.500Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4/build-script-build`
35912026-05-05T21:18:03.504Z Compiling chacha20 v0.10.0
35922026-05-05T21:18:03.574Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35932026-05-05T21:18:03.615Z 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`
35942026-05-05T21:18:03.644Z Compiling sigpipe v0.1.3
35952026-05-05T21:18:03.647Z Compiling cstr-argument v0.1.2
35962026-05-05T21:18:03.684Z 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`
35972026-05-05T21:18:03.687Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4ff6fe0388c8846 -C extra-filename=-5bcb7d6f4ae9aa37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-05-05T21:18:03.833Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
35992026-05-05T21:18:03.833Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36002026-05-05T21:18:03.836Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36012026-05-05T21:18:03.836Z Compiling num-derive v0.4.2
36022026-05-05T21:18:03.836Z 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`
36032026-05-05T21:18:03.836Z 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`
36042026-05-05T21:18:03.984Z Compiling num_enum_derive v0.7.5
36052026-05-05T21:18:03.987Z Compiling num_enum_derive v0.5.11
36062026-05-05T21:18:03.987Z Compiling itertools v0.12.1
36072026-05-05T21:18:03.987Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3741c6c797db3d0f/build-script-build`
36082026-05-05T21:18:03.987Z 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`
36092026-05-05T21:18:03.987Z 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`
36102026-05-05T21:18:03.987Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=497d8b10a4a387ce -C extra-filename=-d2427ec1198cf67b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112026-05-05T21:18:04.016Z 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=2851ec4b3d438c44 -C extra-filename=-67444dcf9f506086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-05-05T21:18:04.149Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36132026-05-05T21:18:04.153Z Compiling smf v0.2.3
36142026-05-05T21:18:04.153Z Compiling whoami v1.6.1
36152026-05-05T21:18:04.153Z Compiling usdt-macro v0.5.0
36162026-05-05T21:18:04.153Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=82384483f144f00f -C extra-filename=-e859150291f6621f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-7ce2a4c2e6689982.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
36172026-05-05T21:18:04.153Z 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=f8e59cf0391a84d0 -C extra-filename=-98f7443ff44557df --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-fd18d5f27e67fcbe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-05-05T21:18:04.153Z 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=813225a84e9e6bb9 -C extra-filename=-af04df7828aabdea --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-5280d16ed354dc3e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-05-05T21:18:04.153Z 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`
36202026-05-05T21:18:04.312Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36212026-05-05T21:18:04.316Z Compiling rand v0.10.0
36222026-05-05T21:18:04.316Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36232026-05-05T21:18:04.316Z 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`
36242026-05-05T21:18:04.316Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a05939e6dc843063 -C extra-filename=-4501c4dfab6bc7eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-05-05T21:18:04.316Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b4184846d475834d -C extra-filename=-323240d83f70ee4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-05-05T21:18:04.317Z 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`
36272026-05-05T21:18:04.390Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36282026-05-05T21:18:04.393Z Compiling usdt-attr-macro v0.5.0
36292026-05-05T21:18:04.506Z 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=651ca142f55ac1fe -C extra-filename=-6be5bdda9e411dd2 --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-67444dcf9f506086.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-05-05T21:18:04.509Z 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=cbf4c92b9dcdccf9 -C extra-filename=-fe06f291e4e1ffc0 --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-334a9d6975c1b79b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-018bd364f5bc2e7e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-05-05T21:18:04.509Z 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`
36322026-05-05T21:18:04.509Z 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`
36332026-05-05T21:18:04.541Z Compiling foreign-types v0.5.0
36342026-05-05T21:18:04.544Z Compiling atomicwrites v0.4.4
36352026-05-05T21:18:04.545Z Compiling memmap v0.7.0
36362026-05-05T21:18:04.545Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17ecae0a594ea705 -C extra-filename=-88d5ce6deff68a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-5bcb7d6f4ae9aa37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-05-05T21:18:04.545Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=88c0252b768ee88d -C extra-filename=-1b0322523f630c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-05-05T21:18:04.684Z Compiling derive-where v1.6.0
36392026-05-05T21:18:04.689Z Compiling num-rational v0.4.2
36402026-05-05T21:18:04.689Z Compiling num-complex v0.4.6
36412026-05-05T21:18:04.689Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=984cc34b64aad225 -C extra-filename=-7e77983ce773de13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-b43f4669b8793c4e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-e2b03b1de77612b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-05-05T21:18:04.689Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb/build-script-build`
36432026-05-05T21:18:04.689Z 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`
36442026-05-05T21:18:04.689Z 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`
36452026-05-05T21:18:04.722Z Compiling console v0.15.11
36462026-05-05T21:18:04.798Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59/build-script-build`
36472026-05-05T21:18:04.832Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=1753b82a568b7809 -C extra-filename=-8c1df797aaed6813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482026-05-05T21:18:04.836Z 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`
36492026-05-05T21:18:04.836Z 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`
36502026-05-05T21:18:04.836Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36512026-05-05T21:18:04.836Z 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`
36522026-05-05T21:18:05.011Z Compiling hyper-util v0.1.20
36532026-05-05T21:18:05.014Z Compiling zone_cfg_derive v0.3.1
36542026-05-05T21:18:05.014Z Compiling float-ord v0.3.2
36552026-05-05T21:18:05.014Z 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=d2ee2caa44a840a3 -C extra-filename=-e3a6cbb274ddd91f --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-1ee2af51d6684b9c.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562026-05-05T21:18:05.014Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b/build-script-build`
36572026-05-05T21:18:05.119Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36582026-05-05T21:18:05.123Z Compiling newline-converter v0.3.0
36592026-05-05T21:18:05.124Z Compiling bytecount v0.6.9
36602026-05-05T21:18:05.124Z Compiling owo-colors v4.3.0
36612026-05-05T21:18:05.124Z Compiling cancel-safe-futures v0.1.5
36622026-05-05T21:18:05.124Z Compiling libsw-core v0.3.2
36632026-05-05T21:18:05.124Z Compiling linear-map v1.2.0
36642026-05-05T21:18:05.124Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de092bc1f96d94b2 -C extra-filename=-ca59431d64d5054b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652026-05-05T21:18:05.124Z 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`
36662026-05-05T21:18:05.155Z 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`
36672026-05-05T21:18:05.159Z 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=26ccc1671ac47c38 -C extra-filename=-d86354d4394907f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-05-05T21:18:05.192Z Compiling prettyplease v0.2.37
36692026-05-05T21:18:05.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c794b72650eb8436 -C extra-filename=-4e32d6a762cd6d96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-b2b295196ab278b2.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7e77983ce773de13.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-05-05T21:18:05.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/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`
36712026-05-05T21:18:05.261Z 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`
36722026-05-05T21:18:05.269Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=a16b3955cad6c86f -C extra-filename=-40dd1b3544aa43db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732026-05-05T21:18:05.269Z 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`
36742026-05-05T21:18:05.269Z 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`
36752026-05-05T21:18:05.269Z 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`
36762026-05-05T21:18:05.300Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36772026-05-05T21:18:05.349Z Compiling num v0.4.3
36782026-05-05T21:18:05.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/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`
36792026-05-05T21:18:05.381Z Compiling gethostname v0.5.0
36802026-05-05T21:18:05.381Z 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=d4fcd24cdf5e259c -C extra-filename=-06bed6ddf665ddd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-d2427ec1198cf67b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-05-05T21:18:05.381Z 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`
36822026-05-05T21:18:05.499Z Compiling expectorate v1.2.0
36832026-05-05T21:18:05.504Z Compiling same-file v1.0.6
36842026-05-05T21:18:05.504Z Compiling unicode-xid v0.2.6
36852026-05-05T21:18:05.504Z 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`
36862026-05-05T21:18:05.652Z Compiling async-recursion v1.1.1
36872026-05-05T21:18:05.656Z Compiling resolv-conf v0.7.6
36882026-05-05T21:18:05.656Z Compiling convert_case v0.10.0
36892026-05-05T21:18:05.656Z 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`
36902026-05-05T21:18:05.656Z 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`
36912026-05-05T21:18:05.656Z 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`
36922026-05-05T21:18:05.817Z Compiling num_enum v0.7.5
36932026-05-05T21:18:05.817Z Compiling num_enum v0.5.11
36942026-05-05T21:18:05.821Z Compiling libsw v3.5.0
36952026-05-05T21:18:05.821Z Compiling smawk v0.3.2
36962026-05-05T21:18:05.821Z Compiling unicode-linebreak v0.1.5
36972026-05-05T21:18:05.821Z Compiling papergrid v0.11.0
36982026-05-05T21:18:05.821Z Compiling tabled_derive v0.7.0
36992026-05-05T21:18:05.821Z Compiling globset v0.4.18
37002026-05-05T21:18:05.821Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d68eb1a45be4e21 -C extra-filename=-ff1c45b7cc8f4b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-05-05T21:18:05.821Z 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`
37022026-05-05T21:18:05.821Z 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`
37032026-05-05T21:18:05.987Z 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=663d376d51bfc424 -C extra-filename=-0b65bc5cded7ce35 --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-98f7443ff44557df.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`
37042026-05-05T21:18:05.990Z 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=2ce7554d90711f44 -C extra-filename=-982e9e87d797d3a4 --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-af04df7828aabdea.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-05-05T21:18:05.990Z Compiling ingot-types v0.1.2
37062026-05-05T21:18:05.990Z Compiling usdt v0.5.0
37072026-05-05T21:18:05.990Z Compiling walkdir v2.5.0
37082026-05-05T21:18:05.990Z Compiling slog-dtrace v0.3.0
37092026-05-05T21:18:06.018Z Compiling termtree v0.5.1
37102026-05-05T21:18:06.021Z Compiling pin-project-internal v1.1.11
37112026-05-05T21:18:06.021Z Compiling fd-lock v4.0.4
37122026-05-05T21:18:06.021Z Compiling vte v0.14.1
37132026-05-05T21:18:06.021Z Compiling linked-hash-map v0.5.6
37142026-05-05T21:18:06.057Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=102ad1d1cfbf57e5 -C extra-filename=-aff3a9f0b77ba266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-40dd1b3544aa43db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-05-05T21:18:06.060Z 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`
37162026-05-05T21:18:06.060Z 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`
37172026-05-05T21:18:06.060Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6131ef0ea13230fc -C extra-filename=-7ef90ec8930aa1a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182026-05-05T21:18:06.060Z 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`
37192026-05-05T21:18:06.060Z 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`
37202026-05-05T21:18:06.194Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=88cd571964de0aa6 -C extra-filename=-cef9c4050fc68b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-613c8bcf7a4b6028.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-05-05T21:18:06.197Z 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`
37222026-05-05T21:18:06.197Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c/build-script-build`
37232026-05-05T21:18:06.197Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf/build-script-build`
37242026-05-05T21:18:06.197Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f4ae62c53634c02 -C extra-filename=-f0c737bae52c9813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-05-05T21:18:06.197Z 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`
37262026-05-05T21:18:06.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/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`
37272026-05-05T21:18:06.197Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37282026-05-05T21:18:06.226Z Compiling zone v0.3.1
37292026-05-05T21:18:06.229Z Compiling minimal-lexical v0.2.1
37302026-05-05T21:18:06.229Z 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`
37312026-05-05T21:18:06.229Z 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`
37322026-05-05T21:18:06.229Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=34314e0dcbab2c04 -C extra-filename=-dcf72cabde794545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-56ac6fa73da6c719.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-65eaccd67be90356.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1b0322523f630c05.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-323240d83f70ee4f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-05-05T21:18:06.229Z 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`
37342026-05-05T21:18:06.298Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37352026-05-05T21:18:06.298Z Compiling derive_more-impl v2.1.1
37362026-05-05T21:18:06.333Z Compiling hickory-proto v0.24.4
37372026-05-05T21:18:06.337Z Compiling pem v3.0.6
37382026-05-05T21:18:06.337Z 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=372103ce1d6f7fe6 -C extra-filename=-c50744e30712e30c --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-0b65bc5cded7ce35.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-05-05T21:18:06.337Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=f23d03189d5609fd -C extra-filename=-512e58daf654ff03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-079631bae9789ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ca59431d64d5054b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-05-05T21:18:06.337Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339/build-script-build`
37412026-05-05T21:18:06.337Z 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`
37422026-05-05T21:18:06.439Z 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=64cc631bc3b31a95 -C extra-filename=-903719c48c111732 --out-dir /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-982e9e87d797d3a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-05-05T21:18:06.442Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=8807d4ea8c340ad1 -C extra-filename=-a5e76b76f07ba7c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-d0eea7c597dd0bad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-05-05T21:18:06.476Z Compiling strip-ansi-escapes v0.2.1
37452026-05-05T21:18:06.479Z Compiling display-error-chain v0.2.2
37462026-05-05T21:18:06.479Z Compiling nu-ansi-term v0.50.3
37472026-05-05T21:18:06.479Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=2bae21fdab2b9e76 -C extra-filename=-74c6ebcf81070171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-05-05T21:18:06.511Z 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`
37492026-05-05T21:18:06.581Z 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)'`
37502026-05-05T21:18:06.584Z 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`
37512026-05-05T21:18:06.584Z Compiling hyper-tls v0.6.0
37522026-05-05T21:18:06.619Z 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`
37532026-05-05T21:18:06.623Z 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`
37542026-05-05T21:18:06.695Z Compiling nom v7.1.3
37552026-05-05T21:18:06.700Z 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=50c8ef661c9a8837 -C extra-filename=-792cbf7a6e2f6491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-799617a53a7426b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2ae5af5186a98128.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`
37562026-05-05T21:18:06.700Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f3c8893fd1573145 -C extra-filename=-5eda8250a90bc255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_compression=/work/oxidecomputer/omicron/target/debug/deps/libasync_compression-d3e8c3b8b62d2d9f.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-946ea005768073de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-6609edc00df8c860.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a0351535f0249bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-918262e4f053926e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4e2269c7cc44ed65.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
37572026-05-05T21:18:06.802Z Compiling lru-cache v0.1.2
37582026-05-05T21:18:06.805Z Compiling ar_archive_writer v0.5.1
37592026-05-05T21:18:06.805Z Compiling snafu-derive v0.8.9
37602026-05-05T21:18:06.805Z 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`
37612026-05-05T21:18:06.805Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=46ed28fd5682c210 -C extra-filename=-6a80c8115af3928c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
37622026-05-05T21:18:06.875Z 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=57198b10c22ac15d -C extra-filename=-e25e513fdc454c2f --out-dir /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-c50744e30712e30c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0b65bc5cded7ce35.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-4e32d6a762cd6d96.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-69a0f944722eb3a4.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-88d5ce6deff68a2c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37632026-05-05T21:18:06.980Z Compiling reedline v0.40.0
37642026-05-05T21:18:06.983Z Compiling textwrap v0.16.2
37652026-05-05T21:18:06.983Z Compiling serde_plain v1.0.2
37662026-05-05T21:18:06.983Z Compiling olpc-cjson v0.1.4
37672026-05-05T21:18:06.983Z 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`
37682026-05-05T21:18:06.983Z 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`
37692026-05-05T21:18:06.983Z 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=c8dcb6965bd5a072 -C extra-filename=-5bf07c3e50c282f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-05-05T21:18:07.125Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a/build-script-build`
37712026-05-05T21:18:07.128Z Compiling tokio-dtrace v0.1.1
37722026-05-05T21:18:07.128Z Compiling typed-path v0.9.3
37732026-05-05T21:18:07.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16cf7311301015c4 -C extra-filename=-e032aed7fc9ef562 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-05-05T21:18:07.128Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=6e436968aab650d5 -C extra-filename=-25805d5433221715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-62d06a8cd2db10be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-129169b27369193c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-45bbb3e0d8c95d13.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752026-05-05T21:18:07.130Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b884c89c9d7dcfd6 -C extra-filename=-e0f97fa48dd87c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-05-05T21:18:07.130Z 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`
37772026-05-05T21:18:07.272Z Compiling ingot v0.1.1
37782026-05-05T21:18:07.275Z Compiling stacker v0.1.23
37792026-05-05T21:18:07.275Z Compiling csv-core v0.1.13
37802026-05-05T21:18:07.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=952f5ee07ef99fef -C extra-filename=-cd77651ff7736740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812026-05-05T21:18:07.353Z 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`
37822026-05-05T21:18:07.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=22ad31afc6fae430 -C extra-filename=-4b11205e8f259c31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-05-05T21:18:07.502Z Compiling tabled v0.15.0
37842026-05-05T21:18:07.506Z Compiling cfg_aliases v0.1.1
37852026-05-05T21:18:07.506Z Compiling semver v0.1.20
37862026-05-05T21:18:07.506Z Compiling humantime v2.3.0
37872026-05-05T21:18:07.506Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=595f016f9f097213 -C extra-filename=-09bd07aaa811ce70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-613c8bcf7a4b6028.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-cef9c4050fc68b1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882026-05-05T21:18:07.539Z 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`
37892026-05-05T21:18:07.543Z 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`
37902026-05-05T21:18:07.543Z 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=d43628be14f06545 -C extra-filename=-bfd99b082f12c987 --out-dir /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-903719c48c111732.rmeta --cap-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`
37912026-05-05T21:18:07.716Z Compiling pin-project v1.1.11
37922026-05-05T21:18:07.719Z Compiling highway v1.3.0
37932026-05-05T21:18:07.719Z Compiling nibble_vec v0.1.0
37942026-05-05T21:18:07.719Z Compiling home v0.5.12
37952026-05-05T21:18:07.750Z Compiling endian-type v0.1.2
37962026-05-05T21:18:07.754Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=6ef678284b2c1f15 -C extra-filename=-a626aa947a5d01c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-79b04dba0041c8e4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-7ef90ec8930aa1a2.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-05-05T21:18:07.754Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2d794c607e1e7ff -C extra-filename=-f96c12586c1889bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982026-05-05T21:18:07.754Z 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`
37992026-05-05T21:18:07.754Z 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`
38002026-05-05T21:18:07.754Z 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`
38012026-05-05T21:18:07.868Z Compiling typify-macro v0.6.2
38022026-05-05T21:18:07.870Z Compiling csv v1.4.0
38032026-05-05T21:18:07.870Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38042026-05-05T21:18:07.870Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56e7c1d5ec2041ca -C extra-filename=-3beb6f327bb7e026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-f0c737bae52c9813.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-05-05T21:18:07.870Z 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`
38062026-05-05T21:18:07.905Z 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`
38072026-05-05T21:18:07.942Z 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`
38082026-05-05T21:18:07.945Z 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`
38092026-05-05T21:18:08.046Z Compiling oxide-tokio-rt v0.1.4
38102026-05-05T21:18:08.049Z Compiling psm v0.1.30
38112026-05-05T21:18:08.049Z Compiling nix v0.28.0
38122026-05-05T21:18:08.049Z Compiling recursive-proc-macro-impl v0.1.1
38132026-05-05T21:18:08.049Z Compiling phf_shared v0.12.1
38142026-05-05T21:18:08.083Z 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.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=82a744b3505a59fd -C extra-filename=-070ce17485fd90b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ca8bf967818b2b61.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152026-05-05T21:18:08.086Z 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`
38162026-05-05T21:18:08.086Z 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=435b144c558f3240 -C extra-filename=-afed1e5f5a6150d9 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-05-05T21:18:08.117Z 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=a49cc6ba637fe725 -C extra-filename=-19c591fa5c91bf38 --out-dir /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-cb982bf2482e3c85.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-cd77651ff7736740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-05-05T21:18:08.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/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`
38192026-05-05T21:18:08.120Z Compiling derive_more v2.1.1
38202026-05-05T21:18:08.120Z Compiling rustc_version v0.1.7
38212026-05-05T21:18:08.155Z Compiling chrono-tz v0.10.4
38222026-05-05T21:18:08.155Z Compiling const_format_proc_macros v0.2.34
38232026-05-05T21:18:08.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9c68834961c6ade -C extra-filename=-b1f3d3a12720494f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242026-05-05T21:18:08.237Z 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`
38252026-05-05T21:18:08.271Z 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`
38262026-05-05T21:18:08.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=753332e7dcfabc21 -C extra-filename=-0994b0c1fe05393f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-a5e76b76f07ba7c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-05-05T21:18:08.275Z 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`
38282026-05-05T21:18:08.275Z Compiling peg-macros v0.8.5
38292026-05-05T21:18:08.275Z Compiling sqlparser_derive v0.5.0
38302026-05-05T21:18:08.275Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc/build-script-build`
38312026-05-05T21:18:08.275Z 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`
38322026-05-05T21:18:08.275Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=c52499cd88bd37b5 -C extra-filename=-0daec2edec49c79a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-05-05T21:18:08.310Z Compiling radix_trie v0.2.1
38342026-05-05T21:18:08.384Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ed2e54aec2e7dd5 -C extra-filename=-0cab858faf43422e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-05-05T21:18:08.387Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=011fed256dab1b8b -C extra-filename=-0fa385db4b9308b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-05-05T21:18:08.420Z Compiling crossterm v0.29.0
38372026-05-05T21:18:08.423Z Compiling winnow v0.6.26
38382026-05-05T21:18:08.423Z Compiling unicode_categories v0.1.1
38392026-05-05T21:18:08.423Z 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`
38402026-05-05T21:18:08.521Z Compiling bcs v0.1.6
38412026-05-05T21:18:08.524Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
38422026-05-05T21:18:08.525Z Compiling filetime v0.2.27
38432026-05-05T21:18:08.525Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=9d1935ffe918243e -C extra-filename=-a08c36d7d15a113d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0994b0c1fe05393f.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442026-05-05T21:18:08.525Z 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`
38452026-05-05T21:18:08.525Z 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`
38462026-05-05T21:18:08.680Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38472026-05-05T21:18:08.683Z Compiling xattr v1.6.1
38482026-05-05T21:18:08.683Z Compiling subprocess v0.2.15
38492026-05-05T21:18:08.701Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dae8d580fe7cf3c -C extra-filename=-479f88a506a2bc92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-05-05T21:18:08.706Z 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`
38512026-05-05T21:18:08.706Z 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=9ec126ac2a5120ee -C extra-filename=-378d02d8e0e669c4 --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-92324a9d1b375fae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-05-05T21:18:08.776Z Compiling base64 v0.21.7
38532026-05-05T21:18:08.781Z Compiling headers-core v0.3.0
38542026-05-05T21:18:08.781Z Compiling yasna v0.5.2
38552026-05-05T21:18:08.781Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=0b2ae8f0c876a7c1 -C extra-filename=-7e62b53f6678b973 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562026-05-05T21:18:08.781Z 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`
38572026-05-05T21:18:08.781Z 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`
38582026-05-05T21:18:08.853Z Compiling phf v0.12.1
38592026-05-05T21:18:08.856Z 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`
38602026-05-05T21:18:08.856Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6bb74c1a8801f8c -C extra-filename=-b66e83976bab5d24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-05-05T21:18:08.856Z 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`
38622026-05-05T21:18:08.889Z Compiling hickory-resolver v0.24.4
38632026-05-05T21:18:08.892Z 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`
38642026-05-05T21:18:09.039Z Compiling newtype_derive v0.1.6
38652026-05-05T21:18:09.043Z Compiling dropshot-api-manager-types v0.7.1
38662026-05-05T21:18:09.043Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=5511b6753bc433a0 -C extra-filename=-c697c0913c7cb68b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-74c6ebcf81070171.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-05-05T21:18:09.115Z Compiling tar v0.4.45
38682026-05-05T21:18:09.118Z Compiling headers v0.4.1
38692026-05-05T21:18:09.118Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214/build-script-build`
38702026-05-05T21:18:09.118Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc/build-script-build`
38712026-05-05T21:18:09.119Z 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.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=ad5a86e80cce29ff -C extra-filename=-f00608f8269704ad --out-dir /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-9a2525d8b569a190.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`
38722026-05-05T21:18:09.119Z 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`
38732026-05-05T21:18:09.152Z Compiling tagptr v0.2.0
38742026-05-05T21:18:09.155Z 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`
38752026-05-05T21:18:09.155Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e4743641479b4f66 -C extra-filename=-1d17b933e10e833d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-b66e83976bab5d24.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-05-05T21:18:09.191Z 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`
38772026-05-05T21:18:09.194Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb/build-script-build`
38782026-05-05T21:18:09.225Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
38792026-05-05T21:18:09.228Z 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=6759dad693a34ba8 -C extra-filename=-e58ba9012abb0f88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-319e79d5009fec08.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-09bd07aaa811ce70.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cb388b4807b3b38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-05-05T21:18:09.330Z Compiling utf-8 v0.7.6
38812026-05-05T21:18:09.333Z 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)'`
38822026-05-05T21:18:09.404Z Compiling const_format v0.2.35
38832026-05-05T21:18:09.407Z Compiling rcgen v0.12.1
38842026-05-05T21:18:09.441Z 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`
38852026-05-05T21:18:09.551Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38862026-05-05T21:18:09.554Z Compiling libefi-sys v0.1.0
38872026-05-05T21:18:09.554Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=816e0732380af321 -C extra-filename=-33eeed745c52ea4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-0daec2edec49c79a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-05-05T21:18:09.554Z 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`
38892026-05-05T21:18:09.734Z Compiling bitfield-struct v0.6.2
38902026-05-05T21:18:09.737Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38912026-05-05T21:18:09.883Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=7ae379b61c53a01a -C extra-filename=-9a21c600f3fe06a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1cc3d69a5b340d4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922026-05-05T21:18:09.886Z 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`
38932026-05-05T21:18:09.920Z 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`
38942026-05-05T21:18:09.925Z Compiling snafu v0.8.9
38952026-05-05T21:18:09.928Z Compiling moka v0.12.13
38962026-05-05T21:18:09.928Z Compiling tungstenite v0.21.0
38972026-05-05T21:18:09.928Z Compiling radium v0.7.0
38982026-05-05T21:18:09.928Z Compiling tap v1.0.1
38992026-05-05T21:18:09.928Z Compiling maybe-uninit v2.0.0
39002026-05-05T21:18:09.928Z Compiling zerocopy-derive v0.6.6
39012026-05-05T21:18:09.928Z 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`
39022026-05-05T21:18:09.928Z 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`
39032026-05-05T21:18:09.928Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973/build-script-build`
39042026-05-05T21:18:09.928Z 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`
39052026-05-05T21:18:09.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05ad3038b900d9b4 -C extra-filename=-146e83aea723331f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-05-05T21:18:09.999Z 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=c9a9cd5391589596 -C extra-filename=-31f17bf928eaaef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3beb6f327bb7e026.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-5bf07c3e50c282f4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-05-05T21:18:10.004Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7/build-script-build`
39082026-05-05T21:18:10.005Z Compiling recursive v0.1.1
39092026-05-05T21:18:10.005Z Compiling funty v2.0.0
39102026-05-05T21:18:10.005Z Compiling crc-catalog v2.4.0
39112026-05-05T21:18:10.005Z Compiling packed_struct v0.10.1
39122026-05-05T21:18:10.005Z 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`
39132026-05-05T21:18:10.005Z 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`
39142026-05-05T21:18:10.005Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d85df449d6a394d8 -C extra-filename=-decbb1dc45c50d9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-05-05T21:18:10.033Z 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`
39162026-05-05T21:18:10.036Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=8d3dc549f69b0289 -C extra-filename=-5b8dd71297ab9034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172026-05-05T21:18:10.036Z 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`
39182026-05-05T21:18:10.101Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=995d2e47318c6427 -C extra-filename=-2dd97e14d80208ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-b1f3d3a12720494f.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-7f20be138954f37b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out`
39192026-05-05T21:18:10.106Z 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`
39202026-05-05T21:18:10.106Z Compiling qorb v0.4.1
39212026-05-05T21:18:10.106Z Compiling peg v0.8.5
39222026-05-05T21:18:10.138Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e/build-script-build`
39232026-05-05T21:18:10.141Z 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`
39242026-05-05T21:18:10.141Z 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`
39252026-05-05T21:18:10.215Z Compiling bitfield-macros v0.19.4
39262026-05-05T21:18:10.221Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=6d72e53c19f12723 -C extra-filename=-65c9103bed1e9b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-0fa385db4b9308b0.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272026-05-05T21:18:10.221Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=3746f517723c6a86 -C extra-filename=-bbe579a06d9ac6a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c697c0913c7cb68b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-05-05T21:18:10.423Z Compiling packed_struct_codegen v0.10.1
39292026-05-05T21:18:10.426Z Compiling indexmap v1.9.3
39302026-05-05T21:18:10.426Z Compiling nodrop v0.1.14
39312026-05-05T21:18:10.459Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8c8c0271088ee42 -C extra-filename=-05b20e2e5b8be722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-05-05T21:18:10.646Z Compiling typify v0.6.2
39332026-05-05T21:18:10.649Z Compiling sqlparser v0.61.0
39342026-05-05T21:18:10.649Z Compiling wyz v0.5.1
39352026-05-05T21:18:10.649Z Compiling crc v3.4.0
39362026-05-05T21:18:10.679Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699/build-script-build`
39372026-05-05T21:18:10.683Z 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`
39382026-05-05T21:18:10.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=fdeb1585a0815001 -C extra-filename=-a3e9acc453f72690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-05-05T21:18:10.683Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2131a667e2227339 -C extra-filename=-d3a2260fd8ce3caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402026-05-05T21:18:10.714Z 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`
39412026-05-05T21:18:10.787Z Compiling sqlformat v0.3.5
39422026-05-05T21:18:10.790Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39432026-05-05T21:18:10.790Z Compiling tokio-tungstenite v0.21.0
39442026-05-05T21:18:10.790Z Compiling xshell-macros v0.2.7
39452026-05-05T21:18:10.826Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=1c9906fee132e1ef -C extra-filename=-ec0eace3742f8f4b --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-ca8bf967818b2b61.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-070ce17485fd90b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-05-05T21:18:10.829Z 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`
39472026-05-05T21:18:10.829Z 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=79921441acbde809 -C extra-filename=-ef10328f379ee9b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-319e79d5009fec08.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-09bd07aaa811ce70.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-89149eb232c46195.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-e58ba9012abb0f88.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
39482026-05-05T21:18:10.829Z 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`
39492026-05-05T21:18:10.830Z 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`
39502026-05-05T21:18:10.830Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=8d53d824c3386bee -C extra-filename=-2352b96d30be233f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-2dd97e14d80208ac.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0cab858faf43422e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out`
39512026-05-05T21:18:10.971Z Compiling steno v0.4.1
39522026-05-05T21:18:10.975Z Compiling hickory-resolver v0.25.2
39532026-05-05T21:18:10.975Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39542026-05-05T21:18:10.975Z Compiling array-init v0.0.4
39552026-05-05T21:18:10.975Z 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`
39562026-05-05T21:18:10.975Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c27d5c925c6d5cb6 -C extra-filename=-313a96fe6ebd0b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-146e83aea723331f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572026-05-05T21:18:11.007Z 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`
39582026-05-05T21:18:11.010Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5/build-script-build`
39592026-05-05T21:18:11.010Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=aeb3aea6011bf861 -C extra-filename=-4c25870dbfa34606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-5b8dd71297ab9034.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-05-05T21:18:11.229Z Compiling rustyline v14.0.0
39612026-05-05T21:18:11.233Z Compiling hashbrown v0.12.3
39622026-05-05T21:18:11.233Z Compiling ron v0.8.1
39632026-05-05T21:18:11.233Z Compiling hashbrown v0.13.2
39642026-05-05T21:18:11.233Z Compiling crc-any v2.5.0
39652026-05-05T21:18:11.233Z Compiling path-slash v0.1.5
39662026-05-05T21:18:11.233Z 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=df4f3c70792324e4 -C extra-filename=-897f70ed92fda8f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-05-05T21:18:11.233Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=468602f36f63d285 -C extra-filename=-76018aa215a101e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-2c5b4012fdeaaa56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-05-05T21:18:11.234Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5/build-script-build`
39692026-05-05T21:18:11.234Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=9ab8af0f6b296cec -C extra-filename=-2f634437a101627f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-6fcabc641a336514.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-05-05T21:18:11.234Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8/build-script-build`
39712026-05-05T21:18:11.269Z 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`
39722026-05-05T21:18:11.343Z Compiling progenitor-impl v0.14.0
39732026-05-05T21:18:11.350Z Compiling progenitor-impl v0.13.0
39742026-05-05T21:18:11.350Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39752026-05-05T21:18:11.350Z 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`
39762026-05-05T21:18:11.350Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b/build-script-build`
39772026-05-05T21:18:11.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=4816ff247b6f4b4f -C extra-filename=-560d2b56efad4d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782026-05-05T21:18:11.350Z 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`
39792026-05-05T21:18:11.350Z 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`
39802026-05-05T21:18:11.350Z 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`
39812026-05-05T21:18:11.350Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3d259f8aad4b60f3 -C extra-filename=-befbd8ccf5bbeea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822026-05-05T21:18:11.448Z Compiling zerocopy v0.6.6
39832026-05-05T21:18:11.454Z Compiling half v1.8.3
39842026-05-05T21:18:11.482Z Compiling num-derive v0.3.3
39852026-05-05T21:18:11.595Z 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.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea33178c02e90ef5 -C extra-filename=-48be6f6426585421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ec0eace3742f8f4b.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`
39862026-05-05T21:18:11.600Z 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`
39872026-05-05T21:18:11.633Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baf650438cf18f2f -C extra-filename=-bbf7a32a49279c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-313a96fe6ebd0b09.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-e386cd846ec3269e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-05-05T21:18:11.642Z 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=9412fd26540b3200 -C extra-filename=-1107c36ee46c0328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ec0eace3742f8f4b.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`
39892026-05-05T21:18:11.672Z 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`
39902026-05-05T21:18:11.672Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
39912026-05-05T21:18:11.672Z Compiling xshell v0.2.7
39922026-05-05T21:18:11.672Z Compiling bitfield v0.19.4
39932026-05-05T21:18:11.672Z Compiling proc-macro-error-attr2 v2.0.0
39942026-05-05T21:18:11.673Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=f8491bb573d7f341 -C extra-filename=-5380644ed5721c0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-decbb1dc45c50d9a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-05-05T21:18:11.673Z 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`
39962026-05-05T21:18:11.673Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=ebf6c9e80a018a5e -C extra-filename=-481a18058f7ebecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972026-05-05T21:18:11.736Z Compiling papergrid v0.17.0
39982026-05-05T21:18:11.740Z Compiling testing_table v0.3.0
39992026-05-05T21:18:11.740Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40002026-05-05T21:18:11.740Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40012026-05-05T21:18:11.740Z Compiling fxhash v0.2.1
40022026-05-05T21:18:11.740Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40032026-05-05T21:18:11.770Z 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`
40042026-05-05T21:18:11.785Z 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=573083ebb71bd316 -C extra-filename=-860b093b32819917 --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-ef10328f379ee9b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052026-05-05T21:18:11.785Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=627f49557fcdf9cb -C extra-filename=-4ef0b45840b847fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-05b20e2e5b8be722.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062026-05-05T21:18:11.785Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=321241e9c218f9d8 -C extra-filename=-0543390fdd795464 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072026-05-05T21:18:11.785Z 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`
40082026-05-05T21:18:11.785Z 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`
40092026-05-05T21:18:11.785Z 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`
40102026-05-05T21:18:11.785Z 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=20afdabf7b7fe691 -C extra-filename=-e6bc15b2ad991d32 --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-d62b7cd9ab5877a1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-05-05T21:18:11.785Z 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`
40122026-05-05T21:18:11.786Z 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`
40132026-05-05T21:18:11.804Z 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=c71df971555ffdb4 -C extra-filename=-39eb27e326a35722 --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-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-05-05T21:18:11.971Z Compiling bitvec v1.0.1
40152026-05-05T21:18:11.975Z 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`
40162026-05-05T21:18:12.006Z Compiling maplit v1.0.2
40172026-05-05T21:18:12.009Z 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`
40182026-05-05T21:18:12.041Z Compiling crc8 v0.1.1
40192026-05-05T21:18:12.049Z 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`
40202026-05-05T21:18:12.079Z Compiling smallvec v0.6.14
40212026-05-05T21:18:12.122Z 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`
40222026-05-05T21:18:12.152Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40232026-05-05T21:18:12.166Z Compiling unicase v2.9.0
40242026-05-05T21:18:12.166Z 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`
40252026-05-05T21:18:12.230Z Compiling serde_cbor v0.11.2
40262026-05-05T21:18:12.238Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40272026-05-05T21:18:12.258Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=cdb33f47b54de9fd -C extra-filename=-1e116711f70f27cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-05-05T21:18:12.274Z 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`
40292026-05-05T21:18:12.294Z Compiling diff v0.1.13
40302026-05-05T21:18:12.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=945543d4463b533c -C extra-filename=-d3533f7d368cf1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e54dfc1655ecf43f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312026-05-05T21:18:12.330Z 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`
40322026-05-05T21:18:12.363Z Compiling git-stub v1.0.0
40332026-05-05T21:18:12.371Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371/build-script-build`
40342026-05-05T21:18:12.371Z 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`
40352026-05-05T21:18:12.371Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a224da1f8fc2fc2e -C extra-filename=-42b72da845c58bf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-05-05T21:18:12.400Z Compiling parking_lot_core v0.8.6
40372026-05-05T21:18:12.436Z Compiling diesel_derives v2.3.7
40382026-05-05T21:18:12.439Z 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`
40392026-05-05T21:18:12.439Z 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`
40402026-05-05T21:18:12.513Z Compiling dsl_auto_type v0.2.0
40412026-05-05T21:18:12.519Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fefca88fc3b27fe -C extra-filename=-039e156271399c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6607a922dcc8bcfe.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422026-05-05T21:18:12.549Z Compiling serde-hex v0.1.0
40432026-05-05T21:18:12.586Z Compiling diesel_table_macro_syntax v0.3.0
40442026-05-05T21:18:12.590Z Compiling scheduled-thread-pool v0.2.7
40452026-05-05T21:18:12.623Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae0de30961dc640b -C extra-filename=-7654f875398eb98b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-737283aa05120af2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d000bd11ea7d48a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-05-05T21:18:12.657Z Compiling vergen-gitcl v1.0.8
40472026-05-05T21:18:12.669Z Compiling kstat-rs v0.2.4
40482026-05-05T21:18:12.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=683019f16f63bee9 -C extra-filename=-d591d44c8f3e06a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-05-05T21:18:12.669Z 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`
40502026-05-05T21:18:12.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
40512026-05-05T21:18:12.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a5c376b88abda9b -C extra-filename=-a04602486a2c081a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-05-05T21:18:12.739Z Compiling downcast-rs v2.0.2
40532026-05-05T21:18:12.739Z 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`
40542026-05-05T21:18:12.766Z Compiling proc-macro-error2 v2.0.1
40552026-05-05T21:18:12.771Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=608bdb10c04bfe1c -C extra-filename=-42e5572c7af819b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-0543390fdd795464.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-05-05T21:18:12.841Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40572026-05-05T21:18:12.847Z Compiling object v0.30.4
40582026-05-05T21:18:12.873Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1666159b740464c2 -C extra-filename=-1129bd28206c6101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-560d2b56efad4d36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-05-05T21:18:12.910Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40602026-05-05T21:18:12.917Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=4d96ec40852a95b6 -C extra-filename=-6a24b29c50b42134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-befbd8ccf5bbeea0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e03ffdc048cb3ed0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-05-05T21:18:12.982Z Compiling git-stub-vcs v0.1.0
40622026-05-05T21:18:12.987Z 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=4c52af300c88bac9 -C extra-filename=-f647d1946414ce2c --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-e6bc15b2ad991d32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-05-05T21:18:13.022Z Compiling libscf-sys v1.1.0
40642026-05-05T21:18:13.056Z Compiling typify-impl v0.4.3
40652026-05-05T21:18:13.061Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae/build-script-build`
40662026-05-05T21:18:13.061Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1/build-script-build`
40672026-05-05T21:18:13.061Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60a4f63b5b2f2046 -C extra-filename=-ec6c9350b2915c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-42b72da845c58bf6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-05-05T21:18:13.101Z Compiling r2d2 v0.8.10
40692026-05-05T21:18:13.106Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a51cf84ac2626181 -C extra-filename=-bf9199d9bf1772a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-481a18058f7ebecc.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-05-05T21:18:13.107Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38/build-script-build`
40712026-05-05T21:18:13.107Z 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=c95aa522b0643ede -C extra-filename=-64c4429d2f700e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-05-05T21:18:13.181Z Compiling prefix-trie v0.7.0
40732026-05-05T21:18:13.206Z 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`
40742026-05-05T21:18:13.206Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764/build-script-build`
40752026-05-05T21:18:13.206Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a82a6ede9b76022 -C extra-filename=-3d344358330094a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
40762026-05-05T21:18:13.206Z Compiling arc-swap v1.8.2
40772026-05-05T21:18:13.206Z Compiling nanorand v0.7.0
40782026-05-05T21:18:13.209Z Compiling dirs-sys-next v0.1.2
40792026-05-05T21:18:13.209Z Compiling salty v0.3.0
40802026-05-05T21:18:13.265Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=51f0439b9341fdd5 -C extra-filename=-4215f02aa04f62d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-05-05T21:18:13.265Z 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`
40822026-05-05T21:18:13.274Z 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`
40832026-05-05T21:18:13.274Z 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`
40842026-05-05T21:18:13.274Z Compiling crunchy v0.2.4
40852026-05-05T21:18:13.298Z Compiling clang-sys v1.8.1
40862026-05-05T21:18:13.302Z Compiling primeorder v0.13.6
40872026-05-05T21:18:13.302Z 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`
40882026-05-05T21:18:13.302Z 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`
40892026-05-05T21:18:13.329Z Compiling tiny-keccak v2.0.2
40902026-05-05T21:18:13.336Z 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`
40912026-05-05T21:18:13.336Z 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`
40922026-05-05T21:18:13.336Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=cc0eaffb1c59b795 -C extra-filename=-f975d5147940ae2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932026-05-05T21:18:13.336Z 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`
40942026-05-05T21:18:13.667Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
40952026-05-05T21:18:13.697Z 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=21f8d33ce79d35b4 -C extra-filename=-ef0831a69b815d94 --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-e25e513fdc454c2f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-ef10328f379ee9b3.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-860b093b32819917.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-05-05T21:18:13.722Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40972026-05-05T21:18:13.786Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=335d5d2551232a8c -C extra-filename=-6d3551e82eddac88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-ce8240904e94ca51.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-d3a2260fd8ce3caf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982026-05-05T21:18:13.812Z Compiling tabled_derive v0.11.0
40992026-05-05T21:18:13.812Z Compiling parking_lot v0.11.2
41002026-05-05T21:18:13.812Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=242844e86dd2a2e1 -C extra-filename=-2b053f444fdd14b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-05-05T21:18:13.871Z Compiling dirs-next v2.0.0
41022026-05-05T21:18:13.877Z Compiling flume v0.11.1
41032026-05-05T21:18:13.877Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41042026-05-05T21:18:13.877Z Compiling bit-vec v0.6.3
41052026-05-05T21:18:13.877Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd41e9f0785ae9ff -C extra-filename=-5b15255986a63e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-42e5572c7af819b4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-05-05T21:18:13.877Z 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`
41072026-05-05T21:18:13.912Z Compiling slog-scope v4.4.1
41082026-05-05T21:18:13.986Z 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=088e9a1fef197bb3 -C extra-filename=-fb985cd97aa3fb5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-ff25fc7613742b3f.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-50b67afc945cd8fc.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)'`
41092026-05-05T21:18:14.027Z 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`
41102026-05-05T21:18:14.031Z 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`
41112026-05-05T21:18:14.031Z 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`
41122026-05-05T21:18:14.031Z 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=09488065394064ff -C extra-filename=-eb416a231baa65da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-05-05T21:18:14.084Z Compiling hickory-server v0.25.2
41142026-05-05T21:18:14.096Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6818b20dcfa613bd -C extra-filename=-49d2450e36001f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-90e8f2c254a14af8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-05-05T21:18:14.096Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95/build-script-build`
41162026-05-05T21:18:14.141Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=976a4875b8f5a378 -C extra-filename=-efd76ad06cfa374f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-d591d44c8f3e06a0.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-039e156271399c90.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-05-05T21:18:14.171Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41182026-05-05T21:18:14.176Z Compiling itertools v0.10.5
41192026-05-05T21:18:14.176Z Compiling ena v0.14.4
41202026-05-05T21:18:14.210Z Compiling libloading v0.8.9
41212026-05-05T21:18:14.217Z Compiling bindgen v0.71.1
41222026-05-05T21:18:14.217Z Compiling regex-syntax v0.6.29
41232026-05-05T21:18:14.217Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303/build-script-build`
41242026-05-05T21:18:14.217Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=0103a5c850c85ed6 -C extra-filename=-1217c5f5fc243f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4215f02aa04f62d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252026-05-05T21:18:14.218Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5/build-script-build`
41262026-05-05T21:18:14.247Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=540e7a6403a91490 -C extra-filename=-b889da87769e59f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-bf9199d9bf1772a7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272026-05-05T21:18:14.253Z Compiling sled v0.34.7
41282026-05-05T21:18:14.283Z 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`
41292026-05-05T21:18:14.289Z 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`
41302026-05-05T21:18:14.290Z 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`
41312026-05-05T21:18:14.291Z 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`
41322026-05-05T21:18:14.291Z 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`
41332026-05-05T21:18:14.319Z Compiling slog-stdlog v4.1.1
41342026-05-05T21:18:14.323Z 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`
41352026-05-05T21:18:14.323Z 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`
41362026-05-05T21:18:14.323Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=3c8ccb0e77fbe45b -C extra-filename=-54640c9482fa4464 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-49d2450e36001f53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372026-05-05T21:18:14.423Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f/build-script-build`
41382026-05-05T21:18:14.497Z Compiling progenitor-macro v0.13.0
41392026-05-05T21:18:14.501Z Compiling p384 v0.13.1
41402026-05-05T21:18:14.501Z Compiling cexpr v0.6.0
41412026-05-05T21:18:14.501Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=2eeac314a206fea2 -C extra-filename=-c9ad73fa8c1d743b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41422026-05-05T21:18:14.532Z 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=65f53c83929f92c2 -C extra-filename=-17bef58f0259aa08 --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-09da23b035805750.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-1107c36ee46c0328.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-05-05T21:18:14.537Z 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`
41442026-05-05T21:18:14.537Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=d52913da101e1e9b -C extra-filename=-749f93daa76cecbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452026-05-05T21:18:14.574Z Compiling progenitor-macro v0.14.0
41462026-05-05T21:18:14.605Z Compiling term v0.7.0
41472026-05-05T21:18:14.609Z 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.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aece6ff291be57cf -C extra-filename=-b7d10b3985533604 --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-09da23b035805750.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-48be6f6426585421.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482026-05-05T21:18:14.609Z 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`
41492026-05-05T21:18:14.719Z Compiling slog-envlogger v2.2.0
41502026-05-05T21:18:14.726Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=3848f0cb3bde2e13 -C extra-filename=-6874541e8b31c114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-49d2450e36001f53.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-54640c9482fa4464.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-05-05T21:18:14.760Z Compiling bit-set v0.5.3
41522026-05-05T21:18:14.763Z Compiling libxml v0.3.3
41532026-05-05T21:18:14.787Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9/build-script-build`
41542026-05-05T21:18:14.825Z Compiling strum_macros v0.24.3
41552026-05-05T21:18:14.829Z 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`
41562026-05-05T21:18:14.829Z 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`
41572026-05-05T21:18:14.865Z Compiling indoc v1.0.9
41582026-05-05T21:18:14.897Z Compiling quick-xml v0.37.5
41592026-05-05T21:18:14.903Z Compiling impl-trait-for-tuples v0.2.3
41602026-05-05T21:18:14.903Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=216ac6bbef0d1555 -C extra-filename=-936e412f76a84e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612026-05-05T21:18:14.935Z 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`
41622026-05-05T21:18:14.940Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=467c3d7f04dd244c -C extra-filename=-2830efaff709bf8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-05-05T21:18:14.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbcbf7b4474abd64 -C extra-filename=-2495d898a92491df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642026-05-05T21:18:14.941Z 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`
41652026-05-05T21:18:15.009Z Compiling oso-derive v0.27.3
41662026-05-05T21:18:15.015Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2444f87030898419 -C extra-filename=-c88d3041c87251da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-05-05T21:18:15.044Z Compiling fs-err v2.11.0
41682026-05-05T21:18:15.048Z Compiling openssl-probe v0.1.6
41692026-05-05T21:18:15.048Z 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`
41702026-05-05T21:18:15.081Z 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`
41712026-05-05T21:18:15.158Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41722026-05-05T21:18:15.162Z 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-05-05T21:18:15.236Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
41742026-05-05T21:18:15.242Z 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`
41752026-05-05T21:18:15.301Z 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=2073b9067194e7a6 -C extra-filename=-339a4807c8cb96d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-4ef0b45840b847fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6d3551e82eddac88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762026-05-05T21:18:15.340Z Compiling predicates-tree v1.0.13
41772026-05-05T21:18:15.346Z Compiling assert_matches v1.5.0
41782026-05-05T21:18:15.346Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156/build-script-build`
41792026-05-05T21:18:15.346Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85/build-script-build`
41802026-05-05T21:18:15.346Z 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`
41812026-05-05T21:18:15.346Z 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`
41822026-05-05T21:18:15.410Z Compiling tabled v0.20.0
41832026-05-05T21:18:15.441Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=ba699798bca79f0b -C extra-filename=-6877e4f36627a62e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-5fc6c03f1838dc63.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-5b15255986a63e54.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-d44ada03f4aac874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-05-05T21:18:15.474Z Compiling ascii-canvas v3.0.0
41852026-05-05T21:18:15.474Z 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`
41862026-05-05T21:18:15.493Z 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`
41872026-05-05T21:18:15.511Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41882026-05-05T21:18:15.519Z 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=bce519098c8224c8 -C extra-filename=-f5ebae84fcf9d9bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-eb416a231baa65da.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-05-05T21:18:15.550Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a/build-script-build`
41902026-05-05T21:18:15.584Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
41912026-05-05T21:18:15.654Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41922026-05-05T21:18:15.668Z 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/d147f09/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=01403dd9bfedc719 -C extra-filename=-18dd179d6e4c0dd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-05-05T21:18:15.668Z Compiling trait-variant v0.1.2
41942026-05-05T21:18:15.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=7cb3214b51f243e8 -C extra-filename=-726b0e09a433a647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952026-05-05T21:18:15.687Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2316a0d074b9422c -C extra-filename=-20a7eae657d9e63d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-05-05T21:18:15.756Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
41972026-05-05T21:18:15.775Z 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`
41982026-05-05T21:18:15.791Z Compiling parse-size v1.1.0
41992026-05-05T21:18:15.799Z 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`
42002026-05-05T21:18:15.887Z Compiling corncobs v0.1.4
42012026-05-05T21:18:15.893Z 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`
42022026-05-05T21:18:15.954Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8/build-script-build`
42032026-05-05T21:18:16.064Z Compiling secrecy v0.8.0
42042026-05-05T21:18:16.070Z Compiling mime_guess v2.0.5
42052026-05-05T21:18:16.071Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=638b29623d6ab2a9 -C extra-filename=-e7c482e92d8ec671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-05-05T21:18:16.109Z 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`
42072026-05-05T21:18:16.179Z Compiling lalrpop v0.19.12
42082026-05-05T21:18:16.187Z 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=20fab3aacab15551 -C extra-filename=-706a99e16fcbe5ff --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-ccf6faf54f4a34d3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4ebebc69f093df9f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c56db14a5b06353c.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-05-05T21:18:16.220Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bda9fe9ac2aa868 -C extra-filename=-ed41fcc14fde772a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42102026-05-05T21:18:16.260Z Compiling ignore v0.4.25
42112026-05-05T21:18:16.265Z 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)'`
42122026-05-05T21:18:16.296Z Compiling bb8 v0.8.6
42132026-05-05T21:18:16.299Z 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`
42142026-05-05T21:18:16.299Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=138d8dc8b4660d1d -C extra-filename=-87d7fba5f722ae1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42152026-05-05T21:18:16.374Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b/build-script-build`
42162026-05-05T21:18:16.407Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42172026-05-05T21:18:16.411Z Compiling http-range v0.1.5
42182026-05-05T21:18:16.446Z Compiling signal-hook-tokio v0.3.1
42192026-05-05T21:18:16.451Z Compiling atty v0.2.14
42202026-05-05T21:18:16.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42212026-05-05T21:18:16.451Z Compiling nonempty v0.12.0
42222026-05-05T21:18:16.451Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=ee9daf87a86bf0b1 -C extra-filename=-8a7be1db8082819c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-d945b2c55f29d708.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-726b0e09a433a647.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-05-05T21:18:16.483Z 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`
42242026-05-05T21:18:16.491Z 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`
42252026-05-05T21:18:16.492Z 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`
42262026-05-05T21:18:16.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=d1cb9f2e4531c30a -C extra-filename=-10c920bdeb10a557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-05-05T21:18:16.492Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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`
42282026-05-05T21:18:16.519Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42292026-05-05T21:18:16.525Z 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=41eac5ba20529a50 -C extra-filename=-8a0be4ecda6d71ad --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-f5ebae84fcf9d9bc.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-049a193beba92f2c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-ed41fcc14fde772a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-eb416a231baa65da.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42302026-05-05T21:18:16.556Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42312026-05-05T21:18:16.560Z Compiling tungstenite v0.23.0
42322026-05-05T21:18:16.560Z Compiling void v1.0.2
42332026-05-05T21:18:16.590Z 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=1af4d6d62c1f22c3 -C extra-filename=-8d4539b1263a3c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-eb416a231baa65da.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-05-05T21:18:16.628Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
42352026-05-05T21:18:16.633Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=1df5f897f7805732 -C extra-filename=-6faac99548c36a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-05-05T21:18:16.633Z 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`
42372026-05-05T21:18:16.701Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42382026-05-05T21:18:16.705Z 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/018ae6f/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=02cf83a67c1fa0f0 -C extra-filename=-20a6bf7dbc00b692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-20a7eae657d9e63d.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
42392026-05-05T21:18:16.738Z Compiling nix v0.27.1
42402026-05-05T21:18:16.744Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=bc5b88065a11acd0 -C extra-filename=-9ce3e326118bb501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-05-05T21:18:16.744Z 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`
42422026-05-05T21:18:16.781Z Compiling serde_bytes v0.11.19
42432026-05-05T21:18:16.815Z Compiling lzss v0.8.2
42442026-05-05T21:18:16.819Z 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`
42452026-05-05T21:18:16.849Z Compiling rand_seeder v0.4.0
42462026-05-05T21:18:16.855Z 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`
42472026-05-05T21:18:16.855Z 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`
42482026-05-05T21:18:16.986Z Compiling is_ci v1.2.0
42492026-05-05T21:18:16.995Z 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`
42502026-05-05T21:18:16.995Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee/build-script-build`
42512026-05-05T21:18:17.000Z Compiling globwalk v0.9.1
42522026-05-05T21:18:17.004Z 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`
42532026-05-05T21:18:17.038Z Compiling yansi v1.0.1
42542026-05-05T21:18:17.043Z Compiling darling_core v0.23.0
42552026-05-05T21:18:17.043Z 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`
42562026-05-05T21:18:17.075Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=9033e49462a22f0c -C extra-filename=-e3d39429bf8034cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-05-05T21:18:17.115Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42582026-05-05T21:18:17.120Z 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=5947bb8599e2d206 -C extra-filename=-6f974e7433344809 --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-d62b7cd9ab5877a1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592026-05-05T21:18:17.177Z 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=71280f0ee94773bc -C extra-filename=-46344c48b1d3bf78 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6877e4f36627a62e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-f647d1946414ce2c.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-e6bc15b2ad991d32.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42602026-05-05T21:18:17.260Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42612026-05-05T21:18:17.275Z Compiling tokio-tungstenite v0.23.1
42622026-05-05T21:18:17.276Z 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`
42632026-05-05T21:18:17.276Z Compiling instability v0.3.11
42642026-05-05T21:18:17.276Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=7bdc6bd5e1629b7a -C extra-filename=-037970183dc12ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-6faac99548c36a10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-05-05T21:18:17.301Z Compiling camino-tempfile-ext v0.3.3
42662026-05-05T21:18:17.314Z 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`
42672026-05-05T21:18:17.314Z 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`
42682026-05-05T21:18:17.314Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=7def881f39bbb669 -C extra-filename=-377886be39c1f034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-7c6d49e0ee2993de.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-e6d3c8372e7cee78.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-05-05T21:18:17.315Z 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`
42702026-05-05T21:18:17.483Z Compiling pretty_assertions v1.4.1
42712026-05-05T21:18:17.487Z Compiling indoc v2.0.7
42722026-05-05T21:18:17.487Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829/build-script-build`
42732026-05-05T21:18:17.487Z 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`
42742026-05-05T21:18:17.487Z 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`
42752026-05-05T21:18:17.553Z Compiling castaway v0.2.4
42762026-05-05T21:18:17.558Z 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-05-05T21:18:17.632Z Compiling unicode-truncate v1.1.0
42782026-05-05T21:18:17.641Z 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`
42792026-05-05T21:18:17.671Z Compiling lru v0.12.5
42802026-05-05T21:18:17.677Z 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`
42812026-05-05T21:18:17.742Z Compiling cassowary v0.3.0
42822026-05-05T21:18:17.748Z 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`
42832026-05-05T21:18:17.784Z Compiling hyper-staticfile v0.10.1
42842026-05-05T21:18:17.825Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0db4132ce0ca99f -C extra-filename=-b162fcfe2f8ee1fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42852026-05-05T21:18:17.831Z Compiling compact_str v0.8.1
42862026-05-05T21:18:17.831Z Compiling console v0.16.2
42872026-05-05T21:18:17.865Z 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=a8db8db1980b5c67 -C extra-filename=-6f83bed12c902e6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-52eb442f5b469a00.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882026-05-05T21:18:17.871Z Compiling unit-prefix v0.5.2
42892026-05-05T21:18:17.871Z Compiling supports-color v3.0.2
42902026-05-05T21:18:17.871Z 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`
42912026-05-05T21:18:17.871Z 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`
42922026-05-05T21:18:17.871Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd/build-script-build`
42932026-05-05T21:18:17.897Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931/build-script-build`
42942026-05-05T21:18:17.897Z 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`
42952026-05-05T21:18:17.939Z Compiling libz-sys v1.1.24
42962026-05-05T21:18:17.944Z 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`
42972026-05-05T21:18:17.945Z 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`
42982026-05-05T21:18:17.968Z Compiling typeid v1.0.3
42992026-05-05T21:18:17.974Z 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`
43002026-05-05T21:18:18.005Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43012026-05-05T21:18:18.026Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43022026-05-05T21:18:18.026Z Compiling erased-serde v0.4.9
43032026-05-05T21:18:18.026Z 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=8f6a0c042c1fb8dd -C extra-filename=-bbaed369d3f1b87b --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-8d4539b1263a3c57.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-049a193beba92f2c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b162fcfe2f8ee1fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-eb416a231baa65da.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43042026-05-05T21:18:18.080Z Compiling colored v2.2.0
43052026-05-05T21:18:18.089Z 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=5b32351a9609154c -C extra-filename=-a5d6d9d7d142ca7c --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-e4d505d3eeb92d26.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.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`
43062026-05-05T21:18:18.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/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`
43072026-05-05T21:18:18.089Z 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`
43082026-05-05T21:18:18.116Z Compiling libgit2-sys v0.18.3+1.9.2
43092026-05-05T21:18:18.123Z 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`
43102026-05-05T21:18:18.154Z Compiling shell-words v1.1.1
43112026-05-05T21:18:18.161Z 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`
43122026-05-05T21:18:18.211Z Compiling hex-literal v0.4.1
43132026-05-05T21:18:18.244Z 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`
43142026-05-05T21:18:18.355Z Compiling indicatif v0.18.4
43152026-05-05T21:18:18.390Z 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`
43162026-05-05T21:18:18.430Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43172026-05-05T21:18:18.468Z Compiling petname v2.0.2
43182026-05-05T21:18:18.475Z Compiling ordered-float v2.10.1
43192026-05-05T21:18:18.475Z 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=4c3640443a84df3c -C extra-filename=-f5e8d808e62d4cf5 --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6f974e7433344809.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202026-05-05T21:18:18.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=0c5be79d3993f77a -C extra-filename=-2d3520e89520f793 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212026-05-05T21:18:18.475Z 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-05-05T21:18:18.476Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053/build-script-build`
43232026-05-05T21:18:18.587Z Compiling vergen-git2 v1.0.7
43242026-05-05T21:18:18.593Z Compiling cargo-platform v0.2.0
43252026-05-05T21:18:18.623Z 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`
43262026-05-05T21:18:18.627Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ebbcb4f91904d93 -C extra-filename=-15b6800d8783cad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272026-05-05T21:18:18.661Z Compiling sapling-renderdag v0.1.0
43282026-05-05T21:18:18.668Z Compiling rtoolbox v0.0.3
43292026-05-05T21:18:18.668Z Compiling typify-macro v0.4.3
43302026-05-05T21:18:18.668Z Compiling sync-ptr v0.1.4
43312026-05-05T21:18:18.668Z Compiling rustls v0.21.12
43322026-05-05T21:18:18.668Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43332026-05-05T21:18:18.671Z Compiling sct v0.7.1
43342026-05-05T21:18:18.671Z 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`
43352026-05-05T21:18:18.671Z Compiling rustls-webpki v0.101.7
43362026-05-05T21:18:18.671Z Compiling nix v0.29.0
43372026-05-05T21:18:18.702Z 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`
43382026-05-05T21:18:18.735Z 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`
43392026-05-05T21:18:18.740Z 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`
43402026-05-05T21:18:18.740Z 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`
43412026-05-05T21:18:18.740Z 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=177f184b28bf9643 -C extra-filename=-68bf34346564d131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-05-05T21:18:18.740Z 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`
43432026-05-05T21:18:18.740Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5/build-script-build`
43442026-05-05T21:18:18.740Z 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`
43452026-05-05T21:18:18.774Z 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=c59e0aa198c7b1a3 -C extra-filename=-8ecb76ab9090f880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-64c4429d2f700e58.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462026-05-05T21:18:18.778Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43472026-05-05T21:18:18.805Z 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=bea48370072cc989 -C extra-filename=-ff3c2946a195fe55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-147c502226db37b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-339a4807c8cb96d3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6d3551e82eddac88.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-7654f875398eb98b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-05-05T21:18:18.811Z 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)'`
43492026-05-05T21:18:18.908Z Compiling serde-value v0.7.0
43502026-05-05T21:18:18.912Z Compiling dropshot v0.16.7
43512026-05-05T21:18:18.944Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4665478ccbd7d4f9 -C extra-filename=-62441e9394aa2889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-6aa5a7e9fa034105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-05-05T21:18:18.950Z 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`
43532026-05-05T21:18:18.983Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1/build-script-build`
43542026-05-05T21:18:19.013Z Compiling polyval v0.6.2
43552026-05-05T21:18:19.019Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7f7b5d5844256cd3 -C extra-filename=-c3c45e0a4ed3ccea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-62b35ad4ac622f8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562026-05-05T21:18:19.041Z 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)'`
43572026-05-05T21:18:19.075Z Compiling toml v0.9.12+spec-1.1.0
43582026-05-05T21:18:19.081Z Compiling dropshot_endpoint v0.16.7
43592026-05-05T21:18:19.111Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-82d89d16a7f3cae3/build-script-build`
43602026-05-05T21:18:19.117Z 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`
43612026-05-05T21:18:19.118Z 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=ccc7c2695cf68e84 -C extra-filename=-a18f43af115132a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622026-05-05T21:18:19.183Z Compiling gimli v0.32.3
43632026-05-05T21:18:19.189Z 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`
43642026-05-05T21:18:19.189Z Compiling target-lexicon v0.13.3
43652026-05-05T21:18:19.222Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793/build-script-build`
43662026-05-05T21:18:19.229Z 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`
43672026-05-05T21:18:19.259Z Compiling rpassword v7.4.0
43682026-05-05T21:18:19.290Z 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`
43692026-05-05T21:18:19.328Z Compiling rustls-pemfile v1.0.4
43702026-05-05T21:18:19.334Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7/build-script-build`
43712026-05-05T21:18:19.335Z 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`
43722026-05-05T21:18:19.402Z Compiling ghash v0.5.1
43732026-05-05T21:18:19.473Z Compiling twox-hash v2.1.2
43742026-05-05T21:18:19.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=31ca499ea00b2183 -C extra-filename=-3444b17711140f50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-c3c45e0a4ed3ccea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43752026-05-05T21:18:19.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=17fa2190a70dcb82 -C extra-filename=-b08e3228e586ace4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762026-05-05T21:18:19.479Z Compiling ctr v0.9.2
43772026-05-05T21:18:19.549Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=4862a82a51e2da40 -C extra-filename=-0ec0dd7cf53592d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782026-05-05T21:18:19.555Z Compiling concurrent-queue v2.5.0
43792026-05-05T21:18:19.555Z 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`
43802026-05-05T21:18:19.555Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=98ce3f5efeadf5bc -C extra-filename=-18c07b5bb3da1f19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812026-05-05T21:18:19.586Z 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`
43822026-05-05T21:18:19.592Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-abc9f58e98fd53ac/build-script-build`
43832026-05-05T21:18:19.623Z Compiling parking v2.2.1
43842026-05-05T21:18:19.628Z Compiling rustc-demangle v0.1.27
43852026-05-05T21:18:19.628Z 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`
43862026-05-05T21:18:19.628Z 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`
43872026-05-05T21:18:19.628Z Compiling guppy-workspace-hack v0.1.0
43882026-05-05T21:18:19.661Z Compiling plotters-backend v0.3.7
43892026-05-05T21:18:19.701Z 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`
43902026-05-05T21:18:19.707Z 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`
43912026-05-05T21:18:19.707Z 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=1b32b3b16e54b383 -C extra-filename=-536b836f85a43781 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6877e4f36627a62e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-f5e8d808e62d4cf5.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6f974e7433344809.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43922026-05-05T21:18:19.871Z 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`
43932026-05-05T21:18:19.876Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5/build-script-build`
43942026-05-05T21:18:19.948Z Compiling serde-untagged v0.1.9
43952026-05-05T21:18:19.987Z 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)'`
43962026-05-05T21:18:19.992Z 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`
43972026-05-05T21:18:20.056Z Compiling plotters-svg v0.3.7
43982026-05-05T21:18:20.128Z 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`
43992026-05-05T21:18:20.164Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44002026-05-05T21:18:20.169Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44012026-05-05T21:18:20.169Z 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=337b0ee50932097b -C extra-filename=-ebd4cf06c09fa452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-339a4807c8cb96d3.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-ff3c2946a195fe55.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6a24b29c50b42134.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1129bd28206c6101.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
44022026-05-05T21:18:20.205Z 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=2de04308f5dcb06d -C extra-filename=-a418d49a30f56cdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-339a4807c8cb96d3.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-ff3c2946a195fe55.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6a24b29c50b42134.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1129bd28206c6101.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
44032026-05-05T21:18:20.241Z Compiling diesel v2.3.7
44042026-05-05T21:18:20.247Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979/build-script-build`
44052026-05-05T21:18:20.247Z 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=45cc0a0fc6db705e -C extra-filename=-bfc2b60907f3047d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-efd76ad06cfa374f.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-98cfe07c2d8a807c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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`
44062026-05-05T21:18:20.312Z Compiling darling_macro v0.23.0
44072026-05-05T21:18:20.315Z Compiling event-listener v5.4.1
44082026-05-05T21:18:20.315Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931/build-script-build`
44092026-05-05T21:18:20.386Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ca832bcddcb0022 -C extra-filename=-c011faf4b4fa9cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e3d39429bf8034cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-05-05T21:18:20.419Z 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`
44112026-05-05T21:18:20.424Z Compiling aes-gcm v0.10.3
44122026-05-05T21:18:20.424Z Compiling fatfs v0.3.6
44132026-05-05T21:18:20.424Z Compiling blowfish v0.9.1
44142026-05-05T21:18:20.424Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=2319612a9cb9b3b0 -C extra-filename=-9b917f0270faa50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-93d2eec279556c05.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-3444b17711140f50.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44152026-05-05T21:18:20.509Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=a7d41060c8b71d52 -C extra-filename=-9a2a794f60006656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162026-05-05T21:18:20.514Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=14e2e35cd6fb18e2 -C extra-filename=-187d26a1282f01d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172026-05-05T21:18:20.583Z Compiling ssh-encoding v0.2.0
44182026-05-05T21:18:20.590Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=07a92c0203b451c0 -C extra-filename=-8ea57d9cb0fd08eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-05-05T21:18:20.591Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44202026-05-05T21:18:20.631Z Compiling seq-macro v0.3.6
44212026-05-05T21:18:20.636Z 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`
44222026-05-05T21:18:20.640Z Compiling target-spec v3.5.7
44232026-05-05T21:18:20.662Z Compiling constant_time_eq v0.4.2
44242026-05-05T21:18:20.694Z 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`
44252026-05-05T21:18:20.697Z 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`
44262026-05-05T21:18:20.699Z Compiling cargo-util-schemas v0.8.2
44272026-05-05T21:18:20.699Z 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`
44282026-05-05T21:18:20.732Z 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=9b93a6a7f414e8d9 -C extra-filename=-c9c6ef66560a8226 --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-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-c24ea79e2b327063.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-62441e9394aa2889.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44292026-05-05T21:18:20.738Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79/build-script-build`
44302026-05-05T21:18:20.808Z Compiling arrayref v0.3.9
44312026-05-05T21:18:20.843Z Compiling arrayvec v0.7.6
44322026-05-05T21:18:20.875Z 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`
44332026-05-05T21:18:20.881Z 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-05-05T21:18:20.881Z Compiling cast v0.3.0
44352026-05-05T21:18:20.881Z 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`
44362026-05-05T21:18:20.881Z Compiling bcrypt-pbkdf v0.10.0
44372026-05-05T21:18:20.913Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=31fa0227f312593a -C extra-filename=-fc6434fc905af5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-187d26a1282f01d0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382026-05-05T21:18:20.918Z Compiling event-listener-strategy v0.5.4
44392026-05-05T21:18:20.960Z 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`
44402026-05-05T21:18:20.960Z 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"'`
44412026-05-05T21:18:20.982Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
44422026-05-05T21:18:21.019Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0d7a899/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=d9b6cbcd7b9b7ea7 -C extra-filename=-4516fd2986628f10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-ad7439a3c7a5f54e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fe0de38d77a52f20.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-e416b75830014548.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9ce3e326118bb501.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib`
44432026-05-05T21:18:21.056Z Compiling addr2line v0.25.1
44442026-05-05T21:18:21.060Z Compiling ssh-cipher v0.2.0
44452026-05-05T21:18:21.090Z 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`
44462026-05-05T21:18:21.094Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=4d78ec9a54133508 -C extra-filename=-aab2b9588848d634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-9b917f0270faa50c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-05-05T21:18:21.130Z Compiling plotters v0.3.7
44482026-05-05T21:18:21.162Z 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`
44492026-05-05T21:18:21.166Z 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`
44502026-05-05T21:18:21.272Z Compiling criterion-plot v0.6.0
44512026-05-05T21:18:21.310Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983/build-script-build`
44522026-05-05T21:18:21.316Z Compiling cfg-expr v0.20.6
44532026-05-05T21:18:21.316Z 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`
44542026-05-05T21:18:21.349Z 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`
44552026-05-05T21:18:21.383Z Compiling supports-color v2.1.0
44562026-05-05T21:18:21.389Z Compiling darling v0.23.0
44572026-05-05T21:18:21.389Z Compiling textwrap v0.15.2
44582026-05-05T21:18:21.389Z Compiling supports-hyperlinks v2.1.0
44592026-05-05T21:18:21.389Z 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`
44602026-05-05T21:18:21.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=7ebace7cf7852312 -C extra-filename=-8f65a09e134bfefb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e3d39429bf8034cc.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c011faf4b4fa9cb1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-05-05T21:18:21.389Z 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`
44622026-05-05T21:18:21.422Z 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`
44632026-05-05T21:18:21.464Z Compiling tokio-rustls v0.24.1
44642026-05-05T21:18:21.468Z Compiling supports-unicode v2.1.0
44652026-05-05T21:18:21.494Z Compiling hashbrown v0.14.5
44662026-05-05T21:18:21.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=8fd0bc66852e2d13 -C extra-filename=-45a61a51f52e2b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9ec067b559fe780d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
44672026-05-05T21:18:21.504Z 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`
44682026-05-05T21:18:21.505Z Compiling backtrace v0.3.76
44692026-05-05T21:18:21.505Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=90a5af32d28c9668 -C extra-filename=-4aec69489f95c103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702026-05-05T21:18:21.530Z 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`
44712026-05-05T21:18:21.607Z Compiling typify v0.4.3
44722026-05-05T21:18:21.645Z Compiling tinytemplate v1.2.1
44732026-05-05T21:18:21.655Z 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=988ac8d337197dbc -C extra-filename=-bea20a2bd8b3f06e --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-64c4429d2f700e58.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-8ecb76ab9090f880.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742026-05-05T21:18:21.656Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8584ee7d4ea3017 -C extra-filename=-2d1681f51f2b35b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-05-05T21:18:21.656Z Compiling miette-derive v5.10.0
44762026-05-05T21:18:21.687Z Compiling password-hash v0.4.2
44772026-05-05T21:18:21.693Z Compiling cargo-platform v0.3.2
44782026-05-05T21:18:21.693Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e959d4f061c84851 -C extra-filename=-9c7fecb2fdccaab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-05-05T21:18:21.726Z 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`
44802026-05-05T21:18:21.732Z Compiling terminal_size v0.1.17
44812026-05-05T21:18:21.732Z 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`
44822026-05-05T21:18:21.732Z 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=93a8b8af363f26fd -C extra-filename=-8244c4f0d5b8cbdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-946ea005768073de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-a18f43af115132a8.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a0351535f0249bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-918262e4f053926e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4e2269c7cc44ed65.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5272333e71804918.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
44832026-05-05T21:18:21.733Z Compiling anes v0.1.6
44842026-05-05T21:18:21.774Z 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`
44852026-05-05T21:18:21.801Z Compiling futures-timer v3.0.3
44862026-05-05T21:18:21.806Z 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`
44872026-05-05T21:18:21.806Z 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`
44882026-05-05T21:18:21.920Z Compiling progenitor-impl v0.11.2
44892026-05-05T21:18:21.958Z Compiling progenitor-impl v0.10.0
44902026-05-05T21:18:21.961Z Compiling cargo_metadata v0.21.0
44912026-05-05T21:18:21.998Z Compiling oorandom v11.1.5
44922026-05-05T21:18:22.002Z Compiling owo-colors v3.5.0
44932026-05-05T21:18:22.002Z 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=43b6913340017049 -C extra-filename=-1654981d69fce991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-bea20a2bd8b3f06e.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-05-05T21:18:22.002Z 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=81094a4d3de7d228 -C extra-filename=-f81ed9c1af2a16fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-bea20a2bd8b3f06e.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`
44952026-05-05T21:18:22.002Z 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=345b64ac45302a18 -C extra-filename=-0315e6aa71703e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-15b6800d8783cad8.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c9c6ef66560a8226.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962026-05-05T21:18:22.071Z 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`
44972026-05-05T21:18:22.076Z Compiling ssh-key v0.6.7
44982026-05-05T21:18:22.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a6670bc8258809d -C extra-filename=-7bfce6c1a8bdf7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-05-05T21:18:22.076Z 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`
45002026-05-05T21:18:22.108Z Compiling backtrace-ext v0.2.1
45012026-05-05T21:18:22.113Z 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=f76bc96947b88a9a -C extra-filename=-dd4af653fdadc5bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fc6434fc905af5d3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-cfbc439689bd784e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-aab2b9588848d634.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-05-05T21:18:22.144Z 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`
45032026-05-05T21:18:22.149Z Compiling cargo_metadata v0.23.1
45042026-05-05T21:18:22.149Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f170bcc9a7dedf8 -C extra-filename=-73ac578f036e0378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-8f65a09e134bfefb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
45052026-05-05T21:18:22.183Z 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=267ea4b29939cb5d -C extra-filename=-332df5877033d257 --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-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-05-05T21:18:22.223Z Compiling chumsky v0.9.3
45072026-05-05T21:18:22.229Z Compiling pbkdf2 v0.11.0
45082026-05-05T21:18:22.259Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=31ba9bf950d5c602 -C extra-filename=-05e45401d59941c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4aec69489f95c103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-05-05T21:18:22.263Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=759df9b582b158c5 -C extra-filename=-d0ab5189a8c0a4e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-02f64cbcd641420a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102026-05-05T21:18:22.334Z Compiling async-lock v3.4.2
45112026-05-05T21:18:22.338Z 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`
45122026-05-05T21:18:22.339Z Compiling p256 v0.13.2
45132026-05-05T21:18:22.365Z Compiling p521 v0.13.3
45142026-05-05T21:18:22.371Z Compiling knuffel-derive v3.2.0
45152026-05-05T21:18:22.371Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=8f4182a2e3082d80 -C extra-filename=-dfa02c8e62099e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45162026-05-05T21:18:22.371Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=6e106fd27d6356c5 -C extra-filename=-4d6e15ae667c6c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172026-05-05T21:18:22.379Z Compiling pathdiff v0.2.3
45182026-05-05T21:18:22.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69a3bfc0cd4d1fb0 -C extra-filename=-626baad98d318b26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-05-05T21:18:22.410Z 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`
45202026-05-05T21:18:22.410Z Compiling blake3 v1.8.3
45212026-05-05T21:18:22.441Z 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`
45222026-05-05T21:18:22.515Z Compiling criterion v0.7.0
45232026-05-05T21:18:22.521Z 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=cd6684a42fa58c0a -C extra-filename=-3bb94b4d2c1d685b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-d1209bcec19c5b18.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e7f70a01a72d5ece.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-7bfce6c1a8bdf7d3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e2cdec78a2c72467.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-2d1681f51f2b35b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-05-05T21:18:22.617Z Compiling russh-cryptovec v0.7.3
45252026-05-05T21:18:22.620Z 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`
45262026-05-05T21:18:22.621Z Compiling md5 v0.7.0
45272026-05-05T21:18:22.654Z 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`
45282026-05-05T21:18:22.802Z Compiling nested v0.1.1
45292026-05-05T21:18:22.840Z 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`
45302026-05-05T21:18:22.843Z Compiling async-object-pool v0.2.0
45312026-05-05T21:18:22.843Z 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`
45322026-05-05T21:18:22.884Z Compiling num-bigint v0.4.6
45332026-05-05T21:18:22.923Z Compiling serde_regex v1.1.0
45342026-05-05T21:18:22.923Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=2f84e4089da3f81f -C extra-filename=-abcf6d4eabb8006c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-05-05T21:18:22.927Z Compiling assert-json-diff v2.0.2
45362026-05-05T21:18:22.927Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b248ca7f3d78cad -C extra-filename=-60c674ef51210b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372026-05-05T21:18:22.964Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49775af6a7ec27a5 -C extra-filename=-2ff6e70ea58ee2d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-05-05T21:18:22.968Z Compiling des v0.8.1
45392026-05-05T21:18:22.968Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45402026-05-05T21:18:22.968Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=6d862824bf1e66c7 -C extra-filename=-254d75eaa485390d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-05-05T21:18:23.004Z 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`
45422026-05-05T21:18:23.073Z Compiling path-tree v0.8.3
45432026-05-05T21:18:23.076Z Compiling stringmetrics v2.2.2
45442026-05-05T21:18:23.112Z 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`
45452026-05-05T21:18:23.115Z 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`
45462026-05-05T21:18:23.115Z Compiling hickory-client v0.25.2
45472026-05-05T21:18:23.116Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45482026-05-05T21:18:23.116Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=e1763a0fca709cfc -C extra-filename=-9fd52ddc87f75c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492026-05-05T21:18:23.116Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54c01597153d2b7d -C extra-filename=-13ad0e3f0f5054ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502026-05-05T21:18:23.269Z Compiling miette v5.10.0
45512026-05-05T21:18:23.310Z Compiling socket2 v0.5.10
45522026-05-05T21:18:23.311Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=cc0db4a02c55a539 -C extra-filename=-743bd94a9b8889c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-000da4315414660d.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-5f86d5045e0fd826.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-9c7fecb2fdccaab9.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f57e697abd1dec75.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9a19bc4c765ccc06.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-4c0848ccc50d44aa.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-2bfc76941337ddbd.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-425e42dc448e7a10.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8c75c4712fc10b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-05-05T21:18:23.311Z Compiling internet-checksum v0.2.1
45542026-05-05T21:18:23.311Z Compiling target-triple v1.0.0
45552026-05-05T21:18:23.311Z 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`
45562026-05-05T21:18:23.311Z 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`
45572026-05-05T21:18:23.382Z 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`
45582026-05-05T21:18:23.395Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9/build-script-build`
45592026-05-05T21:18:23.434Z Compiling assert_cmd v2.1.2
45602026-05-05T21:18:23.461Z Compiling ratatui v0.29.0
45612026-05-05T21:18:23.470Z Compiling topological-sort v0.2.2
45622026-05-05T21:18:23.470Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
45632026-05-05T21:18:23.631Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=a8966808b13cdadd -C extra-filename=-4331bb2d1fd57d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-fb9d3523f140aa76.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-09a1e1e60637cc67.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-73ac578f036e0378.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ad33d0f5c3bf8af3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2762c27bd5f54408.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-05-05T21:18:23.638Z 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`
45652026-05-05T21:18:23.707Z Compiling guppy v0.17.25
45662026-05-05T21:18:23.710Z Compiling russh-keys v0.45.0
45672026-05-05T21:18:23.710Z 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=e663704858b1dd06 -C extra-filename=-3a7174b5570e438e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-332df5877033d257.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-e4d505d3eeb92d26.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-100d221d12db391c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-442b4a9336586c38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-05-05T21:18:23.710Z Compiling httpmock v0.8.3
45692026-05-05T21:18:23.710Z 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=40162724bae49a05 -C extra-filename=-ed08145171f16c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fc6434fc905af5d3.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2a871f514c487102.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5805290730a93ba5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa02c8e62099e06.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4d6e15ae667c6c74.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d0ab5189a8c0a4e3.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a712c90eecdb129e.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a1368c53ec7b4534.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dd4af653fdadc5bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-05-05T21:18:23.745Z 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=9f69bb53a8f523b0 -C extra-filename=-f038e62f8dba66c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-2ff6e70ea58ee2d9.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6d7af4494022d7b8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae8ed33f76e5e95c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-60c674ef51210b33.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-d1c8a857a282f108.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712026-05-05T21:18:23.784Z Compiling escape8259 v0.5.3
45722026-05-05T21:18:23.800Z 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`
45732026-05-05T21:18:23.860Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
45742026-05-05T21:18:23.863Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45752026-05-05T21:18:23.863Z 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=33ebd478bb700a03 -C extra-filename=-96285f34b45dc3dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-eb416a231baa65da.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-05-05T21:18:23.864Z Compiling fancy-regex v0.14.0
45772026-05-05T21:18:23.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=16f949b7092d8084 -C extra-filename=-55c629ef171f3349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-fd401fe8815a65ce.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-74c6ebcf81070171.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782026-05-05T21:18:23.906Z 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`
45792026-05-05T21:18:23.906Z Compiling rstest_macros v0.25.0
45802026-05-05T21:18:23.924Z 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=570a04c01a235da8 -C extra-filename=-c807ca9e32964c09 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-c807ca9e32964c09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812026-05-05T21:18:23.928Z Compiling linkme-impl v0.3.35
45822026-05-05T21:18:23.961Z 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`
45832026-05-05T21:18:24.040Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083/build-script-build`
45842026-05-05T21:18:24.047Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487/build-script-build`
45852026-05-05T21:18:24.117Z Compiling libtest-mimic v0.8.1
45862026-05-05T21:18:24.123Z 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=5f0ce9217cad341c -C extra-filename=-c16c50a8cebde4b0 --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-d62b7cd9ab5877a1.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`
45872026-05-05T21:18:24.123Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45882026-05-05T21:18:24.123Z 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()))'`
45892026-05-05T21:18:24.123Z 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`
45902026-05-05T21:18:24.156Z 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"))'`
45912026-05-05T21:18:24.226Z 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`
45922026-05-05T21:18:24.308Z Compiling multimap v0.10.1
45932026-05-05T21:18:24.330Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=3b2950837afe5921 -C extra-filename=-28016e2a567056cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-05-05T21:18:24.344Z Compiling approx v0.5.1
45952026-05-05T21:18:24.344Z 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`
45962026-05-05T21:18:24.383Z Compiling uzers v0.12.2
45972026-05-05T21:18:24.387Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c807ca9e32964c09/build-script-build`
45982026-05-05T21:18:24.420Z 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`
45992026-05-05T21:18:24.456Z Compiling linkme v0.3.35
46002026-05-05T21:18:24.461Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2/build-script-build`
46012026-05-05T21:18:24.461Z 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`
46022026-05-05T21:18:24.535Z Compiling datatest-stable v0.3.3
46032026-05-05T21:18:24.560Z Compiling termcolor v1.4.1
46042026-05-05T21:18:24.560Z 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=4e1e257458cfa8ac -C extra-filename=-0d44330098dd4e08 --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-c16c50a8cebde4b0.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`
46052026-05-05T21:18:24.561Z 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`
46062026-05-05T21:18:24.569Z Compiling relative-path v1.9.3
46072026-05-05T21:18:24.602Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=2bf597c25fdad306 -C extra-filename=-377b2e0d62ee541f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46082026-05-05T21:18:24.638Z Compiling knuffel v3.2.0
46092026-05-05T21:18:24.644Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=a5c043e54f42eab7 -C extra-filename=-6e7b90e7b0a20662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-05e45401d59941c2.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-626baad98d318b26.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46102026-05-05T21:18:24.645Z Compiling blake2b_simd v1.0.4
46112026-05-05T21:18:24.645Z 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=a423e7a6ae122c9c -C extra-filename=-1ff457746abc8c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
46122026-05-05T21:18:24.645Z 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`
46132026-05-05T21:18:24.676Z Compiling partial-io v0.5.4
46142026-05-05T21:18:24.712Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=2a0940c379cfdcde -C extra-filename=-6440ad616f2fb204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3beb6f327bb7e026.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-05-05T21:18:24.791Z Compiling httptest v0.16.4
46162026-05-05T21:18:24.797Z 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=8552f6970136662f -C extra-filename=-d03f5ce545e52596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-05-05T21:18:24.896Z Compiling russh v0.45.0
46182026-05-05T21:18:24.900Z 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=54fcd9486a79500c -C extra-filename=-145bcdf2e9c88871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-9b917f0270faa50c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-254d75eaa485390d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-abcf6d4eabb8006c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa02c8e62099e06.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4d6e15ae667c6c74.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ed08145171f16c76.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dd4af653fdadc5bb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-05-05T21:18:24.952Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58/build-script-build`
46202026-05-05T21:18:24.956Z Compiling trybuild v1.0.116
46212026-05-05T21:18:24.956Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=35ab3485b4bc46e0 -C extra-filename=-802f824273970342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e842e7fa7c3f5846.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8bcc17db1b340a54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-05-05T21:18:25.027Z Compiling rand_distr v0.5.1
46232026-05-05T21:18:25.032Z Compiling drift v0.1.3
46242026-05-05T21:18:25.033Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=39050bf4d653339a -C extra-filename=-51baf9810e5e1a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252026-05-05T21:18:25.033Z 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=637eb4a4b2e750ce -C extra-filename=-a4b2c9caa88c724d --out-dir /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-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-05-05T21:18:25.067Z Compiling constant_time_eq v0.3.1
46272026-05-05T21:18:25.105Z 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`
46282026-05-05T21:18:25.144Z Compiling similar-asserts v1.7.0
46292026-05-05T21:18:25.144Z Compiling cargo_toml v0.21.0
46302026-05-05T21:18:25.219Z 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=b6dacb4f9ac6d4b7 -C extra-filename=-9c0494be1d663a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-05-05T21:18:25.221Z 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=d5f5e18dbda8ce62 -C extra-filename=-ab27d0f36e01e84b --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-fd18d5f27e67fcbe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-377b2e0d62ee541f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322026-05-05T21:18:25.221Z 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`
46332026-05-05T21:18:25.221Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46342026-05-05T21:18:25.238Z 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=10e578b386261180 -C extra-filename=-3b3948ac3127f929 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-05-05T21:18:25.238Z Compiling termios v0.3.3
46362026-05-05T21:18:25.238Z 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`
46372026-05-05T21:18:25.240Z 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=aef8f23a9dbd529d -C extra-filename=-2588130aa7efd369 --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-334a9d6975c1b79b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-05-05T21:18:25.240Z Compiling progenitor-macro v0.10.0
46392026-05-05T21:18:25.254Z 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=74e33e08574bd029 -C extra-filename=-89ebfb79ef45ca5b --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-09da23b035805750.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-1654981d69fce991.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-05-05T21:18:25.387Z Compiling rust-argon2 v2.1.0
46412026-05-05T21:18:25.391Z 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`
46422026-05-05T21:18:25.425Z 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`
46432026-05-05T21:18:25.460Z Compiling progenitor-macro v0.11.2
46442026-05-05T21:18:25.467Z 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=51213adce04abddf -C extra-filename=-03e1af674eb9446a --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-09da23b035805750.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-f81ed9c1af2a16fb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452026-05-05T21:18:25.523Z Compiling tui-tree-widget v0.23.1
46462026-05-05T21:18:25.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4288606d493f102c -C extra-filename=-bb5e5dd21baec1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-05-05T21:18:25.647Z Compiling support-bundle-viewer v0.1.2
46482026-05-05T21:18:25.654Z 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=3fb6aec0b4a3913c -C extra-filename=-54b57450fa5a0fb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cap-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`
46492026-05-05T21:18:25.683Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46502026-05-05T21:18:25.687Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46512026-05-05T21:18:25.687Z 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=d7c3614958e18578 -C extra-filename=-328e8c5aafe73fa3 --out-dir /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-96285f34b45dc3dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-6e7b90e7b0a20662.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-eb416a231baa65da.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`
46522026-05-05T21:18:25.687Z 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=4901ba59c13d74aa -C extra-filename=-995f794aeb10ced0 --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-d62b7cd9ab5877a1.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-6e7b90e7b0a20662.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532026-05-05T21:18:25.938Z 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=69657bd79e28a872 -C extra-filename=-0b76831001ade886 --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-1ff457746abc8c9d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-05-05T21:18:25.971Z Compiling dropshot-api-manager v0.7.1
46552026-05-05T21:18:25.976Z 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.7.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())' -C metadata=5ee292808eb713a0 -C extra-filename=-49c6cecc875cf594 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-a4b2c9caa88c724d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-42b72da845c58bf6.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.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-9a2525d8b569a190.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46562026-05-05T21:18:28.126Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
46572026-05-05T21:18:28.131Z 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=f67779d7cc2903b9 -C extra-filename=-efd7d3c681cd104a --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-995f794aeb10ced0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582026-05-05T21:18:28.261Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46592026-05-05T21:18:28.270Z 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=9bc124569aece931 -C extra-filename=-161f9f97e9b62c34 --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-9c0494be1d663a46.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-05-05T21:18:29.358Z Compiling rstest v0.25.0
46612026-05-05T21:18:29.364Z 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=8b72d6aa7ed0bda8 -C extra-filename=-29fd3a6bb1edf079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-ab27d0f36e01e84b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622026-05-05T21:18:33.960Z Compiling samael v0.0.19
46632026-05-05T21:18:33.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=48cee7a6926db9b9 -C extra-filename=-7d5ab1321f296e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-377886be39c1f034.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642026-05-05T21:18:35.284Z 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,)'`
46652026-05-05T21:18:35.319Z Compiling polar-core v0.27.3
46662026-05-05T21:18:35.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/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=0e1c25263db74b8e -C extra-filename=-fb19eb60da49759c --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-fb19eb60da49759c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-706a99e16fcbe5ff.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672026-05-05T21:18:35.520Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96/build-script-bindings`
46682026-05-05T21:18:35.552Z Compiling git2 v0.20.4
46692026-05-05T21:18:35.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=f534c4a67b0b2415 -C extra-filename=-256431f41a983903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-10a280045273c4e2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
46702026-05-05T21:18:35.685Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e902a69ed8c87be6/build-script-build`
46712026-05-05T21:18:35.696Z 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`
46722026-05-05T21:18:35.738Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2/build-script-build`
46732026-05-05T21:18:36.179Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=c0e31ef30904fb83 -C extra-filename=-c33ae0204e4d0584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-7afa2bcd3f11a409.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
46742026-05-05T21:18:36.360Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-fb19eb60da49759c/build-script-build`
46752026-05-05T21:18:36.478Z 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=7903aa9fdecc05a1 -C extra-filename=-d3678eae9ba68c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-61d6aee1bf595309.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.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-76075c4761c46f7c.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-2830efaff709bf8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
46762026-05-05T21:18:36.768Z Compiling async-bb8-diesel v0.2.1
46772026-05-05T21:18:36.768Z Compiling diesel-dtrace v0.5.0
46782026-05-05T21:18:36.878Z 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=fb22edd13dd887d4 -C extra-filename=-0c9c36c08b3ce601 --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-bfc2b60907f3047d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
46792026-05-05T21:18:36.878Z 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=015bf38797d8b6ba -C extra-filename=-c6da6d562eb4080b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-87d7fba5f722ae1f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
46802026-05-05T21:18:37.104Z Compiling rustls-webpki v0.103.9
46812026-05-05T21:18:37.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=b117d1c5abdc11da -C extra-filename=-7540c9ea9ecda8ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46822026-05-05T21:18:37.564Z 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=dfa1ab5d109f8e7b -C extra-filename=-68f634f1f98399ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5e3caf26cddc1468.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-936e412f76a84e0a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-05-05T21:18:37.596Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=e840ea5d8acfb14d -C extra-filename=-7304b048768d0238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46842026-05-05T21:18:37.655Z 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=53c426c071530722 -C extra-filename=-9bdc0e37377fcde8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-256431f41a983903.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-ff25fc7613742b3f.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-50b67afc945cd8fc.rmeta --cap-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)'`
46852026-05-05T21:18:38.087Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46862026-05-05T21:18:38.095Z 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=1a44180799f42905 -C extra-filename=-0e624c0c5e70d556 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-0e624c0c5e70d556 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-ff25fc7613742b3f.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-9bdc0e37377fcde8.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`
46872026-05-05T21:18:39.191Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-0e624c0c5e70d556/build-script-build`
46882026-05-05T21:18:40.095Z 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=52e986a972abef26 -C extra-filename=-ed958b8c2a437182 --out-dir /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-8244c4f0d5b8cbdb.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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-45a61a51f52e2b02.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-b08e3228e586ace4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46892026-05-05T21:18:44.212Z Compiling tokio-rustls v0.26.4
46902026-05-05T21:18:44.212Z Compiling rustls-platform-verifier v0.6.2
46912026-05-05T21:18:44.261Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=28da1f9da1e7b885 -C extra-filename=-58a6bafb4ddf5cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46922026-05-05T21:18:44.261Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=3b618024ff32b3f2 -C extra-filename=-86195be26db43c0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-82a3566533314666.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46932026-05-05T21:18:44.261Z Compiling hyper-rustls v0.27.7
46942026-05-05T21:18:44.261Z 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=06ab02502fe64cbe -C extra-filename=-80f228159689a9d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-82a3566533314666.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-50531a82ebede228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46952026-05-05T21:18:44.261Z 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=00e31dd9a6ab2c36 -C extra-filename=-2b65b4ca2a3da664 --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-f5ebae84fcf9d9bc.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-d62b7cd9ab5877a1.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-8a7be1db8082819c.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-8a0be4ecda6d71ad.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c482e92d8ec671.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
46962026-05-05T21:18:44.261Z Compiling reqwest v0.13.2
46972026-05-05T21:18:44.261Z Compiling reqwest v0.12.28
46982026-05-05T21:18:44.261Z 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=f75dcd9e0f74befc -C extra-filename=-c6158520ece245df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-130cf1e3a1a54232.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.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-7304b048768d0238.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-86195be26db43c0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3a976e17718507ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46992026-05-05T21:18:44.264Z 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=d51f65c259757869 -C extra-filename=-25c10e56052d9476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-792cbf7a6e2f6491.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.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-799617a53a7426b4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2ae5af5186a98128.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3a976e17718507ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-50531a82ebede228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47002026-05-05T21:18:44.264Z Compiling oso v0.27.3
47012026-05-05T21:18:44.264Z 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=d6d5a60161f7d62b -C extra-filename=-ea6d9bc132bfadfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-2495d898a92491df.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-c88d3041c87251da.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-68f634f1f98399ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022026-05-05T21:18:44.330Z Compiling progenitor-client v0.14.0
47032026-05-05T21:18:44.330Z Compiling progenitor-client v0.13.0
47042026-05-05T21:18:44.330Z 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.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=579f0038e9c5e955 -C extra-filename=-44bf749221e47d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47052026-05-05T21:18:44.330Z 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=4ee8e864775357df -C extra-filename=-5fcd99c47388f182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47062026-05-05T21:18:44.335Z Compiling progenitor-client v0.10.0
47072026-05-05T21:18:44.335Z Compiling tough v0.20.0
47082026-05-05T21:18:44.335Z Compiling progenitor-client v0.11.2
47092026-05-05T21:18:44.339Z Compiling omicron-zone-package v0.12.2
47102026-05-05T21:18:44.339Z 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=d00d8a2328e09dd2 -C extra-filename=-719b035ddcee078a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47112026-05-05T21:18:44.340Z 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=0e593e3568b34553 -C extra-filename=-5fd966a4eb97a171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47122026-05-05T21:18:44.340Z 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=c4ee92f97a1a14e9 -C extra-filename=-98a781c936dd7f83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-43fa2bec1e1c51a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.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`
47132026-05-05T21:18:44.340Z 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=afdb95ea36ff0e62 -C extra-filename=-c2c780ac3c192d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-e032aed7fc9ef562.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-e0f97fa48dd87c46.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-31f17bf928eaaef1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-bbdfa85da1bca7a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47142026-05-05T21:18:44.340Z Compiling progenitor v0.13.0
47152026-05-05T21:18:44.340Z 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=f891431772f56946 -C extra-filename=-6446ab8c11b49e2d --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-5fcd99c47388f182.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1107c36ee46c0328.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-17bef58f0259aa08.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`
47162026-05-05T21:18:44.340Z Compiling progenitor-extras v0.2.0
47172026-05-05T21:18:44.340Z Compiling progenitor v0.14.0
47182026-05-05T21:18:44.340Z 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.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db074efd234759de -C extra-filename=-84dd0ba1c2fa13fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47192026-05-05T21:18:44.340Z 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.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=877885d0e6d5499e -C extra-filename=-2c82a46fb2f83b24 --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-44bf749221e47d6f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-48be6f6426585421.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b7d10b3985533604.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`
47202026-05-05T21:18:44.340Z Compiling progenitor v0.10.0
47212026-05-05T21:18:44.340Z 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=a2419dc5327328b9 -C extra-filename=-b071e372d583cb78 --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-719b035ddcee078a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1654981d69fce991.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-89ebfb79ef45ca5b.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`
47222026-05-05T21:18:44.340Z Compiling progenitor v0.11.2
47232026-05-05T21:18:44.340Z 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=b23ce22cfaac3316 -C extra-filename=-4c1852c13123ef7c --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-5fd966a4eb97a171.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f81ed9c1af2a16fb.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-03e1af674eb9446a.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`
47242026-05-05T21:18:44.341Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
47252026-05-05T21:18:44.341Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
47262026-05-05T21:18:44.341Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
47272026-05-05T21:18:44.341Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
47282026-05-05T21:18:44.341Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
47292026-05-05T21:18:44.341Z 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=d456820e86b0f4b1 -C extra-filename=-864b9bc6ef7ebd99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6446ab8c11b49e2d.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47302026-05-05T21:18:44.341Z 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=82ee638278855b06 -C extra-filename=-4f70163ad1700a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-1ee2af51d6684b9c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6446ab8c11b49e2d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5fcd99c47388f182.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4c25870dbfa34606.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47312026-05-05T21:18:44.344Z 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=4fa70547962d1e77 -C extra-filename=-49a7fbbb8a6fd989 --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-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6446ab8c11b49e2d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47322026-05-05T21:18:44.344Z 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=e9d30d294882c857 -C extra-filename=-35b17e784a944507 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6446ab8c11b49e2d.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b807fe3a46ca63c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4c25870dbfa34606.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out`
47332026-05-05T21:18:44.346Z 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/d147f09/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=2042121a41954518 -C extra-filename=-693822330f8e3f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-18dd179d6e4c0dd7.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6446ab8c11b49e2d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-46344c48b1d3bf78.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`
47342026-05-05T21:18:44.346Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
47352026-05-05T21:18:44.346Z 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=e3f0db2d7833f144 -C extra-filename=-69dd2b98610d9bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-68bf34346564d131.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6446ab8c11b49e2d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-46344c48b1d3bf78.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`
47362026-05-05T21:18:44.348Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47372026-05-05T21:18:44.348Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47382026-05-05T21:18:44.348Z 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=682c6571889524b2 -C extra-filename=-4c1b6dbe522c27c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b071e372d583cb78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47392026-05-05T21:18:44.348Z 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=d64269b54885d342 -C extra-filename=-eceddc17972e0456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b071e372d583cb78.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
47402026-05-05T21:18:44.350Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47412026-05-05T21:18:44.350Z 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=740966a060c144c4 -C extra-filename=-b75b17be46f94d71 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b75b17be46f94d71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-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-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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 mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.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-cfbc439689bd784e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.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-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-009a344edb02b1bf.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-ff25fc7613742b3f.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-50b67afc945cd8fc.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:44.355Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b75b17be46f94d71/build-script-build`
47432026-05-05T21:18:44.356Z 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=f5a25c49fcb17802 -C extra-filename=-304ccfaba9f5de29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-faad5fa6f4ba4a5e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-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-05faf23a04acc511.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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 mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.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-cfbc439689bd784e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.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-ccf6faf54f4a34d3.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:44.356Z 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=a5eac3a428973708 -C extra-filename=-bac702b39cdbbae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-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-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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 mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.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-cfbc439689bd784e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.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-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:44.358Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47462026-05-05T21:18:44.358Z 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=a464d6cb01a984b7 -C extra-filename=-a5d0dbf3c814465f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47472026-05-05T21:18:44.358Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47482026-05-05T21:18:44.358Z 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=1840f3dd601e9ec8 -C extra-filename=-54b3584b8723437b --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-334a9d6975c1b79b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47492026-05-05T21:18:44.358Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47502026-05-05T21:18:44.358Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47512026-05-05T21:18:44.358Z 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=a1c4ac38919cef4e -C extra-filename=-6a18ae4b1faa3cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47522026-05-05T21:18:44.358Z 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=1f998167649d90c2 -C extra-filename=-5e6a25640da14257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47532026-05-05T21:18:44.362Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47542026-05-05T21:18:44.362Z 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=39663a88cfadebb9 -C extra-filename=-43246231e93b0d82 --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-304ccfaba9f5de29.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47552026-05-05T21:18:44.362Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47562026-05-05T21:18:44.362Z 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=e9da484f8b949caa -C extra-filename=-6ccb02f85c1b62a6 --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-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47572026-05-05T21:18:44.362Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47582026-05-05T21:18:44.362Z 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=a9bb3eedd0428b9b -C extra-filename=-84e6274fcff73231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.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`
47592026-05-05T21:18:44.364Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47602026-05-05T21:18:44.364Z 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=f7018c963e9a40c9 -C extra-filename=-ccfbcf8c762ccdd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47612026-05-05T21:18:44.364Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47622026-05-05T21:18:44.364Z 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=a5130f06d8333e15 -C extra-filename=-1795dad6b1d23ceb --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-334a9d6975c1b79b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
47632026-05-05T21:18:44.364Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47642026-05-05T21:18:44.364Z 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=a87b8fa3e6fc8c1d -C extra-filename=-04d69f055a1be229 --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-5eda8250a90bc255.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47652026-05-05T21:18:44.364Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47662026-05-05T21:18:44.364Z 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=98dd07f5015bc50f -C extra-filename=-0ec4029c6120a9ac --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-8664d818eaf5ace4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47672026-05-05T21:18:44.364Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47682026-05-05T21:18:44.364Z 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=e9240438f713b235 -C extra-filename=-7b51100a672186df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c33156ca3b20253d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47692026-05-05T21:18:44.364Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47702026-05-05T21:18:44.364Z 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=0a0303765b5d7c91 -C extra-filename=-4b88edfc46770d9b --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-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47712026-05-05T21:18:44.364Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47722026-05-05T21:18:44.364Z 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=fbba2a1ad00da638 -C extra-filename=-40a335095d1600ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47732026-05-05T21:18:44.364Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47742026-05-05T21:18:44.365Z 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=e26cfbb749dcf892 -C extra-filename=-4143de769c4db1af --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-304ccfaba9f5de29.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47752026-05-05T21:18:44.380Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47762026-05-05T21:18:44.380Z 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=c136cc5b26edfff5 -C extra-filename=-e02327d96dee02f7 --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-304ccfaba9f5de29.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47772026-05-05T21:18:44.404Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47782026-05-05T21:18:44.407Z 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=dadb421dddad331d -C extra-filename=-facf5cdfad80b5be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47792026-05-05T21:18:44.442Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47802026-05-05T21:18:44.447Z 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=818c5ed7fd183cdc -C extra-filename=-e4c4adf4e008d040 --out-dir /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-6ccb02f85c1b62a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-719b035ddcee078a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
47812026-05-05T21:18:44.449Z 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=76534a9999efd2ef -C extra-filename=-6839e2730bf4da82 --out-dir /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-6ccb02f85c1b62a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-719b035ddcee078a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
47822026-05-05T21:18:44.478Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47832026-05-05T21:18:44.512Z 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=647a00f5686f8618 -C extra-filename=-e2e623867550a62e --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-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47842026-05-05T21:18:44.550Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
47852026-05-05T21:18:44.584Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
47862026-05-05T21:18:44.587Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
47872026-05-05T21:18:44.587Z 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=1243d9c18981ccfe -C extra-filename=-2bead6c7efd33f2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47882026-05-05T21:18:44.588Z 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=eb3bd8d9df5ff5eb -C extra-filename=-65233de087c50445 --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-304ccfaba9f5de29.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47892026-05-05T21:18:44.588Z 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=1027078ac2abb465 -C extra-filename=-68eaac3d35d1a931 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-68eaac3d35d1a931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:44.652Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47912026-05-05T21:18:44.688Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47922026-05-05T21:18:44.691Z 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=de979f5762da4979 -C extra-filename=-949314226ff4654f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-949314226ff4654f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-fb985cd97aa3fb5e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47932026-05-05T21:18:44.691Z 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=6277ffc0d575d644 -C extra-filename=-e5d67a9baa4ed178 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-e5d67a9baa4ed178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:44.755Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47952026-05-05T21:18:44.758Z 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=64916d9d9f26cb7b -C extra-filename=-256f36084e99ed53 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-256f36084e99ed53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47962026-05-05T21:18:44.813Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
47972026-05-05T21:18:44.816Z 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=200135fcd90d7f4c -C extra-filename=-7bd4af404dda56db --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-40a335095d1600ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
47982026-05-05T21:18:44.856Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47992026-05-05T21:18:44.856Z 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=1e6f528e2049bb99 -C extra-filename=-7600851817b6991e --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-304ccfaba9f5de29.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0ec4029c6120a9ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:44.933Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48012026-05-05T21:18:44.937Z 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=eca3f1f81283730e -C extra-filename=-29afcf9e5dc33382 --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-65233de087c50445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48022026-05-05T21:18:44.985Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48032026-05-05T21:18:44.985Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-68eaac3d35d1a931/build-script-build`
48042026-05-05T21:18:45.019Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
48052026-05-05T21:18:45.022Z 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=834b542ae9e507c3 -C extra-filename=-21e0cd27de10cf38 --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-65233de087c50445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48062026-05-05T21:18:45.022Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48072026-05-05T21:18:45.058Z 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=201d67843748e9d9 -C extra-filename=-b0b9c174e6901d6d --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-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48082026-05-05T21:18:45.065Z 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=0f046bbd4a6a049d -C extra-filename=-bfa0067d38992e92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b1fb3636e30508e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-a418d49a30f56cdf.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-53b3c6bb35e26b47.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cap-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`
48092026-05-05T21:18:45.127Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
48102026-05-05T21:18:45.131Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48112026-05-05T21:18:45.162Z 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=e8bf7a5b9acf8997 -C extra-filename=-e39e664f8190e201 --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-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48122026-05-05T21:18:45.200Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-e5d67a9baa4ed178/build-script-build`
48132026-05-05T21:18:45.235Z 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=bf6bc926e4dc52d4 -C extra-filename=-3938add59f9181c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-3938add59f9181c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48142026-05-05T21:18:45.268Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48152026-05-05T21:18:45.271Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48162026-05-05T21:18:45.363Z 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=e25bf2f9d115e055 -C extra-filename=-4863e29b5350ba7f --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-bfc2b60907f3047d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
48172026-05-05T21:18:45.366Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-256f36084e99ed53/build-script-build`
48182026-05-05T21:18:45.366Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48192026-05-05T21:18:45.369Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48202026-05-05T21:18:45.369Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48212026-05-05T21:18:45.369Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48222026-05-05T21:18:45.369Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48232026-05-05T21:18:45.369Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48242026-05-05T21:18:45.369Z 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=bfd57e2429511909 -C extra-filename=-5470b56a97fe8c9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48252026-05-05T21:18:45.369Z 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=ff3f9f7965fd4f83 -C extra-filename=-c0abfb76bb91ab05 --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
48262026-05-05T21:18:45.401Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48272026-05-05T21:18:45.403Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48282026-05-05T21:18:45.403Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48292026-05-05T21:18:45.403Z 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=e9aa1807580e0ff7 -C extra-filename=-4d08880cd9b88d2c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-4d08880cd9b88d2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:45.434Z 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=3d5700eb3cfee89d -C extra-filename=-c22cd8a3e931c410 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-c22cd8a3e931c410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48312026-05-05T21:18:45.437Z 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=ccd57050fd483c67 -C extra-filename=-472681f2fb80c6d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-472681f2fb80c6d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48322026-05-05T21:18:45.437Z 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=179482bd6c377507 -C extra-filename=-b257f644ca409e9d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b257f644ca409e9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48332026-05-05T21:18:45.437Z 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=7a5c177427fc2bb1 -C extra-filename=-97946343f8fbcb13 --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-32d2e3aba47f6c00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48342026-05-05T21:18:45.437Z 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=3577dce3322b91c8 -C extra-filename=-70b4fb0efd5282bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48352026-05-05T21:18:45.472Z 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=45ef53d52300ac8b -C extra-filename=-f907d294473f25e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-f907d294473f25e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48362026-05-05T21:18:45.475Z 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=1bcea475a1c8b17d -C extra-filename=-12aba95a3ee839c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-12aba95a3ee839c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48372026-05-05T21:18:45.476Z 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=d3577a7243ff0d9e -C extra-filename=-d72a75ed2d3b1d3b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d72a75ed2d3b1d3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48382026-05-05T21:18:45.543Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48392026-05-05T21:18:45.546Z 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=c527fbdeb0b86958 -C extra-filename=-8f90a735a5df133e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-8f90a735a5df133e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48402026-05-05T21:18:45.620Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48412026-05-05T21:18:45.660Z 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=74b43631a1995a71 -C extra-filename=-9c0710fb1c725e68 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-9c0710fb1c725e68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:45.700Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-3938add59f9181c5/build-script-build`
48432026-05-05T21:18:45.737Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-949314226ff4654f/build-script-build`
48442026-05-05T21:18:45.804Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48452026-05-05T21:18:45.808Z 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=6f55b88d740f34fb -C extra-filename=-18173f62a1eaa4fb --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-1795dad6b1d23ceb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
48462026-05-05T21:18:45.809Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48472026-05-05T21:18:45.846Z 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=73741168a3196874 -C extra-filename=-953139fb84d799a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-953139fb84d799a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48482026-05-05T21:18:45.885Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48492026-05-05T21:18:45.926Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48502026-05-05T21:18:45.964Z 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=e529df5e2b2e6208 -C extra-filename=-a4a6d01301484a65 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-a4a6d01301484a65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48512026-05-05T21:18:46.002Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48522026-05-05T21:18:46.006Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-4d08880cd9b88d2c/build-script-build`
48532026-05-05T21:18:46.043Z 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=74f4a2972465433b -C extra-filename=-8b1d91ee8a803404 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48542026-05-05T21:18:46.048Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48552026-05-05T21:18:46.082Z 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=674c0a61c8799357 -C extra-filename=-083c04f0a78face7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-083c04f0a78face7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48562026-05-05T21:18:46.117Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
48572026-05-05T21:18:46.121Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48582026-05-05T21:18:46.121Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-12aba95a3ee839c2/build-script-build`
48592026-05-05T21:18:46.122Z 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=2d1ea388985eb39e -C extra-filename=-f56baf2247697b60 --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-304ccfaba9f5de29.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48602026-05-05T21:18:46.123Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-f907d294473f25e8/build-script-build`
48612026-05-05T21:18:46.123Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d72a75ed2d3b1d3b/build-script-build`
48622026-05-05T21:18:46.194Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48632026-05-05T21:18:46.197Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48642026-05-05T21:18:46.231Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-472681f2fb80c6d4/build-script-build`
48652026-05-05T21:18:46.235Z 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=daec6faac8e87d8a -C extra-filename=-8e8587f9cdc02f3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48662026-05-05T21:18:46.236Z 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=61933c04162d3f47 -C extra-filename=-fc09681cebd935e0 --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-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48672026-05-05T21:18:46.236Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-9c0710fb1c725e68/build-script-build`
48682026-05-05T21:18:46.236Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e54d06f7abde7b1b -C extra-filename=-4a7af89be0c7a7f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48692026-05-05T21:18:46.267Z 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=c7f3feaee15c3084 -C extra-filename=-d16a90be529fbff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48702026-05-05T21:18:46.306Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48712026-05-05T21:18:46.309Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48722026-05-05T21:18:46.309Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48732026-05-05T21:18:46.309Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-c22cd8a3e931c410/build-script-build`
48742026-05-05T21:18:46.309Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-8f90a735a5df133e/build-script-build`
48752026-05-05T21:18:46.309Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b257f644ca409e9d/build-script-build`
48762026-05-05T21:18:46.346Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48772026-05-05T21:18:46.350Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48782026-05-05T21:18:46.350Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48792026-05-05T21:18:46.350Z 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=367bdb55b02a58b2 -C extra-filename=-d55295843272b55d --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-304ccfaba9f5de29.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48802026-05-05T21:18:46.350Z 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=459b113b289faeda -C extra-filename=-99b465b1ef65e52d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-99b465b1ef65e52d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48812026-05-05T21:18:46.351Z 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=86fdbe8a5740127a -C extra-filename=-33f9d0a7f568370e --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-33f9d0a7f568370e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:46.399Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48832026-05-05T21:18:46.405Z 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=ab2a321d42e597a7 -C extra-filename=-fd224915e8e8228c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-fd224915e8e8228c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48842026-05-05T21:18:46.405Z 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=5d59f179394d6300 -C extra-filename=-7bff02140c2823f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7bff02140c2823f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-fb985cd97aa3fb5e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48852026-05-05T21:18:46.406Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-953139fb84d799a7/build-script-build`
48862026-05-05T21:18:46.406Z 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=234255230e8720c2 -C extra-filename=-747b4c5d9c9e26fd --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-747b4c5d9c9e26fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
48872026-05-05T21:18:46.406Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-a4a6d01301484a65/build-script-build`
48882026-05-05T21:18:46.425Z 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=54e54abaee79a5ee -C extra-filename=-f5c84621e540a100 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-f5c84621e540a100 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:46.428Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48902026-05-05T21:18:46.466Z 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=8675a7dd88dfa3e4 -C extra-filename=-da8bbd1c7bd81bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-da8bbd1c7bd81bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:46.469Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48922026-05-05T21:18:46.539Z 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=c4e21db2852ec625 -C extra-filename=-1d9f715db149e6b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-9a2525d8b569a190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rmeta --cap-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`
48932026-05-05T21:18:46.574Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48942026-05-05T21:18:46.578Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-083c04f0a78face7/build-script-build`
48952026-05-05T21:18:46.578Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48962026-05-05T21:18:46.611Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48972026-05-05T21:18:46.614Z 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=ce9847f71bd2ffb9 -C extra-filename=-fb70a64afba32530 --out-dir /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-0315e6aa71703e60.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:46.614Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48992026-05-05T21:18:46.643Z 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=6c108c53a471fefb -C extra-filename=-dc494af119e4785f --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-dc494af119e4785f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49002026-05-05T21:18:46.647Z 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=afd37d82ac87fcb1 -C extra-filename=-f5ed66562389badd --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-f5ed66562389badd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4143de769c4db1af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49012026-05-05T21:18:46.683Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49022026-05-05T21:18:46.686Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49032026-05-05T21:18:46.718Z 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=7e26e52dffa48841 -C extra-filename=-30af275d3b620700 --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-304ccfaba9f5de29.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49042026-05-05T21:18:46.723Z 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=a908240facafb6fb -C extra-filename=-26cc4193c958dd24 --out-dir /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-0315e6aa71703e60.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49052026-05-05T21:18:46.723Z 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=4042c2c94e490398 -C extra-filename=-d7b2121f50cd8f1f --out-dir /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-d62b7cd9ab5877a1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49062026-05-05T21:18:46.757Z 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=a7ec3c048bb475b9 -C extra-filename=-afa50baaa6de68de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49072026-05-05T21:18:46.760Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49082026-05-05T21:18:46.760Z 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=e2ae2826270cd945 -C extra-filename=-2753575d6d6e9998 --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-fc09681cebd935e0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49092026-05-05T21:18:46.787Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-99b465b1ef65e52d/build-script-build`
49102026-05-05T21:18:46.853Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-33f9d0a7f568370e/build-script-build`
49112026-05-05T21:18:46.889Z 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=7389da3d8a5a54bf -C extra-filename=-b9bd5d3e5c5644e5 --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-1795dad6b1d23ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:46.893Z 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=d2a761c6dab1ea44 -C extra-filename=-d90a4c6c89206a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49132026-05-05T21:18:46.962Z 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=fb620a0afe81fdf8 -C extra-filename=-66b2b770e87dbe7c --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-fc09681cebd935e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49142026-05-05T21:18:47.203Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-f5c84621e540a100/build-script-build`
49152026-05-05T21:18:47.206Z 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=1248af16382fb23c -C extra-filename=-f734baa35698ec68 --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-304ccfaba9f5de29.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0ec4029c6120a9ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49162026-05-05T21:18:47.341Z 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=7eafbc60527e0098 -C extra-filename=-fe3a0c53d08ff6fa --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-40a335095d1600ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49172026-05-05T21:18:47.345Z 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=a9aa3175aecf2c05 -C extra-filename=-2bd107674159033f --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-8664d818eaf5ace4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49182026-05-05T21:18:47.414Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-f5ed66562389badd/build-script-build`
49192026-05-05T21:18:47.453Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-dc494af119e4785f/build-script-build`
49202026-05-05T21:18:47.489Z 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=f31ecd5e3f6125f7 -C extra-filename=-309e721dfe599e9d --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-65233de087c50445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49212026-05-05T21:18:47.579Z 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=aa986683702fbed0 -C extra-filename=-c6167fb86562402f --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-65233de087c50445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49222026-05-05T21:18:47.598Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-da8bbd1c7bd81bc7/build-script-build`
49232026-05-05T21:18:47.620Z 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=0eca32f25b366289 -C extra-filename=-be4d4714b1cb47ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-84e6274fcff73231.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`
49242026-05-05T21:18:47.629Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-fd224915e8e8228c/build-script-build`
49252026-05-05T21:18:47.704Z 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=c09fb2b7c383bd78 -C extra-filename=-321cd117ca256844 --out-dir /work/oxidecomputer/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-6ccb02f85c1b62a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-719b035ddcee078a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-05-05T21:18:47.708Z 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=65650707f4f71c3d -C extra-filename=-7b49ca798611edca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c33156ca3b20253d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49272026-05-05T21:18:47.775Z 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=73f3632091ee881f -C extra-filename=-40f7f3281baae85b --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-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49282026-05-05T21:18:47.780Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-747b4c5d9c9e26fd/build-script-build`
49292026-05-05T21:18:47.883Z 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=a56367c13cfb57cc -C extra-filename=-9b7444d3a6c7a670 --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-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49302026-05-05T21:18:47.887Z 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=891c4ce24fa02469 -C extra-filename=-10b6da4afac5d2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.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`
49312026-05-05T21:18:47.913Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7bff02140c2823f4/build-script-build`
49322026-05-05T21:18:47.947Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49332026-05-05T21:18:47.985Z 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=0f78009cee28e62c -C extra-filename=-091a1be77dc163d9 --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-304ccfaba9f5de29.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49342026-05-05T21:18:47.989Z 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=26c50a61d9b36f04 -C extra-filename=-f33e74feb915a117 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49352026-05-05T21:18:47.990Z 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=60057a306ce409c1 -C extra-filename=-78952cedead2c8d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49362026-05-05T21:18:48.056Z 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=07f12193b44cd78a -C extra-filename=-b7ff8b611da3dafa --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49372026-05-05T21:18:48.090Z 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=107670d1b99a12c1 -C extra-filename=-e4bb09bb7698d199 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49382026-05-05T21:18:48.159Z 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=6bfec6073ae2c2db -C extra-filename=-f2bafb09694944d8 --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-304ccfaba9f5de29.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49392026-05-05T21:18:48.163Z 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=c2dbb7f606246369 -C extra-filename=-50b90a5697290fbd --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-304ccfaba9f5de29.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49402026-05-05T21:18:48.328Z 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=9ee9f770abe38563 -C extra-filename=-9f31d883815d2115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49412026-05-05T21:18:48.400Z 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=de91d2072af97000 -C extra-filename=-d9a3043d457a34a6 --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-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49422026-05-05T21:18:48.454Z 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=e80c085a1bbba425 -C extra-filename=-dd20e8ff4203dbe2 --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-304ccfaba9f5de29.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49432026-05-05T21:18:48.498Z 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=3b2c8f94359c797b -C extra-filename=-6d82f64918b02ade --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-32d2e3aba47f6c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49442026-05-05T21:18:48.635Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=086c7963ccfc1d78 -C extra-filename=-329e22ff682bd8c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49452026-05-05T21:18:48.673Z 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=5847738841562741 -C extra-filename=-869df24d5c7f41aa --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-5eda8250a90bc255.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49462026-05-05T21:18:48.711Z 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=467dae2d374acd2d -C extra-filename=-15abff867a99d17b --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49472026-05-05T21:18:48.752Z 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=9f09a7a66401bb51 -C extra-filename=-a79dbfaeeb568d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49482026-05-05T21:18:48.794Z 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=2fdff5d4203df7e4 -C extra-filename=-d9d94b7adaeced19 --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-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49492026-05-05T21:18:48.858Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
49502026-05-05T21:18:48.862Z 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=002e281dfedc7b7a -C extra-filename=-94a7d8d4530bedcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6839e2730bf4da82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49512026-05-05T21:18:48.913Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49522026-05-05T21:18:48.916Z 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=b8ad05ff5ef6b7fa -C extra-filename=-ed59354224e01104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6839e2730bf4da82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49532026-05-05T21:18:48.950Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49542026-05-05T21:18:48.950Z 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=5d4fed2a2a972544 -C extra-filename=-ca449d621a616527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-e4c4adf4e008d040.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0ec4029c6120a9ac.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
49552026-05-05T21:18:48.985Z 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=3d01675e90cd71c0 -C extra-filename=-b033fd71f62a3acc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49562026-05-05T21:18:49.032Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
49572026-05-05T21:18:49.037Z 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=cc7986493ff742d3 -C extra-filename=-ac1a581b3503cff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49582026-05-05T21:18:49.182Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49592026-05-05T21:18:49.186Z 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=91522e2980032330 -C extra-filename=-40a89c636687335a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49602026-05-05T21:18:49.317Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
49612026-05-05T21:18:49.321Z 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=a81b3aa116f8f9cb -C extra-filename=-3539591cfa3ee025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-43246231e93b0d82.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49622026-05-05T21:18:49.353Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49632026-05-05T21:18:49.389Z 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=61378a368e0bd933 -C extra-filename=-1574d1c08d8b7e2e --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-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49642026-05-05T21:18:49.394Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49652026-05-05T21:18:49.397Z 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=f71cc84c0c31e7f6 -C extra-filename=-96ccd00eeafeb983 --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-78d62d6b51f2c19b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49662026-05-05T21:18:49.496Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
49672026-05-05T21:18:49.500Z 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=1f3fb18893fd2ff3 -C extra-filename=-df89a30ba42ee55c --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-49a7fbbb8a6fd989.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49682026-05-05T21:18:49.617Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49692026-05-05T21:18:49.621Z 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=dc3464358f5a57a9 -C extra-filename=-303c751913fbd54d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6839e2730bf4da82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-ed59354224e01104.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49702026-05-05T21:18:49.684Z 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=406eb236ad4f1d98 -C extra-filename=-06adc3ede7ac286f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49712026-05-05T21:18:49.793Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49722026-05-05T21:18:49.797Z 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=1b5ef2640585b059 -C extra-filename=-e40e8fa4ab3c7fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
49732026-05-05T21:18:50.050Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
49742026-05-05T21:18:50.055Z 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=e40c6b754667fd4c -C extra-filename=-10b0977ae0f1cb72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49752026-05-05T21:18:50.091Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49762026-05-05T21:18:50.123Z 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=24fb8b3cd2858edf -C extra-filename=-d7accc030fa9c267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49772026-05-05T21:18:50.128Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
49782026-05-05T21:18:50.128Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49792026-05-05T21:18:50.128Z 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=2b79d96c46d4074d -C extra-filename=-8d8b3b27b1d7c478 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49802026-05-05T21:18:50.164Z 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=a6c9f1afe0135470 -C extra-filename=-17a2dc838391526c --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49812026-05-05T21:18:50.201Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
49822026-05-05T21:18:50.206Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
49832026-05-05T21:18:50.206Z 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=2773467655a3dc82 -C extra-filename=-2b161b4263d1c298 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.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`
49842026-05-05T21:18:50.239Z 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=cec0d3dfb1bb1a8f -C extra-filename=-ba3ef81f4a3ba1a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49852026-05-05T21:18:50.281Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49862026-05-05T21:18:50.285Z 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=7bf2b5ec7a07d043 -C extra-filename=-ac31ba513aafec51 --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-40a335095d1600ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:50.358Z 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=ee57dcd4109eb8cc -C extra-filename=-0dca8a041ede57d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-06adc3ede7ac286f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49882026-05-05T21:18:50.417Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
49892026-05-05T21:18:50.421Z 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=ad5ff48aaac0fc03 -C extra-filename=-b02cbf7706403941 --out-dir /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-69dd2b98610d9bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
49902026-05-05T21:18:50.456Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49912026-05-05T21:18:50.459Z 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=98752bd3c9a56437 -C extra-filename=-e517965593c63f03 --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-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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-05-05T21:18:50.548Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49932026-05-05T21:18:50.551Z 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=fa008d5d77f2e953 -C extra-filename=-11efdef23bd7a69f --out-dir /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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e2e623867550a62e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
49942026-05-05T21:18:50.818Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49952026-05-05T21:18:50.822Z 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=edeb539eb2ebfd14 -C extra-filename=-68dc3e49364333c1 --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-ac1a581b3503cff6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
49962026-05-05T21:18:51.022Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49972026-05-05T21:18:51.026Z 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=bc86145048173903 -C extra-filename=-7e4db29b0566e80e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
49982026-05-05T21:18:51.092Z 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=97aa5608952b5c04 -C extra-filename=-92548c190ab0a742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
49992026-05-05T21:18:51.105Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50002026-05-05T21:18:51.110Z 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=21a91ae6f99187ab -C extra-filename=-543fa7dc452e430f --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-ac1a581b3503cff6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50012026-05-05T21:18:51.192Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
50022026-05-05T21:18:51.195Z 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=17734719683f4f4c -C extra-filename=-0ca6f492e715e5bc --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-304ccfaba9f5de29.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50032026-05-05T21:18:51.227Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50042026-05-05T21:18:51.231Z 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=1078d7f1072d57e5 -C extra-filename=-2c89b5e33f1e5a7e --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-304ccfaba9f5de29.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-94a7d8d4530bedcd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50052026-05-05T21:18:51.231Z 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=552628a00b3a17bd -C extra-filename=-d3e1175b21eeea16 --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-5eda8250a90bc255.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50062026-05-05T21:18:51.354Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50072026-05-05T21:18:51.395Z 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=d92f25a2747723be -C extra-filename=-db0250c0c533aa4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50082026-05-05T21:18:51.399Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50092026-05-05T21:18:51.399Z 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=88b9b494e23c335c -C extra-filename=-915540f8e5f9fa9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50102026-05-05T21:18:51.437Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
50112026-05-05T21:18:51.441Z 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=1721e338ebb9a97b -C extra-filename=-ab641a2bb00de279 --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50122026-05-05T21:18:51.478Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
50132026-05-05T21:18:51.482Z 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=bba0cbc02671f059 -C extra-filename=-104d46b5b2888f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50142026-05-05T21:18:51.558Z 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=131c6a64ebfc4458 -C extra-filename=-9fb68c3347fcd566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c89b5e33f1e5a7e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:51.596Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50162026-05-05T21:18:51.599Z 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=ed93dcfc3e3d58e6 -C extra-filename=-b72c73000d4411dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50172026-05-05T21:18:51.636Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50182026-05-05T21:18:51.674Z 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=95a964be98781fd0 -C extra-filename=-601058bd58e52903 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-303c751913fbd54d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cap-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`
50192026-05-05T21:18:51.678Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50202026-05-05T21:18:51.678Z 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=160013869a20defa -C extra-filename=-0a4673c318d3fc83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50212026-05-05T21:18:51.749Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
50222026-05-05T21:18:51.753Z 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=6724c7d1b055c7e5 -C extra-filename=-24aefc8bddb6bb48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-b02cbf7706403941.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4c1852c13123ef7c.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
50232026-05-05T21:18:51.787Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
50242026-05-05T21:18:51.793Z 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=5a3d71e32c8c24e5 -C extra-filename=-e31dc007a0b438de --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-68dc3e49364333c1.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
50252026-05-05T21:18:51.826Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50262026-05-05T21:18:51.830Z 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=26d9bd104e1d59c0 -C extra-filename=-6dc35c9375ff25b7 --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-fc09681cebd935e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50272026-05-05T21:18:51.933Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50282026-05-05T21:18:51.936Z 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=99a5c0e6a273ef35 -C extra-filename=-7901b1abc0ee5b95 --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-26cc4193c958dd24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-98a781c936dd7f83.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3b3948ac3127f929.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-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`
50292026-05-05T21:18:52.077Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50302026-05-05T21:18:52.080Z 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=64949119ba461579 -C extra-filename=-50c19efe7eb9eaa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:52.174Z 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=0aa7f2901607bf6c -C extra-filename=-522cd364efc5217b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50322026-05-05T21:18:52.210Z 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=b37f82738d49dd4f -C extra-filename=-6884e3b7a3ce75a7 --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-68dc3e49364333c1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50332026-05-05T21:18:52.300Z 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=17e3acd97bc38249 -C extra-filename=-0e105d5c595e6ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0dca8a041ede57d4.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cap-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`
50342026-05-05T21:18:52.358Z 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=dfa687c8f4ce0ee0 -C extra-filename=-4ac93b7e19c6c1c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-6dc35c9375ff25b7.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-2753575d6d6e9998.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
50352026-05-05T21:18:52.420Z 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=a038dd5c953b88d2 -C extra-filename=-10ee2b48e7028359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50362026-05-05T21:18:52.458Z 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=42a596ce0a017d96 -C extra-filename=-59511353cc690977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50372026-05-05T21:18:52.498Z 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=8e91836bb7d3ab1f -C extra-filename=-61829e84034cc217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:52.566Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
50392026-05-05T21:18:52.570Z 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=2ba55607af37a733 -C extra-filename=-cf6c333a5607a435 --out-dir /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-92548c190ab0a742.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50402026-05-05T21:18:52.607Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50412026-05-05T21:18:52.610Z 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=d0ad8e092dae09f2 -C extra-filename=-eeebf5698be3ead1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50422026-05-05T21:18:52.753Z 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=931ee1c048907b3f -C extra-filename=-fb284512309b38af --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 chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50432026-05-05T21:18:52.914Z 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=f2304139a622f055 -C extra-filename=-eeb82d161f09e0c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50442026-05-05T21:18:52.950Z 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=9a554ca4d24098b0 -C extra-filename=-03b128d4faf976ac --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-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50452026-05-05T21:18:53.028Z 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=295c6e6ff9fc14f2 -C extra-filename=-357749fb5fc1f4ed --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50462026-05-05T21:18:53.076Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50472026-05-05T21:18:53.080Z 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=5e5c4c6138c5e126 -C extra-filename=-a03d344a11a1c885 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50482026-05-05T21:18:53.151Z 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=bc5a2b855e9a232d -C extra-filename=-d06e410d9ff71dff --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 chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50492026-05-05T21:18:53.155Z 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=3ff640a11ae78038 -C extra-filename=-cdf74de7eb95f055 --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-ac1a581b3503cff6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/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-05-05T21:18:53.200Z 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=b8c0d20e380bdb7f -C extra-filename=-36780553524e77a3 --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-ac1a581b3503cff6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50512026-05-05T21:18:53.271Z 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=7e0cc3cb0fc25582 -C extra-filename=-5c69f030ea03ee95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-104d46b5b2888f6c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50522026-05-05T21:18:53.355Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
50532026-05-05T21:18:53.359Z 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=0f8642b001552fc6 -C extra-filename=-3f73a628ec812de6 --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-304ccfaba9f5de29.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-9fb68c3347fcd566.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c89b5e33f1e5a7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50542026-05-05T21:18:53.406Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50552026-05-05T21:18:53.409Z 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=81f27a91bbc8a3fa -C extra-filename=-734d60deb384018e --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-304ccfaba9f5de29.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-601058bd58e52903.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-303c751913fbd54d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50562026-05-05T21:18:53.520Z 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=9a32ddbd51f00f5a -C extra-filename=-577e089a8790fc3e --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-304ccfaba9f5de29.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-9fb68c3347fcd566.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c89b5e33f1e5a7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50572026-05-05T21:18:53.557Z 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=f8520c9deca4e245 -C extra-filename=-a41b0cb4c0588bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50582026-05-05T21:18:53.600Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50592026-05-05T21:18:53.603Z 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=482619948390e3ce -C extra-filename=-ea2a8905cf95cb5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50602026-05-05T21:18:53.641Z 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=9f250d834daef189 -C extra-filename=-321632c939618dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-eeebf5698be3ead1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50612026-05-05T21:18:53.677Z 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=ae7daadb417a16de -C extra-filename=-e1ad132ab3db0d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50622026-05-05T21:18:53.898Z 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=1943a826fca40b30 -C extra-filename=-cf6395038b21c094 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50632026-05-05T21:18:53.938Z 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=a2318f4e9a616e23 -C extra-filename=-13d6889ffd30d7e6 --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-40a335095d1600ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50642026-05-05T21:18:54.100Z 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=185a0f124a1ec08b -C extra-filename=-c2b9b90cb4e9940f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50652026-05-05T21:18:54.138Z 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=0de9374760f8bfb7 -C extra-filename=-9ae5f566d4b4ca07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50662026-05-05T21:18:54.272Z 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=e483fd572e8626e7 -C extra-filename=-8630389018f91f79 --out-dir /work/oxidecomputer/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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e2e623867550a62e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
50672026-05-05T21:18:54.397Z 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=cd5ebec2ed704241 -C extra-filename=-e7e351911fbee858 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-fc09681cebd935e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50682026-05-05T21:18:54.485Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50692026-05-05T21:18:54.489Z 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=e3b41135e7d2d251 -C extra-filename=-2f050d73e8924206 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-0eb532fb73bdb026.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
50702026-05-05T21:18:54.588Z 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=ac1141eac0d54bff -C extra-filename=-bf08cc6946f07cb5 --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-49a7fbbb8a6fd989.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50712026-05-05T21:18:54.782Z 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=5bd035f28642beb9 -C extra-filename=-fc49113648c17621 --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-78d62d6b51f2c19b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50722026-05-05T21:18:55.042Z 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=af3cc725bda6a3d9 -C extra-filename=-0eae88b02a87ccca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-43246231e93b0d82.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50732026-05-05T21:18:55.116Z 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=a56413bd2f5f54e1 -C extra-filename=-5d5fa2745121d10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50742026-05-05T21:18:55.174Z 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=ccfa7fc4c1359ce7 -C extra-filename=-0a3f7173fbe527c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50752026-05-05T21:18:55.238Z 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=802181a1874e97fa -C extra-filename=-193225f1d8a4a801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/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`
50762026-05-05T21:18:55.275Z 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=1ff5f20d3560eff9 -C extra-filename=-743a801db0bf1aa1 --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-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50772026-05-05T21:18:55.596Z 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=b704caf6230b693e -C extra-filename=-984023cd10a7ffa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern 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-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-29fd3a6bb1edf079.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50782026-05-05T21:18:55.787Z 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=293845b65898ce14 -C extra-filename=-eb0a8525a9f73f05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50792026-05-05T21:18:55.826Z 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=aa1fb9cc3b7cd6e8 -C extra-filename=-6795d0150b825214 --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-fb70a64afba32530.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50802026-05-05T21:18:55.903Z 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=27f5de37c298a9f7 -C extra-filename=-85ab5ad7a4e60c00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
50812026-05-05T21:18:56.034Z 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=eb34fe7aacac15fa -C extra-filename=-8251ae7ab3100def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
50822026-05-05T21:18:56.073Z 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=fd2b6c57d6cc7f6e -C extra-filename=-071e6bfcbf06512c --out-dir /work/oxidecomputer/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-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50832026-05-05T21:18:56.195Z 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=9d6aa230271d233f -C extra-filename=-b7143629b8ccc51f --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-d7b2121f50cd8f1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50842026-05-05T21:18:56.269Z 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=9c892e102b0f19b0 -C extra-filename=-d83ca446e56de60f --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-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
50852026-05-05T21:18:56.491Z 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=b28b24797cbe0d65 -C extra-filename=-57c9549bf40f30c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50862026-05-05T21:18:56.528Z 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=864cab2689855b8c -C extra-filename=-a34c63b0ccd7d3c6 --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-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50872026-05-05T21:18:56.570Z 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=d6d83dea6bb0515d -C extra-filename=-9f9ed6f32bd5b53f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50882026-05-05T21:18:57.022Z 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=ad4d23f50f871453 -C extra-filename=-11cd961f2155755a --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-304ccfaba9f5de29.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50892026-05-05T21:18:57.158Z 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=895980980605fa37 -C extra-filename=-3927d65eaf5fda07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50902026-05-05T21:18:57.307Z 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=7aaaee3d2c27d438 -C extra-filename=-c4f7585cd8572274 --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-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50912026-05-05T21:18:57.469Z 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=7f08ee6a0d088ae6 -C extra-filename=-349b309a32a18ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50922026-05-05T21:18:57.561Z 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=1b50c51e28a0ce1a -C extra-filename=-eab36a2e76c74dc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50932026-05-05T21:18:57.600Z 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=7afd7e94b6e67b80 -C extra-filename=-2c8b7d0b739af9dd --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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50942026-05-05T21:18:57.634Z 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=187ee30e9ff8ff19 -C extra-filename=-eb7ce1f23d6e15f7 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50952026-05-05T21:18:57.719Z 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=a3f63ba00095c564 -C extra-filename=-bebc4547940bb384 --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-334a9d6975c1b79b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50962026-05-05T21:18:58.263Z 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=d74a8b9a2c5de577 -C extra-filename=-fc68eb31f419acf5 --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-7b51100a672186df.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c33156ca3b20253d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50972026-05-05T21:18:58.299Z 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=0d0e1bd3edbe8cf4 -C extra-filename=-74339c3fcc6d0ba7 --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-7b51100a672186df.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c33156ca3b20253d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
50982026-05-05T21:18:58.767Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50992026-05-05T21:18:58.772Z 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=5b985f6756a22911 -C extra-filename=-02f9bf55ec3da6ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51002026-05-05T21:18:58.978Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51012026-05-05T21:18:58.982Z 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=d270b4980e9a2f84 -C extra-filename=-725806f4e4459a36 --out-dir /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-6ccb02f85c1b62a6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51022026-05-05T21:19:00.250Z 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=1b3d44abb0667a8a -C extra-filename=-78af53bd6283c82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6be5bdda9e411dd2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-06bed6ddf665ddd0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-43246231e93b0d82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-860b093b32819917.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-84e6274fcff73231.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
51032026-05-05T21:19:00.329Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51042026-05-05T21:19:00.333Z 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=4dad22c8edc57f87 -C extra-filename=-ca1e73c051090819 --out-dir /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-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51052026-05-05T21:19:00.480Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51062026-05-05T21:19:00.494Z 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=9fb6e52d5a7e56a5 -C extra-filename=-aef3c5c3dee3211d --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-7b51100a672186df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51072026-05-05T21:19:00.600Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51082026-05-05T21:19:00.604Z 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=bc1b74ac63bf31fd -C extra-filename=-a76ec93d39268658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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`
51092026-05-05T21:19:00.640Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51102026-05-05T21:19:00.645Z 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=6b42991a0c755d33 -C extra-filename=-a5b2d46e4e1d4055 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-104d46b5b2888f6c.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3f73a628ec812de6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
51112026-05-05T21:19:00.675Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
51122026-05-05T21:19:00.679Z 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=fe8d04541d9937b7 -C extra-filename=-f1c18943085ad878 --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-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51132026-05-05T21:19:00.718Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
51142026-05-05T21:19:00.722Z 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=be275ffe25a78646 -C extra-filename=-020db04e7acbac33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e39e664f8190e201.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0e105d5c595e6ee4.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-734d60deb384018e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0dca8a041ede57d4.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
51152026-05-05T21:19:00.882Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
51162026-05-05T21:19:00.962Z 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=8b5ded32fbf856ff -C extra-filename=-f3181b3e0fca88ee --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-05-05T21:19:01.079Z 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=2a49c13b7c66cead -C extra-filename=-3a26f02e3da2de30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51182026-05-05T21:19:01.135Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51192026-05-05T21:19:01.145Z 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=f496d4411b94db73 -C extra-filename=-2971c495e97a9b10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51202026-05-05T21:19:01.162Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51212026-05-05T21:19:01.167Z 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=70944474839cfcbf -C extra-filename=-9bc46621c67556af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-020db04e7acbac33.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51222026-05-05T21:19:01.684Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51232026-05-05T21:19:01.688Z 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=fc61d77449445985 -C extra-filename=-d52d406c51874f1c --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-ca1e73c051090819.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
51242026-05-05T21:19:01.725Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51252026-05-05T21:19:01.729Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
51262026-05-05T21:19:01.729Z 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=27ca04a3082272ae -C extra-filename=-f970d8b1d50a7127 --out-dir /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-693822330f8e3f98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51272026-05-05T21:19:01.763Z 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=49c210db5bc6dfd8 -C extra-filename=-2d02b48e31e64436 --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-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51282026-05-05T21:19:01.800Z 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=661ed8482457434f -C extra-filename=-0fd35dcef7c47c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51292026-05-05T21:19:01.840Z 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=fda621c06c536502 -C extra-filename=-0f9fc91ad214a771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-104d46b5b2888f6c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3f73a628ec812de6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
51302026-05-05T21:19:01.883Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
51312026-05-05T21:19:01.886Z 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=f621af82c18cfdf5 -C extra-filename=-d4ced10e93da3dee --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-7b51100a672186df.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51322026-05-05T21:19:02.240Z 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=1fd6909575d9bd6c -C extra-filename=-c6677be641a4d777 --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-ca1e73c051090819.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51332026-05-05T21:19:02.296Z 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=60a73401de9b619e -C extra-filename=-c95fa974cb38374d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51342026-05-05T21:19:02.404Z 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=ca89e96a28046d8e -C extra-filename=-e30cc18f47497da4 --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-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51352026-05-05T21:19:02.437Z 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=eb43f93599899f33 -C extra-filename=-567ec796cecebf44 --out-dir /work/oxidecomputer/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-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51362026-05-05T21:19:02.681Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51372026-05-05T21:19:02.685Z 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=705ea271409db85d -C extra-filename=-3d2cbfa0893d2437 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-9bc46621c67556af.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4c1852c13123ef7c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-46344c48b1d3bf78.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-05-05T21:19:02.763Z 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=86a64381f976db6b -C extra-filename=-4c42dd05b7aedeb2 --out-dir /work/oxidecomputer/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-6ccb02f85c1b62a6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51392026-05-05T21:19:02.985Z 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=eae46e4339ec70a9 -C extra-filename=-3b95a055381e0125 --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-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51402026-05-05T21:19:03.041Z 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=c328b86b9b297579 -C extra-filename=-8319be61544b8ef9 --out-dir /work/oxidecomputer/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-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51412026-05-05T21:19:03.156Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51422026-05-05T21:19:03.160Z 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=243fa6d37b27f5a4 -C extra-filename=-0e1bcd29cb2787b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51432026-05-05T21:19:03.213Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51442026-05-05T21:19:03.218Z 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=896bb80e7e6e3ad8 -C extra-filename=-b7fd97db12e8e2b2 --out-dir /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-78af53bd6283c82a.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e2e623867550a62e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
51452026-05-05T21:19:03.408Z 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=8f4140f4272d1421 -C extra-filename=-042eb807ea10b4d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ac31ba513aafec51.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-40a335095d1600ca.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L 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`
51462026-05-05T21:19:03.508Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51472026-05-05T21:19:03.519Z 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=4f10b1bf54f51bc8 -C extra-filename=-6086da6ed1093b80 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51482026-05-05T21:19:03.544Z 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=b57a4c0e40ecb734 -C extra-filename=-dc84a8627ff7a1eb --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-7b51100a672186df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51492026-05-05T21:19:03.584Z 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=c8197936afad9815 -C extra-filename=-0aacf74b440c1a7d --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51502026-05-05T21:19:03.836Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
51512026-05-05T21:19:03.840Z 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=6f153662cdb49187 -C extra-filename=-e37107d097239177 --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-2d02b48e31e64436.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51522026-05-05T21:19:03.936Z 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=f89377f4c61de156 -C extra-filename=-fb1cae2ae6bc349f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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`
51532026-05-05T21:19:04.349Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51542026-05-05T21:19:04.353Z 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=5c73fea8e3dea236 -C extra-filename=-4f6534a173883dc3 --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-ca1e73c051090819.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.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`
51552026-05-05T21:19:04.468Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51562026-05-05T21:19:04.473Z 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=9c353de054ade6ec -C extra-filename=-ac1a639dd0ea0bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51572026-05-05T21:19:04.513Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51582026-05-05T21:19:04.517Z 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=9e5a8813bc5595d2 -C extra-filename=-8fa6ca50b06fd6ed --out-dir /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-0315e6aa71703e60.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-304ccfaba9f5de29.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-98a781c936dd7f83.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
51592026-05-05T21:19:04.713Z 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=7ec4580ed3759b27 -C extra-filename=-92edc16245323474 --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-2d02b48e31e64436.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/ssl-3/lib/amd64`
51602026-05-05T21:19:04.898Z 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=117c8f37d7f46ccb -C extra-filename=-de96d4755c786a71 --out-dir /work/oxidecomputer/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-78af53bd6283c82a.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e2e623867550a62e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51612026-05-05T21:19:05.075Z 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=7c0a16241ef0e993 -C extra-filename=-6d9950fd90887009 --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-ca1e73c051090819.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L 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`
51622026-05-05T21:19:05.128Z 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=6c25dcc4d4038d70 -C extra-filename=-99a0e45899ea4725 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51632026-05-05T21:19:05.456Z 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=b747af47ea83152d -C extra-filename=-93b139317463f391 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-6086da6ed1093b80.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L 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-05-05T21:19:05.496Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51652026-05-05T21:19:05.500Z 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=23dd7c10e471b46f -C extra-filename=-267b6ca5b68f9950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51662026-05-05T21:19:05.531Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51672026-05-05T21:19:05.536Z 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=bfcfac42417182e7 -C extra-filename=-8551021fa0ff42e4 --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-16ddd68c8933d661.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-05-05T21:19:05.579Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51692026-05-05T21:19:05.582Z 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=6a94773f51cd866e -C extra-filename=-2bfccb1ec3a97291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e517965593c63f03.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.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-e4c4adf4e008d040.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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/`
51702026-05-05T21:19:05.618Z 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=f240a611c4234b6d -C extra-filename=-995b383e28df4a15 --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-304ccfaba9f5de29.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-98a781c936dd7f83.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
51712026-05-05T21:19:05.738Z 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=ab88b20f717373e0 -C extra-filename=-5c8ebb10d5c22df2 --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-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51722026-05-05T21:19:05.857Z 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=b50609e8db5b0ecb -C extra-filename=-f8695f9eb31d8878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51732026-05-05T21:19:06.769Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51742026-05-05T21:19:06.774Z 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=9c9db1434ea5867b -C extra-filename=-8d02b6dcbf0263d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-304ccfaba9f5de29.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-84e6274fcff73231.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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`
51752026-05-05T21:19:06.837Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
51762026-05-05T21:19:06.841Z 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=f59f958e11edceb0 -C extra-filename=-30126ad26c2091b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
51772026-05-05T21:19:07.115Z 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=859f0cead0255a23 -C extra-filename=-aafed344541bf80f --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-8fa6ca50b06fd6ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-98a781c936dd7f83.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
51782026-05-05T21:19:07.987Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51792026-05-05T21:19:07.991Z 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=8782697bc3adf4ad -C extra-filename=-b212f5f600b7f47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51802026-05-05T21:19:08.486Z 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=78a466a02683e199 -C extra-filename=-00de96597bc23191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51812026-05-05T21:19:09.044Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51822026-05-05T21:19:09.049Z 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=d818c620382d475d -C extra-filename=-b3d75db0a2305cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51832026-05-05T21:19:09.080Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51842026-05-05T21:19:09.084Z 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=9ea304a986148c29 -C extra-filename=-9b30da919a4c59f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-693822330f8e3f98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-11efdef23bd7a69f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1574d1c08d8b7e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e37107d097239177.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.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`
51852026-05-05T21:19:09.183Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51862026-05-05T21:19:09.187Z 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=ea17e9e9c4b88f49 -C extra-filename=-baaba6afa4ce11a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-43246231e93b0d82.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51872026-05-05T21:19:09.220Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51882026-05-05T21:19:09.223Z 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=625e5801a49ffcb9 -C extra-filename=-a6638771fce350fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51892026-05-05T21:19:09.749Z 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=29ae09c7700f4bad -C extra-filename=-9922a67e06a00399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51902026-05-05T21:19:09.786Z 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=50953cbce4c809f5 -C extra-filename=-bb14caedebf817bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51912026-05-05T21:19:09.868Z 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=a7d05fc448961724 -C extra-filename=-6753b6ed56f41666 --out-dir /work/oxidecomputer/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-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
51922026-05-05T21:19:10.437Z 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=24b915a38f5e6950 -C extra-filename=-1d45fdc296ebf9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-30126ad26c2091b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51932026-05-05T21:19:10.442Z 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=3e15e05e83d8f6ca -C extra-filename=-25d39ab5f0783635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-30126ad26c2091b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51942026-05-05T21:19:10.443Z 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=dd65ba83f3192e2c -C extra-filename=-484d8f18b8d5d77d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-30126ad26c2091b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51952026-05-05T21:19:10.542Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51962026-05-05T21:19:10.547Z 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=c5f6fd5929fd1a43 -C extra-filename=-60a72bc6a71c2cce --out-dir /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-6ccb02f85c1b62a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-10b0977ae0f1cb72.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.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-725806f4e4459a36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-ccfbcf8c762ccdd6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
51972026-05-05T21:19:12.264Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51982026-05-05T21:19:12.267Z 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=c2ee183440545390 -C extra-filename=-5acdbea56f624ac0 --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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51992026-05-05T21:19:13.487Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52002026-05-05T21:19:13.502Z 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=3af9bd0ced9a298a -C extra-filename=-aa42cf13e7ec5909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52012026-05-05T21:19:13.502Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52022026-05-05T21:19:13.502Z 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=8abccdb71015f96c -C extra-filename=-0875a5873230c99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L 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`
52032026-05-05T21:19:13.679Z 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=23aa3f3cd7a454bc -C extra-filename=-377e91e565f40b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52042026-05-05T21:19:13.679Z 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=453a5da68d819f77 -C extra-filename=-53d1839a70316f8d --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-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52052026-05-05T21:19:13.788Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52062026-05-05T21:19:13.791Z 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=2c2145be4c493368 -C extra-filename=-cb949704d8871c17 --out-dir /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-7b51100a672186df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52072026-05-05T21:19:16.758Z 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=8f1b6b9e06d6c735 -C extra-filename=-10937bfd83f65155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-0875a5873230c99d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L 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`
52082026-05-05T21:19:16.759Z 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=427cc1f72798bc02 -C extra-filename=-a1d0761ac54c7f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52092026-05-05T21:19:16.760Z 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=36dc9b1070dcdd26 -C extra-filename=-8d8561178eff36f3 --out-dir /work/oxidecomputer/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-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52102026-05-05T21:19:16.765Z 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=bedab8713cb6e935 -C extra-filename=-55622f4bc70632e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52112026-05-05T21:19:16.765Z 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=bf8987d646b250bd -C extra-filename=-1b1d8625947e3f87 --out-dir /work/oxidecomputer/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-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52122026-05-05T21:19:16.767Z 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=0f97c9d37986a1ca -C extra-filename=-8f82238ccbaf32df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-0875a5873230c99d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L 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`
52132026-05-05T21:19:18.749Z 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=02963159c5b70e9c -C extra-filename=-182c670048336282 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-11efdef23bd7a69f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1574d1c08d8b7e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9b30da919a4c59f0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e37107d097239177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52142026-05-05T21:19:20.360Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52152026-05-05T21:19:20.360Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52162026-05-05T21:19:20.365Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52172026-05-05T21:19:20.365Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52182026-05-05T21:19:20.365Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
52192026-05-05T21:19:20.365Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52202026-05-05T21:19:20.365Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52212026-05-05T21:19:20.365Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52222026-05-05T21:19:20.365Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52232026-05-05T21:19:20.365Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52242026-05-05T21:19:20.365Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52252026-05-05T21:19:20.365Z 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=274d2481c7395b62 -C extra-filename=-37ab4dcafaac317c --out-dir /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-5eda8250a90bc255.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
52262026-05-05T21:19:20.366Z 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=14bc4f6ca778313f -C extra-filename=-c8920cffd38f3e1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52272026-05-05T21:19:20.366Z 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=061d4e0cf57235f5 -C extra-filename=-e2e5037e94b15b24 --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-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-05-05T21:19:20.366Z 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=95569e9f4e501d47 -C extra-filename=-b5e4acc0d9826ac3 --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-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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`
52292026-05-05T21:19:20.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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=a15ca325cb3e72e9 -C extra-filename=-25d02e2b2a9d7240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.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`
52302026-05-05T21:19:20.396Z 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=47c7e9f0bdd9678c -C extra-filename=-95cac4018c2cfaee --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.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`
52312026-05-05T21:19:20.398Z 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=7c8f1c60e0b24a17 -C extra-filename=-1209a926db32710c --out-dir /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-6ccb02f85c1b62a6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52322026-05-05T21:19:20.398Z 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=53c7dcfe2ef93b7e -C extra-filename=-a7fa65ae2dc34629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
52332026-05-05T21:19:20.399Z 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=abac214b959aa6db -C extra-filename=-e2676a91d2286c3c --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-ca1e73c051090819.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52342026-05-05T21:19:20.429Z 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=4788a7c062e0ce38 -C extra-filename=-82a24dd4819bebde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52352026-05-05T21:19:20.432Z 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=dc312a1fb0b5b8ab -C extra-filename=-656d4d2d719b1864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5470b56a97fe8c9b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.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-a76ec93d39268658.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52362026-05-05T21:19:22.623Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52372026-05-05T21:19:22.623Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52382026-05-05T21:19:22.627Z 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=9db6e3c39bb2cab8 -C extra-filename=-2f6f6d4fd19a35f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-d3e1175b21eeea16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52392026-05-05T21:19:22.628Z 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=edd90c6044531dae -C extra-filename=-f5d9840e7c531abd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52402026-05-05T21:19:22.871Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52412026-05-05T21:19:22.875Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52422026-05-05T21:19:22.875Z 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=7346e31e9c139a48 -C extra-filename=-8db0390b662ed268 --out-dir /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-5eda8250a90bc255.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-c6158520ece245df.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52432026-05-05T21:19:22.875Z 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=9aebfbebc588441d -C extra-filename=-1f25abb3f2b98cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-8e8587f9cdc02f3a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
52442026-05-05T21:19:22.878Z 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=748ce42d23f16129 -C extra-filename=-45acc17bfcb5c80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1574d1c08d8b7e2e.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5470b56a97fe8c9b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
52452026-05-05T21:19:23.446Z 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=f32816ce7f5ab6d1 -C extra-filename=-e45e05c26a79330f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52462026-05-05T21:19:23.447Z 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=037da3cc6be027e4 -C extra-filename=-b66b1c02c8287054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52472026-05-05T21:19:23.450Z 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=17d4dee1d64cfebf -C extra-filename=-2cfafef2fa0334d3 --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-5eda8250a90bc255.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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`
52482026-05-05T21:19:23.452Z 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=515333b830cb0f14 -C extra-filename=-e06fcf3d744a9eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52492026-05-05T21:19:23.481Z 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=b5254e5775c6a4a5 -C extra-filename=-c06ae64bc96893c0 --out-dir /work/oxidecomputer/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-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-05-05T21:19:23.507Z 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=c69795714c7272d9 -C extra-filename=-0f9a96e6e41f9f6c --out-dir /work/oxidecomputer/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-6ccb02f85c1b62a6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
52512026-05-05T21:19:23.509Z 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=5f3bd6d7e7f1cfdf -C extra-filename=-554b7edaaac90b90 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.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`
52522026-05-05T21:19:23.510Z 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=73898b15cb47b0fd -C extra-filename=-fd9eb69f7408231f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52532026-05-05T21:19:23.517Z 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=3e94d9fcfe988284 -C extra-filename=-c9e418027fbe29d7 --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-ca1e73c051090819.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52542026-05-05T21:19:23.520Z 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=203cb3ba684809cb -C extra-filename=-c837a637c2485800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1574d1c08d8b7e2e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
52552026-05-05T21:19:23.909Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52562026-05-05T21:19:23.925Z 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=9d64747ab58a6936 -C extra-filename=-96477116ae920967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.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-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52572026-05-05T21:19:24.020Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52582026-05-05T21:19:24.025Z 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=b09a04e2621cc89a -C extra-filename=-adc148c4833a67bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-17a2dc838391526c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4516fd2986628f10.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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/`
52592026-05-05T21:19:24.488Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
52602026-05-05T21:19:24.489Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
52612026-05-05T21:19:24.492Z 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=82b466d9e36db31b -C extra-filename=-a0fe65df1e049457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52622026-05-05T21:19:24.492Z 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=97494f7404bb7abf -C extra-filename=-2d20d975c68e891e --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-8db0390b662ed268.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
52632026-05-05T21:19:25.302Z 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=eef3284c1f6ec9cc -C extra-filename=-59bd47c0e7c5bbc7 --out-dir /work/oxidecomputer/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-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52642026-05-05T21:19:25.308Z 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=3f26f858c9b786b7 -C extra-filename=-c35415f5006ae9c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52652026-05-05T21:19:25.308Z 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=5ab8095a1fbc0145 -C extra-filename=-03e968d4e6ff4216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-84e6274fcff73231.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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-05-05T21:19:25.371Z 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=e5fba50de792e297 -C extra-filename=-7fc46ef61b32883e --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.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-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52672026-05-05T21:19:25.375Z 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=7009d6aefac7218e -C extra-filename=-358f70389725bca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52682026-05-05T21:19:25.376Z 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=55430ebadb144cda -C extra-filename=-b4fa1b70524597bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-e4c4adf4e008d040.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0ec4029c6120a9ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
52692026-05-05T21:19:25.376Z 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=cd456a7484177275 -C extra-filename=-b5469600658ec83b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52702026-05-05T21:19:25.376Z 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=3325defadc5eb7f1 -C extra-filename=-cf6d1d03128e3084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6be5bdda9e411dd2.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-06bed6ddf665ddd0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-43246231e93b0d82.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-860b093b32819917.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-84e6274fcff73231.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
52712026-05-05T21:19:25.376Z 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=075939883c0126b7 -C extra-filename=-b9eb4c0ec63b09ad --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52722026-05-05T21:19:25.376Z 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=a3909f8022c4c089 -C extra-filename=-faa1134fe017a3b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
52732026-05-05T21:19:25.377Z 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=0b70f5c971946161 -C extra-filename=-72df123e29d51148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52742026-05-05T21:19:25.659Z 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=95dff985663a22be -C extra-filename=-3df890ac8e920c91 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2d20d975c68e891e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52752026-05-05T21:19:25.745Z 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=a5f03e11f5cf271a -C extra-filename=-270afbbaeacda8ca --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2d20d975c68e891e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52762026-05-05T21:19:25.785Z 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=4f17c36a42375e13 -C extra-filename=-b7c73c5bec1e2d51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-10b0977ae0f1cb72.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52772026-05-05T21:19:25.996Z 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=909f2515bf6e62c8 -C extra-filename=-4477a09f49525eb1 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.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-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52782026-05-05T21:19:26.156Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52792026-05-05T21:19:26.159Z 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=4574f4d30d6ac49c -C extra-filename=-54f5a49867cb0d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-18c07b5bb3da1f19.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.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`
52802026-05-05T21:19:26.258Z 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=385a27b982fdb298 -C extra-filename=-29dad1273334d70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e31dc007a0b438de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-30126ad26c2091b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52812026-05-05T21:19:26.530Z 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=0352b6528b8be22f -C extra-filename=-efacd1549087a782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52822026-05-05T21:19:27.198Z 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=aa6197f0526770ce -C extra-filename=-db2593e2359baace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e31dc007a0b438de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52832026-05-05T21:19:27.254Z 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=9d3e0cedde5e30e0 -C extra-filename=-5086a611c70652e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e31dc007a0b438de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-30126ad26c2091b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52842026-05-05T21:19:27.396Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52852026-05-05T21:19:27.401Z 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=58f69b7c4155e2ac -C extra-filename=-fb0d89a8e3e2383f --out-dir /work/oxidecomputer/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-e31dc007a0b438de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/ssl-3/lib/amd64`
52862026-05-05T21:19:27.522Z 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=50c77bf0efcbd0e7 -C extra-filename=-e228da037f18f1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52872026-05-05T21:19:27.554Z 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=3898fd4122ccfb14 -C extra-filename=-1524cac39a3a24ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e31dc007a0b438de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-30126ad26c2091b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52882026-05-05T21:19:28.265Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
52892026-05-05T21:19:28.269Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3645e6b6ad26b77d -C extra-filename=-65e33b8016ef3226 --out-dir /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-7b51100a672186df.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d2cbfa0893d2437.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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=/work/oxidecomputer/omicron/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/`
52902026-05-05T21:19:28.520Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
52912026-05-05T21:19:28.550Z 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=d0501258f3ba6c8c -C extra-filename=-ebd5239ede871703 --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-5eda8250a90bc255.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-adc148c4833a67bc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52922026-05-05T21:19:28.565Z 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=d90385a4acbf0a68 -C extra-filename=-1ac65d29eea687af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-10b0977ae0f1cb72.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.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-02f9bf55ec3da6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
52932026-05-05T21:19:28.844Z 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=9c9517ac6abf7576 -C extra-filename=-cee5a34eb91d90ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e31dc007a0b438de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-30126ad26c2091b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52942026-05-05T21:19:29.111Z 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=1edd4dbdf931dbc4 -C extra-filename=-a4c3a77c46ed15bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52952026-05-05T21:19:29.485Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
52962026-05-05T21:19:29.489Z 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=4950fa900bb65fb9 -C extra-filename=-4a308aec813d7b84 --out-dir /work/oxidecomputer/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-f3181b3e0fca88ee.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ac31ba513aafec51.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-49c6cecc875cf594.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-17a2dc838391526c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-11efdef23bd7a69f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-6dc35c9375ff25b7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e37107d097239177.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
52972026-05-05T21:19:30.095Z 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=079074b704b313d5 -C extra-filename=-8dbabe04a0d1f2c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
52982026-05-05T21:19:30.445Z 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=349ca571384b3765 -C extra-filename=-2257b485aa076956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/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`
52992026-05-05T21:19:31.433Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
53002026-05-05T21:19:31.439Z 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=322a645824f48cc5 -C extra-filename=-a4c144d006586f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53012026-05-05T21:19:31.953Z 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=fdbd7eca3421e32c -C extra-filename=-5931dfe673b5d211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53022026-05-05T21:19:32.221Z 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=995c8fa3cbb8dec1 -C extra-filename=-6ff786e81a952723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53032026-05-05T21:19:32.917Z 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=c0192e5623089b1d -C extra-filename=-ef96f9d18554ea4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53042026-05-05T21:19:33.479Z 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=117de64770c09f8e -C extra-filename=-ceb0ec5fc125d38c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53052026-05-05T21:19:33.631Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=516fc51a71025993 -C extra-filename=-85b75c6b88e9c6bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d2cbfa0893d2437.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53062026-05-05T21:19:35.281Z 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=ad9179d8307b4cc9 -C extra-filename=-70d0579fb98816e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53072026-05-05T21:19:35.701Z 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=b2b4ba60c1889b98 -C extra-filename=-89e2937e4362d072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0d44330098dd4e08.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-10b0977ae0f1cb72.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
53082026-05-05T21:19:37.003Z 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=c3949831984e0c14 -C extra-filename=-677b998415d2d60f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2bfccb1ec3a97291.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-11efdef23bd7a69f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e517965593c63f03.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.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-1574d1c08d8b7e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9b30da919a4c59f0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e37107d097239177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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-05-05T21:19:39.811Z 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=7e0da87953e6d052 -C extra-filename=-e7e883a9211cc555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-17a2dc838391526c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4516fd2986628f10.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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-05-05T21:19:40.227Z 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=1c395a526bf1aa56 -C extra-filename=-ff11d710da76f578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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/`
53112026-05-05T21:19:40.450Z 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=f3d84eeea0e55b6f -C extra-filename=-a063064b39de63c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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/`
53122026-05-05T21:19:40.839Z 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=76151a37f03031ee -C extra-filename=-71723e4518c1d177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-17a2dc838391526c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4516fd2986628f10.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-adc148c4833a67bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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-05-05T21:19:41.807Z 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=0d9a78a9f95bf532 -C extra-filename=-b0b40fe2483ce2ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2bfccb1ec3a97291.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-11efdef23bd7a69f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e517965593c63f03.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.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-1574d1c08d8b7e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e37107d097239177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53142026-05-05T21:19:42.016Z 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=18b9c707a2e56492 -C extra-filename=-da1cc8496b18bb74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2bfccb1ec3a97291.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-11efdef23bd7a69f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e517965593c63f03.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.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-1574d1c08d8b7e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9b30da919a4c59f0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e37107d097239177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53152026-05-05T21:19:42.939Z 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=c3d6bc7c71da5602 -C extra-filename=-fbfbb97b583bf114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1ac65d29eea687af.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
53162026-05-05T21:19:43.701Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53172026-05-05T21:19:43.701Z 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=c8ec2ab97803030f -C extra-filename=-81e4359b71efe7bf --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1ac65d29eea687af.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d4ced10e93da3dee.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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`
53182026-05-05T21:19:44.499Z 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=77457ac848bad81b -C extra-filename=-df8e00c1324b417c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1ac65d29eea687af.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
53192026-05-05T21:19:44.684Z 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=d6489b7b1251e6a2 -C extra-filename=-0fcea85b363f38f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-10b0977ae0f1cb72.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.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-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
53202026-05-05T21:19:45.047Z 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=a2118d5b2f741bc0 -C extra-filename=-f75c0bf4daf89031 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53212026-05-05T21:19:45.348Z 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=7fd96e835541d897 -C extra-filename=-00d4dd673efb2876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0d44330098dd4e08.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-10b0977ae0f1cb72.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
53222026-05-05T21:19:45.569Z 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=0a6bfea150596cd4 -C extra-filename=-f296836281901798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0d44330098dd4e08.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-10b0977ae0f1cb72.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
53232026-05-05T21:19:45.606Z 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=bbdddc36d0d09317 -C extra-filename=-bf0f3610d2e3d308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-17a2dc838391526c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4516fd2986628f10.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-adc148c4833a67bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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/`
53242026-05-05T21:19:46.670Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
53252026-05-05T21:19:46.675Z 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=8607ad92555487c4 -C extra-filename=-c4e359ac07cea4ce --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-adc148c4833a67bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53262026-05-05T21:19:46.788Z 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=e1c7ee0fbfd12594 -C extra-filename=-0d3ce3126bd9cd16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-17a2dc838391526c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4516fd2986628f10.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-adc148c4833a67bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53272026-05-05T21:19:47.348Z 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=8e91e82217418ef5 -C extra-filename=-ec6c31b906a0949a --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-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-adc148c4833a67bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53282026-05-05T21:19:48.193Z 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=dc0ff0c3b6e27e7b -C extra-filename=-e876aea021200852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-18c07b5bb3da1f19.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.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-05-05T21:19:48.484Z 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=7bdd4cdd7821f32b -C extra-filename=-8e8505f8b0c2dd08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53302026-05-05T21:19:48.654Z 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=e16ef9d76ef7f74b -C extra-filename=-e38550db5d57ef48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53312026-05-05T21:19:48.766Z 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=585fafb91136c624 -C extra-filename=-f7a598a024970aea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53322026-05-05T21:19:49.829Z 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=c19d3106494c381d -C extra-filename=-fe94cdbc3a1494f7 --out-dir /work/oxidecomputer/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-328e8c5aafe73fa3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-efd7d3c681cd104a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d4ced10e93da3dee.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53332026-05-05T21:19:49.954Z 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=27587af34416da67 -C extra-filename=-fa91a6565d8806c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-10b0977ae0f1cb72.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53342026-05-05T21:19:50.015Z 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=48750d7be31771de -C extra-filename=-8712019281ae53c8 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53352026-05-05T21:19:50.219Z 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=095d93ff99af42dd -C extra-filename=-18fe9210cf5569c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53362026-05-05T21:19:50.271Z 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=474b1a1d6a46c636 -C extra-filename=-d54925c57c955833 --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-fb70a64afba32530.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53372026-05-05T21:19:50.733Z 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=79dc939cd7a7fee9 -C extra-filename=-88cd3510192005bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53382026-05-05T21:19:51.774Z 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=766e607a63946669 -C extra-filename=-858db50b90823e25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2bfccb1ec3a97291.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e517965593c63f03.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.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-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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/`
53392026-05-05T21:19:52.171Z 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=fa796ad9132b8dd0 -C extra-filename=-d47769f2f3047bce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e517965593c63f03.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.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-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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/`
53402026-05-05T21:19:54.799Z 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=16c5c2dc10433d2c -C extra-filename=-222bb246f50a159b --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-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53412026-05-05T21:19:54.898Z 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=81bda1b5476d738f -C extra-filename=-62cccb080c5244f7 --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-328e8c5aafe73fa3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d4ced10e93da3dee.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53422026-05-05T21:19:55.093Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53432026-05-05T21:19:55.097Z 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=3a32b10b6ed43940 -C extra-filename=-d287ecb05156bd8d --out-dir /work/oxidecomputer/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-5eda8250a90bc255.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53442026-05-05T21:19:56.953Z 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=127e2e7683c69fea -C extra-filename=-b7bbe2cbf5a75621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-43246231e93b0d82.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53452026-05-05T21:19:57.530Z 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=c14bd1cbb2d6fef7 -C extra-filename=-7c5c8eb7b12fc9ec --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53462026-05-05T21:19:58.174Z 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=0aa436a1cea52ae5 -C extra-filename=-0e7978c618456ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-d3e1175b21eeea16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53472026-05-05T21:19:58.649Z 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=7d87e56a4c0ac7aa -C extra-filename=-7be00dbd6617ae56 --out-dir /work/oxidecomputer/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-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-fb70a64afba32530.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53482026-05-05T21:19:59.143Z 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=9342c96f8a0bc1a8 -C extra-filename=-4c9b793b74d2e8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
53492026-05-05T21:19:59.600Z 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=37029be871b8765e -C extra-filename=-f3529b19e0c7bbb2 --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-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
53502026-05-05T21:20:01.525Z 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=20cc2c3f513c6eed -C extra-filename=-12b3f949537d08d9 --out-dir /work/oxidecomputer/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-6ccb02f85c1b62a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.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-725806f4e4459a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-ccfbcf8c762ccdd6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53512026-05-05T21:20:02.240Z 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=a26bfb44ec586afa -C extra-filename=-25a5b07c4098ddd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53522026-05-05T21:20:02.305Z 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=78b1ea99320856c2 -C extra-filename=-d668aec05940df32 --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-328e8c5aafe73fa3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d4ced10e93da3dee.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
53532026-05-05T21:20:03.066Z 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=a959a965fee51790 -C extra-filename=-5c6a87d07ddf38f5 --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-bfc2b60907f3047d.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-0b76831001ade886.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53542026-05-05T21:20:11.229Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53552026-05-05T21:20:11.234Z 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=9b92c12d2b6c0fd9 -C extra-filename=-a1617a88d2aabb89 --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-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-145bcdf2e9c88871.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ed08145171f16c76.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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/`
53562026-05-05T21:20:12.683Z 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=4a1d3e8904bfd17c -C extra-filename=-9a519dca3259d3ea --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-45acc17bfcb5c80b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53572026-05-05T21:20:13.789Z 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=4dd293c7c5603b99 -C extra-filename=-2fa4c784db8ccdb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-21e0cd27de10cf38.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.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-9a519dca3259d3ea.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53582026-05-05T21:20:17.116Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53592026-05-05T21:20:17.118Z 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=e249d39f88598a68 -C extra-filename=-369c6a859b789afe --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-bfc2b60907f3047d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53602026-05-05T21:20:17.364Z 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=673839b76d980143 -C extra-filename=-491a74ea289ff155 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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`
53612026-05-05T21:20:17.367Z 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=8fd86e172658e7c0 -C extra-filename=-84c59aede2e7212d --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-45acc17bfcb5c80b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53622026-05-05T21:20:17.398Z 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=e67b0642adfa08a8 -C extra-filename=-6f734d6667bb1755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-21e0cd27de10cf38.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.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-9a519dca3259d3ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53632026-05-05T21:20:18.037Z 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=a00c8ccf73565b5a -C extra-filename=-be29562fb7be923c --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-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53642026-05-05T21:20:18.120Z 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=4ad551335c58da86 -C extra-filename=-12b409ade6215d0f --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-bfc2b60907f3047d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53652026-05-05T21:20:22.450Z 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=cdaad5ca815f0a26 -C extra-filename=-de8d97931bbf3575 --out-dir /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-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9a519dca3259d3ea.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-5470b56a97fe8c9b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53662026-05-05T21:20:26.115Z 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=e3a6c1f16a267a1e -C extra-filename=-7d0e3ef5fe922cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53672026-05-05T21:20:26.121Z 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=cc5421f67d0e5625 -C extra-filename=-4ce31c2f6f7f3db6 --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-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-145bcdf2e9c88871.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ed08145171f16c76.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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/`
53682026-05-05T21:20:26.123Z 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=f43f1329354d877b -C extra-filename=-d49db69c60b540cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53692026-05-05T21:20:26.127Z 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=fec5d7da47cf112c -C extra-filename=-073a167b9c9a224c --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-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a1617a88d2aabb89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-145bcdf2e9c88871.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ed08145171f16c76.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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/`
53702026-05-05T21:20:26.148Z 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=1b2669acb51a9c19 -C extra-filename=-df2a270d8d26f6b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53712026-05-05T21:20:26.154Z 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=7338feb74627f032 -C extra-filename=-775703ee6a8ef823 --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-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a1617a88d2aabb89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-145bcdf2e9c88871.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ed08145171f16c76.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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/`
53722026-05-05T21:20:26.154Z 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=a5c16731fde738d0 -C extra-filename=-4e50d9075c5423b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.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-a76ec93d39268658.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53732026-05-05T21:20:26.154Z 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=741f8a82f21e0a10 -C extra-filename=-bcdbf288ceac95df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53742026-05-05T21:20:26.155Z 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=7ed59e85af3a3309 -C extra-filename=-7ce6db655be0dedd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53752026-05-05T21:20:26.156Z 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=94df72d3fdfc923c -C extra-filename=-092e041e9a12ca34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53762026-05-05T21:20:26.158Z 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=09c9c036bb65f5cf -C extra-filename=-7e25a13a8d62a383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53772026-05-05T21:20:26.159Z 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=5039f17ea572f41e -C extra-filename=-e3237a578eb9b4a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53782026-05-05T21:20:26.248Z 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=46db5ba1706e86fe -C extra-filename=-fca99981b92a9194 --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-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a1617a88d2aabb89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-145bcdf2e9c88871.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ed08145171f16c76.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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/`
53792026-05-05T21:20:26.248Z 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=a96098578ed35203 -C extra-filename=-db535e8ae8ca7689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53802026-05-05T21:20:52.624Z 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=5c11b068928ea99e -C extra-filename=-43652c9ba5625e3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-02f9bf55ec3da6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53812026-05-05T21:20:52.670Z 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=8eb7e4fa134c5582 -C extra-filename=-715ba9825a7cb3b1 --out-dir /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-de8d97931bbf3575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53822026-05-05T21:20:52.674Z 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=e9b8b1f292492820 -C extra-filename=-9030fe93935d232a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern 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`
53832026-05-05T21:20:52.674Z 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=bacf1447560e154d -C extra-filename=-98a3550a01e753d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53842026-05-05T21:20:52.674Z 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=9b795dc38b9a2416 -C extra-filename=-2699d47db472c723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53852026-05-05T21:20:52.675Z 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=6ee441568909c294 -C extra-filename=-f71d2e90b54df6e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-02f9bf55ec3da6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53862026-05-05T21:20:53.158Z 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=93d155770132356c -C extra-filename=-f2a3bdd099c6953c --out-dir /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-ca1e73c051090819.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-042eb807ea10b4d0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.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`
53872026-05-05T21:20:54.601Z 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=2b36f5438d7ba0c9 -C extra-filename=-b58b74e4dec76a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
53882026-05-05T21:20:56.743Z 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=dac4b62246d2a6a2 -C extra-filename=-24f8e3832932188b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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`
53892026-05-05T21:20:56.747Z 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=4ddbca7c9b55b367 -C extra-filename=-0a115d3494996188 --out-dir /work/oxidecomputer/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-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-042eb807ea10b4d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.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`
53902026-05-05T21:20:56.747Z 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=9e84747e3aedd3e2 -C extra-filename=-28ba5721c8041fb8 --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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53912026-05-05T21:20:56.775Z 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=5911ee7145202f9d -C extra-filename=-9fe04aeeef4c2a9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53922026-05-05T21:20:56.778Z 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=9fe7c9cb766034bd -C extra-filename=-d1f845eaa8d14f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53932026-05-05T21:20:56.778Z 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=b07805bce41af590 -C extra-filename=-868748e9d37d22ce --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53942026-05-05T21:20:56.779Z 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=d31a987f20f5ce84 -C extra-filename=-f4941885d4e3e591 --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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53952026-05-05T21:20:57.198Z 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=a24a0270afbd9d4b -C extra-filename=-9343879098913fe5 --out-dir /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-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-d7accc030fa9c267.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-25d02e2b2a9d7240.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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`
53962026-05-05T21:20:58.346Z 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=1a1bc51f783d5a9c -C extra-filename=-7d87ca48f634f5d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ac31ba513aafec51.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-40a335095d1600ca.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-042eb807ea10b4d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53972026-05-05T21:20:58.351Z 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=38e9f8f2d31dd368 -C extra-filename=-33501277eb3ae2c6 --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-c6da6d562eb4080b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53982026-05-05T21:20:58.376Z 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=235de280b0e02bb9 -C extra-filename=-f0b51856a47ee470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-6dc35c9375ff25b7.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-2753575d6d6e9998.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53992026-05-05T21:20:58.381Z 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=2b63b9ee43f955da -C extra-filename=-4606928b37be1f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ac31ba513aafec51.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-40a335095d1600ca.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54002026-05-05T21:20:58.406Z 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=9e994797ec04cf9b -C extra-filename=-f0b168746e11b9c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-6dc35c9375ff25b7.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-2753575d6d6e9998.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-4ac93b7e19c6c1c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54012026-05-05T21:20:58.411Z 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=54886ec45803d4a7 -C extra-filename=-bdb39df1f0d59727 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9a519dca3259d3ea.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-100d221d12db391c.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-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54022026-05-05T21:20:58.439Z 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=cec6cf0cb5ce2e5b -C extra-filename=-6ebdb7c6f1d211c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54032026-05-05T21:20:59.333Z 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=d445f510051e969a -C extra-filename=-e9f5f0dcf2b77336 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
54042026-05-05T21:21:00.839Z 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=bcb9f53cb2c7ccdf -C extra-filename=-46e7fdeae3f267e6 --out-dir /work/oxidecomputer/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-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-30af275d3b620700.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54052026-05-05T21:21:00.845Z 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=92512cdda62218c2 -C extra-filename=-2b6f69bbd85e2101 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-04d69f055a1be229.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-ccfbcf8c762ccdd6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54062026-05-05T21:21:00.847Z 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=bf447e95d00f6d33 -C extra-filename=-28e17fb4b19d9404 --out-dir /work/oxidecomputer/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-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-30af275d3b620700.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54072026-05-05T21:23:32.082Z 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=c120b0e9c8c015bd -C extra-filename=-5f7bc9c5a7262d00 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9343879098913fe5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
54082026-05-05T21:23:32.086Z 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=a5b6d22785acbeba -C extra-filename=-7e5c03642eb159f6 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9343879098913fe5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-ccfbcf8c762ccdd6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54092026-05-05T21:23:32.087Z 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=88d30f60dfa75427 -C extra-filename=-58364d01c37483a5 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2d20d975c68e891e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9343879098913fe5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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`
54102026-05-05T21:23:32.122Z 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=23dfc6fbcbe5abbf -C extra-filename=-9b598312c1391f10 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9343879098913fe5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-ccfbcf8c762ccdd6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54112026-05-05T21:23:32.151Z 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=e9645495d6e01767 -C extra-filename=-76bc63d74874c1d2 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2d20d975c68e891e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9343879098913fe5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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`
54122026-05-05T21:23:32.154Z 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=f8940b1e97db0101 -C extra-filename=-9e130f377db9875a --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9343879098913fe5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54132026-05-05T21:23:32.154Z 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=fdcb8eed6b3b4993 -C extra-filename=-de77cc487742c10d --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9343879098913fe5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54142026-05-05T21:23:32.154Z 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=23435d6318fa39e9 -C extra-filename=-8c7bbf70fe13aa1e --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9343879098913fe5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54152026-05-05T21:25:14.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 37s
54162026-05-05T21:25:14.890Z
54172026-05-05T21:25:14.890Zreal 7:38.222715772
54182026-05-05T21:25:14.890Zuser 1:12:15.467936335
54192026-05-05T21:25:14.890Zsys 20:57.657625905
54202026-05-05T21:25:14.890Ztrap 2.223206378
54212026-05-05T21:25:14.890Ztflt 2.234040846
54222026-05-05T21:25:14.890Zdflt 27.657495682
54232026-05-05T21:25:14.890Zkflt 0.074687302
54242026-05-05T21:25:14.890Zlock 4:29:50.080385207
54252026-05-05T21:25:14.893Zslp 4:33:17.430324548
54262026-05-05T21:25:14.893Zlat 2:28.518244326
54272026-05-05T21:25:14.893Zstop 33:52.961767338
54282026-05-05T21:25:14.893Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
54292026-05-05T21:25:16.282Z Fresh unicode-ident v1.0.24
54302026-05-05T21:25:16.285Z Fresh cfg-if v1.0.4
54312026-05-05T21:25:16.285Z Fresh memchr v2.8.0
54322026-05-05T21:25:16.285Z Fresh smallvec v1.15.1
54332026-05-05T21:25:16.285Z Fresh log v0.4.29
54342026-05-05T21:25:16.285Z Fresh itoa v1.0.17
54352026-05-05T21:25:16.285Z Fresh version_check v0.9.5
54362026-05-05T21:25:16.285Z Fresh autocfg v1.5.0
54372026-05-05T21:25:16.285Z Fresh scopeguard v1.2.0
54382026-05-05T21:25:16.286Z Fresh stable_deref_trait v1.2.1
54392026-05-05T21:25:16.286Z Fresh percent-encoding v2.3.2
54402026-05-05T21:25:16.286Z Fresh writeable v0.6.2
54412026-05-05T21:25:16.286Z Fresh litemap v0.8.1
54422026-05-05T21:25:16.286Z Fresh utf8_iter v1.0.4
54432026-05-05T21:25:16.286Z Fresh shlex v1.3.0
54442026-05-05T21:25:16.286Z Fresh find-msvc-tools v0.1.9
54452026-05-05T21:25:16.286Z Fresh rand_core v0.10.0
54462026-05-05T21:25:16.286Z Fresh subtle v2.6.1
54472026-05-05T21:25:16.286Z Fresh critical-section v1.2.0
54482026-05-05T21:25:16.286Z Fresh proc-macro2 v1.0.106
54492026-05-05T21:25:16.286Z Fresh lock_api v0.4.14
54502026-05-05T21:25:16.286Z Fresh form_urlencoded v1.2.2
54512026-05-05T21:25:16.286Z Fresh pin-project-lite v0.2.17
54522026-05-05T21:25:16.290Z Fresh equivalent v1.0.2
54532026-05-05T21:25:16.290Z Fresh heck v0.5.0
54542026-05-05T21:25:16.290Z Fresh fnv v1.0.7
54552026-05-05T21:25:16.290Z Fresh iana-time-zone v0.1.65
54562026-05-05T21:25:16.290Z Fresh hashbrown v0.17.0
54572026-05-05T21:25:16.291Z Fresh regex-syntax v0.8.10
54582026-05-05T21:25:16.291Z Fresh dyn-clone v1.0.20
54592026-05-05T21:25:16.291Z Fresh futures-core v0.3.32
54602026-05-05T21:25:16.291Z Fresh strsim v0.11.1
54612026-05-05T21:25:16.291Z Fresh quote v1.0.45
54622026-05-05T21:25:16.291Z Fresh libc v0.2.185
54632026-05-05T21:25:16.291Z Fresh serde_core v1.0.228
54642026-05-05T21:25:16.291Z Fresh zmij v1.0.21
54652026-05-05T21:25:16.291Z Fresh libm v0.2.16
54662026-05-05T21:25:16.291Z Fresh icu_normalizer_data v2.1.1
54672026-05-05T21:25:16.291Z Fresh icu_properties_data v2.1.2
54682026-05-05T21:25:16.291Z Fresh portable-atomic v1.13.1
54692026-05-05T21:25:16.291Z Fresh aho-corasick v1.1.4
54702026-05-05T21:25:16.291Z Fresh const-oid v0.9.6
54712026-05-05T21:25:16.291Z Fresh futures-sink v0.3.32
54722026-05-05T21:25:16.291Z Fresh byteorder v1.5.0
54732026-05-05T21:25:16.291Z Fresh futures-task v0.3.32
54742026-05-05T21:25:16.291Z Fresh futures-io v0.3.32
54752026-05-05T21:25:16.291Z Fresh slab v0.4.12
54762026-05-05T21:25:16.291Z Fresh cpufeatures v0.2.17
54772026-05-05T21:25:16.291Z Fresh pkg-config v0.3.32
54782026-05-05T21:25:16.291Z Fresh base64 v0.22.1
54792026-05-05T21:25:16.291Z Fresh ident_case v1.0.1
54802026-05-05T21:25:16.291Z Fresh allocator-api2 v0.2.21
54812026-05-05T21:25:16.291Z Fresh syn v2.0.117
54822026-05-05T21:25:16.291Z Fresh errno v0.3.14
54832026-05-05T21:25:16.291Z Fresh getrandom v0.2.17
54842026-05-05T21:25:16.295Z Fresh serde_json v1.0.149
54852026-05-05T21:25:16.295Z Fresh num-traits v0.2.19
54862026-05-05T21:25:16.295Z Fresh bitflags v2.11.0
54872026-05-05T21:25:16.295Z Fresh semver v1.0.28
54882026-05-05T21:25:16.295Z Fresh jobserver v0.1.34
54892026-05-05T21:25:16.295Z Fresh parking_lot_core v0.9.12
54902026-05-05T21:25:16.295Z Fresh once_cell v1.21.3
54912026-05-05T21:25:16.295Z Fresh getrandom v0.4.1
54922026-05-05T21:25:16.295Z Fresh mio v1.2.0
54932026-05-05T21:25:16.296Z Fresh socket2 v0.6.3
54942026-05-05T21:25:16.296Z Fresh typenum v1.19.0
54952026-05-05T21:25:16.296Z Fresh indexmap v2.14.0
54962026-05-05T21:25:16.296Z Fresh rustversion v1.0.22
54972026-05-05T21:25:16.296Z Fresh regex-automata v0.4.14
54982026-05-05T21:25:16.296Z Fresh futures-channel v0.3.32
54992026-05-05T21:25:16.296Z Fresh either v1.15.0
55002026-05-05T21:25:16.296Z Fresh untrusted v0.9.0
55012026-05-05T21:25:16.296Z Fresh ryu v1.0.23
55022026-05-05T21:25:16.296Z Fresh utf8parse v0.2.2
55032026-05-05T21:25:16.296Z Fresh base64ct v1.8.3
55042026-05-05T21:25:16.296Z Fresh anstyle v1.0.13
55052026-05-05T21:25:16.296Z Fresh is_terminal_polyfill v1.70.2
55062026-05-05T21:25:16.296Z Fresh serde_derive v1.0.228
55072026-05-05T21:25:16.296Z Fresh zeroize_derive v1.4.3
55082026-05-05T21:25:16.296Z Fresh synstructure v0.13.2
55092026-05-05T21:25:16.296Z Fresh zerovec-derive v0.11.2
55102026-05-05T21:25:16.296Z Fresh displaydoc v0.2.5
55112026-05-05T21:25:16.296Z Fresh cc v1.2.56
55122026-05-05T21:25:16.296Z Fresh parking_lot v0.12.5
55132026-05-05T21:25:16.296Z Fresh zerocopy-derive v0.8.40
55142026-05-05T21:25:16.296Z Fresh thiserror-impl v2.0.18
55152026-05-05T21:25:16.296Z Fresh rand_core v0.6.4
55162026-05-05T21:25:16.296Z Fresh signal-hook-registry v1.4.8
55172026-05-05T21:25:16.296Z Fresh tokio-macros v2.7.0
55182026-05-05T21:25:16.296Z Fresh uuid v1.23.0
55192026-05-05T21:25:16.296Z Fresh serde_derive_internals v0.29.1
55202026-05-05T21:25:16.296Z Fresh futures-macro v0.3.32
55212026-05-05T21:25:16.296Z Fresh rustix v1.1.3
55222026-05-05T21:25:16.296Z Fresh thiserror-impl v1.0.69
55232026-05-05T21:25:16.296Z Fresh syn v1.0.109
55242026-05-05T21:25:16.296Z Fresh regex v1.12.3
55252026-05-05T21:25:16.296Z Fresh getrandom v0.3.4
55262026-05-05T21:25:16.296Z Fresh tracing-core v0.1.36
55272026-05-05T21:25:16.296Z Fresh tracing-attributes v0.1.31
55282026-05-05T21:25:16.296Z Fresh anyhow v1.0.102
55292026-05-05T21:25:16.296Z Fresh anstyle-parse v0.2.7
55302026-05-05T21:25:16.297Z Fresh powerfmt v0.2.0
55312026-05-05T21:25:16.297Z Fresh anstyle-query v1.1.5
55322026-05-05T21:25:16.297Z Fresh time-core v0.1.8
55332026-05-05T21:25:16.297Z Fresh colorchoice v1.0.4
55342026-05-05T21:25:16.297Z Fresh num-conv v0.2.0
55352026-05-05T21:25:16.297Z Fresh num_threads v0.1.7
55362026-05-05T21:25:16.300Z Fresh serde v1.0.228
55372026-05-05T21:25:16.300Z Fresh zeroize v1.8.2
55382026-05-05T21:25:16.300Z Fresh zerofrom-derive v0.1.6
55392026-05-05T21:25:16.300Z Fresh yoke-derive v0.8.1
55402026-05-05T21:25:16.300Z Fresh zerocopy v0.8.40
55412026-05-05T21:25:16.300Z Fresh thiserror v2.0.18
55422026-05-05T21:25:16.300Z Fresh schemars_derive v0.8.22
55432026-05-05T21:25:16.300Z Fresh futures-util v0.3.32
55442026-05-05T21:25:16.300Z Fresh thiserror v1.0.69
55452026-05-05T21:25:16.300Z Fresh tracing v0.1.44
55462026-05-05T21:25:16.300Z Fresh httparse v1.10.1
55472026-05-05T21:25:16.300Z Fresh crossbeam-utils v0.8.21
55482026-05-05T21:25:16.301Z Fresh time-macros v0.2.27
55492026-05-05T21:25:16.301Z Fresh deranged v0.5.8
55502026-05-05T21:25:16.301Z Fresh anstream v0.6.21
55512026-05-05T21:25:16.301Z Fresh atomic-waker v1.1.2
55522026-05-05T21:25:16.301Z Fresh terminal_size v0.4.3
55532026-05-05T21:25:16.301Z Fresh httpdate v1.0.3
55542026-05-05T21:25:16.301Z Fresh try-lock v0.2.5
55552026-05-05T21:25:16.301Z Fresh cmake v0.1.57
55562026-05-05T21:25:16.301Z Fresh pem-rfc7468 v0.7.0
55572026-05-05T21:25:16.301Z Fresh dunce v1.0.5
55582026-05-05T21:25:16.301Z Fresh fs_extra v1.3.0
55592026-05-05T21:25:16.301Z Fresh tower-layer v0.3.3
55602026-05-05T21:25:16.301Z Fresh tower-service v0.3.3
55612026-05-05T21:25:16.301Z Fresh clap_lex v1.0.0
55622026-05-05T21:25:16.301Z Fresh pin-utils v0.1.0
55632026-05-05T21:25:16.301Z Fresh rand_core v0.9.5
55642026-05-05T21:25:16.301Z Fresh clap_derive v4.5.55
55652026-05-05T21:25:16.301Z Fresh der_derive v0.7.3
55662026-05-05T21:25:16.301Z Fresh bytes v1.11.1
55672026-05-05T21:25:16.301Z Fresh zerofrom v0.1.6
55682026-05-05T21:25:16.302Z Fresh chrono v0.4.44
55692026-05-05T21:25:16.302Z Fresh generic-array v0.14.7
55702026-05-05T21:25:16.302Z Fresh ppv-lite86 v0.2.21
55712026-05-05T21:25:16.302Z Fresh serde_tokenstream v0.2.3
55722026-05-05T21:25:16.302Z Fresh ipnet v2.11.0
55732026-05-05T21:25:16.302Z Fresh rustls-pki-types v1.14.0
55742026-05-05T21:25:16.302Z Fresh time v0.3.47
55752026-05-05T21:25:16.302Z Fresh want v0.3.1
55762026-05-05T21:25:16.302Z Fresh clap_builder v4.5.60
55772026-05-05T21:25:16.302Z Fresh flagset v0.4.7
55782026-05-05T21:25:16.302Z Fresh erased-serde v0.3.31
55792026-05-05T21:25:16.302Z Fresh unicode-segmentation v1.12.0
55802026-05-05T21:25:16.302Z Fresh spin v0.9.8
55812026-05-05T21:25:16.302Z Fresh foldhash v0.2.0
55822026-05-05T21:25:16.302Z Fresh vcpkg v0.2.15
55832026-05-05T21:25:16.302Z Fresh ucd-trie v0.1.7
55842026-05-05T21:25:16.302Z Fresh async-trait v0.1.89
55852026-05-05T21:25:16.302Z Fresh pretty-hex v0.4.1
55862026-05-05T21:25:16.302Z Fresh untrusted v0.7.1
55872026-05-05T21:25:16.302Z Fresh serde_urlencoded v0.7.1
55882026-05-05T21:25:16.302Z Fresh fastrand v2.3.0
55892026-05-05T21:25:16.302Z Fresh plain v0.2.3
55902026-05-05T21:25:16.302Z Fresh openssl-probe v0.2.1
55912026-05-05T21:25:16.302Z Fresh hex v0.4.3
55922026-05-05T21:25:16.306Z Fresh yoke v0.8.1
55932026-05-05T21:25:16.306Z Fresh tokio v1.52.1
55942026-05-05T21:25:16.306Z Fresh crypto-common v0.1.7
55952026-05-05T21:25:16.306Z Fresh block-buffer v0.10.4
55962026-05-05T21:25:16.306Z Fresh http v1.4.0
55972026-05-05T21:25:16.306Z Fresh ring v0.17.14
55982026-05-05T21:25:16.307Z Fresh block-padding v0.3.3
55992026-05-05T21:25:16.307Z Fresh clap v4.5.60
56002026-05-05T21:25:16.307Z Fresh der v0.7.10
56012026-05-05T21:25:16.307Z Fresh slog v2.8.2
56022026-05-05T21:25:16.307Z Fresh rand_chacha v0.9.0
56032026-05-05T21:25:16.307Z Fresh hashbrown v0.16.1
56042026-05-05T21:25:16.307Z Fresh pest v2.8.6
56052026-05-05T21:25:16.307Z Fresh openapiv3 v2.2.0
56062026-05-05T21:25:16.307Z Fresh tempfile v3.25.0
56072026-05-05T21:25:16.307Z Fresh rand_chacha v0.3.1
56082026-05-05T21:25:16.307Z Fresh rustc_version v0.4.1
56092026-05-05T21:25:16.307Z Fresh winnow v0.7.14
56102026-05-05T21:25:16.307Z Fresh rustls-native-certs v0.8.3
56112026-05-05T21:25:16.307Z Fresh sync_wrapper v1.0.2
56122026-05-05T21:25:16.307Z Fresh simd-adler32 v0.3.8
56132026-05-05T21:25:16.307Z Fresh webpki-roots v1.0.6
56142026-05-05T21:25:16.307Z Fresh adler2 v2.0.1
56152026-05-05T21:25:16.307Z Fresh iri-string v0.7.10
56162026-05-05T21:25:16.307Z Fresh darling_core v0.21.3
56172026-05-05T21:25:16.307Z Fresh mime v0.3.17
56182026-05-05T21:25:16.307Z Fresh static_assertions v1.1.0
56192026-05-05T21:25:16.307Z Fresh zerovec v0.11.5
56202026-05-05T21:25:16.308Z Fresh zerotrie v0.2.3
56212026-05-05T21:25:16.308Z Fresh digest v0.10.7
56222026-05-05T21:25:16.308Z Fresh tokio-util v0.7.18
56232026-05-05T21:25:16.308Z Fresh inout v0.1.4
56242026-05-05T21:25:16.308Z Fresh http-body v1.0.1
56252026-05-05T21:25:16.308Z Fresh camino v1.2.2
56262026-05-05T21:25:16.308Z Fresh rand v0.9.2
56272026-05-05T21:25:16.308Z Fresh aws-lc-sys v0.37.1
56282026-05-05T21:25:16.308Z Fresh pest_meta v2.8.6
56292026-05-05T21:25:16.308Z Fresh spki v0.7.3
56302026-05-05T21:25:16.308Z Fresh rand v0.8.5
56312026-05-05T21:25:16.308Z Fresh tower v0.5.3
56322026-05-05T21:25:16.308Z Fresh miniz_oxide v0.8.9
56332026-05-05T21:25:16.308Z Fresh darling_macro v0.21.3
56342026-05-05T21:25:16.308Z Fresh lazy_static v1.5.0
56352026-05-05T21:25:16.308Z Fresh serde_spanned v0.6.9
56362026-05-05T21:25:16.308Z Fresh toml_datetime v0.6.11
56372026-05-05T21:25:16.308Z Fresh hubpack_derive v0.1.1
56382026-05-05T21:25:16.308Z Fresh scroll_derive v0.13.1
56392026-05-05T21:25:16.308Z Fresh strum_macros v0.26.4
56402026-05-05T21:25:16.308Z Fresh encoding_rs v0.8.35
56412026-05-05T21:25:16.308Z Fresh toml_parser v1.0.9+spec-1.1.0
56422026-05-05T21:25:16.308Z Fresh foreign-types-shared v0.1.1
56432026-05-05T21:25:16.308Z Fresh zlib-rs v0.6.2
56442026-05-05T21:25:16.308Z Fresh heck v0.4.1
56452026-05-05T21:25:16.308Z Fresh tinystr v0.8.2
56462026-05-05T21:25:16.310Z Fresh potential_utf v0.1.4
56472026-05-05T21:25:16.310Z Fresh cipher v0.4.4
56482026-05-05T21:25:16.310Z Fresh sha2 v0.10.9
56492026-05-05T21:25:16.310Z Fresh h2 v0.4.13
56502026-05-05T21:25:16.310Z Fresh hmac v0.12.1
56512026-05-05T21:25:16.310Z Fresh http-body-util v0.1.3
56522026-05-05T21:25:16.310Z Fresh aws-lc-rs v1.16.0
56532026-05-05T21:25:16.310Z Fresh pest_generator v2.8.6
56542026-05-05T21:25:16.310Z Fresh tower-http v0.6.8
56552026-05-05T21:25:16.310Z Fresh darling v0.21.3
56562026-05-05T21:25:16.310Z Fresh crc32fast v1.5.0
56572026-05-05T21:25:16.310Z Fresh signature v2.2.0
56582026-05-05T21:25:16.310Z Fresh hubpack v0.1.2
56592026-05-05T21:25:16.310Z Fresh scroll v0.13.0
56602026-05-05T21:25:16.310Z Fresh paste v1.0.15
56612026-05-05T21:25:16.310Z Fresh strum v0.26.3
56622026-05-05T21:25:16.310Z Fresh foreign-types v0.3.2
56632026-05-05T21:25:16.310Z Fresh sha1 v0.10.6
56642026-05-05T21:25:16.310Z Fresh openssl-sys v0.9.114
56652026-05-05T21:25:16.310Z Fresh openssl-macros v0.1.1
56662026-05-05T21:25:16.310Z Fresh thread-id v5.1.0
56672026-05-05T21:25:16.310Z Fresh tinyvec_macros v0.1.1
56682026-05-05T21:25:16.314Z Fresh num-integer v0.1.46
56692026-05-05T21:25:16.314Z Fresh memmap2 v0.9.10
56702026-05-05T21:25:16.314Z Fresh litrs v1.0.0
56712026-05-05T21:25:16.314Z Fresh data-encoding v2.10.0
56722026-05-05T21:25:16.314Z Fresh icu_locale_core v2.1.1
56732026-05-05T21:25:16.314Z Fresh icu_collections v2.1.1
56742026-05-05T21:25:16.314Z Fresh hyper v1.8.1
56752026-05-05T21:25:16.314Z Fresh rustls-webpki v0.103.9
56762026-05-05T21:25:16.314Z Fresh pest_derive v2.8.6
56772026-05-05T21:25:16.314Z Fresh pbkdf2 v0.12.2
56782026-05-05T21:25:16.314Z Fresh aes v0.8.4
56792026-05-05T21:25:16.314Z Fresh salsa20 v0.10.2
56802026-05-05T21:25:16.314Z Fresh cbc v0.1.2
56812026-05-05T21:25:16.314Z Fresh goblin v0.10.5
56822026-05-05T21:25:16.314Z Fresh flate2 v1.1.9
56832026-05-05T21:25:16.314Z Fresh openssl v0.10.78
56842026-05-05T21:25:16.314Z Fresh tinyvec v1.10.0
56852026-05-05T21:25:16.314Z Fresh document-features v0.2.12
56862026-05-05T21:25:16.314Z Fresh base16ct v0.2.0
56872026-05-05T21:25:16.314Z Fresh bit-vec v0.8.0
56882026-05-05T21:25:16.314Z Fresh psl-types v2.0.11
56892026-05-05T21:25:16.314Z Fresh ff v0.13.1
56902026-05-05T21:25:16.314Z Fresh scroll_derive v0.12.1
56912026-05-05T21:25:16.314Z Fresh wait-timeout v0.2.1
56922026-05-05T21:25:16.314Z Fresh num-iter v0.1.45
56932026-05-05T21:25:16.314Z Fresh hkdf v0.12.4
56942026-05-05T21:25:16.314Z Fresh crypto-bigint v0.5.5
56952026-05-05T21:25:16.314Z Fresh crossbeam-epoch v0.9.18
56962026-05-05T21:25:16.314Z Fresh bstr v1.12.1
56972026-05-05T21:25:16.315Z Fresh zerocopy-derive v0.7.35
56982026-05-05T21:25:16.315Z Fresh quick-error v1.2.3
56992026-05-05T21:25:16.315Z Fresh icu_provider v2.1.1
57002026-05-05T21:25:16.315Z Fresh hyper-util v0.1.20
57012026-05-05T21:25:16.315Z Fresh rustls v0.23.37
57022026-05-05T21:25:16.315Z Fresh scrypt v0.11.0
57032026-05-05T21:25:16.315Z Fresh dtrace-parser v0.3.0
57042026-05-05T21:25:16.315Z Fresh dof v0.4.0
57052026-05-05T21:25:16.315Z Fresh bit-set v0.8.0
57062026-05-05T21:25:16.315Z Fresh cookie v0.18.1
57072026-05-05T21:25:16.315Z Fresh native-tls v0.2.18
57082026-05-05T21:25:16.315Z Fresh scroll v0.12.0
57092026-05-05T21:25:16.315Z Fresh group v0.13.0
57102026-05-05T21:25:16.315Z Fresh cfg_aliases v0.2.1
57112026-05-05T21:25:16.315Z Fresh siphasher v1.0.2
57122026-05-05T21:25:16.315Z Fresh rusty-fork v0.3.1
57132026-05-05T21:25:16.316Z Fresh zerocopy v0.7.35
57142026-05-05T21:25:16.316Z Fresh rand_xorshift v0.4.0
57152026-05-05T21:25:16.316Z Fresh itertools v0.13.0
57162026-05-05T21:25:16.316Z Fresh darling_core v0.20.11
57172026-05-05T21:25:16.316Z Fresh unarray v0.1.4
57182026-05-05T21:25:16.316Z Fresh winnow v0.5.40
57192026-05-05T21:25:16.316Z Fresh dtrace-parser v0.2.0
57202026-05-05T21:25:16.316Z Fresh x509-cert v0.2.5
57212026-05-05T21:25:16.316Z Fresh toml_datetime v0.7.5+spec-1.1.0
57222026-05-05T21:25:16.316Z Fresh thread-id v4.2.2
57232026-05-05T21:25:16.316Z Fresh rfc6979 v0.4.0
57242026-05-05T21:25:16.316Z Fresh icu_properties v2.1.2
57252026-05-05T21:25:16.316Z Fresh icu_normalizer v2.1.1
57262026-05-05T21:25:16.316Z Fresh tokio-rustls v0.26.4
57272026-05-05T21:25:16.316Z Fresh pkcs5 v0.7.1
57282026-05-05T21:25:16.317Z Fresh usdt-impl v0.6.0
57292026-05-05T21:25:16.317Z Fresh rustls-platform-verifier v0.6.2
57302026-05-05T21:25:16.317Z Fresh tokio-native-tls v0.3.1
57312026-05-05T21:25:16.317Z Fresh object v0.37.3
57322026-05-05T21:25:16.317Z Fresh ahash v0.8.12
57332026-05-05T21:25:16.317Z Fresh goblin v0.8.2
57342026-05-05T21:25:16.317Z Fresh darling_macro v0.20.11
57352026-05-05T21:25:16.317Z Fresh num-bigint-dig v0.8.6
57362026-05-05T21:25:16.317Z Fresh toml_edit v0.19.15
57372026-05-05T21:25:16.317Z Fresh proptest v1.10.0
57382026-05-05T21:25:16.317Z Fresh curve25519-dalek-derive v0.1.1
57392026-05-05T21:25:16.317Z Fresh serde_with_macros v3.17.0
57402026-05-05T21:25:16.317Z Fresh daft-derive v0.1.5
57412026-05-05T21:25:16.317Z Fresh env_filter v1.0.0
57422026-05-05T21:25:16.317Z Fresh toml_write v0.1.2
57432026-05-05T21:25:16.317Z Fresh keccak v0.1.6
57442026-05-05T21:25:16.317Z Fresh bitflags v1.3.2
57452026-05-05T21:25:16.317Z Fresh unicode-normalization v0.1.25
57462026-05-05T21:25:16.317Z Fresh enum-as-inner v0.6.1
57472026-05-05T21:25:16.317Z Fresh idna_adapter v1.2.1
57482026-05-05T21:25:16.317Z Fresh hyper-rustls v0.27.7
57492026-05-05T21:25:16.317Z Fresh pkcs8 v0.10.2
57502026-05-05T21:25:16.317Z Fresh usdt-macro v0.6.0
57512026-05-05T21:25:16.317Z Fresh usdt-attr-macro v0.6.0
57522026-05-05T21:25:16.317Z Fresh hyper-tls v0.6.0
57532026-05-05T21:25:16.317Z Fresh rustix v0.38.44
57542026-05-05T21:25:16.317Z Fresh dof v0.3.0
57552026-05-05T21:25:16.317Z Fresh darling v0.20.11
57562026-05-05T21:25:16.317Z Fresh memoffset v0.9.1
57572026-05-05T21:25:16.317Z Fresh curve25519-dalek v4.1.3
57582026-05-05T21:25:16.321Z Fresh toml_edit v0.22.27
57592026-05-05T21:25:16.321Z Fresh sha3 v0.10.8
57602026-05-05T21:25:16.321Z Fresh env_logger v0.11.9
57612026-05-05T21:25:16.321Z Fresh managed v0.8.0
57622026-05-05T21:25:16.321Z Fresh phf_shared v0.11.3
57632026-05-05T21:25:16.321Z Fresh cargo-platform v0.1.9
57642026-05-05T21:25:16.321Z Fresh ref-cast-impl v1.0.25
57652026-05-05T21:25:16.321Z Fresh rustc-hash v2.1.1
57662026-05-05T21:25:16.321Z Fresh precomputed-hash v0.1.1
57672026-05-05T21:25:16.321Z Fresh new_debug_unreachable v1.0.6
57682026-05-05T21:25:16.321Z Fresh foldhash v0.1.5
57692026-05-05T21:25:16.321Z Fresh fixedbitset v0.4.2
57702026-05-05T21:25:16.321Z Fresh idna v1.1.0
57712026-05-05T21:25:16.321Z Fresh sec1 v0.7.3
57722026-05-05T21:25:16.321Z Fresh usdt v0.6.0
57732026-05-05T21:25:16.321Z Fresh pkcs1 v0.7.5
57742026-05-05T21:25:16.321Z Fresh usdt-impl v0.5.0
57752026-05-05T21:25:16.321Z Fresh derive_builder_core v0.20.2
57762026-05-05T21:25:16.321Z Fresh ed25519 v2.2.3
57772026-05-05T21:25:16.321Z Fresh signal-hook v0.3.18
57782026-05-05T21:25:16.321Z Fresh nix v0.31.2
57792026-05-05T21:25:16.321Z Fresh bzip2-sys v0.1.13+1.0.8
57802026-05-05T21:25:16.321Z Fresh hashbrown v0.15.5
57812026-05-05T21:25:16.321Z Fresh zstd-sys v2.0.16+zstd.1.5.7
57822026-05-05T21:25:16.321Z Fresh string_cache v0.8.9
57832026-05-05T21:25:16.322Z Fresh cargo_metadata v0.19.2
57842026-05-05T21:25:16.322Z Fresh petgraph v0.6.5
57852026-05-05T21:25:16.322Z Fresh toml v0.7.8
57862026-05-05T21:25:16.322Z Fresh bumpalo v3.20.2
57872026-05-05T21:25:16.322Z Fresh libbz2-rs-sys v0.2.2
57882026-05-05T21:25:16.322Z Fresh lalrpop-util v0.19.12
57892026-05-05T21:25:16.322Z Fresh similar v2.7.0
57902026-05-05T21:25:16.322Z Fresh tokio-stream v0.1.18
57912026-05-05T21:25:16.322Z Fresh serde-big-array v0.5.1
57922026-05-05T21:25:16.322Z Fresh hash32 v0.2.1
57932026-05-05T21:25:16.322Z Fresh predicates-core v1.0.10
57942026-05-05T21:25:16.322Z Fresh unicode-properties v0.1.4
57952026-05-05T21:25:16.322Z Fresh unicode-bidi v0.3.18
57962026-05-05T21:25:16.322Z Fresh url v2.5.8
57972026-05-05T21:25:16.322Z Fresh publicsuffix v2.3.0
57982026-05-05T21:25:16.322Z Fresh elliptic-curve v0.13.8
57992026-05-05T21:25:16.322Z Fresh rsa v0.9.10
58002026-05-05T21:25:16.322Z Fresh derive_builder_macro v0.20.2
58012026-05-05T21:25:16.322Z Fresh ed25519-dalek v2.2.0
58022026-05-05T21:25:16.322Z Fresh bzip2 v0.4.4
58032026-05-05T21:25:16.322Z Fresh ref-cast v1.0.25
58042026-05-05T21:25:16.322Z Fresh signal-hook-mio v0.2.5
58052026-05-05T21:25:16.322Z Fresh fs-err v3.3.0
58062026-05-05T21:25:16.322Z Fresh zstd-safe v7.2.4
58072026-05-05T21:25:16.322Z Fresh bzip2 v0.6.1
58082026-05-05T21:25:16.322Z Fresh zopfli v0.8.3
58092026-05-05T21:25:16.322Z Fresh jiff v0.2.21
58102026-05-05T21:25:16.322Z Fresh stringprep v0.1.5
58112026-05-05T21:25:16.322Z Fresh md-5 v0.10.6
58122026-05-05T21:25:16.322Z Fresh float-cmp v0.10.0
58132026-05-05T21:25:16.322Z Fresh strum_macros v0.27.2
58142026-05-05T21:25:16.322Z Fresh difflib v0.4.0
58152026-05-05T21:25:16.322Z Fresh normalize-line-endings v0.3.0
58162026-05-05T21:25:16.322Z Fresh fallible-iterator v0.2.0
58172026-05-05T21:25:16.322Z Fresh phf_shared v0.13.1
58182026-05-05T21:25:16.322Z Fresh buf-list v1.1.2
58192026-05-05T21:25:16.322Z Fresh serde_repr v0.1.20
58202026-05-05T21:25:16.322Z Fresh peg-runtime v0.8.5
58212026-05-05T21:25:16.323Z Fresh fixedbitset v0.5.7
58222026-05-05T21:25:16.323Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
58232026-05-05T21:25:16.323Z Fresh whoami v2.1.0
58242026-05-05T21:25:16.323Z Fresh is-terminal v0.4.17
58252026-05-05T21:25:16.323Z Fresh futures-executor v0.3.32
58262026-05-05T21:25:16.323Z Fresh schemars v0.8.22
58272026-05-05T21:25:16.323Z Fresh cookie_store v0.22.1
58282026-05-05T21:25:16.323Z Fresh reqwest v0.12.28
58292026-05-05T21:25:16.323Z Fresh ecdsa v0.16.9
58302026-05-05T21:25:16.323Z Fresh derive_builder v0.20.2
58312026-05-05T21:25:16.323Z Fresh zip v0.6.6
58322026-05-05T21:25:16.323Z Fresh crossterm v0.28.1
58332026-05-05T21:25:16.323Z Fresh zstd v0.13.3
58342026-05-05T21:25:16.323Z Fresh hickory-proto v0.25.2
58352026-05-05T21:25:16.323Z Fresh heapless v0.7.17
58362026-05-05T21:25:16.323Z Fresh postgres-protocol v0.6.10
58372026-05-05T21:25:16.323Z Fresh strum v0.27.2
58382026-05-05T21:25:16.323Z Fresh predicates v3.1.4
58392026-05-05T21:25:16.323Z Fresh petgraph v0.8.3
58402026-05-05T21:25:16.323Z Fresh phf v0.13.1
58412026-05-05T21:25:16.323Z Fresh futures v0.3.32
58422026-05-05T21:25:16.323Z Fresh crossbeam-channel v0.5.15
58432026-05-05T21:25:16.323Z Fresh thread_local v1.1.9
58442026-05-05T21:25:16.323Z Fresh take_mut v0.2.2
58452026-05-05T21:25:16.323Z Fresh term v1.2.1
58462026-05-05T21:25:16.323Z Fresh structmeta-derive v0.3.0
58472026-05-05T21:25:16.324Z Fresh match_cfg v0.1.0
58482026-05-05T21:25:16.324Z Fresh slog-json v2.6.1
58492026-05-05T21:25:16.324Z Fresh newtype-uuid-macros v0.1.0
58502026-05-05T21:25:16.324Z Fresh debug-ignore v1.0.5
58512026-05-05T21:25:16.324Z Fresh serde_spanned v1.0.4
58522026-05-05T21:25:16.324Z Fresh toml_writer v1.0.6+spec-1.1.0
58532026-05-05T21:25:16.324Z Fresh rustls-webpki v0.102.8
58542026-05-05T21:25:16.324Z Fresh serde_path_to_error v0.1.20
58552026-05-05T21:25:16.324Z Fresh ipnetwork v0.21.1
58562026-05-05T21:25:16.324Z Fresh reqwest v0.13.2
58572026-05-05T21:25:16.328Z Fresh newtype-uuid v1.3.2
58582026-05-05T21:25:16.328Z Fresh serde_with v3.17.0
58592026-05-05T21:25:16.328Z Fresh vergen-lib v0.1.6
58602026-05-05T21:25:16.328Z Fresh zip v4.6.1
58612026-05-05T21:25:16.328Z Fresh smoltcp v0.9.1
58622026-05-05T21:25:16.328Z Fresh postgres-types v0.2.12
58632026-05-05T21:25:16.328Z Fresh slog-term v2.9.2
58642026-05-05T21:25:16.328Z Fresh structmeta v0.3.0
58652026-05-05T21:25:16.328Z Fresh hostname v0.3.1
58662026-05-05T21:25:16.328Z Fresh async-stream-impl v0.3.6
58672026-05-05T21:25:16.328Z Fresh rustls-pemfile v2.2.0
58682026-05-05T21:25:16.328Z Fresh waitgroup v0.1.2
58692026-05-05T21:25:16.328Z Fresh hostname v0.4.2
58702026-05-05T21:25:16.328Z Fresh toml_datetime v1.0.0+spec-1.1.0
58712026-05-05T21:25:16.328Z Fresh compression-core v0.4.31
58722026-05-05T21:25:16.328Z Fresh dropshot_endpoint v0.17.0
58732026-05-05T21:25:16.328Z Fresh regress v0.10.5
58742026-05-05T21:25:16.328Z Fresh itertools v0.14.0
58752026-05-05T21:25:16.328Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58762026-05-05T21:25:16.328Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
58772026-05-05T21:25:16.328Z Fresh macaddr v1.0.1
58782026-05-05T21:25:16.328Z Fresh instant v0.1.13
58792026-05-05T21:25:16.328Z Fresh progenitor-client v0.10.0
58802026-05-05T21:25:16.328Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
58812026-05-05T21:25:16.328Z Fresh backon v1.6.0
58822026-05-05T21:25:16.328Z Fresh unicode-width v0.2.0
58832026-05-05T21:25:16.328Z Fresh oxnet v0.1.4
58842026-05-05T21:25:16.329Z Fresh vergen v9.0.6
58852026-05-05T21:25:16.329Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
58862026-05-05T21:25:16.329Z Fresh tokio-postgres v0.7.16
58872026-05-05T21:25:16.329Z Fresh slog-async v2.8.0
58882026-05-05T21:25:16.329Z Fresh slog-bunyan v2.5.0
58892026-05-05T21:25:16.329Z Fresh derive-ex v0.1.8
58902026-05-05T21:25:16.329Z Fresh rustls v0.22.4
58912026-05-05T21:25:16.329Z Fresh multer v3.1.0
58922026-05-05T21:25:16.329Z Fresh async-stream v0.3.6
58932026-05-05T21:25:16.329Z Fresh compression-codecs v0.4.37
58942026-05-05T21:25:16.329Z Fresh toml v1.0.6+spec-1.1.0
58952026-05-05T21:25:16.329Z Fresh progenitor-client v0.14.0
58962026-05-05T21:25:16.329Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58972026-05-05T21:25:16.329Z Fresh parse-display-derive v0.10.0
58982026-05-05T21:25:16.329Z Fresh backoff v0.4.0
58992026-05-05T21:25:16.329Z Fresh convert_case v0.4.0
59002026-05-05T21:25:16.329Z Fresh half v2.7.1
59012026-05-05T21:25:16.329Z Fresh ciborium-io v0.2.2
59022026-05-05T21:25:16.329Z Fresh secrecy v0.10.3
59032026-05-05T21:25:16.329Z Fresh unsafe-libyaml v0.2.11
59042026-05-05T21:25:16.329Z Fresh universal-hash v0.5.1
59052026-05-05T21:25:16.329Z Fresh regress v0.11.1
59062026-05-05T21:25:16.329Z Fresh indent_write v2.2.0
59072026-05-05T21:25:16.329Z Fresh opaque-debug v0.3.1
59082026-05-05T21:25:16.329Z Fresh aead v0.5.2
59092026-05-05T21:25:16.329Z Fresh chacha20 v0.9.1
59102026-05-05T21:25:16.329Z Fresh camino-tempfile v1.4.1
59112026-05-05T21:25:16.329Z Fresh thiserror-impl-no-std v2.0.2
59122026-05-05T21:25:16.329Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59132026-05-05T21:25:16.329Z Fresh daft v0.1.5
59142026-05-05T21:25:16.329Z Fresh test-strategy v0.4.5
59152026-05-05T21:25:16.329Z Fresh tokio-rustls v0.25.0
59162026-05-05T21:25:16.329Z Fresh async-compression v0.4.41
59172026-05-05T21:25:16.329Z Fresh parse-display v0.10.0
59182026-05-05T21:25:16.329Z Fresh progenitor-extras v0.2.0
59192026-05-05T21:25:16.329Z Fresh derive_more v0.99.20
59202026-05-05T21:25:16.329Z Fresh ciborium-ll v0.2.2
59212026-05-05T21:25:16.329Z Fresh serde_yaml v0.9.34+deprecated
59222026-05-05T21:25:16.330Z Fresh typify-impl v0.6.2
59232026-05-05T21:25:16.330Z Fresh poly1305 v0.8.0
59242026-05-05T21:25:16.330Z Fresh thiserror-no-std v2.0.2
59252026-05-05T21:25:16.330Z Fresh byte-wrapper v0.1.0
59262026-05-05T21:25:16.330Z Fresh blake2 v0.10.6
59272026-05-05T21:25:16.330Z Fresh password-hash v0.5.0
59282026-05-05T21:25:16.330Z Fresh swrite v0.1.0
59292026-05-05T21:25:16.330Z Fresh toml v0.8.23
59302026-05-05T21:25:16.330Z Fresh crossbeam-deque v0.8.6
59312026-05-05T21:25:16.330Z Fresh glob v0.3.3
59322026-05-05T21:25:16.330Z Fresh toml_edit v0.23.10+spec-1.0.0
59332026-05-05T21:25:16.330Z Fresh unicode-width v0.1.14
59342026-05-05T21:25:16.330Z Fresh tabwriter v1.4.1
59352026-05-05T21:25:16.330Z Fresh ingot-macros v0.1.1
59362026-05-05T21:25:16.330Z Fresh hash32 v0.3.1
59372026-05-05T21:25:16.330Z Fresh cobs v0.3.0
59382026-05-05T21:25:16.330Z Fresh iddqd v0.3.18
59392026-05-05T21:25:16.330Z Fresh dropshot v0.17.0
59402026-05-05T21:25:16.330Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
59412026-05-05T21:25:16.330Z Fresh ciborium v0.2.2
59422026-05-05T21:25:16.330Z Fresh typify-macro v0.6.2
59432026-05-05T21:25:16.330Z Fresh crucible-workspace-hack v0.1.0
59442026-05-05T21:25:16.330Z Fresh chacha20poly1305 v0.10.1
59452026-05-05T21:25:16.330Z Fresh vsss-rs v3.3.4
59462026-05-05T21:25:16.330Z Fresh argon2 v0.5.3
59472026-05-05T21:25:16.330Z Fresh proc-macro-crate v3.4.0
59482026-05-05T21:25:16.330Z Fresh ingot-types v0.1.2
59492026-05-05T21:25:16.330Z Fresh colored v3.1.1
59502026-05-05T21:25:16.330Z Fresh postcard v1.1.3
59512026-05-05T21:25:16.330Z Fresh proc-macro-crate v1.3.1
59522026-05-05T21:25:16.330Z Fresh foreign-types-macros v0.2.3
59532026-05-05T21:25:16.330Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
59542026-05-05T21:25:16.330Z Fresh foreign-types-shared v0.3.1
59552026-05-05T21:25:16.330Z Fresh cpufeatures v0.3.0
59562026-05-05T21:25:16.330Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59572026-05-05T21:25:16.334Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
59582026-05-05T21:25:16.334Z Fresh sigpipe v0.1.3
59592026-05-05T21:25:16.334Z Fresh cstr-argument v0.1.2
59602026-05-05T21:25:16.334Z Fresh typify v0.6.2
59612026-05-05T21:25:16.334Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
59622026-05-05T21:25:16.334Z Fresh proc-macro-error-attr v1.0.4
59632026-05-05T21:25:16.334Z Fresh rayon-core v1.13.0
59642026-05-05T21:25:16.334Z Fresh heapless v0.8.0
59652026-05-05T21:25:16.334Z Fresh ingot v0.1.1
59662026-05-05T21:25:16.334Z Fresh num_enum_derive v0.7.5
59672026-05-05T21:25:16.334Z Fresh foreign-types v0.5.0
59682026-05-05T21:25:16.334Z Fresh chacha20 v0.10.0
59692026-05-05T21:25:16.334Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59702026-05-05T21:25:16.334Z Fresh num_enum_derive v0.5.11
59712026-05-05T21:25:16.334Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59722026-05-05T21:25:16.335Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59732026-05-05T21:25:16.335Z Fresh num-derive v0.4.2
59742026-05-05T21:25:16.335Z Fresh itertools v0.12.1
59752026-05-05T21:25:16.335Z Fresh smf v0.2.3
59762026-05-05T21:25:16.335Z Fresh whoami v1.6.1
59772026-05-05T21:25:16.335Z Fresh usdt-macro v0.5.0
59782026-05-05T21:25:16.335Z Fresh usdt-attr-macro v0.5.0
59792026-05-05T21:25:16.335Z Fresh atomicwrites v0.4.4
59802026-05-05T21:25:16.335Z Fresh memmap v0.7.0
59812026-05-05T21:25:16.335Z Fresh num-rational v0.4.2
59822026-05-05T21:25:16.335Z Fresh derive-where v1.6.0
59832026-05-05T21:25:16.335Z Fresh num-complex v0.4.6
59842026-05-05T21:25:16.335Z Fresh console v0.15.11
59852026-05-05T21:25:16.335Z Fresh float-ord v0.3.2
59862026-05-05T21:25:16.335Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59872026-05-05T21:25:16.335Z Fresh progenitor-impl v0.14.0
59882026-05-05T21:25:16.335Z Fresh proc-macro-error v1.0.4
59892026-05-05T21:25:16.335Z Fresh rayon v1.11.0
59902026-05-05T21:25:16.335Z Fresh smoltcp v0.11.0
59912026-05-05T21:25:16.335Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59922026-05-05T21:25:16.335Z Fresh num_enum v0.7.5
59932026-05-05T21:25:16.335Z Fresh rand v0.10.0
59942026-05-05T21:25:16.335Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59952026-05-05T21:25:16.335Z Fresh num_enum v0.5.11
59962026-05-05T21:25:16.335Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59972026-05-05T21:25:16.335Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59982026-05-05T21:25:16.335Z Fresh usdt v0.5.0
59992026-05-05T21:25:16.335Z Fresh num v0.4.3
60002026-05-05T21:25:16.335Z Fresh newline-converter v0.3.0
60012026-05-05T21:25:16.335Z Fresh bytecount v0.6.9
60022026-05-05T21:25:16.335Z Fresh progenitor-impl v0.13.0
60032026-05-05T21:25:16.335Z Fresh progenitor-client v0.13.0
60042026-05-05T21:25:16.335Z Fresh libsw-core v0.3.2
60052026-05-05T21:25:16.335Z Fresh linear-map v1.2.0
60062026-05-05T21:25:16.335Z Fresh gethostname v0.5.0
60072026-05-05T21:25:16.335Z Fresh same-file v1.0.6
60082026-05-05T21:25:16.335Z Fresh unicode-xid v0.2.6
60092026-05-05T21:25:16.335Z Fresh async-recursion v1.1.1
60102026-05-05T21:25:16.336Z Fresh resolv-conf v0.7.6
60112026-05-05T21:25:16.336Z Fresh convert_case v0.10.0
60122026-05-05T21:25:16.336Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
60132026-05-05T21:25:16.336Z Fresh progenitor-macro v0.14.0
60142026-05-05T21:25:16.336Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60152026-05-05T21:25:16.337Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
60162026-05-05T21:25:16.337Z Fresh zone_cfg_derive v0.3.1
60172026-05-05T21:25:16.337Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
60182026-05-05T21:25:16.337Z Fresh expectorate v1.2.0
60192026-05-05T21:25:16.337Z Fresh tokio-dtrace v0.1.1
60202026-05-05T21:25:16.337Z Fresh progenitor-macro v0.13.0
60212026-05-05T21:25:16.337Z Fresh libsw v3.5.0
60222026-05-05T21:25:16.337Z Fresh walkdir v2.5.0
60232026-05-05T21:25:16.337Z Fresh unicode-linebreak v0.1.5
60242026-05-05T21:25:16.337Z Fresh smawk v0.3.2
60252026-05-05T21:25:16.337Z Fresh derive_more-impl v2.1.1
60262026-05-05T21:25:16.337Z Fresh papergrid v0.11.0
60272026-05-05T21:25:16.337Z Fresh tabled_derive v0.7.0
60282026-05-05T21:25:16.337Z Fresh globset v0.4.18
60292026-05-05T21:25:16.337Z Fresh termtree v0.5.1
60302026-05-05T21:25:16.337Z Fresh fd-lock v4.0.4
60312026-05-05T21:25:16.337Z Fresh pin-project-internal v1.1.11
60322026-05-05T21:25:16.338Z Fresh vte v0.14.1
60332026-05-05T21:25:16.338Z Fresh linked-hash-map v0.5.6
60342026-05-05T21:25:16.338Z Fresh minimal-lexical v0.2.1
60352026-05-05T21:25:16.338Z Fresh hickory-proto v0.24.4
60362026-05-05T21:25:16.338Z Fresh pem v3.0.6
60372026-05-05T21:25:16.338Z Fresh nu-ansi-term v0.50.3
60382026-05-05T21:25:16.338Z Fresh display-error-chain v0.2.2
60392026-05-05T21:25:16.338Z Fresh progenitor v0.14.0
60402026-05-05T21:25:16.338Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60412026-05-05T21:25:16.338Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
60422026-05-05T21:25:16.338Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
60432026-05-05T21:25:16.338Z Fresh zone v0.3.1
60442026-05-05T21:25:16.338Z Fresh oxide-tokio-rt v0.1.4
60452026-05-05T21:25:16.338Z Fresh progenitor v0.13.0
60462026-05-05T21:25:16.338Z Fresh owo-colors v4.3.0
60472026-05-05T21:25:16.338Z Fresh cancel-safe-futures v0.1.5
60482026-05-05T21:25:16.338Z Fresh prettyplease v0.2.37
60492026-05-05T21:25:16.338Z Fresh tabled v0.15.0
60502026-05-05T21:25:16.338Z Fresh derive_more v2.1.1
60512026-05-05T21:25:16.338Z Fresh pin-project v1.1.11
60522026-05-05T21:25:16.338Z Fresh strip-ansi-escapes v0.2.1
60532026-05-05T21:25:16.338Z Fresh lru-cache v0.1.2
60542026-05-05T21:25:16.338Z Fresh nom v7.1.3
60552026-05-05T21:25:16.338Z Fresh ar_archive_writer v0.5.1
60562026-05-05T21:25:16.338Z Fresh snafu-derive v0.8.9
60572026-05-05T21:25:16.342Z Fresh textwrap v0.16.2
60582026-05-05T21:25:16.342Z Fresh olpc-cjson v0.1.4
60592026-05-05T21:25:16.342Z Fresh serde_plain v1.0.2
60602026-05-05T21:25:16.342Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60612026-05-05T21:25:16.342Z Fresh crossterm v0.29.0
60622026-05-05T21:25:16.342Z Fresh slog-dtrace v0.3.0
60632026-05-05T21:25:16.343Z Fresh reedline v0.40.0
60642026-05-05T21:25:16.343Z Fresh hickory-resolver v0.24.4
60652026-05-05T21:25:16.343Z Fresh snafu v0.8.9
60662026-05-05T21:25:16.343Z Fresh typed-path v0.9.3
60672026-05-05T21:25:16.343Z Fresh csv-core v0.1.13
60682026-05-05T21:25:16.343Z Fresh humantime v2.3.0
60692026-05-05T21:25:16.343Z Fresh cfg_aliases v0.1.1
60702026-05-05T21:25:16.343Z Fresh highway v1.3.0
60712026-05-05T21:25:16.343Z Fresh semver v0.1.20
60722026-05-05T21:25:16.343Z Fresh nibble_vec v0.1.0
60732026-05-05T21:25:16.343Z Fresh home v0.5.12
60742026-05-05T21:25:16.343Z Fresh endian-type v0.1.2
60752026-05-05T21:25:16.343Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60762026-05-05T21:25:16.343Z Fresh phf_shared v0.12.1
60772026-05-05T21:25:16.343Z Fresh recursive-proc-macro-impl v0.1.1
60782026-05-05T21:25:16.343Z Fresh const_format_proc_macros v0.2.34
60792026-05-05T21:25:16.343Z Fresh peg-macros v0.8.5
60802026-05-05T21:25:16.343Z Fresh sqlparser_derive v0.5.0
60812026-05-05T21:25:16.343Z Fresh winnow v0.6.26
60822026-05-05T21:25:16.343Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
60832026-05-05T21:25:16.343Z Fresh tough v0.20.0
60842026-05-05T21:25:16.343Z Fresh qorb v0.4.1
60852026-05-05T21:25:16.343Z Fresh rustc_version v0.1.7
60862026-05-05T21:25:16.343Z Fresh csv v1.4.0
60872026-05-05T21:25:16.343Z Fresh radix_trie v0.2.1
60882026-05-05T21:25:16.343Z Fresh phf v0.12.1
60892026-05-05T21:25:16.343Z Fresh unicode_categories v0.1.1
60902026-05-05T21:25:16.343Z Fresh peg v0.8.5
60912026-05-05T21:25:16.343Z Fresh const_format v0.2.35
60922026-05-05T21:25:16.343Z Fresh bcs v0.1.6
60932026-05-05T21:25:16.344Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
60942026-05-05T21:25:16.344Z Fresh filetime v0.2.27
60952026-05-05T21:25:16.344Z Fresh xattr v1.6.1
60962026-05-05T21:25:16.344Z Fresh subprocess v0.2.15
60972026-05-05T21:25:16.344Z Fresh base64 v0.21.7
60982026-05-05T21:25:16.344Z Fresh headers-core v0.3.0
60992026-05-05T21:25:16.344Z Fresh yasna v0.5.2
61002026-05-05T21:25:16.344Z Fresh dropshot-api-manager-types v0.7.1
61012026-05-05T21:25:16.344Z Fresh psm v0.1.30
61022026-05-05T21:25:16.344Z Fresh chrono-tz v0.10.4
61032026-05-05T21:25:16.344Z Fresh sqlformat v0.3.5
61042026-05-05T21:25:16.344Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
61052026-05-05T21:25:16.344Z Fresh tar v0.4.45
61062026-05-05T21:25:16.344Z Fresh headers v0.4.1
61072026-05-05T21:25:16.345Z Fresh rcgen v0.12.1
61082026-05-05T21:25:16.345Z Fresh tagptr v0.2.0
61092026-05-05T21:25:16.345Z Fresh utf-8 v0.7.6
61102026-05-05T21:25:16.345Z Fresh bitfield-struct v0.6.2
61112026-05-05T21:25:16.345Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61122026-05-05T21:25:16.345Z Fresh tap v1.0.1
61132026-05-05T21:25:16.345Z Fresh zerocopy-derive v0.6.6
61142026-05-05T21:25:16.345Z Fresh crc-catalog v2.4.0
61152026-05-05T21:25:16.345Z Fresh funty v2.0.0
61162026-05-05T21:25:16.345Z Fresh packed_struct_codegen v0.10.1
61172026-05-05T21:25:16.345Z Fresh bitfield-macros v0.19.4
61182026-05-05T21:25:16.345Z Fresh stacker v0.1.23
61192026-05-05T21:25:16.345Z Fresh nix v0.28.0
61202026-05-05T21:25:16.345Z Fresh moka v0.12.13
61212026-05-05T21:25:16.345Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61222026-05-05T21:25:16.345Z Fresh tungstenite v0.21.0
61232026-05-05T21:25:16.345Z Fresh wyz v0.5.1
61242026-05-05T21:25:16.345Z Fresh crc v3.4.0
61252026-05-05T21:25:16.345Z Fresh zerocopy v0.6.6
61262026-05-05T21:25:16.345Z Fresh nodrop v0.1.14
61272026-05-05T21:25:16.345Z Fresh xshell-macros v0.2.7
61282026-05-05T21:25:16.345Z Fresh bitfield v0.19.4
61292026-05-05T21:25:16.345Z Fresh hashbrown v0.12.3
61302026-05-05T21:25:16.345Z Fresh ron v0.8.1
61312026-05-05T21:25:16.345Z Fresh hashbrown v0.13.2
61322026-05-05T21:25:16.345Z Fresh crc-any v2.5.0
61332026-05-05T21:25:16.345Z Fresh path-slash v0.1.5
61342026-05-05T21:25:16.345Z Fresh recursive v0.1.1
61352026-05-05T21:25:16.345Z Fresh newtype_derive v0.1.6
61362026-05-05T21:25:16.345Z Fresh rustyline v14.0.0
61372026-05-05T21:25:16.346Z Fresh hickory-resolver v0.25.2
61382026-05-05T21:25:16.346Z Fresh libefi-sys v0.1.0
61392026-05-05T21:25:16.346Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61402026-05-05T21:25:16.346Z Fresh tokio-tungstenite v0.21.0
61412026-05-05T21:25:16.346Z Fresh radium v0.7.0
61422026-05-05T21:25:16.346Z Fresh maybe-uninit v2.0.0
61432026-05-05T21:25:16.346Z Fresh xshell v0.2.7
61442026-05-05T21:25:16.346Z Fresh array-init v0.0.4
61452026-05-05T21:25:16.346Z Fresh indexmap v1.9.3
61462026-05-05T21:25:16.346Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61472026-05-05T21:25:16.346Z Fresh half v1.8.3
61482026-05-05T21:25:16.346Z Fresh num-derive v0.3.3
61492026-05-05T21:25:16.346Z Fresh proc-macro-error-attr2 v2.0.0
61502026-05-05T21:25:16.346Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61512026-05-05T21:25:16.346Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61522026-05-05T21:25:16.346Z Fresh papergrid v0.17.0
61532026-05-05T21:25:16.346Z Fresh testing_table v0.3.0
61542026-05-05T21:25:16.346Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61552026-05-05T21:25:16.346Z Fresh maplit v1.0.2
61562026-05-05T21:25:16.346Z Fresh fxhash v0.2.1
61572026-05-05T21:25:16.351Z Fresh crc8 v0.1.1
61582026-05-05T21:25:16.351Z Fresh unicase v2.9.0
61592026-05-05T21:25:16.351Z Fresh sqlparser v0.61.0
61602026-05-05T21:25:16.351Z Fresh steno v0.4.1
61612026-05-05T21:25:16.351Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61622026-05-05T21:25:16.351Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
61632026-05-05T21:25:16.351Z Fresh bitvec v1.0.1
61642026-05-05T21:25:16.351Z Fresh smallvec v0.6.14
61652026-05-05T21:25:16.351Z Fresh object v0.30.4
61662026-05-05T21:25:16.351Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61672026-05-05T21:25:16.351Z Fresh serde_cbor v0.11.2
61682026-05-05T21:25:16.351Z Fresh libscf-sys v1.1.0
61692026-05-05T21:25:16.351Z Fresh proc-macro-error2 v2.0.1
61702026-05-05T21:25:16.351Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61712026-05-05T21:25:16.351Z Fresh diff v0.1.13
61722026-05-05T21:25:16.351Z Fresh dsl_auto_type v0.2.0
61732026-05-05T21:25:16.351Z Fresh git-stub v1.0.0
61742026-05-05T21:25:16.351Z Fresh scheduled-thread-pool v0.2.7
61752026-05-05T21:25:16.351Z Fresh diesel_table_macro_syntax v0.3.0
61762026-05-05T21:25:16.351Z Fresh kstat-rs v0.2.4
61772026-05-05T21:25:16.352Z Fresh downcast-rs v2.0.2
61782026-05-05T21:25:16.352Z Fresh typify-impl v0.4.3
61792026-05-05T21:25:16.352Z Fresh arc-swap v1.8.2
61802026-05-05T21:25:16.352Z Fresh packed_struct v0.10.1
61812026-05-05T21:25:16.352Z Fresh serde-hex v0.1.0
61822026-05-05T21:25:16.352Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61832026-05-05T21:25:16.352Z Fresh tabled_derive v0.11.0
61842026-05-05T21:25:16.352Z Fresh git-stub-vcs v0.1.0
61852026-05-05T21:25:16.352Z Fresh r2d2 v0.8.10
61862026-05-05T21:25:16.352Z Fresh slog-scope v4.4.1
61872026-05-05T21:25:16.352Z Fresh typify-macro v0.4.3
61882026-05-05T21:25:16.352Z Fresh dirs-sys-next v0.1.2
61892026-05-05T21:25:16.352Z Fresh prefix-trie v0.7.0
61902026-05-05T21:25:16.352Z Fresh nanorand v0.7.0
61912026-05-05T21:25:16.353Z Fresh bit-vec v0.6.3
61922026-05-05T21:25:16.353Z Fresh primeorder v0.13.6
61932026-05-05T21:25:16.353Z Fresh itertools v0.10.5
61942026-05-05T21:25:16.353Z Fresh ena v0.14.4
61952026-05-05T21:25:16.353Z Fresh libloading v0.8.9
61962026-05-05T21:25:16.353Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61972026-05-05T21:25:16.353Z Fresh tabled v0.20.0
61982026-05-05T21:25:16.353Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61992026-05-05T21:25:16.353Z Fresh diesel_derives v2.3.7
62002026-05-05T21:25:16.353Z Fresh vergen-gitcl v1.0.8
62012026-05-05T21:25:16.353Z Fresh parking_lot_core v0.8.6
62022026-05-05T21:25:16.353Z Fresh slog-stdlog v4.1.1
62032026-05-05T21:25:16.353Z Fresh typify v0.4.3
62042026-05-05T21:25:16.353Z Fresh dirs-next v2.0.0
62052026-05-05T21:25:16.353Z Fresh hickory-server v0.25.2
62062026-05-05T21:25:16.354Z Fresh bit-set v0.5.3
62072026-05-05T21:25:16.354Z Fresh flume v0.11.1
62082026-05-05T21:25:16.354Z Fresh regex-syntax v0.6.29
62092026-05-05T21:25:16.354Z Fresh cexpr v0.6.0
62102026-05-05T21:25:16.354Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
62112026-05-05T21:25:16.354Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
62122026-05-05T21:25:16.354Z Fresh p384 v0.13.1
62132026-05-05T21:25:16.354Z Fresh strum_macros v0.24.3
62142026-05-05T21:25:16.354Z Fresh indoc v1.0.9
62152026-05-05T21:25:16.354Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
62162026-05-05T21:25:16.354Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
62172026-05-05T21:25:16.354Z Fresh diesel v2.3.7
62182026-05-05T21:25:16.354Z Fresh parking_lot v0.11.2
62192026-05-05T21:25:16.354Z Fresh crunchy v0.2.4
62202026-05-05T21:25:16.354Z Fresh term v0.7.0
62212026-05-05T21:25:16.354Z Fresh slog-envlogger v2.2.0
62222026-05-05T21:25:16.354Z Fresh salty v0.3.0
62232026-05-05T21:25:16.354Z Fresh clang-sys v1.8.1
62242026-05-05T21:25:16.354Z Fresh predicates-tree v1.0.13
62252026-05-05T21:25:16.354Z Fresh quick-xml v0.37.5
62262026-05-05T21:25:16.354Z Fresh oso-derive v0.27.3
62272026-05-05T21:25:16.354Z Fresh impl-trait-for-tuples v0.2.3
62282026-05-05T21:25:16.355Z Fresh openssl-probe v0.1.6
62292026-05-05T21:25:16.355Z Fresh progenitor-impl v0.11.2
62302026-05-05T21:25:16.355Z Fresh trait-variant v0.1.2
62312026-05-05T21:25:16.355Z Fresh assert_matches v1.5.0
62322026-05-05T21:25:16.355Z Fresh parse-size v1.1.0
62332026-05-05T21:25:16.355Z Fresh progenitor-impl v0.10.0
62342026-05-05T21:25:16.355Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
62352026-05-05T21:25:16.355Z Fresh sled v0.34.7
62362026-05-05T21:25:16.355Z Fresh ascii-canvas v3.0.0
62372026-05-05T21:25:16.355Z Fresh tiny-keccak v2.0.2
62382026-05-05T21:25:16.355Z Fresh bindgen v0.71.1
62392026-05-05T21:25:16.355Z Fresh libxml v0.3.3
62402026-05-05T21:25:16.355Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62412026-05-05T21:25:16.355Z Fresh fs-err v2.11.0
62422026-05-05T21:25:16.355Z Fresh progenitor-macro v0.11.2
62432026-05-05T21:25:16.355Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
62442026-05-05T21:25:16.355Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
62452026-05-05T21:25:16.355Z Fresh progenitor-client v0.11.2
62462026-05-05T21:25:16.355Z Fresh progenitor-macro v0.10.0
62472026-05-05T21:25:16.355Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62482026-05-05T21:25:16.355Z Fresh ignore v0.4.25
62492026-05-05T21:25:16.355Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62502026-05-05T21:25:16.356Z Fresh bb8 v0.8.6
62512026-05-05T21:25:16.356Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62522026-05-05T21:25:16.356Z Fresh corncobs v0.1.4
62532026-05-05T21:25:16.356Z Fresh http-range v0.1.5
62542026-05-05T21:25:16.356Z Fresh diesel-dtrace v0.5.0
62552026-05-05T21:25:16.356Z Fresh lalrpop v0.19.12
62562026-05-05T21:25:16.356Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62572026-05-05T21:25:16.360Z Fresh progenitor v0.11.2
62582026-05-05T21:25:16.360Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
62592026-05-05T21:25:16.360Z Fresh progenitor v0.10.0
62602026-05-05T21:25:16.360Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62612026-05-05T21:25:16.360Z Fresh globwalk v0.9.1
62622026-05-05T21:25:16.360Z Fresh async-bb8-diesel v0.2.1
62632026-05-05T21:25:16.360Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62642026-05-05T21:25:16.360Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62652026-05-05T21:25:16.360Z Fresh secrecy v0.8.0
62662026-05-05T21:25:16.360Z Fresh atty v0.2.14
62672026-05-05T21:25:16.360Z Fresh nonempty v0.12.0
62682026-05-05T21:25:16.360Z Fresh signal-hook-tokio v0.3.1
62692026-05-05T21:25:16.360Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62702026-05-05T21:25:16.360Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62712026-05-05T21:25:16.360Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62722026-05-05T21:25:16.360Z Fresh camino-tempfile-ext v0.3.3
62732026-05-05T21:25:16.360Z Fresh mime_guess v2.0.5
62742026-05-05T21:25:16.360Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62752026-05-05T21:25:16.360Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
62762026-05-05T21:25:16.361Z Fresh tungstenite v0.23.0
62772026-05-05T21:25:16.361Z Fresh rand_seeder v0.4.0
62782026-05-05T21:25:16.361Z Fresh void v1.0.2
62792026-05-05T21:25:16.361Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62802026-05-05T21:25:16.361Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62812026-05-05T21:25:16.361Z Fresh nix v0.27.1
62822026-05-05T21:25:16.361Z Fresh serde_bytes v0.11.19
62832026-05-05T21:25:16.361Z Fresh yansi v1.0.1
62842026-05-05T21:25:16.361Z Fresh is_ci v1.2.0
62852026-05-05T21:25:16.361Z Fresh samael v0.0.19
62862026-05-05T21:25:16.361Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62872026-05-05T21:25:16.361Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62882026-05-05T21:25:16.361Z Fresh hyper-staticfile v0.10.1
62892026-05-05T21:25:16.361Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62902026-05-05T21:25:16.361Z Fresh tokio-tungstenite v0.23.1
62912026-05-05T21:25:16.361Z Fresh lzss v0.8.2
62922026-05-05T21:25:16.361Z Fresh pretty_assertions v1.4.1
62932026-05-05T21:25:16.361Z Fresh darling_core v0.23.0
62942026-05-05T21:25:16.361Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62952026-05-05T21:25:16.361Z Fresh indoc v2.0.7
62962026-05-05T21:25:16.361Z Fresh castaway v0.2.4
62972026-05-05T21:25:16.361Z Fresh unicode-truncate v1.1.0
62982026-05-05T21:25:16.361Z Fresh lru v0.12.5
62992026-05-05T21:25:16.361Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
63002026-05-05T21:25:16.361Z Fresh cassowary v0.3.0
63012026-05-05T21:25:16.361Z Fresh console v0.16.2
63022026-05-05T21:25:16.361Z Fresh polar-core v0.27.3
63032026-05-05T21:25:16.361Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
63042026-05-05T21:25:16.361Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
63052026-05-05T21:25:16.361Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
63062026-05-05T21:25:16.361Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
63072026-05-05T21:25:16.361Z Fresh darling_macro v0.23.0
63082026-05-05T21:25:16.361Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63092026-05-05T21:25:16.361Z Fresh compact_str v0.8.1
63102026-05-05T21:25:16.361Z Fresh unit-prefix v0.5.2
63112026-05-05T21:25:16.361Z Fresh supports-color v3.0.2
63122026-05-05T21:25:16.361Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
63132026-05-05T21:25:16.361Z Fresh sct v0.7.1
63142026-05-05T21:25:16.362Z Fresh rustls-webpki v0.101.7
63152026-05-05T21:25:16.362Z Fresh oso v0.27.3
63162026-05-05T21:25:16.362Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
63172026-05-05T21:25:16.362Z Fresh darling v0.23.0
63182026-05-05T21:25:16.362Z Fresh libz-sys v1.1.24
63192026-05-05T21:25:16.362Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63202026-05-05T21:25:16.362Z Fresh indicatif v0.18.4
63212026-05-05T21:25:16.362Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
63222026-05-05T21:25:16.362Z Fresh toml v0.9.12+spec-1.1.0
63232026-05-05T21:25:16.362Z Fresh dropshot_endpoint v0.16.7
63242026-05-05T21:25:16.362Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63252026-05-05T21:25:16.362Z Fresh rustls-pemfile v1.0.4
63262026-05-05T21:25:16.362Z Fresh twox-hash v2.1.2
63272026-05-05T21:25:16.362Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
63282026-05-05T21:25:16.362Z Fresh instability v0.3.11
63292026-05-05T21:25:16.362Z Fresh libgit2-sys v0.18.3+1.9.2
63302026-05-05T21:25:16.362Z Fresh rustls v0.21.12
63312026-05-05T21:25:16.362Z Fresh dropshot v0.16.7
63322026-05-05T21:25:16.362Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63332026-05-05T21:25:16.362Z Fresh nix v0.29.0
63342026-05-05T21:25:16.362Z Fresh colored v2.2.0
63352026-05-05T21:25:16.362Z Fresh hex-literal v0.4.1
63362026-05-05T21:25:16.362Z Fresh shell-words v1.1.1
63372026-05-05T21:25:16.362Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
63382026-05-05T21:25:16.362Z Fresh fatfs v0.3.6
63392026-05-05T21:25:16.362Z Fresh ordered-float v2.10.1
63402026-05-05T21:25:16.362Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63412026-05-05T21:25:16.362Z Fresh seq-macro v0.3.6
63422026-05-05T21:25:16.362Z Fresh concurrent-queue v2.5.0
63432026-05-05T21:25:16.362Z Fresh parking v2.2.1
63442026-05-05T21:25:16.362Z Fresh plotters-backend v0.3.7
63452026-05-05T21:25:16.362Z Fresh cargo-platform v0.2.0
63462026-05-05T21:25:16.362Z Fresh sapling-renderdag v0.1.0
63472026-05-05T21:25:16.362Z Fresh rtoolbox v0.0.3
63482026-05-05T21:25:16.519Z Fresh cast v0.3.0
63492026-05-05T21:25:16.522Z Fresh sync-ptr v0.1.4
63502026-05-05T21:25:16.522Z 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=ccdec5485dbc4053 -C extra-filename=-d6fbcbddcf39ce81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.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`
63512026-05-05T21:25:16.522Z Fresh ratatui v0.29.0
63522026-05-05T21:25:16.526Z Fresh git2 v0.20.4
63532026-05-05T21:25:16.526Z Fresh typeid v1.0.3
63542026-05-05T21:25:16.526Z Fresh tokio-rustls v0.24.1
63552026-05-05T21:25:16.526Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63562026-05-05T21:25:16.526Z Fresh serde-value v0.7.0
63572026-05-05T21:25:16.526Z Fresh plotters-svg v0.3.7
63582026-05-05T21:25:16.526Z Fresh event-listener v5.4.1
63592026-05-05T21:25:16.526Z Fresh criterion-plot v0.6.0
63602026-05-05T21:25:16.526Z Fresh rpassword v7.4.0
63612026-05-05T21:25:16.526Z Fresh tinytemplate v1.2.1
63622026-05-05T21:25:16.526Z Fresh oorandom v11.1.5
63632026-05-05T21:25:16.526Z Fresh anes v0.1.6
63642026-05-05T21:25:16.526Z Fresh futures-timer v3.0.3
63652026-05-05T21:25:16.526Z Fresh polyval v0.6.2
63662026-05-05T21:25:16.526Z Fresh gimli v0.32.3
63672026-05-05T21:25:16.526Z Fresh ctr v0.9.2
63682026-05-05T21:25:16.526Z Fresh serde_regex v1.1.0
63692026-05-05T21:25:16.526Z Fresh assert-json-diff v2.0.2
63702026-05-05T21:25:16.526Z Fresh path-tree v0.8.3
63712026-05-05T21:25:16.530Z Fresh vergen-git2 v1.0.7
63722026-05-05T21:25:16.530Z Fresh erased-serde v0.4.9
63732026-05-05T21:25:16.530Z Fresh petname v2.0.2
63742026-05-05T21:25:16.530Z Fresh event-listener-strategy v0.5.4
63752026-05-05T21:25:16.530Z Fresh tui-tree-widget v0.23.1
63762026-05-05T21:25:16.530Z Fresh plotters v0.3.7
63772026-05-05T21:25:16.531Z Fresh ghash v0.5.1
63782026-05-05T21:25:16.531Z Fresh addr2line v0.25.1
63792026-05-05T21:25:16.531Z Fresh rustc-demangle v0.1.27
63802026-05-05T21:25:16.531Z Fresh stringmetrics v2.2.2
63812026-05-05T21:25:16.531Z Fresh ssh-encoding v0.2.0
63822026-05-05T21:25:16.531Z Fresh blowfish v0.9.1
63832026-05-05T21:25:16.531Z Fresh constant_time_eq v0.4.2
63842026-05-05T21:25:16.531Z Fresh arrayvec v0.7.6
63852026-05-05T21:25:16.531Z Fresh arrayref v0.3.9
63862026-05-05T21:25:16.531Z Fresh supports-color v2.1.0
63872026-05-05T21:25:16.531Z Fresh textwrap v0.15.2
63882026-05-05T21:25:16.531Z Fresh supports-unicode v2.1.0
63892026-05-05T21:25:16.531Z Fresh supports-hyperlinks v2.1.0
63902026-05-05T21:25:16.531Z Fresh hashbrown v0.14.5
63912026-05-05T21:25:16.531Z Fresh password-hash v0.4.2
63922026-05-05T21:25:16.532Z Fresh miette-derive v5.10.0
63932026-05-05T21:25:16.532Z Fresh cargo-platform v0.3.2
63942026-05-05T21:25:16.532Z Fresh terminal_size v0.1.17
63952026-05-05T21:25:16.535Z Fresh serde-untagged v0.1.9
63962026-05-05T21:25:16.535Z Fresh criterion v0.7.0
63972026-05-05T21:25:16.535Z Fresh async-lock v3.4.2
63982026-05-05T21:25:16.535Z Fresh aes-gcm v0.10.3
63992026-05-05T21:25:16.535Z Fresh backtrace v0.3.76
64002026-05-05T21:25:16.535Z Fresh target-lexicon v0.13.3
64012026-05-05T21:25:16.535Z Fresh bcrypt-pbkdf v0.10.0
64022026-05-05T21:25:16.535Z Fresh owo-colors v3.5.0
64032026-05-05T21:25:16.536Z Fresh cargo_metadata v0.23.1
64042026-05-05T21:25:16.536Z Fresh chumsky v0.9.3
64052026-05-05T21:25:16.536Z Fresh pbkdf2 v0.11.0
64062026-05-05T21:25:16.536Z Fresh p521 v0.13.3
64072026-05-05T21:25:16.536Z Fresh p256 v0.13.2
64082026-05-05T21:25:16.536Z Fresh knuffel-derive v3.2.0
64092026-05-05T21:25:16.536Z Fresh pathdiff v0.2.3
64102026-05-05T21:25:16.536Z Fresh russh-cryptovec v0.7.3
64112026-05-05T21:25:16.536Z Fresh md5 v0.7.0
64122026-05-05T21:25:16.536Z Fresh nested v0.1.1
64132026-05-05T21:25:16.536Z Fresh cargo-util-schemas v0.8.2
64142026-05-05T21:25:16.536Z Fresh async-object-pool v0.2.0
64152026-05-05T21:25:16.536Z Fresh ssh-cipher v0.2.0
64162026-05-05T21:25:16.536Z Fresh cfg-expr v0.20.6
64172026-05-05T21:25:16.536Z Fresh guppy-workspace-hack v0.1.0
64182026-05-05T21:25:16.536Z Fresh backtrace-ext v0.2.1
64192026-05-05T21:25:16.536Z Fresh httptest v0.16.4
64202026-05-05T21:25:16.536Z Fresh des v0.8.1
64212026-05-05T21:25:16.536Z Fresh num-bigint v0.4.6
64222026-05-05T21:25:16.536Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64232026-05-05T21:25:16.536Z Fresh hickory-client v0.25.2
64242026-05-05T21:25:16.536Z Fresh similar-asserts v1.7.0
64252026-05-05T21:25:16.536Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64262026-05-05T21:25:16.536Z Fresh socket2 v0.5.10
64272026-05-05T21:25:16.536Z Fresh internet-checksum v0.2.1
64282026-05-05T21:25:16.536Z Fresh topological-sort v0.2.2
64292026-05-05T21:25:16.536Z Fresh escape8259 v0.5.3
64302026-05-05T21:25:16.536Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
64312026-05-05T21:25:16.559Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
64322026-05-05T21:25:16.562Z Fresh cargo_metadata v0.21.0
64332026-05-05T21:25:16.562Z Fresh httpmock v0.8.3
64342026-05-05T21:25:16.562Z Fresh target-spec v3.5.7
64352026-05-05T21:25:16.562Z Fresh miette v5.10.0
64362026-05-05T21:25:16.562Z Fresh ssh-key v0.6.7
64372026-05-05T21:25:16.562Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64382026-05-05T21:25:16.562Z Fresh blake3 v1.8.3
64392026-05-05T21:25:16.562Z Fresh libtest-mimic v0.8.1
64402026-05-05T21:25:16.562Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64412026-05-05T21:25:16.566Z Compiling tokio-test v0.4.5
64422026-05-05T21:25:16.566Z Fresh fancy-regex v0.14.0
64432026-05-05T21:25:16.583Z Fresh support-bundle-viewer v0.1.2
64442026-05-05T21:25:16.586Z 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/018ae6f/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=39c10e3098ff80cb -C extra-filename=-ba3fb81f4bed7ec8 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/ssl-3/lib/amd64`
64452026-05-05T21:25:16.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4941c08cf7f64b90 -C extra-filename=-997b12e471dc74a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
64462026-05-05T21:25:16.586Z Fresh knuffel v3.2.0
64472026-05-05T21:25:16.586Z Fresh russh-keys v0.45.0
64482026-05-05T21:25:16.586Z Fresh guppy v0.17.25
64492026-05-05T21:25:16.586Z Fresh omicron-zone-package v0.12.2
64502026-05-05T21:25:16.586Z Fresh target-triple v1.0.0
64512026-05-05T21:25:16.586Z Fresh datatest-stable v0.3.3
64522026-05-05T21:25:16.590Z Fresh assert_cmd v2.1.2
64532026-05-05T21:25:16.590Z Fresh multimap v0.10.1
64542026-05-05T21:25:16.590Z Fresh approx v0.5.1
64552026-05-05T21:25:16.590Z Fresh uzers v0.12.2
64562026-05-05T21:25:16.590Z Fresh relative-path v1.9.3
64572026-05-05T21:25:16.590Z Fresh termcolor v1.4.1
64582026-05-05T21:25:16.590Z Fresh blake2b_simd v1.0.4
64592026-05-05T21:25:16.590Z Fresh partial-io v0.5.4
64602026-05-05T21:25:16.590Z Fresh russh v0.45.0
64612026-05-05T21:25:16.590Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64622026-05-05T21:25:16.590Z Fresh rstest_macros v0.25.0
64632026-05-05T21:25:16.590Z Fresh trybuild v1.0.116
64642026-05-05T21:25:16.590Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64652026-05-05T21:25:16.590Z Fresh linkme-impl v0.3.35
64662026-05-05T21:25:16.590Z Fresh rand_distr v0.5.1
64672026-05-05T21:25:16.590Z Fresh drift v0.1.3
64682026-05-05T21:25:16.593Z Fresh constant_time_eq v0.3.1
64692026-05-05T21:25:16.593Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64702026-05-05T21:25:16.593Z Fresh cargo_toml v0.21.0
64712026-05-05T21:25:16.593Z Fresh termios v0.3.3
64722026-05-05T21:25:16.593Z Fresh dropshot-api-manager v0.7.1
64732026-05-05T21:25:16.593Z Fresh linkme v0.3.35
64742026-05-05T21:25:16.595Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64752026-05-05T21:25:16.595Z Fresh rust-argon2 v2.1.0
64762026-05-05T21:25:16.595Z Fresh rstest v0.25.0
64772026-05-05T21:25:16.595Z Fresh schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
64782026-05-05T21:25:16.595Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64792026-05-05T21:25:16.595Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64802026-05-05T21:25:16.595Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64812026-05-05T21:25:16.595Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64822026-05-05T21:25:16.595Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64832026-05-05T21:25:16.599Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64842026-05-05T21:25:16.599Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64852026-05-05T21:25:16.599Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64862026-05-05T21:25:16.599Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64872026-05-05T21:25:16.599Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64882026-05-05T21:25:16.599Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
64892026-05-05T21:25:16.599Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64902026-05-05T21:25:16.599Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64912026-05-05T21:25:16.599Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64922026-05-05T21:25:16.599Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64932026-05-05T21:25:16.599Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64942026-05-05T21:25:16.599Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64952026-05-05T21:25:16.599Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64962026-05-05T21:25:16.599Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64972026-05-05T21:25:16.599Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64982026-05-05T21:25:16.599Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64992026-05-05T21:25:16.599Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
65002026-05-05T21:25:16.602Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
65012026-05-05T21:25:16.602Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
65022026-05-05T21:25:16.602Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
65032026-05-05T21:25:16.602Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
65042026-05-05T21:25:16.602Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
65052026-05-05T21:25:16.602Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
65062026-05-05T21:25:16.602Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
65072026-05-05T21:25:16.602Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
65082026-05-05T21:25:16.602Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
65092026-05-05T21:25:16.602Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
65102026-05-05T21:25:16.602Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
65112026-05-05T21:25:16.602Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
65122026-05-05T21:25:16.602Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65132026-05-05T21:25:16.602Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
65142026-05-05T21:25:16.606Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
65152026-05-05T21:25:16.606Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
65162026-05-05T21:25:16.606Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
65172026-05-05T21:25:16.606Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
65182026-05-05T21:25:16.606Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
65192026-05-05T21:25:16.606Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
65202026-05-05T21:25:16.606Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65212026-05-05T21:25:16.606Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
65222026-05-05T21:25:16.606Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
65232026-05-05T21:25:16.606Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
65242026-05-05T21:25:16.606Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
65252026-05-05T21:25:16.606Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
65262026-05-05T21:25:16.606Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
65272026-05-05T21:25:16.606Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
65282026-05-05T21:25:16.606Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
65292026-05-05T21:25:16.606Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
65302026-05-05T21:25:16.606Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
65312026-05-05T21:25:16.606Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65322026-05-05T21:25:16.606Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
65332026-05-05T21:25:16.606Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
65342026-05-05T21:25:16.606Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
65352026-05-05T21:25:16.606Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
65362026-05-05T21:25:16.717Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65372026-05-05T21:25:16.717Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65382026-05-05T21:25:16.717Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
65392026-05-05T21:25:16.717Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65402026-05-05T21:25:16.717Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65412026-05-05T21:25:16.717Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65422026-05-05T21:25:16.717Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65432026-05-05T21:25:16.717Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65442026-05-05T21:25:16.717Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65452026-05-05T21:25:16.717Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
65462026-05-05T21:25:16.717Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65472026-05-05T21:25:16.717Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65482026-05-05T21:25:16.717Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65492026-05-05T21:25:16.717Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65502026-05-05T21:25:16.717Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65512026-05-05T21:25:16.718Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65522026-05-05T21:25:16.718Z 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=adcecc54f7b21f14 -C extra-filename=-8b6f9c592f5e7aca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/ssl-3/lib/amd64`
65532026-05-05T21:25:16.718Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65542026-05-05T21:25:16.718Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65552026-05-05T21:25:16.718Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65562026-05-05T21:25:16.718Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65572026-05-05T21:25:16.718Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65582026-05-05T21:25:16.718Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65592026-05-05T21:25:16.718Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65602026-05-05T21:25:16.718Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65612026-05-05T21:25:16.718Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65622026-05-05T21:25:16.718Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65632026-05-05T21:25:16.718Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65642026-05-05T21:25:16.719Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65652026-05-05T21:25:16.719Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65662026-05-05T21:25:16.719Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65672026-05-05T21:25:16.719Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65682026-05-05T21:25:16.719Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65692026-05-05T21:25:16.719Z Fresh dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
65702026-05-05T21:25:16.719Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65712026-05-05T21:25:16.719Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65722026-05-05T21:25:16.719Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65732026-05-05T21:25:16.719Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65742026-05-05T21:25:16.719Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65752026-05-05T21:25:16.719Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65762026-05-05T21:25:16.720Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65772026-05-05T21:25:16.720Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65782026-05-05T21:25:16.720Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65792026-05-05T21:25:16.720Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65802026-05-05T21:25:16.720Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65812026-05-05T21:25:16.720Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65822026-05-05T21:25:16.720Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65832026-05-05T21:25:16.720Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65842026-05-05T21:25:16.720Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65852026-05-05T21:25:16.720Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65862026-05-05T21:25:16.720Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
65872026-05-05T21:25:16.720Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65882026-05-05T21:25:16.720Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
65892026-05-05T21:25:16.720Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65902026-05-05T21:25:16.720Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
65912026-05-05T21:25:16.720Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65922026-05-05T21:25:16.720Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65932026-05-05T21:25:16.720Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
65942026-05-05T21:25:16.720Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65952026-05-05T21:25:16.720Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65962026-05-05T21:25:16.720Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65972026-05-05T21:25:16.720Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65982026-05-05T21:25:16.720Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65992026-05-05T21:25:16.720Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
66002026-05-05T21:25:16.720Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
66012026-05-05T21:25:16.720Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
66022026-05-05T21:25:16.720Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66032026-05-05T21:25:16.720Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
66042026-05-05T21:25:16.720Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
66052026-05-05T21:25:16.720Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
66062026-05-05T21:25:16.720Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
66072026-05-05T21:25:16.720Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
66082026-05-05T21:25:16.720Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
66092026-05-05T21:25:16.720Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66102026-05-05T21:25:16.720Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66112026-05-05T21:25:16.720Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
66122026-05-05T21:25:16.720Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
66132026-05-05T21:25:16.720Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
66142026-05-05T21:25:16.721Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
66152026-05-05T21:25:16.721Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66162026-05-05T21:25:16.721Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
66172026-05-05T21:25:16.721Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66182026-05-05T21:25:16.721Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
66192026-05-05T21:25:16.721Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66202026-05-05T21:25:16.721Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66212026-05-05T21:25:16.721Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
66222026-05-05T21:25:16.721Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
66232026-05-05T21:25:16.721Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
66242026-05-05T21:25:16.721Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66252026-05-05T21:25:16.721Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
66262026-05-05T21:25:16.721Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66272026-05-05T21:25:16.721Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
66282026-05-05T21:25:16.721Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
66292026-05-05T21:25:16.722Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
66302026-05-05T21:25:16.722Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66312026-05-05T21:25:16.722Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66322026-05-05T21:25:16.722Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66332026-05-05T21:25:16.722Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66342026-05-05T21:25:16.722Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
66352026-05-05T21:25:16.722Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
66362026-05-05T21:25:16.726Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66372026-05-05T21:25:16.726Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66382026-05-05T21:25:16.726Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
66392026-05-05T21:25:16.726Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66402026-05-05T21:25:16.726Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
66412026-05-05T21:25:16.726Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66422026-05-05T21:25:16.726Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
66432026-05-05T21:25:16.726Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66442026-05-05T21:25:16.726Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
66452026-05-05T21:25:16.726Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66462026-05-05T21:25:16.726Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
66472026-05-05T21:25:16.726Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
66482026-05-05T21:25:16.726Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66492026-05-05T21:25:16.726Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
66502026-05-05T21:25:16.726Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66512026-05-05T21:25:16.726Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66522026-05-05T21:25:16.726Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66532026-05-05T21:25:17.276Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
66542026-05-05T21:25:17.280Z 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=909ed51200d09251 -C extra-filename=-6573f98a35f94955 --out-dir /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-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-d7accc030fa9c267.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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`
66552026-05-05T21:25:17.613Z 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=37bd93c5dab9f6e4 -C extra-filename=-69b02350dcb53cae --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.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-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-ba3fb81f4bed7ec8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66562026-05-05T21:27:41.811Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
66572026-05-05T21:27:41.815Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
66582026-05-05T21:27:41.815Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
66592026-05-05T21:27:41.835Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
66602026-05-05T21:27:41.843Z 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=46e60bb31f271d30 -C extra-filename=-7593459db326e8f1 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66612026-05-05T21:27:41.843Z 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=f41a02b4811a8a88 -C extra-filename=-96f19881a0a31834 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66622026-05-05T21:27:41.843Z 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=e277d332ed684414 -C extra-filename=-f02854330a1c0f45 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-ccfbcf8c762ccdd6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66632026-05-05T21:27:41.845Z 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=46cdc63aa951c4f3 -C extra-filename=-6bd4b1559f25bb38 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.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-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-ba3fb81f4bed7ec8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66642026-05-05T21:27:41.846Z 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=03a8fc6d596bfc86 -C extra-filename=-2f02e4cc47444b8d --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.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-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-ba3fb81f4bed7ec8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66652026-05-05T21:27:41.846Z 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=799e98d2895cb65f -C extra-filename=-e869040f92b14fd3 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
66662026-05-05T21:27:41.846Z 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=fb7ae1c574eeb8b9 -C extra-filename=-a3acc41e27190534 --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2d20d975c68e891e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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`
66672026-05-05T21:27:41.847Z 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=b19a73f22eb4f96c -C extra-filename=-c4119130ef53c26c --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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`
66682026-05-05T21:27:41.847Z 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=f78967b88d441d02 -C extra-filename=-69a8ad640053726e --out-dir /work/oxidecomputer/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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-2d20d975c68e891e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/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`
66692026-05-05T21:27:41.858Z 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=da41c6c1efc4044c -C extra-filename=-b33666b3cd5c28eb --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -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`
66702026-05-05T21:27:41.864Z 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=50f33ca307d49802 -C extra-filename=-3b886cfbde6096e7 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-ccfbcf8c762ccdd6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66712026-05-05T21:27:41.864Z 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=c68ae073e5d755c5 -C extra-filename=-9449ea61eb7ab153 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -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`
66722026-05-05T21:27:41.866Z 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=bd7ab396fb90e689 -C extra-filename=-b1323e5628efcde2 --out-dir /work/oxidecomputer/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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.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-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-ba3fb81f4bed7ec8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -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`
66732026-05-05T21:29:56.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 41s
66742026-05-05T21:29:56.630Z
66752026-05-05T21:29:56.630Zreal 4:41.648693220
66762026-05-05T21:29:56.630Zuser 19:33.880139306
66772026-05-05T21:29:56.630Zsys 3:42.980747179
66782026-05-05T21:29:56.630Ztrap 0.182147001
66792026-05-05T21:29:56.630Ztflt 0.057904934
66802026-05-05T21:29:56.630Zdflt 2.417466460
66812026-05-05T21:29:56.630Zkflt 0.000000000
66822026-05-05T21:29:56.630Zlock 1:20:37.519267261
66832026-05-05T21:29:56.630Zslp 1:19:53.253848577
66842026-05-05T21:29:56.630Zlat 1.336582457
66852026-05-05T21:29:56.633Zstop 42.760043612
66862026-05-05T21:29:56.636Z++ ls -t /home/build/.cargo/log/20260505T211735812Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260505T212514175Z-e4292872132ecfd0.jsonl
66872026-05-05T21:29:56.636Z++ head -1
66882026-05-05T21:29:56.639Z+ cp /home/build/.cargo/log/20260505T212514175Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
66892026-05-05T21:29:56.643Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66902026-05-05T21:29:56.643Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66912026-05-05T21:29:56.646Z++ mktemp -d /tmp/nextest-state.XXXXXX
66922026-05-05T21:29:56.649Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.B9aWMs
66932026-05-05T21:29:56.649Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66942026-05-05T21:29:56.649Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
66952026-05-05T21:29:56.649Z+ mkdir -p /tmp/nextest-recording-config
66962026-05-05T21:29:56.649Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66972026-05-05T21:29:56.649Z+ export NEXTEST_STATE_DIR
66982026-05-05T21:29:56.649Z+ banner test
66992026-05-05T21:29:56.652Z
67002026-05-05T21:29:56.652Z ##### ###### #### #####
67012026-05-05T21:29:56.652Z # # # #
67022026-05-05T21:29:56.652Z # ##### #### #
67032026-05-05T21:29:56.652Z # # # #
67042026-05-05T21:29:56.652Z # # # # #
67052026-05-05T21:29:56.652Z # ###### #### #
67062026-05-05T21:29:56.652Z
67072026-05-05T21:29:56.652Z+ NEXTEST_EXIT=0
67082026-05-05T21:29:56.652Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
67092026-05-05T21:29:57.942Zinfo: experimental features enabled: setup-scripts, benchmarks
67102026-05-05T21:29:59.367Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
67112026-05-05T21:29:59.561Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
67122026-05-05T21:29:59.586Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
67132026-05-05T21:29:59.617Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
67142026-05-05T21:30:10.823Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.86s
67152026-05-05T21:30:11.929Z────────────
67162026-05-05T21:30:11.930Z Nextest run ID 5e57d7ab-cd0a-4bc4-87fe-698278234b5d with nextest profile: ci
67172026-05-05T21:30:11.930Z Starting 2802 tests across 234 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
67182026-05-05T21:30:11.976Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
67192026-05-05T21:30:12.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
67202026-05-05T21:30:12.899Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
67212026-05-05T21:30:12.899Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
67222026-05-05T21:30:12.925Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
67232026-05-05T21:30:12.938Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
67242026-05-05T21:30:12.981Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
67252026-05-05T21:30:12.981Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
67262026-05-05T21:30:12.987Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
67272026-05-05T21:30:12.987Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
67282026-05-05T21:30:13.166Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
67292026-05-05T21:30:13.224Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
67302026-05-05T21:30:13.624Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
67312026-05-05T21:30:13.918Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
67322026-05-05T21:30:14.237Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
67332026-05-05T21:30:14.462Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
67342026-05-05T21:30:14.485Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
67352026-05-05T21:30:14.644Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
67362026-05-05T21:30:21.355Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
67372026-05-05T21:30:21.356Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
67382026-05-05T21:30:22.332Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
67392026-05-05T21:30:22.333Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
67402026-05-05T21:30:29.979Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67412026-05-05T21:30:39.457Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67422026-05-05T21:30:39.457Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67432026-05-05T21:30:41.046Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67442026-05-05T21:30:50.370Z Finished `test` profile [unoptimized + debuginfo] target(s) in 38.41s
67452026-05-05T21:30:50.509Z Running `target/debug/crdb-seed`
67462026-05-05T21:30:50.561ZMay 05 21:30:49.714 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpS9JnsS
67472026-05-05T21:30:50.565ZMay 05 21:30:49.715 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpMWEXs0,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpS9JnsS/listen-url --max-sql-memory 256MiB
67482026-05-05T21:30:50.566ZMay 05 21:30:49.715 INFO cockroach environment: BUILDOMAT_JOB_ID=01KQWZQRKP4NMNSWBE6Q2JMJQB 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=jmcarp/oxql-measurement-bench GITHUB_REF=refs/heads/jmcarp/oxql-measurement-bench GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=26ba9dd968782983531c6d28eff1fa5c736615fb 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-envG9zPxt 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=5e57d7ab-cd0a-4bc4-87fe-698278234b5d NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.B9aWMs 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
67492026-05-05T21:30:51.042ZMay 05 21:30:50.195 INFO cockroach pid: 10064
67502026-05-05T21:30:51.043ZMay 05 21:30:50.195 INFO cockroach listen URL: postgresql://root@[::1]:33678/omicron?sslmode=disable
67512026-05-05T21:30:51.048ZMay 05 21:30:50.198 INFO cockroach: populating
67522026-05-05T21:30:52.105ZMay 05 21:30:51.256 INFO cockroach: populated
67532026-05-05T21:30:53.113ZMay 05 21:30:52.261 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/2d086710b91861a59de967ff46488b8e5d8d78acaaef03d0b2ee372e94d26f71.tar`
67542026-05-05T21:30:53.118Z SETUP PASS [ 41.183s] crdb-seed: cargo run -p crdb-seed --profile test
67552026-05-05T21:30:53.119Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67562026-05-05T21:30:53.943Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67572026-05-05T21:30:53.948Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67582026-05-05T21:30:55.180Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67592026-05-05T21:30:56.158Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67602026-05-05T21:31:06.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
67612026-05-05T21:31:06.200Z Running `target/debug/clickhouse-cluster-dev`
67622026-05-05T21:31:06.260ZMay 05 21:31:05.411 INFO Setting up a ClickHouse cluster
67632026-05-05T21:31:06.263ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67642026-05-05T21:31:06.263ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67652026-05-05T21:31:06.263ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67662026-05-05T21:31:06.263ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67672026-05-05T21:31:06.263ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67682026-05-05T21:31:06.804ZMay 05 21:31:05.956 INFO ClickHouse server ready
67692026-05-05T21:31:06.807ZMay 05 21:31:05.957 INFO ClickHouse server ready
67702026-05-05T21:31:08.179ZMay 05 21:31:07.331 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67712026-05-05T21:31:08.186Z SETUP PASS [ 15.070s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67722026-05-05T21:31:08.219Z PASS [ 0.025s] ( 1/2802) api_identity test::test_identity_no_field
67732026-05-05T21:31:08.222Z PASS [ 0.024s] ( 2/2802) api_identity test::test_identity
67742026-05-05T21:31:08.227Z PASS [ 0.028s] ( 3/2802) authz-macros tests::test_authz_snapshots
67752026-05-05T21:31:08.234Z PASS [ 0.014s] ( 4/2802) bootstore schemes::tests::hello_roundtrip
67762026-05-05T21:31:08.248Z PASS [ 0.015s] ( 5/2802) bootstore schemes::v0::share_pkg::tests::create_packages
67772026-05-05T21:31:08.262Z PASS [ 0.014s] ( 6/2802) bootstore trust_quorum::rack_secret::tests::create_and_verify
67782026-05-05T21:31:08.267Z PASS [ 0.040s] ( 7/2802) bootstore schemes::v0::peer::tests::network_config
67792026-05-05T21:31:08.276Z PASS [ 0.014s] ( 8/2802) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67802026-05-05T21:31:09.274Z PASS [ 1.052s] ( 9/2802) bootstore schemes::v0::peer::tests::basic_3_nodes
67812026-05-05T21:31:09.326Z PASS [ 0.053s] ( 10/2802) cert-dev::test-cert-dev test_cert_create
67822026-05-05T21:31:09.390Z PASS [ 0.063s] ( 11/2802) clickana chart::tests::gather_chart_data_failure
67832026-05-05T21:31:09.405Z PASS [ 0.015s] ( 12/2802) clickana chart::tests::gather_chart_data_for_disk_usage_success
67842026-05-05T21:31:09.418Z PASS [ 0.014s] ( 13/2802) clickana chart::tests::gather_chart_data_for_memory_tracking_success
67852026-05-05T21:31:09.430Z PASS [ 0.011s] ( 14/2802) clickana chart::tests::gather_chart_data_for_query_count_success
67862026-05-05T21:31:09.442Z PASS [ 0.012s] ( 15/2802) clickana chart::tests::gather_chart_data_for_running_queries_success
67872026-05-05T21:31:09.460Z PASS [ 0.018s] ( 16/2802) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
67882026-05-05T21:31:09.476Z PASS [ 0.016s] ( 17/2802) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
67892026-05-05T21:31:09.494Z PASS [ 0.018s] ( 18/2802) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
67902026-05-05T21:31:09.513Z PASS [ 0.019s] ( 19/2802) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
67912026-05-05T21:31:09.528Z PASS [ 0.016s] ( 20/2802) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
67922026-05-05T21:31:09.547Z PASS [ 0.018s] ( 21/2802) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67932026-05-05T21:31:09.566Z PASS [ 0.019s] ( 22/2802) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67942026-05-05T21:31:09.586Z PASS [ 0.019s] ( 23/2802) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67952026-05-05T21:31:09.608Z PASS [ 0.022s] ( 24/2802) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67962026-05-05T21:31:09.613Z PASS [ 1.345s] ( 25/2802) bootstore::v0-fsm-proptest-learner run
67972026-05-05T21:31:09.636Z PASS [ 0.028s] ( 26/2802) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67982026-05-05T21:31:09.641Z PASS [ 0.029s] ( 27/2802) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67992026-05-05T21:31:09.680Z PASS [ 0.044s] ( 28/2802) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
68002026-05-05T21:31:09.691Z PASS [ 0.049s] ( 29/2802) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
68012026-05-05T21:31:09.743Z PASS [ 0.063s] ( 30/2802) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
68022026-05-05T21:31:09.761Z PASS [ 0.070s] ( 31/2802) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
68032026-05-05T21:31:09.796Z PASS [ 0.035s] ( 32/2802) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
68042026-05-05T21:31:09.808Z PASS [ 0.065s] ( 33/2802) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
68052026-05-05T21:31:09.833Z PASS [ 0.037s] ( 34/2802) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
68062026-05-05T21:31:09.844Z PASS [ 0.035s] ( 35/2802) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
68072026-05-05T21:31:09.868Z PASS [ 0.034s] ( 36/2802) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
68082026-05-05T21:31:09.878Z PASS [ 0.034s] ( 37/2802) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
68092026-05-05T21:31:09.896Z PASS [ 0.028s] ( 38/2802) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
68102026-05-05T21:31:09.907Z PASS [ 0.029s] ( 39/2802) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
68112026-05-05T21:31:09.927Z PASS [ 0.031s] ( 40/2802) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
68122026-05-05T21:31:09.944Z PASS [ 0.037s] ( 41/2802) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
68132026-05-05T21:31:09.963Z PASS [ 0.036s] ( 42/2802) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
68142026-05-05T21:31:09.975Z PASS [ 0.031s] ( 43/2802) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
68152026-05-05T21:31:09.997Z PASS [ 0.033s] ( 44/2802) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
68162026-05-05T21:31:10.009Z PASS [ 0.034s] ( 45/2802) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
68172026-05-05T21:31:10.027Z PASS [ 0.030s] ( 46/2802) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
68182026-05-05T21:31:10.041Z PASS [ 0.032s] ( 47/2802) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
68192026-05-05T21:31:10.060Z PASS [ 0.032s] ( 48/2802) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
68202026-05-05T21:31:10.072Z PASS [ 0.031s] ( 49/2802) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
68212026-05-05T21:31:10.089Z PASS [ 0.030s] ( 50/2802) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
68222026-05-05T21:31:10.114Z PASS [ 0.042s] ( 51/2802) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
68232026-05-05T21:31:10.129Z PASS [ 0.039s] ( 52/2802) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
68242026-05-05T21:31:10.132Z PASS [ 0.018s] ( 53/2802) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
68252026-05-05T21:31:10.147Z PASS [ 0.018s] ( 54/2802) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
68262026-05-05T21:31:10.150Z PASS [ 0.019s] ( 55/2802) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
68272026-05-05T21:31:10.164Z PASS [ 0.017s] ( 56/2802) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
68282026-05-05T21:31:10.171Z PASS [ 0.018s] ( 57/2802) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
68292026-05-05T21:31:10.181Z PASS [ 0.017s] ( 58/2802) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
68302026-05-05T21:31:10.215Z PASS [ 0.047s] ( 59/2802) db-dev::test-db-dev test_db_dev_populate_no_args
68312026-05-05T21:31:10.229Z PASS [ 0.048s] ( 60/2802) db-dev::test-db-dev test_db_dev_wipe_no_args
68322026-05-05T21:31:10.699Z PASS [ 2.421s] ( 61/2802) bootstore::v0-fsm-proptest-rack-coordinator run
68332026-05-05T21:31:10.765Z PASS [ 0.066s] ( 62/2802) db-macros lookup::test::test_lookup_snapshots
68342026-05-05T21:31:10.786Z PASS [ 0.021s] ( 63/2802) db-macros tests::test_derive_metadata_identity_fails_for_enums
68352026-05-05T21:31:10.811Z PASS [ 0.026s] ( 64/2802) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
68362026-05-05T21:31:10.840Z PASS [ 0.029s] ( 65/2802) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
68372026-05-05T21:31:10.870Z PASS [ 0.029s] ( 66/2802) db-macros tests::test_derive_metadata_identity_fails_without_table_name
68382026-05-05T21:31:10.898Z PASS [ 0.028s] ( 67/2802) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
68392026-05-05T21:31:10.922Z PASS [ 0.024s] ( 68/2802) db-macros tests::test_derive_snapshots
68402026-05-05T21:31:10.942Z PASS [ 0.020s] ( 69/2802) db-macros tests::test_derive_with_unknown_field
68412026-05-05T21:31:11.057Z PASS [ 0.115s] ( 70/2802) dns-server storage::test::test_update_basic
68422026-05-05T21:31:11.150Z PASS [ 0.093s] ( 71/2802) dns-server storage::test::test_update_in_progress
68432026-05-05T21:31:11.248Z PASS [ 0.097s] ( 72/2802) dns-server storage::test::test_update_interrupted
68442026-05-05T21:31:11.348Z PASS [ 0.101s] ( 73/2802) dns-server storage::test::test_zone_gets_soa_record
68452026-05-05T21:31:11.488Z PASS [ 0.140s] ( 74/2802) dns-server::basic_test a_crud
68462026-05-05T21:31:11.659Z PASS [ 0.171s] ( 75/2802) dns-server::basic_test aaaa_crud
68472026-05-05T21:31:11.817Z PASS [ 0.158s] ( 76/2802) dns-server::basic_test answers_match_question
68482026-05-05T21:31:11.957Z PASS [ 0.140s] ( 77/2802) dns-server::basic_test empty_record
68492026-05-05T21:31:12.087Z PASS [ 0.129s] ( 78/2802) dns-server::basic_test multi_record_crud
68502026-05-05T21:31:12.219Z PASS [ 0.133s] ( 79/2802) dns-server::basic_test name_contains_zone
68512026-05-05T21:31:12.355Z PASS [ 0.135s] ( 80/2802) dns-server::basic_test nxdomain
68522026-05-05T21:31:12.537Z PASS [ 0.183s] ( 81/2802) dns-server::basic_test servfail
68532026-05-05T21:31:12.720Z PASS [ 0.182s] ( 82/2802) dns-server::basic_test soa
68542026-05-05T21:31:12.887Z PASS [ 0.167s] ( 83/2802) dns-server::basic_test srv_crud
68552026-05-05T21:31:13.118Z PASS [ 0.231s] ( 84/2802) dns-server::cross_version_test cross_version_works
68562026-05-05T21:31:13.133Z PASS [ 2.918s] ( 85/2802) db-dev::test-db-dev test_db_killed
68572026-05-05T21:31:13.153Z PASS [ 0.020s] ( 86/2802) ereport-types tests::test_arb_json_deserializes
68582026-05-05T21:31:13.173Z PASS [ 0.020s] ( 87/2802) ereport-types tests::test_ena_from_str
68592026-05-05T21:31:13.192Z PASS [ 0.019s] ( 88/2802) ereport-types tests::test_ena_from_str_roundtrip
68602026-05-05T21:31:13.213Z PASS [ 0.021s] ( 89/2802) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68612026-05-05T21:31:13.231Z PASS [ 0.018s] ( 90/2802) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68622026-05-05T21:31:13.250Z PASS [ 0.019s] ( 91/2802) gfss gf256::tests::test_all_multiplication
68632026-05-05T21:31:13.269Z PASS [ 0.019s] ( 92/2802) gfss gf256::tests::test_all_multiplicative_inverses
68642026-05-05T21:31:13.288Z PASS [ 0.019s] ( 93/2802) gfss gf256::tests::test_docs_example
68652026-05-05T21:31:16.629Z PASS [ 3.510s] ( 94/2802) dnsadm::commands_test test_dnsadm
68662026-05-05T21:31:18.796Z PASS [ 2.167s] ( 95/2802) gfss shamir::tests::split_and_combine
68672026-05-05T21:31:18.815Z PASS [ 0.019s] ( 96/2802) gfss shamir::tests::test_share_reconstruction
68682026-05-05T21:31:18.844Z PASS [ 0.029s] ( 97/2802) illumos-utils destructor::test::test_delayed_delete
68692026-05-05T21:31:19.459Z PASS [ 0.615s] ( 98/2802) illumos-utils destructor::test::test_delayed_delete_with_error
68702026-05-05T21:31:19.489Z PASS [ 0.030s] ( 99/2802) illumos-utils destructor::test::test_destructor_bad_close
68712026-05-05T21:31:19.521Z PASS [ 0.031s] ( 100/2802) illumos-utils link::test::test_allocate
68722026-05-05T21:31:19.551Z PASS [ 0.030s] ( 101/2802) illumos-utils link::test::test_allocate_within_scopes
68732026-05-05T21:31:19.580Z PASS [ 0.029s] ( 102/2802) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68742026-05-05T21:31:19.611Z PASS [ 0.031s] ( 103/2802) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68752026-05-05T21:31:19.639Z PASS [ 0.028s] ( 104/2802) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68762026-05-05T21:31:19.670Z PASS [ 0.032s] ( 105/2802) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68772026-05-05T21:31:19.705Z PASS [ 0.031s] ( 106/2802) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68782026-05-05T21:31:19.742Z PASS [ 0.040s] ( 107/2802) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68792026-05-05T21:31:19.769Z PASS [ 0.027s] ( 108/2802) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68802026-05-05T21:31:19.798Z PASS [ 0.029s] ( 109/2802) illumos-utils running_zone::tests::test_is_oxide_smf_service
68812026-05-05T21:31:19.828Z PASS [ 0.029s] ( 110/2802) illumos-utils svcs::tests::test_svc_parse_empty_success
68822026-05-05T21:31:19.863Z PASS [ 0.036s] ( 111/2802) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
68832026-05-05T21:31:19.891Z PASS [ 0.028s] ( 112/2802) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
68842026-05-05T21:31:19.922Z PASS [ 0.031s] ( 113/2802) illumos-utils svcs::tests::test_svc_parse_success
68852026-05-05T21:31:19.951Z PASS [ 0.029s] ( 114/2802) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
68862026-05-05T21:31:19.978Z PASS [ 0.027s] ( 115/2802) illumos-utils svcs::tests::test_to_enabled_not_online
68872026-05-05T21:31:20.002Z PASS [ 0.024s] ( 116/2802) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
68882026-05-05T21:31:20.057Z PASS [ 0.053s] ( 117/2802) illumos-utils zfs::test::directory_mutability
68892026-05-05T21:31:20.109Z PASS [ 0.053s] ( 118/2802) illumos-utils zfs::test::get_values_of_rpool
68902026-05-05T21:31:20.135Z PASS [ 0.027s] ( 119/2802) illumos-utils zfs::test::parse_dataset_bad_avail
68912026-05-05T21:31:20.161Z PASS [ 0.026s] ( 120/2802) illumos-utils zfs::test::parse_dataset_bad_quota
68922026-05-05T21:31:20.191Z PASS [ 0.029s] ( 121/2802) illumos-utils zfs::test::parse_dataset_bad_reservation
68932026-05-05T21:31:20.225Z PASS [ 0.034s] ( 122/2802) illumos-utils zfs::test::parse_dataset_bad_usage
68942026-05-05T21:31:20.254Z PASS [ 0.029s] ( 123/2802) illumos-utils zfs::test::parse_dataset_bad_uuid
68952026-05-05T21:31:20.282Z PASS [ 0.028s] ( 124/2802) illumos-utils zfs::test::parse_dataset_missing_fields
68962026-05-05T21:31:20.313Z PASS [ 0.031s] ( 125/2802) illumos-utils zfs::test::parse_dataset_props
68972026-05-05T21:31:20.350Z PASS [ 0.037s] ( 126/2802) illumos-utils zfs::test::parse_dataset_props_with_optionals
68982026-05-05T21:31:20.390Z PASS [ 0.039s] ( 127/2802) illumos-utils zfs::test::parse_dataset_too_many_columns
68992026-05-05T21:31:20.421Z PASS [ 0.031s] ( 128/2802) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
69002026-05-05T21:31:20.458Z PASS [ 0.037s] ( 129/2802) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
69012026-05-05T21:31:20.493Z PASS [ 0.035s] ( 130/2802) illumos-utils zfs::test::parse_quota_ignored_if_default
69022026-05-05T21:31:20.527Z PASS [ 0.033s] ( 131/2802) illumos-utils zfs::test::parse_reservation_ignored_if_default
69032026-05-05T21:31:20.556Z PASS [ 0.030s] ( 132/2802) illumos-utils zfs::test::parse_sorts_and_dedups
69042026-05-05T21:31:20.594Z PASS [ 0.037s] ( 133/2802) illumos-utils zone::tests::delete_nonexistent_address
69052026-05-05T21:31:20.622Z PASS [ 0.028s] ( 134/2802) illumos-utils zone::tests::test_parse_ip_network
69062026-05-05T21:31:20.653Z PASS [ 0.031s] ( 135/2802) illumos-utils zpool::test::test_parse_zpool
69072026-05-05T21:31:20.681Z PASS [ 0.027s] ( 136/2802) illumos-utils zpool::test::test_parse_zpool_missing_column
69082026-05-05T21:31:22.358Z PASS [ 1.676s] ( 137/2802) installinator mock_peers::tests::proptest_fetch_artifact
69092026-05-05T21:31:22.391Z PASS [ 0.033s] ( 138/2802) installinator peers::tests::iter_no_preferred_preserves_btree_order
69102026-05-05T21:31:22.422Z PASS [ 0.031s] ( 139/2802) installinator peers::tests::last_known_peer_preferred
69112026-05-05T21:31:22.450Z PASS [ 0.028s] ( 140/2802) installinator peers::tests::last_known_peer_stale
69122026-05-05T21:31:23.361Z PASS [ 0.911s] ( 141/2802) installinator write::tests::proptest_write_artifact
69132026-05-05T21:31:23.447Z PASS [ 0.086s] ( 142/2802) installinator-common block_size_writer::tests::proptest_block_writer
69142026-05-05T21:31:23.463Z PASS [ 13.233s] ( 143/2802) db-dev::test-db-dev test_db_run
69152026-05-05T21:31:23.564Z PASS [ 10.275s] ( 144/2802) gfss polynomial::tests::test_polynomial_eval
69162026-05-05T21:31:23.621Z PASS [ 0.174s] ( 145/2802) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
69172026-05-05T21:31:23.644Z PASS [ 0.180s] ( 146/2802) internal-dns-resolver resolver::test::insert_and_lookup_one_record
69182026-05-05T21:31:23.702Z PASS [ 15.507s] ( 147/2802) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
69192026-05-05T21:31:23.709Z PASS [ 0.145s] ( 148/2802) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
69202026-05-05T21:31:23.831Z PASS [ 0.187s] ( 149/2802) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
69212026-05-05T21:31:23.858Z PASS [ 0.027s] ( 150/2802) internal-dns-types config::test::display_hosts
69222026-05-05T21:31:23.871Z PASS [ 0.169s] ( 151/2802) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
69232026-05-05T21:31:23.875Z PASS [ 0.251s] ( 152/2802) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
69242026-05-05T21:31:23.877Z PASS [ 0.168s] ( 153/2802) internal-dns-resolver resolver::test::update_record
69252026-05-05T21:31:23.885Z PASS [ 0.026s] ( 154/2802) internal-dns-types config::test::display_srv_service
69262026-05-05T21:31:23.899Z PASS [ 0.028s] ( 155/2802) internal-dns-types config::test::test_builder_errors
69272026-05-05T21:31:23.904Z PASS [ 0.031s] ( 156/2802) internal-dns-types config::test::test_builder_output
69282026-05-05T21:31:23.907Z PASS [ 0.029s] ( 157/2802) internal-dns-types diff::test::diff_different
69292026-05-05T21:31:23.913Z PASS [ 0.028s] ( 158/2802) internal-dns-types diff::test::diff_equivalent
69302026-05-05T21:31:23.923Z PASS [ 0.020s] ( 159/2802) ipcc tests::deserialize_fixed_value
69312026-05-05T21:31:23.926Z PASS [ 0.027s] ( 160/2802) internal-dns-types diff::test::diff_invalid
69322026-05-05T21:31:23.929Z PASS [ 0.020s] ( 161/2802) ipcc tests::installinator_image_id_round_trip
69332026-05-05T21:31:23.933Z PASS [ 0.018s] ( 162/2802) ipcc tests::serialized_size
69342026-05-05T21:31:23.944Z PASS [ 0.021s] ( 163/2802) key-manager tests::different_disks_produce_different_keys
69352026-05-05T21:31:23.949Z PASS [ 0.022s] ( 164/2802) key-manager tests::disk_encryption_key_epoch_0
69362026-05-05T21:31:23.953Z PASS [ 0.027s] ( 165/2802) key-manager tests::different_ikm_produces_different_keys
69372026-05-05T21:31:23.956Z PASS [ 0.022s] ( 166/2802) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
69382026-05-05T21:31:23.981Z PASS [ 0.037s] ( 167/2802) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
69392026-05-05T21:31:23.988Z PASS [ 0.034s] ( 168/2802) nexus-auth authn::external::session_cookie::test::test_get_token
69402026-05-05T21:31:23.997Z PASS [ 0.048s] ( 169/2802) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
69412026-05-05T21:31:24.002Z PASS [ 0.045s] ( 170/2802) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
69422026-05-05T21:31:24.022Z PASS [ 0.041s] ( 171/2802) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
69432026-05-05T21:31:24.030Z PASS [ 0.042s] ( 172/2802) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
69442026-05-05T21:31:24.039Z PASS [ 0.041s] ( 173/2802) nexus-auth authn::external::session_cookie::test::test_other_cookie
69452026-05-05T21:31:24.044Z PASS [ 0.046s] ( 174/2802) nexus-auth authn::external::session_cookie::test::test_missing_cookie
69462026-05-05T21:31:24.056Z PASS [ 0.033s] ( 175/2802) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
69472026-05-05T21:31:24.069Z PASS [ 0.038s] ( 176/2802) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
69482026-05-05T21:31:24.081Z PASS [ 0.041s] ( 177/2802) nexus-auth authn::external::session_cookie::test::test_valid_cookie
69492026-05-05T21:31:24.087Z PASS [ 0.043s] ( 178/2802) nexus-auth authn::external::spoof::test::test_make_header_value
69502026-05-05T21:31:24.095Z PASS [ 0.039s] ( 179/2802) nexus-auth authn::external::spoof::test::test_make_header_value_raw
69512026-05-05T21:31:24.105Z PASS [ 0.037s] ( 180/2802) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
69522026-05-05T21:31:24.117Z PASS [ 0.036s] ( 181/2802) nexus-auth authn::external::spoof::test::test_spoof_header_missing
69532026-05-05T21:31:24.127Z PASS [ 0.040s] ( 182/2802) nexus-auth authn::external::spoof::test::test_spoof_header_valid
69542026-05-05T21:31:24.136Z PASS [ 0.041s] ( 183/2802) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
69552026-05-05T21:31:24.146Z PASS [ 0.039s] ( 184/2802) nexus-auth authn::external::test::test_authn_sequence
69562026-05-05T21:31:24.154Z PASS [ 0.038s] ( 185/2802) nexus-auth authn::external::token::test::test_make_header_value
69572026-05-05T21:31:24.163Z PASS [ 0.036s] ( 186/2802) nexus-auth authn::external::token::test::test_token_header_bad_utf8
69582026-05-05T21:31:24.171Z PASS [ 0.035s] ( 187/2802) nexus-auth authn::external::token::test::test_token_header_missing
69592026-05-05T21:31:24.182Z PASS [ 0.036s] ( 188/2802) nexus-auth authn::external::token::test::test_token_header_valid
69602026-05-05T21:31:24.192Z PASS [ 0.037s] ( 189/2802) nexus-auth authn::test::test_internal_users
69612026-05-05T21:31:24.225Z PASS [ 0.045s] ( 190/2802) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
69622026-05-05T21:31:24.244Z PASS [ 0.063s] ( 191/2802) nexus-auth context::test::test_background_context
69632026-05-05T21:31:24.248Z PASS [ 0.081s] ( 192/2802) nexus-auth authz::context::test::test_unregistered_resource
69642026-05-05T21:31:24.258Z PASS [ 0.066s] ( 193/2802) nexus-auth context::test::test_child_context
69652026-05-05T21:31:24.277Z PASS [ 0.032s] ( 194/2802) nexus-config nexus_config::test::test_bad_authn_schemes
69662026-05-05T21:31:24.281Z PASS [ 0.036s] ( 195/2802) nexus-config nexus_config::test::test_config_bad_toml
69672026-05-05T21:31:24.284Z PASS [ 0.068s] ( 196/2802) nexus-auth context::test::test_test_context
69682026-05-05T21:31:24.287Z PASS [ 0.028s] ( 197/2802) nexus-config nexus_config::test::test_config_empty
69692026-05-05T21:31:24.305Z PASS [ 0.028s] ( 198/2802) nexus-config nexus_config::test::test_config_nonexistent
69702026-05-05T21:31:24.313Z PASS [ 0.032s] ( 199/2802) nexus-config nexus_config::test::test_deployment_config_schema
69712026-05-05T21:31:24.316Z PASS [ 0.030s] ( 200/2802) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
69722026-05-05T21:31:24.321Z PASS [ 0.034s] ( 201/2802) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69732026-05-05T21:31:24.343Z PASS [ 0.038s] ( 202/2802) nexus-config nexus_config::test::test_repo_configs_are_valid
69742026-05-05T21:31:24.353Z PASS [ 0.037s] ( 203/2802) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69752026-05-05T21:31:24.359Z PASS [ 0.038s] ( 204/2802) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69762026-05-05T21:31:24.362Z PASS [ 0.047s] ( 205/2802) nexus-config nexus_config::test::test_valid
69772026-05-05T21:31:24.370Z PASS [ 0.027s] ( 206/2802) nexus-config postgres_config::test::test_all_addresses_single_host
69782026-05-05T21:31:24.384Z PASS [ 0.031s] ( 207/2802) nexus-config postgres_config::test::test_bad_url
69792026-05-05T21:31:24.393Z PASS [ 0.034s] ( 208/2802) nexus-config postgres_config::test::test_example_url
69802026-05-05T21:31:24.396Z PASS [ 0.034s] ( 209/2802) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69812026-05-05T21:31:24.403Z PASS [ 0.033s] ( 210/2802) nexus-db-fixed-data test::test_allowlist_id_is_valid
69822026-05-05T21:31:24.413Z PASS [ 0.029s] ( 211/2802) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69832026-05-05T21:31:24.424Z PASS [ 0.030s] ( 212/2802) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69842026-05-05T21:31:24.433Z PASS [ 0.030s] ( 213/2802) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69852026-05-05T21:31:24.444Z PASS [ 0.030s] ( 214/2802) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
69862026-05-05T21:31:24.466Z PASS [ 0.042s] ( 215/2802) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
69872026-05-05T21:31:24.469Z PASS [ 0.036s] ( 216/2802) nexus-db-model bytecount::test::test_bytecount_i64_conversions
69882026-05-05T21:31:24.477Z PASS [ 0.033s] ( 217/2802) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
69892026-05-05T21:31:24.499Z PASS [ 0.033s] ( 218/2802) nexus-db-model device_auth::test::test_generate_user_code
69902026-05-05T21:31:24.505Z PASS [ 0.035s] ( 219/2802) nexus-db-model instance_state::tests::test_from_str_roundtrips
69912026-05-05T21:31:24.509Z PASS [ 0.032s] ( 220/2802) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
69922026-05-05T21:31:24.529Z PASS [ 0.030s] ( 221/2802) nexus-db-model role_assignment::tests::test_role_assignment_from_database
69932026-05-05T21:31:24.552Z PASS [ 0.043s] ( 222/2802) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
69942026-05-05T21:31:24.570Z PASS [ 0.066s] ( 223/2802) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
69952026-05-05T21:31:24.582Z PASS [ 0.053s] ( 224/2802) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
69962026-05-05T21:31:24.602Z PASS [ 0.049s] ( 225/2802) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
69972026-05-05T21:31:24.623Z PASS [ 0.053s] ( 226/2802) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
69982026-05-05T21:31:24.635Z PASS [ 0.053s] ( 227/2802) nexus-db-model schema_versions::test::test_classify_create_index
69992026-05-05T21:31:24.652Z PASS [ 0.049s] ( 228/2802) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
70002026-05-05T21:31:24.673Z PASS [ 0.050s] ( 229/2802) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
70012026-05-05T21:31:24.676Z PASS [ 0.039s] ( 230/2802) nexus-db-model schema_versions::test::test_classify_dml_ignored
70022026-05-05T21:31:24.698Z PASS [ 0.046s] ( 231/2802) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
70032026-05-05T21:31:24.708Z PASS [ 0.033s] ( 232/2802) nexus-db-model schema_versions::test::test_known_versions
70042026-05-05T21:31:24.720Z PASS [ 0.047s] ( 233/2802) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
70052026-05-05T21:31:24.749Z PASS [ 0.041s] ( 234/2802) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
70062026-05-05T21:31:24.760Z PASS [ 0.040s] ( 235/2802) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
70072026-05-05T21:31:24.790Z PASS [ 0.092s] ( 236/2802) nexus-db-model schema_versions::test::test_migration_verification_files
70082026-05-05T21:31:24.790Z PASS [ 0.041s] ( 237/2802) nexus-db-model schema_versions::test::test_one_ddl_enforcement
70092026-05-05T21:31:24.808Z PASS [ 0.047s] ( 238/2802) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
70102026-05-05T21:31:24.827Z PASS [ 0.037s] ( 239/2802) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
70112026-05-05T21:31:24.837Z PASS [ 0.047s] ( 240/2802) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
70122026-05-05T21:31:24.854Z PASS [ 0.047s] ( 241/2802) nexus-db-model schema_versions::test::test_preprocess_storing
70132026-05-05T21:31:24.871Z PASS [ 0.043s] ( 242/2802) nexus-db-model schema_versions::test::test_preprocess_type_array
70142026-05-05T21:31:24.875Z PASS [ 0.038s] ( 243/2802) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
70152026-05-05T21:31:24.887Z PASS [ 0.032s] ( 244/2802) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
70162026-05-05T21:31:24.904Z PASS [ 0.033s] ( 245/2802) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
70172026-05-05T21:31:24.907Z PASS [ 0.032s] ( 246/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
70182026-05-05T21:31:24.914Z PASS [ 0.027s] ( 247/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
70192026-05-05T21:31:24.931Z PASS [ 0.027s] ( 248/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
70202026-05-05T21:31:24.936Z PASS [ 0.029s] ( 249/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
70212026-05-05T21:31:24.942Z PASS [ 0.028s] ( 250/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
70222026-05-05T21:31:24.959Z PASS [ 0.027s] ( 251/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
70232026-05-05T21:31:24.963Z PASS [ 0.026s] ( 252/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
70242026-05-05T21:31:24.969Z PASS [ 0.026s] ( 253/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
70252026-05-05T21:31:24.983Z PASS [ 0.025s] ( 254/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
70262026-05-05T21:31:24.990Z PASS [ 0.027s] ( 255/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
70272026-05-05T21:31:24.994Z PASS [ 0.025s] ( 256/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
70282026-05-05T21:31:25.005Z PASS [ 0.021s] ( 257/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
70292026-05-05T21:31:25.012Z PASS [ 0.023s] ( 258/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
70302026-05-05T21:31:25.017Z PASS [ 0.023s] ( 259/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
70312026-05-05T21:31:25.026Z PASS [ 0.021s] ( 260/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
70322026-05-05T21:31:25.041Z PASS [ 0.029s] ( 261/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
70332026-05-05T21:31:25.045Z PASS [ 0.028s] ( 262/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
70342026-05-05T21:31:25.057Z PASS [ 0.030s] ( 263/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
70352026-05-05T21:31:25.070Z PASS [ 0.029s] ( 264/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
70362026-05-05T21:31:25.077Z PASS [ 0.032s] ( 265/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
70372026-05-05T21:31:25.093Z PASS [ 0.036s] ( 266/2802) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
70382026-05-05T21:31:25.101Z PASS [ 0.031s] ( 267/2802) nexus-db-model schema_versions::test::test_verification_query_add_constraint
70392026-05-05T21:31:25.106Z PASS [ 0.029s] ( 268/2802) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
70402026-05-05T21:31:25.123Z PASS [ 0.030s] ( 269/2802) nexus-db-model schema_versions::test::test_verification_query_create_index
70412026-05-05T21:31:25.131Z PASS [ 0.030s] ( 270/2802) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
70422026-05-05T21:31:25.140Z PASS [ 0.033s] ( 271/2802) nexus-db-model schema_versions::test::test_verify
70432026-05-05T21:31:25.157Z PASS [ 0.034s] ( 272/2802) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
70442026-05-05T21:31:25.166Z PASS [ 0.035s] ( 273/2802) nexus-db-model semver_version::test::test_to_from_sortable_string
70452026-05-05T21:31:25.171Z PASS [ 0.031s] ( 274/2802) nexus-db-model tests::test_ip_subnet_check_requestable_address
70462026-05-05T21:31:25.183Z PASS [ 0.027s] ( 275/2802) nexus-db-model tests::test_ipv6_net_random_subnet
70472026-05-05T21:31:25.195Z PASS [ 0.029s] ( 276/2802) nexus-db-model tests::test_roles_database_strings
70482026-05-05T21:31:25.201Z PASS [ 0.030s] ( 277/2802) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
70492026-05-05T21:31:25.214Z PASS [ 0.030s] ( 278/2802) nexus-db-model typed_uuid::tests::test_compare_consistency
70502026-05-05T21:31:25.230Z PASS [ 0.034s] ( 279/2802) nexus-db-model typed_uuid::tests::test_hash_equality
70512026-05-05T21:31:25.235Z PASS [ 0.034s] ( 280/2802) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
70522026-05-05T21:31:25.241Z PASS [ 0.028s] ( 281/2802) nexus-db-model vmm_state::tests::test_from_str_roundtrips
70532026-05-05T21:31:26.759Z PASS [ 18.554s] ( 282/2802) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
70542026-05-05T21:31:26.894Z PASS [ 18.695s] ( 283/2802) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
70552026-05-05T21:31:27.107Z PASS [ 2.712s] ( 284/2802) nexus-db-lookup::integration lookup::test_lookup
70562026-05-05T21:31:27.838Z PASS [ 2.608s] ( 285/2802) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
70572026-05-05T21:31:28.128Z PASS [ 2.886s] ( 286/2802) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
70582026-05-05T21:31:28.215Z PASS [ 2.980s] ( 287/2802) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
70592026-05-05T21:31:29.135Z PASS [ 2.376s] ( 288/2802) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
70602026-05-05T21:31:29.471Z PASS [ 2.577s] ( 289/2802) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
70612026-05-05T21:31:29.664Z PASS [ 21.467s] ( 290/2802) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
70622026-05-05T21:31:29.685Z PASS [ 2.578s] ( 291/2802) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
70632026-05-05T21:31:29.690Z PASS [ 21.486s] ( 292/2802) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
70642026-05-05T21:31:29.719Z PASS [ 0.054s] ( 293/2802) nexus-db-queries db::collection_attach::test::test_verify_query
70652026-05-05T21:31:30.021Z PASS [ 21.819s] ( 294/2802) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
70662026-05-05T21:31:30.219Z PASS [ 22.021s] ( 295/2802) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
70672026-05-05T21:31:30.366Z PASS [ 2.527s] ( 296/2802) nexus-db-queries db::collection_attach::test::test_attach_once
70682026-05-05T21:31:30.475Z PASS [ 22.277s] ( 297/2802) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
70692026-05-05T21:31:30.533Z PASS [ 0.058s] ( 298/2802) nexus-db-queries db::collection_detach::test::test_verify_query
70702026-05-05T21:31:30.686Z PASS [ 2.557s] ( 299/2802) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
70712026-05-05T21:31:30.760Z PASS [ 22.554s] ( 300/2802) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
70722026-05-05T21:31:30.932Z PASS [ 2.716s] ( 301/2802) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
70732026-05-05T21:31:31.199Z PASS [ 23.004s] ( 302/2802) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
70742026-05-05T21:31:31.205Z PASS [ 23.013s] ( 303/2802) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
70752026-05-05T21:31:31.312Z PASS [ 23.117s] ( 304/2802) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
70762026-05-05T21:31:31.721Z PASS [ 2.585s] ( 305/2802) nexus-db-queries db::collection_attach::test::test_attach_with_filters
70772026-05-05T21:31:31.954Z PASS [ 23.759s] ( 306/2802) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
70782026-05-05T21:31:32.002Z PASS [ 0.049s] ( 307/2802) nexus-db-queries db::collection_detach_many::test::test_verify_query
70792026-05-05T21:31:32.186Z PASS [ 2.715s] ( 308/2802) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
70802026-05-05T21:31:32.330Z PASS [ 2.639s] ( 309/2802) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
70812026-05-05T21:31:32.333Z PASS [ 2.612s] ( 310/2802) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
70822026-05-05T21:31:32.371Z PASS [ 2.686s] ( 311/2802) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
70832026-05-05T21:31:32.428Z PASS [ 0.057s] ( 312/2802) nexus-db-queries db::column_walker::test::test_walk_columns
70842026-05-05T21:31:32.450Z PASS [ 0.119s] ( 313/2802) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
70852026-05-05T21:31:32.458Z PASS [ 0.128s] ( 314/2802) nexus-db-queries db::collection_insert::test::test_verify_query
70862026-05-05T21:31:32.478Z PASS [ 0.050s] ( 315/2802) nexus-db-queries db::column_walker::test::test_walk_table
70872026-05-05T21:31:32.682Z PASS [ 2.661s] ( 316/2802) nexus-db-queries db::collection_detach::test::test_detach_once
70882026-05-05T21:31:32.957Z PASS [ 2.738s] ( 317/2802) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
70892026-05-05T21:31:33.062Z PASS [ 2.696s] ( 318/2802) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
70902026-05-05T21:31:33.301Z PASS [ 2.767s] ( 319/2802) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
70912026-05-05T21:31:33.434Z PASS [ 2.748s] ( 320/2802) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
70922026-05-05T21:31:33.562Z PASS [ 2.801s] ( 321/2802) nexus-db-queries db::collection_detach_many::test::test_detach_many
70932026-05-05T21:31:33.669Z PASS [ 2.737s] ( 322/2802) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
70942026-05-05T21:31:33.989Z PASS [ 2.790s] ( 323/2802) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
70952026-05-05T21:31:34.016Z PASS [ 2.810s] ( 324/2802) nexus-db-queries db::collection_detach_many::test::test_detach_once
70962026-05-05T21:31:34.181Z PASS [ 2.869s] ( 325/2802) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
70972026-05-05T21:31:34.437Z PASS [ 2.716s] ( 326/2802) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
70982026-05-05T21:31:34.523Z PASS [ 2.520s] ( 327/2802) nexus-db-queries db::collection_insert::test::test_collection_not_present
70992026-05-05T21:31:34.735Z PASS [ 2.548s] ( 328/2802) nexus-db-queries db::collection_insert::test::test_collection_present
71002026-05-05T21:31:36.850Z PASS [ 4.399s] ( 329/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
71012026-05-05T21:31:36.901Z PASS [ 4.442s] ( 330/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
71022026-05-05T21:31:37.105Z PASS [ 4.422s] ( 331/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
71032026-05-05T21:31:37.264Z PASS [ 29.070s] ( 332/2802) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
71042026-05-05T21:31:37.322Z PASS [ 4.364s] ( 333/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
71052026-05-05T21:31:37.911Z PASS [ 4.609s] ( 334/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
71062026-05-05T21:31:38.004Z PASS [ 4.334s] ( 335/2802) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
71072026-05-05T21:31:38.010Z PASS [ 4.448s] ( 336/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
71082026-05-05T21:31:38.117Z PASS [ 5.055s] ( 337/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
71092026-05-05T21:31:38.357Z PASS [ 4.368s] ( 338/2802) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
71102026-05-05T21:31:38.380Z PASS [ 30.187s] ( 339/2802) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
71112026-05-05T21:31:38.426Z PASS [ 4.410s] ( 340/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
71122026-05-05T21:31:38.486Z PASS [ 5.052s] ( 341/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
71132026-05-05T21:31:38.754Z PASS [ 4.572s] ( 342/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
71142026-05-05T21:31:38.933Z PASS [ 6.454s] ( 343/2802) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
71152026-05-05T21:31:38.950Z PASS [ 4.427s] ( 344/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
71162026-05-05T21:31:39.222Z PASS [ 4.486s] ( 345/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
71172026-05-05T21:31:39.231Z PASS [ 31.033s] ( 346/2802) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
71182026-05-05T21:31:40.828Z PASS [ 6.390s] ( 347/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
71192026-05-05T21:31:40.857Z PASS [ 2.739s] ( 348/2802) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
71202026-05-05T21:31:41.309Z PASS [ 4.408s] ( 349/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
71212026-05-05T21:31:41.472Z PASS [ 4.208s] ( 350/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
71222026-05-05T21:31:41.585Z PASS [ 4.263s] ( 351/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
71232026-05-05T21:31:41.827Z PASS [ 4.722s] ( 352/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
71242026-05-05T21:31:42.020Z PASS [ 5.169s] ( 353/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
71252026-05-05T21:31:42.093Z PASS [ 4.182s] ( 354/2802) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
71262026-05-05T21:31:42.399Z PASS [ 34.202s] ( 355/2802) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
71272026-05-05T21:31:42.514Z PASS [ 4.088s] ( 356/2802) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
71282026-05-05T21:31:42.683Z PASS [ 34.490s] ( 357/2802) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
71292026-05-05T21:31:42.712Z PASS [ 4.331s] ( 358/2802) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
71302026-05-05T21:31:42.737Z PASS [ 4.251s] ( 359/2802) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
71312026-05-05T21:31:42.851Z PASS [ 4.097s] ( 360/2802) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
71322026-05-05T21:31:42.874Z PASS [ 4.517s] ( 361/2802) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
71332026-05-05T21:31:42.913Z PASS [ 3.961s] ( 362/2802) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
71342026-05-05T21:31:42.963Z PASS [ 4.029s] ( 363/2802) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
71352026-05-05T21:31:43.092Z PASS [ 1.072s] ( 364/2802) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
71362026-05-05T21:31:43.166Z PASS [ 1.072s] ( 365/2802) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
71372026-05-05T21:31:43.314Z PASS [ 35.121s] ( 366/2802) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
71382026-05-05T21:31:43.368Z PASS [ 4.136s] ( 367/2802) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
71392026-05-05T21:31:43.415Z PASS [ 4.193s] ( 368/2802) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
71402026-05-05T21:31:43.445Z PASS [ 35.248s] ( 369/2802) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
71412026-05-05T21:31:43.520Z PASS [ 5.515s] ( 370/2802) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
71422026-05-05T21:31:43.619Z PASS [ 5.609s] ( 371/2802) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
71432026-05-05T21:31:43.790Z PASS [ 2.481s] ( 372/2802) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
71442026-05-05T21:31:43.806Z PASS [ 35.610s] ( 373/2802) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
71452026-05-05T21:31:44.122Z PASS [ 2.536s] ( 374/2802) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
71462026-05-05T21:31:44.230Z PASS [ 0.916s] ( 375/2802) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
71472026-05-05T21:31:44.340Z PASS [ 0.971s] ( 376/2802) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
71482026-05-05T21:31:44.489Z PASS [ 1.043s] ( 377/2802) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
71492026-05-05T21:31:44.554Z PASS [ 3.726s] ( 378/2802) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
71502026-05-05T21:31:44.728Z PASS [ 3.255s] ( 379/2802) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
71512026-05-05T21:31:44.857Z PASS [ 3.999s] ( 380/2802) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
71522026-05-05T21:31:44.986Z PASS [ 2.587s] ( 381/2802) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
71532026-05-05T21:31:45.146Z PASS [ 2.631s] ( 382/2802) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
71542026-05-05T21:31:45.176Z PASS [ 0.319s] ( 383/2802) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
71552026-05-05T21:31:45.399Z PASS [ 2.687s] ( 384/2802) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
71562026-05-05T21:31:45.400Z PASS [ 2.716s] ( 385/2802) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
71572026-05-05T21:31:45.412Z PASS [ 3.585s] ( 386/2802) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
71582026-05-05T21:31:45.434Z PASS [ 2.583s] ( 387/2802) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
71592026-05-05T21:31:45.439Z PASS [ 2.702s] ( 388/2802) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
71602026-05-05T21:31:45.481Z PASS [ 2.606s] ( 389/2802) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
71612026-05-05T21:31:45.555Z PASS [ 2.643s] ( 390/2802) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
71622026-05-05T21:31:45.587Z PASS [ 2.624s] ( 391/2802) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
71632026-05-05T21:31:45.635Z PASS [ 0.048s] ( 392/2802) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
71642026-05-05T21:31:45.712Z PASS [ 2.620s] ( 393/2802) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
71652026-05-05T21:31:45.751Z PASS [ 2.585s] ( 394/2802) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
71662026-05-05T21:31:45.997Z PASS [ 2.477s] ( 395/2802) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
71672026-05-05T21:31:46.145Z PASS [ 2.526s] ( 396/2802) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
71682026-05-05T21:31:46.219Z PASS [ 2.429s] ( 397/2802) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
71692026-05-05T21:31:46.222Z PASS [ 2.414s] ( 398/2802) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
71702026-05-05T21:31:46.445Z PASS [ 0.224s] ( 399/2802) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
71712026-05-05T21:31:46.489Z PASS [ 2.367s] ( 400/2802) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
71722026-05-05T21:31:46.564Z PASS [ 2.333s] ( 401/2802) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
71732026-05-05T21:31:46.638Z PASS [ 2.298s] ( 402/2802) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
71742026-05-05T21:31:46.688Z PASS [ 0.244s] ( 403/2802) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
71752026-05-05T21:31:46.809Z PASS [ 38.615s] ( 404/2802) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71762026-05-05T21:31:47.139Z PASS [ 3.724s] ( 405/2802) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
71772026-05-05T21:31:47.314Z PASS [ 2.327s] ( 406/2802) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
71782026-05-05T21:31:47.902Z PASS [ 39.706s] ( 407/2802) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71792026-05-05T21:31:48.546Z PASS [ 3.991s] ( 408/2802) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
71802026-05-05T21:31:48.691Z PASS [ 4.201s] ( 409/2802) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
71812026-05-05T21:31:49.098Z PASS [ 4.369s] ( 410/2802) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
71822026-05-05T21:31:49.160Z PASS [ 3.984s] ( 411/2802) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
71832026-05-05T21:31:49.222Z PASS [ 2.732s] ( 412/2802) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
71842026-05-05T21:31:49.225Z PASS [ 2.660s] ( 413/2802) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
71852026-05-05T21:31:49.249Z PASS [ 2.611s] ( 414/2802) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
71862026-05-05T21:31:49.274Z PASS [ 2.585s] ( 415/2802) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
71872026-05-05T21:31:49.334Z PASS [ 3.698s] ( 416/2802) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
71882026-05-05T21:31:49.413Z PASS [ 2.604s] ( 417/2802) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
71892026-05-05T21:31:49.530Z PASS [ 3.975s] ( 418/2802) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
71902026-05-05T21:31:49.655Z PASS [ 4.256s] ( 419/2802) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
71912026-05-05T21:31:49.770Z PASS [ 2.630s] ( 420/2802) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
71922026-05-05T21:31:49.823Z PASS [ 4.410s] ( 421/2802) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
71932026-05-05T21:31:49.847Z PASS [ 4.408s] ( 422/2802) nexus-db-queries db::datastore::deployment::tests::test_set_target
71942026-05-05T21:31:49.856Z PASS [ 4.143s] ( 423/2802) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
71952026-05-05T21:31:49.911Z PASS [ 3.913s] ( 424/2802) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
71962026-05-05T21:31:50.080Z PASS [ 4.599s] ( 425/2802) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
71972026-05-05T21:31:50.096Z PASS [ 4.697s] ( 426/2802) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
71982026-05-05T21:31:50.099Z PASS [ 2.784s] ( 427/2802) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
71992026-05-05T21:31:50.180Z PASS [ 5.034s] ( 428/2802) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
72002026-05-05T21:31:50.191Z PASS [ 3.972s] ( 429/2802) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
72012026-05-05T21:31:50.269Z PASS [ 4.123s] ( 430/2802) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
72022026-05-05T21:31:50.340Z PASS [ 2.438s] ( 431/2802) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
72032026-05-05T21:31:50.422Z PASS [ 4.670s] ( 432/2802) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
72042026-05-05T21:31:50.931Z PASS [ 2.385s] ( 433/2802) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
72052026-05-05T21:31:51.082Z PASS [ 5.647s] ( 434/2802) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
72062026-05-05T21:31:51.245Z PASS [ 2.555s] ( 435/2802) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
72072026-05-05T21:31:52.790Z PASS [ 3.692s] ( 436/2802) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
72082026-05-05T21:31:53.003Z PASS [ 3.728s] ( 437/2802) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
72092026-05-05T21:31:53.083Z PASS [ 3.922s] ( 438/2802) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
72102026-05-05T21:31:53.219Z PASS [ 3.805s] ( 439/2802) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
72112026-05-05T21:31:53.232Z PASS [ 3.898s] ( 440/2802) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
72122026-05-05T21:31:53.301Z PASS [ 4.077s] ( 441/2802) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
72132026-05-05T21:31:53.449Z PASS [ 3.919s] ( 442/2802) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
72142026-05-05T21:31:53.572Z PASS [ 4.322s] ( 443/2802) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
72152026-05-05T21:31:53.608Z PASS [ 3.952s] ( 444/2802) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
72162026-05-05T21:31:53.753Z PASS [ 3.905s] ( 445/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
72172026-05-05T21:31:53.829Z PASS [ 4.006s] ( 446/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
72182026-05-05T21:31:53.829Z PASS [ 4.059s] ( 447/2802) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
72192026-05-05T21:31:53.852Z PASS [ 3.996s] ( 448/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
72202026-05-05T21:31:53.856Z PASS [ 4.634s] ( 449/2802) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
72212026-05-05T21:31:53.871Z PASS [ 3.960s] ( 450/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
72222026-05-05T21:31:53.891Z PASS [ 3.811s] ( 451/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
72232026-05-05T21:31:53.985Z PASS [ 3.888s] ( 452/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
72242026-05-05T21:31:53.997Z PASS [ 3.898s] ( 453/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
72252026-05-05T21:31:54.082Z PASS [ 3.891s] ( 454/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
72262026-05-05T21:31:54.139Z PASS [ 0.268s] ( 455/2802) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
72272026-05-05T21:31:54.142Z PASS [ 0.249s] ( 456/2802) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
72282026-05-05T21:31:54.150Z PASS [ 3.969s] ( 457/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
72292026-05-05T21:31:54.211Z PASS [ 0.226s] ( 458/2802) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
72302026-05-05T21:31:54.236Z PASS [ 3.967s] ( 459/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
72312026-05-05T21:31:54.265Z PASS [ 3.924s] ( 460/2802) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
72322026-05-05T21:31:54.436Z PASS [ 4.013s] ( 461/2802) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
72332026-05-05T21:31:54.872Z PASS [ 3.941s] ( 462/2802) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
72342026-05-05T21:31:55.082Z PASS [ 3.836s] ( 463/2802) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
72352026-05-05T21:31:55.188Z PASS [ 4.105s] ( 464/2802) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
72362026-05-05T21:31:56.468Z PASS [ 3.677s] ( 465/2802) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
72372026-05-05T21:31:56.537Z PASS [ 2.540s] ( 466/2802) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
72382026-05-05T21:31:56.544Z PASS [ 2.461s] ( 467/2802) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
72392026-05-05T21:31:56.699Z PASS [ 2.549s] ( 468/2802) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
72402026-05-05T21:31:56.729Z PASS [ 2.587s] ( 469/2802) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
72412026-05-05T21:31:56.835Z PASS [ 3.832s] ( 470/2802) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
72422026-05-05T21:31:57.026Z PASS [ 2.886s] ( 471/2802) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
72432026-05-05T21:31:57.031Z PASS [ 3.947s] ( 472/2802) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
72442026-05-05T21:31:57.169Z PASS [ 3.950s] ( 473/2802) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
72452026-05-05T21:31:57.307Z PASS [ 4.005s] ( 474/2802) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
72462026-05-05T21:31:57.338Z PASS [ 4.105s] ( 475/2802) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
72472026-05-05T21:31:57.516Z PASS [ 4.066s] ( 476/2802) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
72482026-05-05T21:31:57.604Z PASS [ 3.995s] ( 477/2802) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
72492026-05-05T21:31:57.673Z PASS [ 3.816s] ( 478/2802) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
72502026-05-05T21:31:57.674Z PASS [ 3.920s] ( 479/2802) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
72512026-05-05T21:31:57.686Z PASS [ 3.856s] ( 480/2802) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
72522026-05-05T21:31:57.733Z PASS [ 4.160s] ( 481/2802) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
72532026-05-05T21:31:57.895Z PASS [ 4.065s] ( 482/2802) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
72542026-05-05T21:31:57.899Z PASS [ 4.046s] ( 483/2802) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
72552026-05-05T21:31:58.108Z PASS [ 3.842s] ( 484/2802) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
72562026-05-05T21:31:58.147Z PASS [ 49.952s] ( 485/2802) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
72572026-05-05T21:31:58.401Z PASS [ 3.965s] ( 486/2802) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
72582026-05-05T21:31:58.759Z PASS [ 4.522s] ( 487/2802) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
72592026-05-05T21:31:58.912Z PASS [ 4.040s] ( 488/2802) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
72602026-05-05T21:31:59.168Z PASS [ 4.085s] ( 489/2802) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
72612026-05-05T21:31:59.216Z PASS [ 4.028s] ( 490/2802) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
72622026-05-05T21:32:00.656Z PASS [ 4.188s] ( 491/2802) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
72632026-05-05T21:32:00.666Z PASS [ 4.128s] ( 492/2802) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
72642026-05-05T21:32:00.885Z PASS [ 4.049s] ( 493/2802) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
72652026-05-05T21:32:00.964Z PASS [ 4.265s] ( 494/2802) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
72662026-05-05T21:32:00.975Z PASS [ 4.430s] ( 495/2802) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
72672026-05-05T21:32:00.985Z PASS [ 4.256s] ( 496/2802) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
72682026-05-05T21:32:01.311Z PASS [ 4.279s] ( 497/2802) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
72692026-05-05T21:32:01.494Z PASS [ 4.324s] ( 498/2802) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
72702026-05-05T21:32:01.813Z PASS [ 4.506s] ( 499/2802) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
72712026-05-05T21:32:01.875Z PASS [ 3.979s] ( 500/2802) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
72722026-05-05T21:32:01.928Z PASS [ 4.412s] ( 501/2802) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
72732026-05-05T21:32:02.036Z PASS [ 4.432s] ( 502/2802) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
72742026-05-05T21:32:02.073Z PASS [ 4.734s] ( 503/2802) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
72752026-05-05T21:32:02.155Z PASS [ 4.481s] ( 504/2802) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
72762026-05-05T21:32:02.182Z PASS [ 2.966s] ( 505/2802) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
72772026-05-05T21:32:02.198Z PASS [ 3.030s] ( 506/2802) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
72782026-05-05T21:32:02.237Z PASS [ 4.563s] ( 507/2802) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
72792026-05-05T21:32:02.340Z PASS [ 0.267s] ( 508/2802) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
72802026-05-05T21:32:02.381Z PASS [ 4.695s] ( 509/2802) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
72812026-05-05T21:32:02.426Z PASS [ 0.270s] ( 510/2802) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
72822026-05-05T21:32:02.437Z PASS [ 0.255s] ( 511/2802) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
72832026-05-05T21:32:02.479Z PASS [ 4.580s] ( 512/2802) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
72842026-05-05T21:32:02.851Z PASS [ 5.118s] ( 513/2802) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
72852026-05-05T21:32:02.933Z PASS [ 5.906s] ( 514/2802) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
72862026-05-05T21:32:03.013Z PASS [ 4.611s] ( 515/2802) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
72872026-05-05T21:32:03.031Z PASS [ 4.884s] ( 516/2802) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
72882026-05-05T21:32:03.335Z PASS [ 4.422s] ( 517/2802) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
72892026-05-05T21:32:03.396Z PASS [ 2.739s] ( 518/2802) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
72902026-05-05T21:32:03.462Z PASS [ 4.703s] ( 519/2802) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
72912026-05-05T21:32:03.514Z PASS [ 2.848s] ( 520/2802) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
72922026-05-05T21:32:04.727Z PASS [ 3.842s] ( 521/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
72932026-05-05T21:32:04.831Z PASS [ 3.856s] ( 522/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
72942026-05-05T21:32:04.874Z PASS [ 3.889s] ( 523/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
72952026-05-05T21:32:04.932Z PASS [ 6.823s] ( 524/2802) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
72962026-05-05T21:32:04.973Z PASS [ 4.009s] ( 525/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
72972026-05-05T21:32:05.407Z PASS [ 4.096s] ( 526/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
72982026-05-05T21:32:05.498Z PASS [ 4.004s] ( 527/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
72992026-05-05T21:32:05.853Z PASS [ 4.039s] ( 528/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
73002026-05-05T21:32:05.988Z PASS [ 4.113s] ( 529/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
73012026-05-05T21:32:05.991Z PASS [ 4.061s] ( 530/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
73022026-05-05T21:32:06.062Z PASS [ 4.026s] ( 531/2802) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
73032026-05-05T21:32:06.310Z PASS [ 4.072s] ( 532/2802) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
73042026-05-05T21:32:06.629Z PASS [ 4.191s] ( 533/2802) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
73052026-05-05T21:32:06.743Z PASS [ 4.545s] ( 534/2802) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
73062026-05-05T21:32:06.753Z PASS [ 4.327s] ( 535/2802) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
73072026-05-05T21:32:06.786Z PASS [ 4.307s] ( 536/2802) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
73082026-05-05T21:32:06.794Z PASS [ 4.413s] ( 537/2802) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
73092026-05-05T21:32:06.831Z PASS [ 4.491s] ( 538/2802) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
73102026-05-05T21:32:07.046Z PASS [ 4.194s] ( 539/2802) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
73112026-05-05T21:32:07.148Z PASS [ 4.215s] ( 540/2802) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
73122026-05-05T21:32:07.248Z PASS [ 4.216s] ( 541/2802) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
73132026-05-05T21:32:07.460Z PASS [ 4.447s] ( 542/2802) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
73142026-05-05T21:32:07.895Z PASS [ 4.559s] ( 543/2802) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
73152026-05-05T21:32:07.910Z PASS [ 4.513s] ( 544/2802) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
73162026-05-05T21:32:08.023Z PASS [ 4.560s] ( 545/2802) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
73172026-05-05T21:32:08.065Z PASS [ 4.550s] ( 546/2802) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
73182026-05-05T21:32:08.204Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
73192026-05-05T21:32:08.204Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73202026-05-05T21:32:08.208Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
73212026-05-05T21:32:08.845Z PASS [ 4.117s] ( 547/2802) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
73222026-05-05T21:32:08.923Z PASS [ 4.092s] ( 548/2802) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
73232026-05-05T21:32:09.017Z PASS [ 4.142s] ( 549/2802) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
73242026-05-05T21:32:09.183Z PASS [ 4.209s] ( 550/2802) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
73252026-05-05T21:32:09.329Z PASS [ 4.397s] ( 551/2802) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
73262026-05-05T21:32:09.982Z PASS [ 4.483s] ( 552/2802) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
73272026-05-05T21:32:09.985Z PASS [ 4.576s] ( 553/2802) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
73282026-05-05T21:32:10.190Z PASS [ 4.127s] ( 554/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
73292026-05-05T21:32:10.266Z PASS [ 4.414s] ( 555/2802) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
73302026-05-05T21:32:10.630Z PASS [ 4.642s] ( 556/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
73312026-05-05T21:32:10.760Z PASS [ 16.548s] ( 557/2802) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
73322026-05-05T21:32:10.819Z PASS [ 4.508s] ( 558/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
73332026-05-05T21:32:11.043Z PASS [ 5.053s] ( 559/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
73342026-05-05T21:32:11.147Z PASS [ 4.518s] ( 560/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
73352026-05-05T21:32:11.177Z PASS [ 4.383s] ( 561/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
73362026-05-05T21:32:11.200Z PASS [ 4.446s] ( 562/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
73372026-05-05T21:32:11.256Z PASS [ 4.513s] ( 563/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
73382026-05-05T21:32:11.317Z PASS [ 4.485s] ( 564/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
73392026-05-05T21:32:11.491Z PASS [ 4.704s] ( 565/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
73402026-05-05T21:32:11.751Z PASS [ 4.503s] ( 566/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
73412026-05-05T21:32:11.806Z PASS [ 4.658s] ( 567/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
73422026-05-05T21:32:11.876Z PASS [ 4.829s] ( 568/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
73432026-05-05T21:32:11.902Z PASS [ 4.442s] ( 569/2802) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
73442026-05-05T21:32:12.295Z PASS [ 4.230s] ( 570/2802) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
73452026-05-05T21:32:12.550Z PASS [ 4.655s] ( 571/2802) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
73462026-05-05T21:32:12.898Z PASS [ 4.988s] ( 572/2802) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
73472026-05-05T21:32:13.090Z PASS [ 5.066s] ( 573/2802) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
73482026-05-05T21:32:13.654Z PASS [ 4.730s] ( 574/2802) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
73492026-05-05T21:32:13.657Z PASS [ 4.809s] ( 575/2802) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
73502026-05-05T21:32:13.900Z PASS [ 65.699s] ( 576/2802) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
73512026-05-05T21:32:14.057Z PASS [ 4.727s] ( 577/2802) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
73522026-05-05T21:32:14.179Z PASS [ 4.996s] ( 578/2802) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
73532026-05-05T21:32:14.254Z PASS [ 5.237s] ( 579/2802) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
73542026-05-05T21:32:15.281Z PASS [ 5.091s] ( 580/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
73552026-05-05T21:32:15.290Z PASS [ 5.023s] ( 581/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
73562026-05-05T21:32:15.333Z PASS [ 5.351s] ( 582/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
73572026-05-05T21:32:15.385Z PASS [ 5.402s] ( 583/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
73582026-05-05T21:32:15.588Z PASS [ 4.957s] ( 584/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
73592026-05-05T21:32:15.651Z PASS [ 4.334s] ( 585/2802) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
73602026-05-05T21:32:15.661Z PASS [ 4.901s] ( 586/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
73612026-05-05T21:32:15.918Z PASS [ 4.875s] ( 587/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
73622026-05-05T21:32:16.094Z PASS [ 5.275s] ( 588/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
73632026-05-05T21:32:16.268Z PASS [ 5.067s] ( 589/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
73642026-05-05T21:32:16.280Z PASS [ 5.023s] ( 590/2802) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
73652026-05-05T21:32:16.349Z PASS [ 4.858s] ( 591/2802) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
73662026-05-05T21:32:16.355Z PASS [ 5.177s] ( 592/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
73672026-05-05T21:32:16.570Z PASS [ 5.423s] ( 593/2802) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
73682026-05-05T21:32:16.725Z PASS [ 4.973s] ( 594/2802) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
73692026-05-05T21:32:16.783Z PASS [ 4.977s] ( 595/2802) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
73702026-05-05T21:32:16.846Z PASS [ 4.970s] ( 596/2802) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
73712026-05-05T21:32:17.087Z PASS [ 5.184s] ( 597/2802) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
73722026-05-05T21:32:17.360Z PASS [ 5.064s] ( 598/2802) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
73732026-05-05T21:32:17.526Z PASS [ 4.436s] ( 599/2802) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
73742026-05-05T21:32:17.811Z PASS [ 5.260s] ( 600/2802) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
73752026-05-05T21:32:17.858Z PASS [ 0.046s] ( 601/2802) nexus-db-queries db::datastore::region::test::test_extent_count
73762026-05-05T21:32:17.959Z PASS [ 4.304s] ( 602/2802) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
73772026-05-05T21:32:18.058Z PASS [ 4.403s] ( 603/2802) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
73782026-05-05T21:32:18.348Z PASS [ 4.291s] ( 604/2802) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
73792026-05-05T21:32:18.655Z PASS [ 5.756s] ( 605/2802) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
73802026-05-05T21:32:18.725Z PASS [ 4.825s] ( 606/2802) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
73812026-05-05T21:32:19.013Z PASS [ 4.833s] ( 607/2802) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
73822026-05-05T21:32:19.327Z PASS [ 4.046s] ( 608/2802) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
73832026-05-05T21:32:19.480Z PASS [ 4.094s] ( 609/2802) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
73842026-05-05T21:32:19.549Z PASS [ 4.216s] ( 610/2802) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
73852026-05-05T21:32:19.708Z PASS [ 4.120s] ( 611/2802) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
73862026-05-05T21:32:19.886Z PASS [ 4.235s] ( 612/2802) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
73872026-05-05T21:32:20.089Z PASS [ 4.427s] ( 613/2802) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
73882026-05-05T21:32:20.196Z PASS [ 4.277s] ( 614/2802) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
73892026-05-05T21:32:20.427Z PASS [ 4.333s] ( 615/2802) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
73902026-05-05T21:32:20.500Z PASS [ 4.232s] ( 616/2802) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
73912026-05-05T21:32:20.865Z PASS [ 4.294s] ( 617/2802) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
73922026-05-05T21:32:20.999Z PASS [ 4.644s] ( 618/2802) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
73932026-05-05T21:32:21.032Z PASS [ 4.307s] ( 619/2802) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
73942026-05-05T21:32:21.036Z PASS [ 4.754s] ( 620/2802) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
73952026-05-05T21:32:21.471Z PASS [ 4.687s] ( 621/2802) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
73962026-05-05T21:32:21.507Z PASS [ 4.660s] ( 622/2802) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
73972026-05-05T21:32:21.592Z PASS [ 4.232s] ( 623/2802) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
73982026-05-05T21:32:21.733Z PASS [ 4.207s] ( 624/2802) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
73992026-05-05T21:32:21.834Z PASS [ 4.746s] ( 625/2802) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
74002026-05-05T21:32:21.848Z PASS [ 3.990s] ( 626/2802) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
74012026-05-05T21:32:21.982Z PASS [ 4.022s] ( 627/2802) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
74022026-05-05T21:32:22.115Z PASS [ 5.766s] ( 628/2802) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
74032026-05-05T21:32:22.123Z PASS [ 4.065s] ( 629/2802) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
74042026-05-05T21:32:22.610Z PASS [ 3.955s] ( 630/2802) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
74052026-05-05T21:32:22.618Z PASS [ 4.270s] ( 631/2802) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
74062026-05-05T21:32:22.692Z PASS [ 3.965s] ( 632/2802) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
74072026-05-05T21:32:22.952Z PASS [ 3.939s] ( 633/2802) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
74082026-05-05T21:32:23.127Z PASS [ 3.800s] ( 634/2802) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
74092026-05-05T21:32:23.526Z PASS [ 3.976s] ( 635/2802) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
74102026-05-05T21:32:23.535Z PASS [ 4.055s] ( 636/2802) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
74112026-05-05T21:32:23.570Z PASS [ 3.862s] ( 637/2802) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
74122026-05-05T21:32:23.748Z PASS [ 3.862s] ( 638/2802) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
74132026-05-05T21:32:23.961Z PASS [ 3.872s] ( 639/2802) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
74142026-05-05T21:32:24.181Z PASS [ 3.985s] ( 640/2802) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
74152026-05-05T21:32:24.258Z PASS [ 3.831s] ( 641/2802) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
74162026-05-05T21:32:24.346Z PASS [ 10.091s] ( 642/2802) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
74172026-05-05T21:32:24.591Z PASS [ 4.091s] ( 643/2802) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
74182026-05-05T21:32:24.714Z PASS [ 3.849s] ( 644/2802) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
74192026-05-05T21:32:24.774Z PASS [ 3.774s] ( 645/2802) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
74202026-05-05T21:32:25.246Z PASS [ 4.213s] ( 646/2802) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
74212026-05-05T21:32:25.335Z PASS [ 4.301s] ( 647/2802) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
74222026-05-05T21:32:25.750Z PASS [ 4.243s] ( 648/2802) nexus-db-queries db::datastore::sled::test::affinity_multi_group
74232026-05-05T21:32:25.903Z PASS [ 4.432s] ( 649/2802) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
74242026-05-05T21:32:25.923Z PASS [ 4.331s] ( 650/2802) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
74252026-05-05T21:32:25.981Z PASS [ 4.247s] ( 651/2802) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
74262026-05-05T21:32:26.069Z PASS [ 4.235s] ( 652/2802) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
74272026-05-05T21:32:26.119Z PASS [ 4.271s] ( 653/2802) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
74282026-05-05T21:32:26.246Z PASS [ 4.264s] ( 654/2802) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
74292026-05-05T21:32:26.341Z PASS [ 4.217s] ( 655/2802) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
74302026-05-05T21:32:26.414Z PASS [ 4.299s] ( 656/2802) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
74312026-05-05T21:32:26.893Z PASS [ 4.275s] ( 657/2802) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
74322026-05-05T21:32:26.952Z PASS [ 4.341s] ( 658/2802) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
74332026-05-05T21:32:27.441Z PASS [ 4.750s] ( 659/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation
74342026-05-05T21:32:28.401Z PASS [ 5.449s] ( 660/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
74352026-05-05T21:32:28.570Z PASS [ 5.443s] ( 661/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
74362026-05-05T21:32:28.645Z PASS [ 5.110s] ( 662/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
74372026-05-05T21:32:28.928Z PASS [ 5.179s] ( 663/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
74382026-05-05T21:32:29.086Z PASS [ 4.904s] ( 664/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
74392026-05-05T21:32:29.089Z PASS [ 5.517s] ( 665/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
74402026-05-05T21:32:29.150Z PASS [ 5.623s] ( 666/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
74412026-05-05T21:32:29.270Z PASS [ 5.308s] ( 667/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
74422026-05-05T21:32:29.361Z PASS [ 5.014s] ( 668/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
74432026-05-05T21:32:29.381Z PASS [ 5.123s] ( 669/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
74442026-05-05T21:32:30.336Z PASS [ 4.411s] ( 670/2802) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
74452026-05-05T21:32:30.397Z PASS [ 4.493s] ( 671/2802) nexus-db-queries db::datastore::sled::test::sled_list_batch
74462026-05-05T21:32:30.413Z PASS [ 4.431s] ( 672/2802) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
74472026-05-05T21:32:30.503Z PASS [ 5.729s] ( 673/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
74482026-05-05T21:32:30.529Z PASS [ 4.409s] ( 674/2802) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
74492026-05-05T21:32:30.533Z PASS [ 5.287s] ( 675/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
74502026-05-05T21:32:30.548Z PASS [ 4.477s] ( 676/2802) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
74512026-05-05T21:32:30.568Z PASS [ 5.232s] ( 677/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
74522026-05-05T21:32:30.910Z PASS [ 4.567s] ( 678/2802) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
74532026-05-05T21:32:31.117Z PASS [ 5.366s] ( 679/2802) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
74542026-05-05T21:32:31.182Z PASS [ 4.934s] ( 680/2802) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
74552026-05-05T21:32:31.241Z PASS [ 15.950s] ( 681/2802) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
74562026-05-05T21:32:31.245Z PASS [ 4.289s] ( 682/2802) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
74572026-05-05T21:32:31.252Z PASS [ 4.359s] ( 683/2802) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
74582026-05-05T21:32:31.696Z PASS [ 4.254s] ( 684/2802) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
74592026-05-05T21:32:32.724Z PASS [ 4.322s] ( 685/2802) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
74602026-05-05T21:32:33.477Z PASS [ 4.116s] ( 686/2802) nexus-db-queries db::datastore::support_bundle::test::test_support_bundle_fm_idempotent_create
74612026-05-05T21:32:33.523Z PASS [ 4.368s] ( 687/2802) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
74622026-05-05T21:32:33.535Z PASS [ 4.264s] ( 688/2802) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
74632026-05-05T21:32:33.538Z PASS [ 4.448s] ( 689/2802) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
74642026-05-05T21:32:33.664Z PASS [ 4.281s] ( 690/2802) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
74652026-05-05T21:32:33.670Z PASS [ 7.250s] ( 691/2802) nexus-db-queries db::datastore::sled::test::test_sled_transitions
74662026-05-05T21:32:34.037Z PASS [ 5.466s] ( 692/2802) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
74672026-05-05T21:32:34.108Z PASS [ 5.462s] ( 693/2802) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
74682026-05-05T21:32:34.354Z PASS [ 5.426s] ( 694/2802) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
74692026-05-05T21:32:34.542Z PASS [ 4.207s] ( 695/2802) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
74702026-05-05T21:32:34.579Z PASS [ 4.011s] ( 696/2802) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
74712026-05-05T21:32:34.584Z PASS [ 5.498s] ( 697/2802) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
74722026-05-05T21:32:34.599Z PASS [ 4.202s] ( 698/2802) nexus-db-queries db::datastore::target_release::test::target_release_datastore
74732026-05-05T21:32:34.623Z PASS [ 4.074s] ( 699/2802) nexus-db-queries db::datastore::test::test_project_creation
74742026-05-05T21:32:34.638Z PASS [ 4.109s] ( 700/2802) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
74752026-05-05T21:32:34.654Z PASS [ 4.120s] ( 701/2802) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
74762026-05-05T21:32:34.692Z PASS [ 4.189s] ( 702/2802) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
74772026-05-05T21:32:34.716Z PASS [ 4.303s] ( 703/2802) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
74782026-05-05T21:32:35.033Z PASS [ 4.124s] ( 704/2802) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
74792026-05-05T21:32:35.590Z PASS [ 4.409s] ( 705/2802) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
74802026-05-05T21:32:35.823Z PASS [ 4.581s] ( 706/2802) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
74812026-05-05T21:32:35.986Z PASS [ 4.745s] ( 707/2802) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
74822026-05-05T21:32:37.578Z PASS [ 4.060s] ( 708/2802) nexus-db-queries db::datastore::test::test_session_cleanup_batch
74832026-05-05T21:32:37.720Z PASS [ 4.184s] ( 709/2802) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
74842026-05-05T21:32:37.736Z PASS [ 4.066s] ( 710/2802) nexus-db-queries db::datastore::test::test_table_scan
74852026-05-05T21:32:37.778Z PASS [ 4.243s] ( 711/2802) nexus-db-queries db::datastore::test::test_session_methods
74862026-05-05T21:32:37.875Z PASS [ 4.212s] ( 712/2802) nexus-db-queries db::datastore::test::test_ssh_keys
74872026-05-05T21:32:38.335Z PASS [ 4.227s] ( 713/2802) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
74882026-05-05T21:32:38.415Z PASS [ 4.061s] ( 714/2802) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
74892026-05-05T21:32:38.461Z PASS [ 4.423s] ( 715/2802) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
74902026-05-05T21:32:38.934Z PASS [ 4.218s] ( 716/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
74912026-05-05T21:32:38.963Z PASS [ 4.421s] ( 717/2802) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
74922026-05-05T21:32:39.007Z PASS [ 4.368s] ( 718/2802) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
74932026-05-05T21:32:39.039Z PASS [ 4.384s] ( 719/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
74942026-05-05T21:32:39.105Z PASS [ 4.518s] ( 720/2802) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
74952026-05-05T21:32:39.113Z PASS [ 4.528s] ( 721/2802) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
74962026-05-05T21:32:39.232Z PASS [ 4.539s] ( 722/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
74972026-05-05T21:32:39.261Z PASS [ 4.228s] ( 723/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
74982026-05-05T21:32:39.281Z PASS [ 0.048s] ( 724/2802) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
74992026-05-05T21:32:39.318Z PASS [ 0.056s] ( 725/2802) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
75002026-05-05T21:32:39.535Z PASS [ 7.838s] ( 726/2802) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
75012026-05-05T21:32:39.638Z PASS [ 5.014s] ( 727/2802) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
75022026-05-05T21:32:39.678Z PASS [ 8.530s] ( 728/2802) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
75032026-05-05T21:32:39.685Z PASS [ 8.415s] ( 729/2802) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
75042026-05-05T21:32:40.254Z PASS [ 4.267s] ( 730/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
75052026-05-05T21:32:40.257Z PASS [ 4.430s] ( 731/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
75062026-05-05T21:32:40.894Z PASS [ 5.302s] ( 732/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
75072026-05-05T21:32:41.787Z PASS [ 4.065s] ( 733/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
75082026-05-05T21:32:42.038Z PASS [ 4.162s] ( 734/2802) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
75092026-05-05T21:32:42.066Z PASS [ 4.287s] ( 735/2802) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
75102026-05-05T21:32:42.267Z PASS [ 9.542s] ( 736/2802) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
75112026-05-05T21:32:42.338Z PASS [ 0.300s] ( 737/2802) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
75122026-05-05T21:32:42.390Z PASS [ 4.811s] ( 738/2802) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
75132026-05-05T21:32:42.399Z PASS [ 8.920s] ( 739/2802) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
75142026-05-05T21:32:42.625Z PASS [ 4.894s] ( 740/2802) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
75152026-05-05T21:32:42.761Z PASS [ 4.345s] ( 741/2802) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
75162026-05-05T21:32:42.847Z PASS [ 4.509s] ( 742/2802) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
75172026-05-05T21:32:43.025Z PASS [ 4.564s] ( 743/2802) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
75182026-05-05T21:32:43.070Z PASS [ 4.136s] ( 744/2802) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
75192026-05-05T21:32:43.148Z PASS [ 4.183s] ( 745/2802) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
75202026-05-05T21:32:43.166Z PASS [ 4.127s] ( 746/2802) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
75212026-05-05T21:32:43.224Z PASS [ 0.057s] ( 747/2802) nexus-db-queries db::pagination::test::test_paginator
75222026-05-05T21:32:43.294Z PASS [ 4.191s] ( 748/2802) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
75232026-05-05T21:32:43.376Z PASS [ 4.367s] ( 749/2802) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
75242026-05-05T21:32:43.702Z PASS [ 4.167s] ( 750/2802) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
75252026-05-05T21:32:43.904Z PASS [ 4.267s] ( 751/2802) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
75262026-05-05T21:32:43.913Z PASS [ 4.262s] ( 752/2802) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
75272026-05-05T21:32:44.135Z PASS [ 4.466s] ( 753/2802) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
75282026-05-05T21:32:44.576Z PASS [ 1.352s] ( 754/2802) nexus-db-queries db::pool::test::test_pool_can_be_terminated
75292026-05-05T21:32:44.671Z PASS [ 1.376s] ( 755/2802) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
75302026-05-05T21:32:44.719Z PASS [ 4.464s] ( 756/2802) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
75312026-05-05T21:32:44.919Z PASS [ 2.853s] ( 757/2802) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
75322026-05-05T21:32:45.003Z PASS [ 2.613s] ( 758/2802) nexus-db-queries db::explain::test::test_explain_full_table_scan
75332026-05-05T21:32:45.008Z PASS [ 0.289s] ( 759/2802) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
75342026-05-05T21:32:45.037Z PASS [ 2.674s] ( 760/2802) nexus-db-queries db::explain::test::test_explain_async
75352026-05-05T21:32:45.216Z PASS [ 0.296s] ( 761/2802) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
75362026-05-05T21:32:45.386Z PASS [ 2.988s] ( 762/2802) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
75372026-05-05T21:32:45.458Z PASS [ 0.450s] ( 763/2802) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
75382026-05-05T21:32:45.489Z PASS [ 0.486s] ( 764/2802) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
75392026-05-05T21:32:45.562Z PASS [ 2.935s] ( 765/2802) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
75402026-05-05T21:32:45.727Z PASS [ 2.966s] ( 766/2802) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
75412026-05-05T21:32:45.825Z PASS [ 2.980s] ( 767/2802) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
75422026-05-05T21:32:45.946Z PASS [ 2.920s] ( 768/2802) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
75432026-05-05T21:32:46.009Z PASS [ 2.939s] ( 769/2802) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
75442026-05-05T21:32:46.017Z PASS [ 5.124s] ( 770/2802) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
75452026-05-05T21:32:46.035Z PASS [ 5.781s] ( 771/2802) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
75462026-05-05T21:32:46.129Z PASS [ 2.981s] ( 772/2802) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
75472026-05-05T21:32:46.288Z PASS [ 0.279s] ( 773/2802) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
75482026-05-05T21:32:46.288Z PASS [ 0.271s] ( 774/2802) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
75492026-05-05T21:32:46.427Z PASS [ 0.282s] ( 775/2802) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
75502026-05-05T21:32:46.507Z PASS [ 4.239s] ( 776/2802) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
75512026-05-05T21:32:46.610Z PASS [ 0.322s] ( 777/2802) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
75522026-05-05T21:32:46.619Z PASS [ 0.330s] ( 778/2802) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
75532026-05-05T21:32:46.696Z PASS [ 0.285s] ( 779/2802) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
75542026-05-05T21:32:46.774Z PASS [ 2.868s] ( 780/2802) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
75552026-05-05T21:32:46.800Z PASS [ 0.293s] ( 781/2802) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
75562026-05-05T21:32:46.895Z PASS [ 0.284s] ( 782/2802) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
75572026-05-05T21:32:47.394Z PASS [ 5.607s] ( 783/2802) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
75582026-05-05T21:32:47.529Z PASS [ 8.420s] ( 784/2802) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
75592026-05-05T21:32:47.848Z PASS [ 8.565s] ( 785/2802) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
75602026-05-05T21:32:47.863Z PASS [ 4.489s] ( 786/2802) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
75612026-05-05T21:32:47.983Z PASS [ 8.665s] ( 787/2802) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
75622026-05-05T21:32:48.017Z PASS [ 4.107s] ( 788/2802) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
75632026-05-05T21:32:48.078Z PASS [ 4.362s] ( 789/2802) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
75642026-05-05T21:32:48.086Z PASS [ 0.049s] ( 790/2802) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
75652026-05-05T21:32:48.105Z PASS [ 0.709s] ( 791/2802) nexus-db-queries db::queries::network_interface::tests::expectorate_query
75662026-05-05T21:32:48.623Z PASS [ 4.485s] ( 792/2802) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
75672026-05-05T21:32:48.744Z PASS [ 2.709s] ( 793/2802) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
75682026-05-05T21:32:49.067Z PASS [ 4.396s] ( 794/2802) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
75692026-05-05T21:32:49.226Z PASS [ 4.650s] ( 795/2802) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
75702026-05-05T21:32:49.597Z PASS [ 4.137s] ( 796/2802) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
75712026-05-05T21:32:49.733Z PASS [ 4.242s] ( 797/2802) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
75722026-05-05T21:32:49.825Z PASS [ 4.439s] ( 798/2802) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
75732026-05-05T21:32:49.852Z PASS [ 4.637s] ( 799/2802) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
75742026-05-05T21:32:49.852Z PASS [ 4.291s] ( 800/2802) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
75752026-05-05T21:32:50.004Z PASS [ 4.991s] ( 801/2802) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
75762026-05-05T21:32:50.218Z PASS [ 4.391s] ( 802/2802) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
75772026-05-05T21:32:50.302Z PASS [ 4.356s] ( 803/2802) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
75782026-05-05T21:32:50.353Z PASS [ 0.050s] ( 804/2802) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
75792026-05-05T21:32:50.359Z PASS [ 4.632s] ( 805/2802) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
75802026-05-05T21:32:50.960Z PASS [ 4.341s] ( 806/2802) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
75812026-05-05T21:32:51.044Z PASS [ 4.244s] ( 807/2802) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
75822026-05-05T21:32:51.268Z PASS [ 4.374s] ( 808/2802) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
75832026-05-05T21:32:51.307Z PASS [ 4.612s] ( 809/2802) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
75842026-05-05T21:32:51.322Z PASS [ 4.548s] ( 810/2802) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
75852026-05-05T21:32:51.355Z PASS [ 0.047s] ( 811/2802) nexus-db-queries db::queries::next_item::tests::test_shift_indices
75862026-05-05T21:32:51.621Z PASS [ 0.266s] ( 812/2802) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
75872026-05-05T21:32:51.690Z PASS [ 4.161s] ( 813/2802) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
75882026-05-05T21:32:51.887Z PASS [ 0.266s] ( 814/2802) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
75892026-05-05T21:32:52.126Z PASS [ 4.022s] ( 815/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
75902026-05-05T21:32:52.137Z PASS [ 4.273s] ( 816/2802) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
75912026-05-05T21:32:52.185Z PASS [ 0.057s] ( 817/2802) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
75922026-05-05T21:32:52.191Z PASS [ 0.054s] ( 818/2802) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
75932026-05-05T21:32:52.335Z PASS [ 4.269s] ( 819/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
75942026-05-05T21:32:52.442Z PASS [ 4.373s] ( 820/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
75952026-05-05T21:32:52.676Z PASS [ 4.056s] ( 821/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
75962026-05-05T21:32:52.831Z PASS [ 4.985s] ( 822/2802) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
75972026-05-05T21:32:52.966Z PASS [ 4.983s] ( 823/2802) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
75982026-05-05T21:32:53.056Z PASS [ 4.311s] ( 824/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
75992026-05-05T21:32:53.117Z PASS [ 4.050s] ( 825/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
76002026-05-05T21:32:53.270Z PASS [ 2.910s] ( 826/2802) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
76012026-05-05T21:32:53.321Z PASS [ 1.138s] ( 827/2802) nexus-db-queries db::queries::region_allocation::test::expectorate_query
76022026-05-05T21:32:53.333Z PASS [ 4.107s] ( 828/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
76032026-05-05T21:32:53.346Z PASS [ 0.289s] ( 829/2802) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
76042026-05-05T21:32:53.566Z PASS [ 0.296s] ( 830/2802) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
76052026-05-05T21:32:53.632Z PASS [ 0.311s] ( 831/2802) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
76062026-05-05T21:32:53.740Z PASS [ 4.141s] ( 832/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
76072026-05-05T21:32:53.881Z PASS [ 2.921s] ( 833/2802) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
76082026-05-05T21:32:53.900Z PASS [ 0.566s] ( 834/2802) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
76092026-05-05T21:32:53.940Z PASS [ 0.308s] ( 835/2802) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
76102026-05-05T21:32:53.964Z PASS [ 4.231s] ( 836/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
76112026-05-05T21:32:54.017Z PASS [ 0.280s] ( 837/2802) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
76122026-05-05T21:32:54.031Z PASS [ 2.987s] ( 838/2802) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
76132026-05-05T21:32:54.201Z PASS [ 4.348s] ( 839/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
76142026-05-05T21:32:54.214Z PASS [ 0.327s] ( 840/2802) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
76152026-05-05T21:32:54.218Z PASS [ 0.317s] ( 841/2802) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
76162026-05-05T21:32:54.221Z PASS [ 4.394s] ( 842/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
76172026-05-05T21:32:54.234Z PASS [ 2.966s] ( 843/2802) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
76182026-05-05T21:32:54.256Z PASS [ 0.048s] ( 844/2802) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
76192026-05-05T21:32:54.270Z PASS [ 2.948s] ( 845/2802) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
76202026-05-05T21:32:54.274Z PASS [ 0.074s] ( 846/2802) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
76212026-05-05T21:32:54.301Z PASS [ 0.084s] ( 847/2802) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
76222026-05-05T21:32:54.309Z PASS [ 0.087s] ( 848/2802) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
76232026-05-05T21:32:54.333Z PASS [ 0.098s] ( 849/2802) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
76242026-05-05T21:32:54.339Z PASS [ 4.484s] ( 850/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
76252026-05-05T21:32:54.415Z PASS [ 4.410s] ( 851/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
76262026-05-05T21:32:54.440Z PASS [ 2.749s] ( 852/2802) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
76272026-05-05T21:32:54.578Z PASS [ 0.321s] ( 853/2802) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
76282026-05-05T21:32:54.602Z PASS [ 0.025s] ( 854/2802) nexus-defaults tests::test_random_vpc_ipv6_prefix
76292026-05-05T21:32:54.657Z PASS [ 0.053s] ( 855/2802) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
76302026-05-05T21:32:54.679Z PASS [ 4.461s] ( 856/2802) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
76312026-05-05T21:32:54.714Z PASS [ 0.059s] ( 857/2802) nexus-inventory builder::test::test_basic
76322026-05-05T21:32:54.721Z PASS [ 0.043s] ( 858/2802) nexus-inventory builder::test::test_empty
76332026-05-05T21:32:54.726Z PASS [ 2.839s] ( 859/2802) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
76342026-05-05T21:32:54.755Z PASS [ 0.041s] ( 860/2802) nexus-inventory builder::test::test_problems
76352026-05-05T21:32:54.943Z PASS [ 4.590s] ( 861/2802) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
76362026-05-05T21:32:55.104Z PASS [ 2.913s] ( 862/2802) nexus-db-queries db::queries::region_allocation::test::explainable
76372026-05-05T21:32:55.111Z PASS [ 0.355s] ( 863/2802) nexus-inventory collector::test::test_multi_mgs_failure
76382026-05-05T21:32:55.370Z PASS [ 0.648s] ( 864/2802) nexus-inventory collector::test::test_basic
76392026-05-05T21:32:55.474Z PASS [ 0.531s] ( 865/2802) nexus-inventory collector::test::test_sled_agent_failure
76402026-05-05T21:32:55.566Z PASS [ 0.839s] ( 866/2802) nexus-inventory collector::test::test_multi_mgs
76412026-05-05T21:32:55.586Z PASS [ 2.468s] ( 867/2802) nexus-db-queries db::queries::regions_hard_delete::test::explainable
76422026-05-05T21:32:55.853Z PASS [ 1.414s] ( 868/2802) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
76432026-05-05T21:32:56.015Z PASS [ 2.669s] ( 869/2802) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
76442026-05-05T21:32:56.256Z PASS [ 2.690s] ( 870/2802) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
76452026-05-05T21:32:56.379Z PASS [ 0.904s] ( 871/2802) nexus-mgs-updates driver_update::test::test_rot_basic_failures
76462026-05-05T21:32:56.382Z PASS [ 0.815s] ( 872/2802) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
76472026-05-05T21:32:56.518Z PASS [ 2.574s] ( 873/2802) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
76482026-05-05T21:32:56.527Z PASS [ 2.563s] ( 874/2802) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
76492026-05-05T21:32:56.637Z PASS [ 2.620s] ( 875/2802) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
76502026-05-05T21:32:56.728Z PASS [ 2.697s] ( 876/2802) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
76512026-05-05T21:32:56.871Z PASS [ 0.855s] ( 877/2802) nexus-mgs-updates driver_update::test::test_sp_basic_failures
76522026-05-05T21:32:56.959Z PASS [ 2.685s] ( 878/2802) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
76532026-05-05T21:32:56.959Z PASS [ 2.689s] ( 879/2802) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
76542026-05-05T21:32:56.999Z PASS [ 0.039s] ( 880/2802) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
76552026-05-05T21:32:57.014Z PASS [ 2.713s] ( 881/2802) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
76562026-05-05T21:32:57.022Z PASS [ 4.687s] ( 882/2802) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
76572026-05-05T21:32:57.050Z PASS [ 0.048s] ( 883/2802) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
76582026-05-05T21:32:57.064Z PASS [ 0.049s] ( 884/2802) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
76592026-05-05T21:32:57.068Z PASS [ 4.623s] ( 885/2802) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
76602026-05-05T21:32:57.076Z PASS [ 0.052s] ( 886/2802) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
76612026-05-05T21:32:57.091Z PASS [ 0.043s] ( 887/2802) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
76622026-05-05T21:32:57.112Z PASS [ 0.048s] ( 888/2802) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
76632026-05-05T21:32:57.120Z PASS [ 0.250s] ( 889/2802) nexus-mgs-updates test_util::step_through::test::test_basic
76642026-05-05T21:32:57.123Z PASS [ 0.057s] ( 890/2802) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
76652026-05-05T21:32:57.127Z PASS [ 0.053s] ( 891/2802) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
76662026-05-05T21:32:57.142Z PASS [ 0.052s] ( 892/2802) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
76672026-05-05T21:32:57.162Z PASS [ 0.050s] ( 893/2802) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
76682026-05-05T21:32:57.174Z PASS [ 0.045s] ( 894/2802) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
76692026-05-05T21:32:57.178Z PASS [ 0.055s] ( 895/2802) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
76702026-05-05T21:32:57.178Z PASS [ 0.056s] ( 896/2802) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
76712026-05-05T21:32:57.178Z PASS [ 0.218s] ( 897/2802) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
76722026-05-05T21:32:57.194Z PASS [ 0.051s] ( 898/2802) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
76732026-05-05T21:32:57.214Z PASS [ 0.050s] ( 899/2802) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
76742026-05-05T21:32:57.231Z PASS [ 0.054s] ( 900/2802) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
76752026-05-05T21:32:57.235Z PASS [ 0.053s] ( 901/2802) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
76762026-05-05T21:32:57.235Z PASS [ 0.057s] ( 902/2802) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
76772026-05-05T21:32:57.238Z PASS [ 0.058s] ( 903/2802) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
76782026-05-05T21:32:57.244Z PASS [ 0.050s] ( 904/2802) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
76792026-05-05T21:32:57.311Z PASS [ 4.633s] ( 905/2802) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
76802026-05-05T21:32:57.316Z PASS [ 4.479s] ( 906/2802) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
76812026-05-05T21:32:57.350Z PASS [ 0.122s] ( 907/2802) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
76822026-05-05T21:32:57.449Z PASS [ 4.482s] ( 908/2802) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
76832026-05-05T21:32:57.454Z PASS [ 0.104s] ( 909/2802) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
76842026-05-05T21:32:57.460Z PASS [ 0.150s] ( 910/2802) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
76852026-05-05T21:32:57.502Z PASS [ 0.052s] ( 911/2802) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
76862026-05-05T21:32:57.511Z PASS [ 0.057s] ( 912/2802) nexus-reconfigurator-execution dns::test::test_dns_compute_update
76872026-05-05T21:32:57.745Z PASS [ 1.218s] ( 913/2802) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
76882026-05-05T21:32:57.902Z PASS [ 2.798s] ( 914/2802) nexus-metrics-producer-gc tests::test_prune_expired_producers
76892026-05-05T21:32:57.972Z PASS [ 0.069s] ( 915/2802) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
76902026-05-05T21:32:58.081Z PASS [ 3.666s] ( 916/2802) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
76912026-05-05T21:32:58.125Z PASS [ 0.044s] ( 917/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
76922026-05-05T21:32:58.163Z PASS [ 0.038s] ( 918/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
76932026-05-05T21:32:58.183Z PASS [ 2.813s] ( 919/2802) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
76942026-05-05T21:32:58.195Z PASS [ 0.032s] ( 920/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
76952026-05-05T21:32:58.224Z PASS [ 3.113s] ( 921/2802) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
76962026-05-05T21:32:58.247Z PASS [ 0.064s] ( 922/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
76972026-05-05T21:32:58.251Z PASS [ 0.055s] ( 923/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
76982026-05-05T21:32:58.270Z PASS [ 0.045s] ( 924/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
76992026-05-05T21:32:58.282Z PASS [ 3.945s] ( 925/2802) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
77002026-05-05T21:32:58.294Z PASS [ 0.046s] ( 926/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
77012026-05-05T21:32:58.301Z PASS [ 0.050s] ( 927/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
77022026-05-05T21:32:58.312Z PASS [ 0.030s] ( 928/2802) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
77032026-05-05T21:32:58.324Z PASS [ 0.030s] ( 929/2802) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
77042026-05-05T21:32:58.329Z PASS [ 0.059s] ( 930/2802) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
77052026-05-05T21:32:58.333Z PASS [ 0.032s] ( 931/2802) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
77062026-05-05T21:32:58.342Z PASS [ 0.030s] ( 932/2802) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
77072026-05-05T21:32:58.355Z PASS [ 0.030s] ( 933/2802) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
77082026-05-05T21:32:58.362Z PASS [ 0.033s] ( 934/2802) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
77092026-05-05T21:32:58.387Z PASS [ 0.033s] ( 935/2802) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
77102026-05-05T21:32:58.390Z PASS [ 0.030s] ( 936/2802) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
77112026-05-05T21:32:58.397Z PASS [ 0.042s] ( 937/2802) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
77122026-05-05T21:32:58.776Z PASS [ 0.378s] ( 938/2802) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
77132026-05-05T21:32:58.874Z PASS [ 0.098s] ( 939/2802) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
77142026-05-05T21:32:58.906Z PASS [ 0.032s] ( 940/2802) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
77152026-05-05T21:32:58.962Z PASS [ 0.056s] ( 941/2802) nexus-reconfigurator-planning example::tests::builder_all_zone_types
77162026-05-05T21:32:59.005Z PASS [ 0.638s] ( 942/2802) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
77172026-05-05T21:32:59.019Z PASS [ 0.057s] ( 943/2802) nexus-reconfigurator-planning example::tests::builder_zone_counts
77182026-05-05T21:32:59.049Z PASS [ 0.030s] ( 944/2802) nexus-reconfigurator-planning example::tests::instances_on_examples
77192026-05-05T21:32:59.078Z PASS [ 0.706s] ( 945/2802) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
77202026-05-05T21:32:59.092Z PASS [ 0.043s] ( 946/2802) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
77212026-05-05T21:32:59.116Z PASS [ 0.038s] ( 947/2802) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
77222026-05-05T21:32:59.141Z PASS [ 0.047s] ( 948/2802) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
77232026-05-05T21:32:59.161Z PASS [ 0.044s] ( 949/2802) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
77242026-05-05T21:32:59.190Z PASS [ 0.050s] ( 950/2802) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
77252026-05-05T21:32:59.203Z PASS [ 0.042s] ( 951/2802) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
77262026-05-05T21:32:59.236Z PASS [ 0.046s] ( 952/2802) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
77272026-05-05T21:32:59.248Z PASS [ 0.045s] ( 953/2802) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
77282026-05-05T21:32:59.291Z PASS [ 0.055s] ( 954/2802) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
77292026-05-05T21:32:59.301Z PASS [ 0.053s] ( 955/2802) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
77302026-05-05T21:32:59.354Z PASS [ 0.063s] ( 956/2802) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
77312026-05-05T21:32:59.449Z PASS [ 0.094s] ( 957/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
77322026-05-05T21:32:59.506Z PASS [ 0.205s] ( 958/2802) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
77332026-05-05T21:32:59.693Z PASS [ 0.186s] ( 959/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
77342026-05-05T21:32:59.726Z PASS [ 0.277s] ( 960/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
77352026-05-05T21:32:59.816Z PASS [ 0.123s] ( 961/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
77362026-05-05T21:32:59.846Z PASS [ 0.120s] ( 962/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
77372026-05-05T21:32:59.955Z PASS [ 0.108s] ( 963/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
77382026-05-05T21:32:59.982Z PASS [ 0.167s] ( 964/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
77392026-05-05T21:33:00.037Z PASS [ 0.082s] ( 965/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
77402026-05-05T21:33:00.070Z PASS [ 0.088s] ( 966/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
77412026-05-05T21:33:00.172Z PASS [ 0.135s] ( 967/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
77422026-05-05T21:33:00.207Z PASS [ 0.135s] ( 968/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
77432026-05-05T21:33:00.291Z PASS [ 0.118s] ( 969/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
77442026-05-05T21:33:00.635Z PASS [ 0.344s] ( 970/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
77452026-05-05T21:33:00.815Z PASS [ 0.610s] ( 971/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
77462026-05-05T21:33:00.854Z PASS [ 0.219s] ( 972/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
77472026-05-05T21:33:00.921Z PASS [ 4.540s] ( 973/2802) nexus-mgs-updates driver_update::test::test_sp_update_watched
77482026-05-05T21:33:00.987Z PASS [ 0.171s] ( 974/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
77492026-05-05T21:33:01.020Z PASS [ 0.166s] ( 975/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
77502026-05-05T21:33:01.105Z PASS [ 0.118s] ( 976/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
77512026-05-05T21:33:01.114Z PASS [ 2.752s] ( 977/2802) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
77522026-05-05T21:33:01.151Z PASS [ 0.130s] ( 978/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
77532026-05-05T21:33:01.223Z PASS [ 0.118s] ( 979/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
77542026-05-05T21:33:01.636Z PASS [ 0.714s] ( 980/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
77552026-05-05T21:33:01.785Z PASS [ 4.475s] ( 981/2802) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
77562026-05-05T21:33:01.882Z PASS [ 27.281s] ( 982/2802) nexus-db-queries db::datastore::update::test::test_list_unpruned
77572026-05-05T21:33:01.911Z PASS [ 2.906s] ( 983/2802) nexus-reconfigurator-planning example::tests::dns_resolution_works
77582026-05-05T21:33:02.002Z PASS [ 0.090s] ( 984/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
77592026-05-05T21:33:02.024Z PASS [ 4.789s] ( 985/2802) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
77602026-05-05T21:33:02.042Z PASS [ 0.819s] ( 986/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
77612026-05-05T21:33:02.046Z PASS [ 4.809s] ( 987/2802) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
77622026-05-05T21:33:02.120Z PASS [ 4.876s] ( 988/2802) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
77632026-05-05T21:33:02.140Z PASS [ 0.020s] ( 989/2802) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
77642026-05-05T21:33:02.172Z PASS [ 0.031s] ( 990/2802) nexus-saga-recovery recovery::test::test_execution_basic
77652026-05-05T21:33:02.202Z PASS [ 0.029s] ( 991/2802) nexus-saga-recovery recovery::test::test_plan_basic
77662026-05-05T21:33:02.233Z PASS [ 0.031s] ( 992/2802) nexus-saga-recovery recovery::test::test_read_all_from_channel
77672026-05-05T21:33:02.241Z PASS [ 5.723s] ( 993/2802) nexus-mgs-updates driver_update::test_host_phase_1::basic
77682026-05-05T21:33:02.256Z PASS [ 6.669s] ( 994/2802) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
77692026-05-05T21:33:02.265Z PASS [ 0.032s] ( 995/2802) nexus-saga-recovery test::test_basic
77702026-05-05T21:33:02.282Z PASS [ 0.026s] ( 996/2802) nexus-types alert::tests::test_from_str_roundtrips
77712026-05-05T21:33:02.291Z PASS [ 0.025s] ( 997/2802) nexus-types alert::tests::test_is_test
77722026-05-05T21:33:02.323Z PASS [ 0.028s] ( 998/2802) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
77732026-05-05T21:33:02.324Z PASS [ 0.030s] ( 999/2802) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
77742026-05-05T21:33:02.343Z PASS [ 0.032s] (1000/2802) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
77752026-05-05T21:33:02.351Z PASS [ 0.029s] (1001/2802) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
77762026-05-05T21:33:02.364Z PASS [ 1.213s] (1002/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
77772026-05-05T21:33:02.371Z PASS [ 0.028s] (1003/2802) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
77782026-05-05T21:33:02.381Z PASS [ 0.032s] (1004/2802) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
77792026-05-05T21:33:02.390Z PASS [ 0.025s] (1005/2802) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
77802026-05-05T21:33:02.417Z PASS [ 0.035s] (1006/2802) nexus-types deployment::test::test_serialize_pending_mgs_updates
77812026-05-05T21:33:02.433Z PASS [ 0.043s] (1007/2802) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
77822026-05-05T21:33:02.454Z PASS [ 0.037s] (1008/2802) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
77832026-05-05T21:33:02.470Z PASS [ 0.036s] (1009/2802) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
77842026-05-05T21:33:02.487Z PASS [ 6.633s] (1010/2802) nexus-mgs-updates driver_update::test::test_rot_update_basic
77852026-05-05T21:33:02.494Z PASS [ 0.039s] (1011/2802) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
77862026-05-05T21:33:02.502Z PASS [ 0.033s] (1012/2802) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
77872026-05-05T21:33:02.520Z PASS [ 0.033s] (1013/2802) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
77882026-05-05T21:33:02.538Z PASS [ 0.036s] (1014/2802) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
77892026-05-05T21:33:02.547Z PASS [ 8.239s] (1015/2802) nexus-db-queries policy_test::test_conferred_roles
77902026-05-05T21:33:02.551Z PASS [ 0.055s] (1016/2802) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
77912026-05-05T21:33:02.587Z PASS [ 0.049s] (1017/2802) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
77922026-05-05T21:33:02.598Z PASS [ 0.050s] (1018/2802) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
77932026-05-05T21:33:02.605Z PASS [ 0.055s] (1019/2802) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
77942026-05-05T21:33:02.627Z PASS [ 0.107s] (1020/2802) nexus-types fm::case::tests::test_case_display
77952026-05-05T21:33:02.633Z PASS [ 0.046s] (1021/2802) nexus-types quiesce::test::test_drained_blueprint
77962026-05-05T21:33:02.666Z PASS [ 0.061s] (1022/2802) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
77972026-05-05T21:33:02.670Z PASS [ 0.043s] (1023/2802) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
77982026-05-05T21:33:02.681Z PASS [ 0.048s] (1024/2802) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
77992026-05-05T21:33:02.696Z PASS [ 0.098s] (1025/2802) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
78002026-05-05T21:33:02.702Z PASS [ 0.036s] (1026/2802) nexus-types quiesce::test::test_quiesce_block_on_reassignment
78012026-05-05T21:33:02.709Z PASS [ 0.039s] (1027/2802) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
78022026-05-05T21:33:02.719Z PASS [ 0.037s] (1028/2802) nexus-types quiesce::test::test_quiesce_block_on_saga_started
78032026-05-05T21:33:02.740Z PASS [ 0.044s] (1029/2802) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
78042026-05-05T21:33:02.744Z PASS [ 0.043s] (1030/2802) nexus-types quiesce::test::test_quiesce_noop
78052026-05-05T21:33:02.748Z PASS [ 0.038s] (1031/2802) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
78062026-05-05T21:33:02.772Z PASS [ 0.032s] (1032/2802) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
78072026-05-05T21:33:02.786Z PASS [ 0.041s] (1033/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
78082026-05-05T21:33:02.786Z PASS [ 0.038s] (1034/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
78092026-05-05T21:33:02.786Z PASS [ 0.066s] (1035/2802) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
78102026-05-05T21:33:02.815Z PASS [ 0.043s] (1036/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
78112026-05-05T21:33:02.840Z PASS [ 0.055s] (1037/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
78122026-05-05T21:33:02.840Z PASS [ 0.054s] (1038/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
78132026-05-05T21:33:02.840Z PASS [ 0.055s] (1039/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
78142026-05-05T21:33:02.869Z PASS [ 0.054s] (1040/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
78152026-05-05T21:33:02.879Z PASS [ 0.038s] (1041/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
78162026-05-05T21:33:02.885Z PASS [ 0.045s] (1042/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
78172026-05-05T21:33:02.897Z PASS [ 0.057s] (1043/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
78182026-05-05T21:33:02.902Z PASS [ 0.032s] (1044/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
78192026-05-05T21:33:02.908Z PASS [ 0.029s] (1045/2802) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
78202026-05-05T21:33:02.927Z PASS [ 0.042s] (1046/2802) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
78212026-05-05T21:33:02.933Z PASS [ 0.032s] (1047/2802) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
78222026-05-05T21:33:02.933Z PASS [ 0.036s] (1048/2802) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
78232026-05-05T21:33:02.948Z PASS [ 0.040s] (1049/2802) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
78242026-05-05T21:33:02.964Z PASS [ 0.037s] (1050/2802) nexus-types-versions impls::policy::tests::test_policy_parsing
78252026-05-05T21:33:02.967Z PASS [ 0.034s] (1051/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
78262026-05-05T21:33:02.988Z PASS [ 0.055s] (1052/2802) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
78272026-05-05T21:33:03.001Z PASS [ 0.053s] (1053/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
78282026-05-05T21:33:03.012Z PASS [ 0.033s] (1054/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
78292026-05-05T21:33:03.012Z PASS [ 0.048s] (1055/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
78302026-05-05T21:33:03.023Z PASS [ 0.035s] (1056/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
78312026-05-05T21:33:03.037Z PASS [ 0.036s] (1057/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
78322026-05-05T21:33:03.047Z PASS [ 0.035s] (1058/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
78332026-05-05T21:33:03.055Z PASS [ 0.034s] (1059/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
78342026-05-05T21:33:03.090Z PASS [ 0.065s] (1060/2802) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
78352026-05-05T21:33:03.152Z PASS [ 0.103s] (1061/2802) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
78362026-05-05T21:33:03.152Z PASS [ 0.114s] (1062/2802) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
78372026-05-05T21:33:03.152Z PASS [ 0.096s] (1063/2802) omicron-certificates tests::test_cert_extended_key_usage
78382026-05-05T21:33:03.209Z PASS [ 1.424s] (1064/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
78392026-05-05T21:33:03.220Z PASS [ 0.131s] (1065/2802) omicron-certificates tests::test_common_name_is_validated
78402026-05-05T21:33:03.232Z PASS [ 0.081s] (1066/2802) omicron-certificates tests::test_subject_alternate_names_are_validated
78412026-05-05T21:33:03.255Z PASS [ 2.140s] (1067/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
78422026-05-05T21:33:03.309Z PASS [ 0.158s] (1068/2802) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
78432026-05-05T21:33:04.223Z PASS [ 2.587s] (1069/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
78442026-05-05T21:33:04.258Z PASS [ 0.032s] (1070/2802) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
78452026-05-05T21:33:04.296Z PASS [ 0.040s] (1071/2802) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
78462026-05-05T21:33:04.465Z PASS [ 0.169s] (1072/2802) omicron-cockroach-metrics tests::test_cluster_client_caching
78472026-05-05T21:33:04.487Z PASS [ 0.022s] (1073/2802) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
78482026-05-05T21:33:04.509Z PASS [ 0.021s] (1074/2802) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
78492026-05-05T21:33:04.530Z PASS [ 0.021s] (1075/2802) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
78502026-05-05T21:33:04.595Z PASS [ 0.065s] (1076/2802) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
78512026-05-05T21:33:04.617Z PASS [ 0.021s] (1077/2802) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
78522026-05-05T21:33:04.647Z PASS [ 0.031s] (1078/2802) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
78532026-05-05T21:33:04.669Z PASS [ 0.022s] (1079/2802) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
78542026-05-05T21:33:04.694Z PASS [ 0.024s] (1080/2802) omicron-common address::test::test_dns_subnets
78552026-05-05T21:33:04.723Z PASS [ 0.029s] (1081/2802) omicron-common address::test::test_ip_range_checks_non_decreasing
78562026-05-05T21:33:04.749Z PASS [ 0.025s] (1082/2802) omicron-common address::test::test_ip_range_enum_deserialization
78572026-05-05T21:33:04.777Z PASS [ 0.026s] (1083/2802) omicron-common address::test::test_ip_range_iter
78582026-05-05T21:33:04.798Z PASS [ 0.023s] (1084/2802) omicron-common address::test::test_ip_range_length
78592026-05-05T21:33:04.825Z PASS [ 0.024s] (1085/2802) omicron-common address::test::test_ip_range_try_from
78602026-05-05T21:33:04.848Z PASS [ 0.026s] (1086/2802) omicron-common address::test::test_ipv6_subnet_deserialize
78612026-05-05T21:33:04.874Z PASS [ 0.025s] (1087/2802) omicron-common address::test::test_sled_address
78622026-05-05T21:33:04.899Z PASS [ 0.025s] (1088/2802) omicron-common api::external::error::test::test_bail_unless
78632026-05-05T21:33:04.926Z PASS [ 0.027s] (1089/2802) omicron-common api::external::error::test::test_context
78642026-05-05T21:33:04.954Z PASS [ 0.028s] (1090/2802) omicron-common api::external::http_pagination::test::test_pagination_examples
78652026-05-05T21:33:04.982Z PASS [ 0.028s] (1091/2802) omicron-common api::external::http_pagination::test::test_pagination_schemas
78662026-05-05T21:33:05.008Z PASS [ 0.027s] (1092/2802) omicron-common api::external::http_pagination::test::test_scan_by_id
78672026-05-05T21:33:05.011Z PASS [ 8.754s] (1093/2802) nexus-mgs-updates driver_update::test::test_sp_update_basic
78682026-05-05T21:33:05.038Z PASS [ 0.029s] (1094/2802) omicron-common api::external::http_pagination::test::test_scan_by_name
78692026-05-05T21:33:05.043Z PASS [ 0.032s] (1095/2802) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
78702026-05-05T21:33:05.070Z PASS [ 0.032s] (1096/2802) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
78712026-05-05T21:33:05.076Z PASS [ 0.033s] (1097/2802) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
78722026-05-05T21:33:05.100Z PASS [ 0.029s] (1098/2802) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
78732026-05-05T21:33:05.108Z PASS [ 0.031s] (1099/2802) omicron-common api::external::test::test_bytecount
78742026-05-05T21:33:05.114Z PASS [ 1.893s] (1100/2802) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
78752026-05-05T21:33:05.130Z PASS [ 0.031s] (1101/2802) omicron-common api::external::test::test_bytecount_display
78762026-05-05T21:33:05.137Z PASS [ 0.030s] (1102/2802) omicron-common api::external::test::test_digest
78772026-05-05T21:33:05.171Z PASS [ 1.861s] (1103/2802) omicron-cockroach-admin context::tests::test_node_id
78782026-05-05T21:33:05.171Z PASS [ 0.057s] (1104/2802) omicron-common api::external::test::test_firewall_deserialization
78792026-05-05T21:33:05.171Z PASS [ 0.040s] (1105/2802) omicron-common api::external::test::test_firewall_rule_host_filter_parse
78802026-05-05T21:33:05.196Z PASS [ 0.060s] (1106/2802) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
78812026-05-05T21:33:05.206Z PASS [ 0.035s] (1107/2802) omicron-common api::external::test::test_generation_from_int
78822026-05-05T21:33:05.222Z PASS [ 0.051s] (1108/2802) omicron-common api::external::test::test_firewall_rule_target_parse
78832026-05-05T21:33:05.225Z PASS [ 0.051s] (1109/2802) omicron-common api::external::test::test_generation_display_parse
78842026-05-05T21:33:05.248Z PASS [ 0.042s] (1110/2802) omicron-common api::external::test::test_generation_serde
78852026-05-05T21:33:05.265Z PASS [ 0.043s] (1111/2802) omicron-common api::external::test::test_ip_port_range_from_str
78862026-05-05T21:33:05.265Z PASS [ 0.043s] (1112/2802) omicron-common api::external::test::test_hostname_from_str
78872026-05-05T21:33:05.293Z PASS [ 0.044s] (1113/2802) omicron-common api::external::test::test_ip_port_range_into_str
78882026-05-05T21:33:05.296Z PASS [ 0.031s] (1114/2802) omicron-common api::external::test::test_ipv6_net_operations
78892026-05-05T21:33:05.308Z PASS [ 0.043s] (1115/2802) omicron-common api::external::test::test_mac_system_iterator
78902026-05-05T21:33:05.323Z PASS [ 0.030s] (1116/2802) omicron-common api::external::test::test_mac_to_int_conversions
78912026-05-05T21:33:05.335Z PASS [ 0.037s] (1117/2802) omicron-common api::external::test::test_macaddr
78922026-05-05T21:33:05.335Z PASS [ 0.138s] (1118/2802) omicron-common api::external::test::test_generation_overflow
78932026-05-05T21:33:05.347Z PASS [ 0.038s] (1119/2802) omicron-common api::external::test::test_name_parse
78942026-05-05T21:33:05.358Z PASS [ 0.034s] (1120/2802) omicron-common api::external::test::test_name_parse_from_param
78952026-05-05T21:33:05.373Z PASS [ 0.039s] (1121/2802) omicron-common api::external::test::test_route_destination_parse
78962026-05-05T21:33:05.373Z PASS [ 0.039s] (1122/2802) omicron-common api::external::test::test_resource_name_parse
78972026-05-05T21:33:05.395Z PASS [ 0.048s] (1123/2802) omicron-common api::external::test::test_route_target_parse
78982026-05-05T21:33:05.399Z PASS [ 0.042s] (1124/2802) omicron-common api::external::test::test_semver_serialize
78992026-05-05T21:33:05.403Z PASS [ 0.030s] (1125/2802) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
79002026-05-05T21:33:05.406Z PASS [ 0.030s] (1126/2802) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
79012026-05-05T21:33:05.410Z PASS [ 2.175s] (1127/2802) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
79022026-05-05T21:33:05.426Z PASS [ 0.031s] (1128/2802) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
79032026-05-05T21:33:05.433Z PASS [ 0.030s] (1129/2802) omicron-common disk::tests::parse_dataset_name
79042026-05-05T21:33:05.434Z PASS [ 0.030s] (1130/2802) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
79052026-05-05T21:33:05.453Z PASS [ 0.053s] (1131/2802) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
79062026-05-05T21:33:05.453Z PASS [ 0.045s] (1132/2802) omicron-common zpool_name::test::test_parse_bad_zpool_names
79072026-05-05T21:33:05.465Z PASS [ 0.039s] (1133/2802) omicron-common zpool_name::test::test_parse_external_zpool_name
79082026-05-05T21:33:05.482Z PASS [ 0.048s] (1134/2802) omicron-common zpool_name::test::test_parse_zpool_name_json
79092026-05-05T21:33:05.482Z PASS [ 0.048s] (1135/2802) omicron-common zpool_name::test::test_parse_internal_zpool_name
79102026-05-05T21:33:05.496Z PASS [ 0.044s] (1136/2802) omicron-common zpool_name::test::test_zpool_name_regex
79112026-05-05T21:33:05.557Z PASS [ 0.061s] (1137/2802) omicron-gateway management_switch::location_map::tests::test_config_validation
79122026-05-05T21:33:05.595Z PASS [ 0.037s] (1138/2802) omicron-gateway management_switch::location_map::tests::test_resolve_location
79132026-05-05T21:33:05.708Z PASS [ 3.467s] (1139/2802) nexus-test-utils test::test_suite_password_matches_hash
79142026-05-05T21:33:05.713Z PASS [ 0.248s] (1140/2802) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
79152026-05-05T21:33:05.755Z PASS [ 0.046s] (1141/2802) omicron-gateway::test_all integration_tests::config::read_production_smf_config
79162026-05-05T21:33:05.952Z PASS [ 0.357s] (1142/2802) omicron-gateway::test_all integration_tests::component_list::component_list
79172026-05-05T21:33:05.988Z PASS [ 0.273s] (1143/2802) omicron-gateway::test_all integration_tests::ereports::ereports_basic
79182026-05-05T21:33:05.992Z PASS [ 0.527s] (1144/2802) omicron-dev::test-omicron-dev test_omicron_dev_no_args
79192026-05-05T21:33:06.048Z PASS [ 0.290s] (1145/2802) omicron-gateway::test_all integration_tests::ereports::ereports_commit
79202026-05-05T21:33:06.191Z PASS [ 0.237s] (1146/2802) omicron-gateway::test_all integration_tests::ereports::ereports_limit
79212026-05-05T21:33:06.272Z PASS [ 0.276s] (1147/2802) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
79222026-05-05T21:33:06.294Z PASS [ 0.026s] (1148/2802) omicron-ledger test::test_commit_handles_write_failures
79232026-05-05T21:33:06.298Z PASS [ 0.251s] (1149/2802) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
79242026-05-05T21:33:06.319Z PASS [ 0.024s] (1150/2802) omicron-ledger test::test_create_default_ledger
79252026-05-05T21:33:06.325Z PASS [ 0.029s] (1151/2802) omicron-ledger test::test_create_ledger_reads_from_storage
79262026-05-05T21:33:06.347Z PASS [ 0.029s] (1152/2802) omicron-ledger test::test_create_ledger_reads_latest_from_storage
79272026-05-05T21:33:06.454Z PASS [ 0.264s] (1153/2802) omicron-gateway::test_all integration_tests::task_dump::task_dump
79282026-05-05T21:33:06.483Z PASS [ 9.754s] (1154/2802) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
79292026-05-05T21:33:06.541Z PASS [ 0.555s] (1155/2802) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
79302026-05-05T21:33:06.560Z PASS [ 0.076s] (1156/2802) omicron-nexus app::alert::tests::test_alert_class_list
79312026-05-05T21:33:07.218Z PASS [ 5.336s] (1157/2802) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
79322026-05-05T21:33:07.438Z PASS [ 4.285s] (1158/2802) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
79332026-05-05T21:33:08.210Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
79342026-05-05T21:33:08.210Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79352026-05-05T21:33:08.817Z PASS [ 5.561s] (1159/2802) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
79362026-05-05T21:33:09.697Z PASS [ 12.185s] (1160/2802) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
79372026-05-05T21:33:09.936Z PASS [ 6.727s] (1161/2802) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
79382026-05-05T21:33:10.190Z PASS [ 12.218s] (1162/2802) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
79392026-05-05T21:33:10.252Z PASS [ 0.062s] (1163/2802) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
79402026-05-05T21:33:10.310Z PASS [ 0.057s] (1164/2802) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
79412026-05-05T21:33:10.363Z PASS [ 0.053s] (1165/2802) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
79422026-05-05T21:33:10.425Z PASS [ 0.061s] (1166/2802) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
79432026-05-05T21:33:10.483Z PASS [ 0.058s] (1167/2802) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
79442026-05-05T21:33:10.758Z PASS [ 13.254s] (1168/2802) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
79452026-05-05T21:33:10.764Z PASS [ 13.017s] (1169/2802) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
79462026-05-05T21:33:10.915Z PASS [ 14.535s] (1170/2802) nexus-mgs-updates driver_update::test::test_sp_update_takeover
79472026-05-05T21:33:16.269Z PASS [ 19.630s] (1171/2802) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
79482026-05-05T21:33:17.331Z PASS [ 6.415s] (1172/2802) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
79492026-05-05T21:33:17.350Z PASS [ 6.584s] (1173/2802) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
79502026-05-05T21:33:17.374Z PASS [ 6.617s] (1174/2802) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
79512026-05-05T21:33:17.972Z PASS [ 15.599s] (1175/2802) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
79522026-05-05T21:33:18.752Z PASS [ 13.268s] (1176/2802) omicron-dev::test-omicron-dev test_run_all
79532026-05-05T21:33:21.040Z PASS [ 14.479s] (1177/2802) omicron-nexus app::background::driver::test::test_driver_basic
79542026-05-05T21:33:22.489Z PASS [ 15.270s] (1178/2802) omicron-nexus app::background::init::test::test_dns_propagation_basic
79552026-05-05T21:33:22.567Z PASS [ 0.078s] (1179/2802) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
79562026-05-05T21:33:23.228Z PASS [ 16.686s] (1180/2802) omicron-nexus app::background::driver::test::test_activation_in_progress
79572026-05-05T21:33:23.813Z PASS [ 5.840s] (1181/2802) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
79582026-05-05T21:33:24.412Z PASS [ 14.474s] (1182/2802) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
79592026-05-05T21:33:24.598Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
79602026-05-05T21:33:24.722Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
79612026-05-05T21:33:24.943Z PASS [ 6.192s] (1183/2802) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
79622026-05-05T21:33:25.266Z PASS [ 7.892s] (1184/2802) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
79632026-05-05T21:33:26.251Z PASS [ 24.245s] (1185/2802) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
79642026-05-05T21:33:27.725Z PASS [ 6.684s] (1186/2802) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
79652026-05-05T21:33:28.537Z PASS [ 26.511s] (1187/2802) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
79662026-05-05T21:33:28.857Z PASS [ 26.802s] (1188/2802) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
79672026-05-05T21:33:30.259Z PASS [ 22.821s] (1189/2802) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
79682026-05-05T21:33:31.047Z PASS [ 22.228s] (1190/2802) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
79692026-05-05T21:33:31.754Z PASS [ 29.710s] (1191/2802) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
79702026-05-05T21:33:31.761Z PASS [ 14.429s] (1192/2802) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
79712026-05-05T21:33:32.911Z PASS [ 23.212s] (1193/2802) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
79722026-05-05T21:33:33.137Z PASS [ 26.787s] (1194/2802) omicron-ls-apis::test_dependencies test_api_dependencies
79732026-05-05T21:33:33.204Z PASS [ 26.877s] (1195/2802) omicron-ls-apis::test_dependencies test_api_check
79742026-05-05T21:33:34.243Z PASS [ 27.788s] (1196/2802) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
79752026-05-05T21:33:34.724Z PASS [ 6.998s] (1197/2802) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
79762026-05-05T21:33:36.170Z PASS [ 7.632s] (1198/2802) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
79772026-05-05T21:33:36.239Z PASS [ 19.968s] (1199/2802) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
79782026-05-05T21:33:36.493Z PASS [ 39.278s] (1200/2802) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
79792026-05-05T21:33:36.916Z PASS [ 8.067s] (1201/2802) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
79802026-05-05T21:33:38.097Z PASS [ 7.837s] (1202/2802) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
79812026-05-05T21:33:38.161Z PASS [ 0.062s] (1203/2802) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
79822026-05-05T21:33:38.219Z PASS [ 0.059s] (1204/2802) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
79832026-05-05T21:33:38.286Z PASS [ 0.067s] (1205/2802) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
79842026-05-05T21:33:38.351Z PASS [ 0.065s] (1206/2802) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
79852026-05-05T21:33:38.409Z PASS [ 0.058s] (1207/2802) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
79862026-05-05T21:33:38.449Z PASS [ 15.880s] (1208/2802) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
79872026-05-05T21:33:38.465Z PASS [ 0.056s] (1209/2802) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
79882026-05-05T21:33:38.513Z PASS [ 0.064s] (1210/2802) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
79892026-05-05T21:33:38.522Z PASS [ 0.057s] (1211/2802) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
79902026-05-05T21:33:38.576Z PASS [ 0.063s] (1212/2802) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
79912026-05-05T21:33:38.640Z PASS [ 0.063s] (1213/2802) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
79922026-05-05T21:33:38.646Z PASS [ 0.124s] (1214/2802) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
79932026-05-05T21:33:38.738Z PASS [ 0.098s] (1215/2802) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
79942026-05-05T21:33:38.744Z PASS [ 0.098s] (1216/2802) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
79952026-05-05T21:33:38.807Z PASS [ 0.062s] (1217/2802) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
79962026-05-05T21:33:38.825Z PASS [ 0.086s] (1218/2802) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
79972026-05-05T21:33:38.835Z PASS [ 7.080s] (1219/2802) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
79982026-05-05T21:33:38.864Z PASS [ 0.057s] (1220/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
79992026-05-05T21:33:38.880Z PASS [ 15.651s] (1221/2802) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
80002026-05-05T21:33:38.883Z PASS [ 0.057s] (1222/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
80012026-05-05T21:33:38.891Z PASS [ 7.844s] (1223/2802) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
80022026-05-05T21:33:38.930Z PASS [ 0.066s] (1224/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
80032026-05-05T21:33:39.006Z PASS [ 0.170s] (1225/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
80042026-05-05T21:33:39.041Z PASS [ 0.161s] (1226/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
80052026-05-05T21:33:39.065Z PASS [ 0.060s] (1227/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
80062026-05-05T21:33:39.069Z PASS [ 0.138s] (1228/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
80072026-05-05T21:33:39.072Z PASS [ 0.191s] (1229/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
80082026-05-05T21:33:39.097Z PASS [ 0.205s] (1230/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
80092026-05-05T21:33:39.104Z PASS [ 0.063s] (1231/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
80102026-05-05T21:33:39.182Z PASS [ 0.117s] (1232/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
80112026-05-05T21:33:39.188Z PASS [ 0.116s] (1233/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
80122026-05-05T21:33:39.192Z PASS [ 0.124s] (1234/2802) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
80132026-05-05T21:33:39.453Z PASS [ 7.692s] (1235/2802) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
80142026-05-05T21:33:39.651Z PASS [ 15.837s] (1236/2802) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
80152026-05-05T21:33:39.865Z PASS [ 6.954s] (1237/2802) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
80162026-05-05T21:33:39.949Z PASS [ 22.599s] (1238/2802) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
80172026-05-05T21:33:40.158Z PASS [ 15.745s] (1239/2802) omicron-nexus app::background::tasks::dns_config::test::test_basic
80182026-05-05T21:33:40.617Z PASS [ 15.669s] (1240/2802) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
80192026-05-05T21:33:40.799Z PASS [ 15.532s] (1241/2802) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
80202026-05-05T21:33:41.340Z PASS [ 153.135s] (1242/2802) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
80212026-05-05T21:33:41.485Z PASS [ 36.001s] (1243/2802) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
80222026-05-05T21:33:42.205Z PASS [ 15.956s] (1244/2802) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
80232026-05-05T21:33:43.478Z PASS [ 6.985s] (1245/2802) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
80242026-05-05T21:33:46.671Z PASS [ 52.333s] (1246/2802) nexus-db-queries policy_test::test_iam_roles_behavior
80252026-05-05T21:33:48.631Z PASS [ 5.153s] (1247/2802) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
80262026-05-05T21:33:53.621Z PASS [ 4.987s] (1248/2802) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
80272026-05-05T21:33:54.365Z PASS [ 17.447s] (1249/2802) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
80282026-05-05T21:33:54.717Z PASS [ 18.477s] (1250/2802) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
80292026-05-05T21:33:54.793Z PASS [ 15.600s] (1251/2802) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
80302026-05-05T21:33:54.831Z PASS [ 0.114s] (1252/2802) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
80312026-05-05T21:33:54.878Z PASS [ 15.424s] (1253/2802) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
80322026-05-05T21:33:54.934Z PASS [ 15.742s] (1254/2802) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
80332026-05-05T21:33:55.127Z PASS [ 15.942s] (1255/2802) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
80342026-05-05T21:33:55.232Z PASS [ 44.747s] (1256/2802) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
80352026-05-05T21:33:55.271Z PASS [ 14.656s] (1257/2802) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
80362026-05-05T21:33:55.417Z PASS [ 15.551s] (1258/2802) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
80372026-05-05T21:33:55.443Z PASS [ 15.493s] (1259/2802) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
80382026-05-05T21:33:55.696Z PASS [ 16.044s] (1260/2802) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
80392026-05-05T21:33:55.849Z PASS [ 14.363s] (1261/2802) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
80402026-05-05T21:33:55.876Z PASS [ 15.717s] (1262/2802) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
80412026-05-05T21:33:56.056Z PASS [ 22.850s] (1263/2802) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
80422026-05-05T21:33:56.301Z PASS [ 14.094s] (1264/2802) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
80432026-05-05T21:33:56.543Z PASS [ 0.242s] (1265/2802) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
80442026-05-05T21:33:56.740Z PASS [ 0.197s] (1266/2802) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
80452026-05-05T21:33:56.920Z PASS [ 22.194s] (1267/2802) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
80462026-05-05T21:33:56.949Z PASS [ 0.209s] (1268/2802) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
80472026-05-05T21:33:57.022Z PASS [ 0.073s] (1269/2802) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
80482026-05-05T21:33:57.105Z PASS [ 0.083s] (1270/2802) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
80492026-05-05T21:33:57.192Z PASS [ 0.084s] (1271/2802) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
80502026-05-05T21:33:57.235Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
80512026-05-05T21:33:57.277Z PASS [ 0.087s] (1272/2802) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
80522026-05-05T21:33:57.467Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
80532026-05-05T21:33:57.684Z PASS [ 0.764s] (1273/2802) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
80542026-05-05T21:33:57.747Z PASS [ 0.468s] (1274/2802) omicron-nexus app::external_endpoints::test::test_authority
80552026-05-05T21:33:57.804Z PASS [ 0.119s] (1275/2802) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
80562026-05-05T21:33:57.911Z PASS [ 4.292s] (1276/2802) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
80572026-05-05T21:33:57.915Z PASS [ 0.109s] (1277/2802) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
80582026-05-05T21:33:58.029Z PASS [ 0.116s] (1278/2802) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
80592026-05-05T21:33:58.042Z PASS [ 0.131s] (1279/2802) omicron-nexus app::external_endpoints::test::test_no_endpoint
80602026-05-05T21:33:58.103Z PASS [ 0.074s] (1280/2802) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
80612026-05-05T21:33:58.107Z PASS [ 0.065s] (1281/2802) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
80622026-05-05T21:33:58.170Z PASS [ 0.066s] (1282/2802) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
80632026-05-05T21:33:58.186Z PASS [ 0.078s] (1283/2802) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
80642026-05-05T21:33:58.236Z PASS [ 0.063s] (1284/2802) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
80652026-05-05T21:33:58.247Z PASS [ 0.061s] (1285/2802) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
80662026-05-05T21:33:58.296Z PASS [ 0.063s] (1286/2802) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
80672026-05-05T21:33:58.304Z PASS [ 0.056s] (1287/2802) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
80682026-05-05T21:33:58.356Z PASS [ 0.060s] (1288/2802) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
80692026-05-05T21:33:58.359Z PASS [ 0.054s] (1289/2802) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
80702026-05-05T21:33:58.482Z PASS [ 0.124s] (1290/2802) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
80712026-05-05T21:33:58.487Z PASS [ 0.132s] (1291/2802) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
80722026-05-05T21:33:58.583Z PASS [ 0.096s] (1292/2802) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
80732026-05-05T21:33:58.586Z PASS [ 0.102s] (1293/2802) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
80742026-05-05T21:33:58.645Z PASS [ 0.061s] (1294/2802) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
80752026-05-05T21:33:58.652Z PASS [ 0.066s] (1295/2802) omicron-nexus app::multicast::tests::test_is_ssm_address
80762026-05-05T21:33:58.885Z PASS [ 4.519s] (1296/2802) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
80772026-05-05T21:33:59.498Z PASS [ 1.752s] (1297/2802) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
80782026-05-05T21:33:59.562Z PASS [ 0.063s] (1298/2802) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
80792026-05-05T21:34:00.036Z PASS [ 13.365s] (1299/2802) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
80802026-05-05T21:34:00.560Z PASS [ 63.327s] (1300/2802) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
80812026-05-05T21:34:01.317Z PASS [ 22.219s] (1301/2802) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
80822026-05-05T21:34:03.393Z PASS [ 22.592s] (1302/2802) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
80832026-05-05T21:34:07.022Z PASS [ 11.789s] (1303/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
80842026-05-05T21:34:07.424Z PASS [ 12.298s] (1304/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
80852026-05-05T21:34:07.435Z PASS [ 11.991s] (1305/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
80862026-05-05T21:34:07.951Z PASS [ 28.845s] (1306/2802) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
80872026-05-05T21:34:08.216Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
80882026-05-05T21:34:08.249Z PASS [ 13.370s] (1307/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
80892026-05-05T21:34:08.511Z PASS [ 13.678s] (1308/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
80902026-05-05T21:34:09.827Z PASS [ 13.950s] (1309/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
80912026-05-05T21:34:10.235Z PASS [ 37.095s] (1310/2802) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
80922026-05-05T21:34:10.386Z PASS [ 14.329s] (1311/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
80932026-05-05T21:34:10.552Z PASS [ 15.620s] (1312/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
80942026-05-05T21:34:10.577Z PASS [ 29.236s] (1313/2802) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
80952026-05-05T21:34:10.653Z PASS [ 15.859s] (1314/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
80962026-05-05T21:34:11.474Z PASS [ 15.623s] (1315/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
80972026-05-05T21:34:11.484Z PASS [ 15.786s] (1316/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
80982026-05-05T21:34:12.057Z PASS [ 16.786s] (1317/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
80992026-05-05T21:34:12.390Z PASS [ 16.971s] (1318/2802) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
81002026-05-05T21:34:13.244Z PASS [ 14.598s] (1319/2802) omicron-nexus app::quiesce::test::test_quiesce_easy
81012026-05-05T21:34:13.574Z PASS [ 14.923s] (1320/2802) omicron-nexus app::quiesce::test::test_quiesce_full
81022026-05-05T21:34:13.790Z PASS [ 39.542s] (1321/2802) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
81032026-05-05T21:34:16.035Z PASS [ 17.148s] (1322/2802) omicron-nexus app::quiesce::test::test_quiesce_multi
81042026-05-05T21:34:16.398Z PASS [ 78.932s] (1323/2802) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
81052026-05-05T21:34:16.627Z PASS [ 40.453s] (1324/2802) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
81062026-05-05T21:34:20.807Z PASS [ 21.244s] (1325/2802) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
81072026-05-05T21:34:22.884Z PASS [ 19.489s] (1326/2802) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
81082026-05-05T21:34:23.713Z PASS [ 23.675s] (1327/2802) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
81092026-05-05T21:34:23.866Z PASS [ 23.303s] (1328/2802) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
81102026-05-05T21:34:24.517Z PASS [ 23.198s] (1329/2802) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
81112026-05-05T21:34:24.602Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
81122026-05-05T21:34:24.726Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
81132026-05-05T21:34:26.464Z PASS [ 19.027s] (1330/2802) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
81142026-05-05T21:34:28.454Z PASS [ 123.731s] (1331/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
81152026-05-05T21:34:30.581Z PASS [ 23.155s] (1332/2802) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
81162026-05-05T21:34:30.606Z PASS [ 23.582s] (1333/2802) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
81172026-05-05T21:34:31.101Z PASS [ 126.501s] (1334/2802) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
81182026-05-05T21:34:31.334Z PASS [ 19.849s] (1335/2802) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
81192026-05-05T21:34:31.945Z PASS [ 20.469s] (1336/2802) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
81202026-05-05T21:34:32.769Z PASS [ 24.518s] (1337/2802) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
81212026-05-05T21:34:33.024Z PASS [ 20.965s] (1338/2802) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
81222026-05-05T21:34:33.044Z PASS [ 20.653s] (1339/2802) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
81232026-05-05T21:34:33.153Z PASS [ 19.363s] (1340/2802) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
81242026-05-05T21:34:33.198Z PASS [ 19.953s] (1341/2802) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
81252026-05-05T21:34:34.241Z PASS [ 17.841s] (1342/2802) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
81262026-05-05T21:34:34.316Z PASS [ 24.487s] (1343/2802) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
81272026-05-05T21:34:34.344Z PASS [ 17.694s] (1344/2802) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
81282026-05-05T21:34:38.463Z PASS [ 27.909s] (1345/2802) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
81292026-05-05T21:34:40.196Z PASS [ 16.481s] (1346/2802) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
81302026-05-05T21:34:40.652Z PASS [ 17.766s] (1347/2802) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
81312026-05-05T21:34:43.094Z PASS [ 35.140s] (1348/2802) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
81322026-05-05T21:34:44.000Z PASS [ 20.133s] (1349/2802) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
81332026-05-05T21:34:45.339Z PASS [ 18.874s] (1350/2802) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
81342026-05-05T21:34:47.136Z PASS [ 18.681s] (1351/2802) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
81352026-05-05T21:34:47.533Z PASS [ 33.956s] (1352/2802) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
81362026-05-05T21:34:49.646Z PASS [ 19.037s] (1353/2802) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
81372026-05-05T21:34:50.920Z PASS [ 19.817s] (1354/2802) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
81382026-05-05T21:34:51.711Z PASS [ 19.762s] (1355/2802) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
81392026-05-05T21:34:51.837Z PASS [ 18.791s] (1356/2802) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
81402026-05-05T21:34:52.512Z PASS [ 19.742s] (1357/2802) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
81412026-05-05T21:34:52.706Z PASS [ 19.552s] (1358/2802) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
81422026-05-05T21:34:54.328Z PASS [ 20.087s] (1359/2802) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
81432026-05-05T21:34:54.745Z PASS [ 20.426s] (1360/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
81442026-05-05T21:34:56.027Z PASS [ 39.989s] (1361/2802) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
81452026-05-05T21:34:58.755Z PASS [ 20.290s] (1362/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
81462026-05-05T21:34:59.025Z PASS [ 48.368s] (1363/2802) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
81472026-05-05T21:34:59.424Z PASS [ 50.909s] (1364/2802) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
81482026-05-05T21:35:00.510Z PASS [ 20.313s] (1365/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
81492026-05-05T21:35:01.805Z PASS [ 10.885s] (1366/2802) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
81502026-05-05T21:35:01.842Z PASS [ 51.261s] (1367/2802) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
81512026-05-05T21:35:02.383Z PASS [ 10.673s] (1368/2802) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
81522026-05-05T21:35:03.122Z PASS [ 52.732s] (1369/2802) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
81532026-05-05T21:35:03.203Z PASS [ 11.365s] (1370/2802) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
81542026-05-05T21:35:03.260Z PASS [ 0.057s] (1371/2802) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
81552026-05-05T21:35:03.661Z PASS [ 20.565s] (1372/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
81562026-05-05T21:35:04.282Z PASS [ 11.575s] (1373/2802) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
81572026-05-05T21:35:04.846Z PASS [ 19.505s] (1374/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
81582026-05-05T21:35:04.875Z PASS [ 12.361s] (1375/2802) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
81592026-05-05T21:35:05.972Z PASS [ 11.643s] (1376/2802) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
81602026-05-05T21:35:06.388Z PASS [ 10.361s] (1377/2802) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
81612026-05-05T21:35:06.680Z PASS [ 19.542s] (1378/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
81622026-05-05T21:35:07.055Z PASS [ 17.410s] (1379/2802) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
81632026-05-05T21:35:08.221Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
81642026-05-05T21:35:09.959Z PASS [ 10.934s] (1380/2802) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
81652026-05-05T21:35:10.241Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
81662026-05-05T21:35:12.235Z PASS [ 24.699s] (1381/2802) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
81672026-05-05T21:35:14.806Z PASS [ 11.683s] (1382/2802) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
81682026-05-05T21:35:15.882Z PASS [ 65.643s] (1383/2802) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
81692026-05-05T21:35:17.209Z PASS [ 10.152s] (1384/2802) omicron-nexus app::sagas::test_saga::test_saga_stuck
81702026-05-05T21:35:18.653Z PASS [ 57.842s] (1385/2802) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
81712026-05-05T21:35:19.828Z PASS [ 46.801s] (1386/2802) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
81722026-05-05T21:35:20.407Z PASS [ 15.559s] (1387/2802) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
81732026-05-05T21:35:20.704Z PASS [ 46.379s] (1388/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
81742026-05-05T21:35:20.760Z PASS [ 0.055s] (1389/2802) omicron-nexus external_api::console_api::test::test_accept_gz
81752026-05-05T21:35:20.801Z PASS [ 15.925s] (1390/2802) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
81762026-05-05T21:35:20.816Z PASS [ 0.058s] (1391/2802) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
81772026-05-05T21:35:20.859Z PASS [ 0.058s] (1392/2802) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
81782026-05-05T21:35:20.876Z PASS [ 0.060s] (1393/2802) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
81792026-05-05T21:35:20.918Z PASS [ 0.059s] (1394/2802) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
81802026-05-05T21:35:20.933Z PASS [ 0.056s] (1395/2802) omicron-nexus external_api::console_api::test::test_find_file_finds_file
81812026-05-05T21:35:20.976Z PASS [ 0.057s] (1396/2802) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
81822026-05-05T21:35:20.990Z PASS [ 0.057s] (1397/2802) omicron-nexus external_api::console_api::test::test_relative_uri
81832026-05-05T21:35:21.162Z PASS [ 15.168s] (1398/2802) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
81842026-05-05T21:35:21.423Z PASS [ 11.463s] (1399/2802) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
81852026-05-05T21:35:21.585Z PASS [ 15.196s] (1400/2802) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
81862026-05-05T21:35:21.799Z PASS [ 15.118s] (1401/2802) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
81872026-05-05T21:35:21.970Z PASS [ 1.564s] (1402/2802) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
81882026-05-05T21:35:22.995Z PASS [ 10.760s] (1403/2802) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
81892026-05-05T21:35:23.365Z PASS [ 28.619s] (1404/2802) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
81902026-05-05T21:35:24.526Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81912026-05-05T21:35:25.185Z PASS [ 10.378s] (1405/2802) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
81922026-05-05T21:35:26.778Z PASS [ 10.895s] (1406/2802) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
81932026-05-05T21:35:28.771Z PASS [ 11.561s] (1407/2802) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
81942026-05-05T21:35:29.291Z PASS [ 26.029s] (1408/2802) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
81952026-05-05T21:35:30.587Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81962026-05-05T21:35:30.814Z PASS [ 12.159s] (1409/2802) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
81972026-05-05T21:35:31.340Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81982026-05-05T21:35:31.722Z PASS [ 10.731s] (1410/2802) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
81992026-05-05T21:35:32.391Z PASS [ 12.562s] (1411/2802) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
82002026-05-05T21:35:32.495Z PASS [ 30.111s] (1412/2802) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
82012026-05-05T21:35:33.186Z PASS [ 12.044s] (1413/2802) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
82022026-05-05T21:35:33.206Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
82032026-05-05T21:35:35.781Z PASS [ 31.497s] (1414/2802) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
82042026-05-05T21:35:36.892Z PASS [ 66.307s] (1415/2802) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
82052026-05-05T21:35:37.852Z PASS [ 15.881s] (1416/2802) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
82062026-05-05T21:35:38.231Z PASS [ 2.449s] (1417/2802) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
82072026-05-05T21:35:38.448Z PASS [ 0.596s] (1418/2802) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
82082026-05-05T21:35:39.045Z PASS [ 17.620s] (1419/2802) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
82092026-05-05T21:35:39.504Z PASS [ 2.611s] (1420/2802) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
82102026-05-05T21:35:40.533Z PASS [ 18.947s] (1421/2802) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
82112026-05-05T21:35:40.658Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
82122026-05-05T21:35:41.334Z PASS [ 18.337s] (1422/2802) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
82132026-05-05T21:35:42.325Z PASS [ 18.959s] (1423/2802) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
82142026-05-05T21:35:42.386Z PASS [ 13.094s] (1424/2802) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
82152026-05-05T21:35:42.597Z PASS [ 15.818s] (1425/2802) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
82162026-05-05T21:35:43.452Z PASS [ 14.680s] (1426/2802) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
82172026-05-05T21:35:44.005Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
82182026-05-05T21:35:44.742Z PASS [ 11.555s] (1427/2802) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
82192026-05-05T21:35:45.199Z PASS [ 80.676s] (1428/2802) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
82202026-05-05T21:35:46.481Z PASS [ 65.824s] (1429/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
82212026-05-05T21:35:48.436Z PASS [ 26.635s] (1430/2802) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
82222026-05-05T21:35:48.653Z PASS [ 49.895s] (1431/2802) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
82232026-05-05T21:35:49.627Z PASS [ 17.235s] (1432/2802) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
82242026-05-05T21:35:49.781Z PASS [ 11.332s] (1433/2802) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
82252026-05-05T21:35:50.571Z PASS [ 12.339s] (1434/2802) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
82262026-05-05T21:35:51.409Z PASS [ 26.222s] (1435/2802) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
82272026-05-05T21:35:51.564Z PASS [ 12.518s] (1436/2802) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
82282026-05-05T21:35:51.639Z PASS [ 12.134s] (1437/2802) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
82292026-05-05T21:35:51.935Z PASS [ 19.435s] (1438/2802) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
82302026-05-05T21:35:52.794Z PASS [ 68.789s] (1439/2802) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
82312026-05-05T21:35:52.806Z PASS [ 11.472s] (1440/2802) omicron-nexus::test_all integration_tests::basic::test_basic_failures
82322026-05-05T21:35:52.965Z PASS [ 1.325s] (1441/2802) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
82332026-05-05T21:35:52.998Z PASS [ 0.204s] (1442/2802) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
82342026-05-05T21:35:53.049Z PASS [ 12.515s] (1443/2802) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
82352026-05-05T21:35:53.538Z PASS [ 1.605s] (1444/2802) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
82362026-05-05T21:35:53.703Z PASS [ 11.376s] (1445/2802) omicron-nexus::test_all integration_tests::basic::test_ping
82372026-05-05T21:35:54.467Z PASS [ 11.014s] (1446/2802) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
82382026-05-05T21:35:55.959Z PASS [ 11.216s] (1447/2802) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
82392026-05-05T21:35:56.328Z PASS [ 11.128s] (1448/2802) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
82402026-05-05T21:35:56.841Z PASS [ 83.637s] (1449/2802) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
82412026-05-05T21:35:58.098Z PASS [ 11.615s] (1450/2802) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
82422026-05-05T21:35:59.431Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
82432026-05-05T21:35:59.685Z PASS [ 56.021s] (1451/2802) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
82442026-05-05T21:35:59.705Z PASS [ 60.277s] (1452/2802) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
82452026-05-05T21:35:59.753Z PASS [ 11.316s] (1453/2802) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
82462026-05-05T21:36:00.516Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
82472026-05-05T21:36:00.649Z PASS [ 58.804s] (1454/2802) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
82482026-05-05T21:36:00.765Z PASS [ 58.956s] (1455/2802) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
82492026-05-05T21:36:02.192Z PASS [ 12.563s] (1456/2802) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
82502026-05-05T21:36:02.225Z PASS [ 19.838s] (1457/2802) omicron-nexus::test_all integration_tests::basic::test_projects_basic
82512026-05-05T21:36:03.220Z PASS [ 12.648s] (1458/2802) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
82522026-05-05T21:36:03.265Z PASS [ 14.611s] (1459/2802) omicron-nexus::test_all integration_tests::certificates::test_crud
82532026-05-05T21:36:03.658Z PASS [ 63.144s] (1460/2802) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
82542026-05-05T21:36:03.717Z PASS [ 12.307s] (1461/2802) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
82552026-05-05T21:36:04.166Z PASS [ 12.601s] (1462/2802) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
82562026-05-05T21:36:05.376Z PASS [ 12.569s] (1463/2802) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
82572026-05-05T21:36:05.526Z PASS [ 12.527s] (1464/2802) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
82582026-05-05T21:36:05.723Z PASS [ 12.020s] (1465/2802) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
82592026-05-05T21:36:06.264Z PASS [ 13.298s] (1466/2802) omicron-nexus::test_all integration_tests::console_api::test_assets
82602026-05-05T21:36:06.267Z PASS [ 23.665s] (1467/2802) omicron-nexus::test_all integration_tests::basic::test_projects_list
82612026-05-05T21:36:08.226Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
82622026-05-05T21:36:09.236Z PASS [ 12.907s] (1468/2802) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
82632026-05-05T21:36:09.874Z PASS [ 15.406s] (1469/2802) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
82642026-05-05T21:36:10.717Z PASS [ 20.934s] (1470/2802) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
82652026-05-05T21:36:11.190Z PASS [ 13.092s] (1471/2802) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
82662026-05-05T21:36:11.202Z PASS [ 15.242s] (1472/2802) omicron-nexus::test_all integration_tests::console_api::test_session_me
82672026-05-05T21:36:11.470Z PASS [ 18.419s] (1473/2802) omicron-nexus::test_all integration_tests::console_api::test_console_pages
82682026-05-05T21:36:12.161Z PASS [ 40.437s] (1474/2802) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
82692026-05-05T21:36:12.759Z PASS [ 19.221s] (1475/2802) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
82702026-05-05T21:36:16.152Z PASS [ 19.310s] (1476/2802) omicron-nexus::test_all integration_tests::console_api::test_sessions
82712026-05-05T21:36:20.983Z SLOW [> 60.000s] (─────────) omicron-nexus populate::test::test_populators
82722026-05-05T21:36:21.805Z PASS [ 10.614s] (1477/2802) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
82732026-05-05T21:36:22.311Z PASS [ 110.969s] (1478/2802) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
82742026-05-05T21:36:22.794Z PASS [ 10.632s] (1479/2802) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
82752026-05-05T21:36:22.936Z PASS [ 11.466s] (1480/2802) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
82762026-05-05T21:36:23.300Z PASS [ 10.539s] (1481/2802) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
82772026-05-05T21:36:29.931Z PASS [ 13.778s] (1482/2802) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
82782026-05-05T21:36:30.819Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82792026-05-05T21:36:30.961Z PASS [ 8.649s] (1483/2802) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
82802026-05-05T21:36:31.173Z PASS [ 19.970s] (1484/2802) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
82812026-05-05T21:36:35.269Z PASS [ 12.473s] (1485/2802) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
82822026-05-05T21:36:35.269Z PASS [ 13.463s] (1486/2802) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
82832026-05-05T21:36:52.738Z PASS [ 344.516s] (1487/2802) oximeter-db client::tests::test_replicated
82842026-05-05T21:36:52.767Z PASS [ 0.029s] (1488/2802) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
82852026-05-05T21:36:52.795Z PASS [ 0.028s] (1489/2802) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
82862026-05-05T21:36:52.833Z PASS [ 0.037s] (1490/2802) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
82872026-05-05T21:36:52.858Z PASS [ 0.025s] (1491/2802) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
82882026-05-05T21:36:52.888Z PASS [ 0.029s] (1492/2802) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
82892026-05-05T21:36:53.430Z PASS [ 0.542s] (1493/2802) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
82902026-05-05T21:36:53.435Z PASS [ 30.497s] (1494/2802) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
82912026-05-05T21:36:53.632Z PASS [ 0.203s] (1495/2802) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
82922026-05-05T21:36:53.810Z PASS [ 0.178s] (1496/2802) omicron-clickhouse-admin::integration_test test_lgif_parsing
82932026-05-05T21:36:54.017Z PASS [ 0.207s] (1497/2802) omicron-clickhouse-admin::integration_test test_raft_config_parsing
82942026-05-05T21:36:54.135Z PASS [ 0.118s] (1498/2802) omicron-clickhouse-admin::integration_test test_teardown
82952026-05-05T21:36:54.199Z PASS [ 0.064s] (1499/2802) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
82962026-05-05T21:36:55.072Z PASS [ 84.252s] (1500/2802) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82972026-05-05T21:36:59.691Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
82982026-05-05T21:36:59.711Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
82992026-05-05T21:36:59.759Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
83002026-05-05T21:37:00.655Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
83012026-05-05T21:37:00.772Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
83022026-05-05T21:37:01.846Z PASS [ 52.606s] (1501/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
83032026-05-05T21:37:02.198Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
83042026-05-05T21:37:02.232Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
83052026-05-05T21:37:03.227Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
83062026-05-05T21:37:03.271Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
83072026-05-05T21:37:03.326Z PASS [ 62.672s] (1502/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
83082026-05-05T21:37:03.665Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
83092026-05-05T21:37:03.725Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
83102026-05-05T21:37:04.173Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83112026-05-05T21:37:04.659Z PASS [ 58.390s] (1503/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
83122026-05-05T21:37:05.275Z PASS [ 59.895s] (1504/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
83132026-05-05T21:37:05.532Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
83142026-05-05T21:37:05.729Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83152026-05-05T21:37:06.270Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
83162026-05-05T21:37:09.861Z PASS [ 66.198s] (1505/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
83172026-05-05T21:37:09.880Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
83182026-05-05T21:37:10.723Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83192026-05-05T21:37:11.746Z PASS [ 41.811s] (1506/2802) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
83202026-05-05T21:37:17.615Z PASS [ 74.345s] (1507/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
83212026-05-05T21:37:19.622Z PASS [ 44.350s] (1508/2802) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
83222026-05-05T21:37:20.481Z PASS [ 80.722s] (1509/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
83232026-05-05T21:37:20.988Z SLOW [>120.000s] (─────────) omicron-nexus populate::test::test_populators
83242026-05-05T21:37:23.306Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
83252026-05-05T21:37:24.418Z PASS [ 81.192s] (1510/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
83262026-05-05T21:37:25.736Z PASS [ 82.014s] (1511/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
83272026-05-05T21:37:25.995Z PASS [ 21.336s] (1512/2802) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
83282026-05-05T21:37:27.349Z PASS [ 87.637s] (1513/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
83292026-05-05T21:37:28.072Z PASS [ 18.209s] (1514/2802) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
83302026-05-05T21:37:28.325Z PASS [ 65.021s] (1515/2802) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
83312026-05-05T21:37:29.108Z PASS [ 11.492s] (1516/2802) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
83322026-05-05T21:37:29.284Z PASS [ 85.112s] (1517/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
83332026-05-05T21:37:30.967Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
83342026-05-05T21:37:31.179Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
83352026-05-05T21:37:31.366Z PASS [ 11.741s] (1518/2802) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
83362026-05-05T21:37:33.597Z PASS [ 93.905s] (1519/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
83372026-05-05T21:37:33.972Z PASS [ 88.440s] (1520/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
83382026-05-05T21:37:35.276Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
83392026-05-05T21:37:35.927Z PASS [ 95.155s] (1521/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
83402026-05-05T21:37:35.933Z PASS [ 89.664s] (1522/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
83412026-05-05T21:37:36.482Z PASS [ 90.753s] (1523/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83422026-05-05T21:37:36.580Z PASS [ 94.348s] (1524/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
83432026-05-05T21:37:37.038Z PASS [ 12.620s] (1525/2802) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
83442026-05-05T21:37:41.680Z PASS [ 48.241s] (1526/2802) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
83452026-05-05T21:37:42.081Z PASS [ 92.201s] (1527/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
83462026-05-05T21:37:43.902Z PASS [ 40.573s] (1528/2802) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
83472026-05-05T21:37:45.465Z PASS [ 19.727s] (1529/2802) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
83482026-05-05T21:37:46.257Z PASS [ 44.408s] (1530/2802) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
83492026-05-05T21:37:46.445Z PASS [ 51.369s] (1531/2802) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
83502026-05-05T21:37:47.943Z PASS [ 20.593s] (1532/2802) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
83512026-05-05T21:37:48.744Z PASS [ 77.565s] (1533/2802) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
83522026-05-05T21:37:48.819Z PASS [ 147.833s] (1534/2802) omicron-nexus populate::test::test_populators
83532026-05-05T21:37:49.673Z PASS [ 44.395s] (1535/2802) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
83542026-05-05T21:37:50.631Z PASS [ 21.345s] (1536/2802) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
83552026-05-05T21:37:50.739Z PASS [ 79.773s] (1537/2802) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
83562026-05-05T21:37:51.120Z PASS [ 108.920s] (1538/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
83572026-05-05T21:37:51.371Z PASS [ 22.262s] (1539/2802) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
83582026-05-05T21:37:54.206Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
83592026-05-05T21:37:54.431Z PASS [ 33.948s] (1540/2802) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
83602026-05-05T21:37:57.588Z PASS [ 63.384s] (1541/2802) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
83612026-05-05T21:37:58.942Z PASS [ 25.344s] (1542/2802) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
83622026-05-05T21:37:59.456Z PASS [ 22.875s] (1543/2802) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
83632026-05-05T21:37:59.526Z PASS [ 33.528s] (1544/2802) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
83642026-05-05T21:38:00.422Z PASS [ 24.487s] (1545/2802) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
83652026-05-05T21:38:00.450Z PASS [ 14.004s] (1546/2802) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
83662026-05-05T21:38:00.689Z PASS [ 23.649s] (1547/2802) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
83672026-05-05T21:38:00.770Z PASS [ 24.841s] (1548/2802) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
83682026-05-05T21:38:00.929Z PASS [ 3.342s] (1549/2802) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
83692026-05-05T21:38:01.371Z PASS [ 15.113s] (1550/2802) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
83702026-05-05T21:38:01.838Z PASS [ 27.864s] (1551/2802) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
83712026-05-05T21:38:02.711Z PASS [ 13.965s] (1552/2802) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
83722026-05-05T21:38:02.808Z PASS [ 13.988s] (1553/2802) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
83732026-05-05T21:38:03.876Z PASS [ 15.931s] (1554/2802) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
83742026-05-05T21:38:03.953Z PASS [ 35.878s] (1555/2802) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
83752026-05-05T21:38:03.984Z PASS [ 22.302s] (1556/2802) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
83762026-05-05T21:38:04.171Z PASS [ 14.497s] (1557/2802) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
83772026-05-05T21:38:04.594Z PASS [ 52.843s] (1558/2802) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
83782026-05-05T21:38:04.867Z PASS [ 14.126s] (1559/2802) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
83792026-05-05T21:38:05.197Z PASS [ 14.565s] (1560/2802) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
83802026-05-05T21:38:08.385Z PASS [ 17.264s] (1561/2802) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
83812026-05-05T21:38:09.030Z PASS [ 93.754s] (1562/2802) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
83822026-05-05T21:38:09.086Z PASS [ 17.713s] (1563/2802) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
83832026-05-05T21:38:10.728Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83842026-05-05T21:38:10.786Z PASS [ 39.419s] (1564/2802) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
83852026-05-05T21:38:11.799Z PASS [ 17.366s] (1565/2802) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
83862026-05-05T21:38:13.127Z PASS [ 12.196s] (1566/2802) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
83872026-05-05T21:38:15.705Z PASS [ 33.621s] (1567/2802) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
83882026-05-05T21:38:17.136Z PASS [ 16.685s] (1568/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
83892026-05-05T21:38:17.468Z PASS [ 40.983s] (1569/2802) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
83902026-05-05T21:38:17.885Z PASS [ 16.044s] (1570/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
83912026-05-05T21:38:18.055Z PASS [ 49.725s] (1571/2802) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
83922026-05-05T21:38:18.853Z PASS [ 18.082s] (1572/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
83932026-05-05T21:38:18.984Z PASS [ 20.040s] (1573/2802) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
83942026-05-05T21:38:19.664Z PASS [ 16.855s] (1574/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
83952026-05-05T21:38:19.975Z PASS [ 15.802s] (1575/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
83962026-05-05T21:38:20.458Z PASS [ 16.580s] (1576/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
83972026-05-05T21:38:20.539Z PASS [ 17.827s] (1577/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
83982026-05-05T21:38:21.006Z PASS [ 17.021s] (1578/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
83992026-05-05T21:38:21.697Z PASS [ 17.101s] (1579/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
84002026-05-05T21:38:22.458Z PASS [ 18.504s] (1580/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
84012026-05-05T21:38:23.242Z PASS [ 22.552s] (1581/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
84022026-05-05T21:38:23.895Z PASS [ 24.436s] (1582/2802) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
84032026-05-05T21:38:23.958Z PASS [ 38.491s] (1583/2802) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
84042026-05-05T21:38:25.629Z PASS [ 24.256s] (1584/2802) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
84052026-05-05T21:38:26.043Z PASS [ 15.255s] (1585/2802) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
84062026-05-05T21:38:26.620Z PASS [ 14.820s] (1586/2802) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
84072026-05-05T21:38:27.209Z PASS [ 14.081s] (1587/2802) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
84082026-05-05T21:38:28.318Z PASS [ 19.286s] (1588/2802) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
84092026-05-05T21:38:28.346Z PASS [ 23.148s] (1589/2802) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
84102026-05-05T21:38:29.294Z PASS [ 5.334s] (1590/2802) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
84112026-05-05T21:38:29.741Z PASS [ 14.035s] (1591/2802) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
84122026-05-05T21:38:30.322Z PASS [ 21.235s] (1592/2802) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
84132026-05-05T21:38:30.564Z PASS [ 25.696s] (1593/2802) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
84142026-05-05T21:38:30.954Z PASS [ 7.711s] (1594/2802) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
84152026-05-05T21:38:31.187Z PASS [ 7.293s] (1595/2802) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
84162026-05-05T21:38:32.379Z PASS [ 31.954s] (1596/2802) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
84172026-05-05T21:38:33.380Z PASS [ 33.852s] (1597/2802) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
84182026-05-05T21:38:33.555Z PASS [ 16.418s] (1598/2802) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
84192026-05-05T21:38:33.780Z PASS [ 143.053s] (1599/2802) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
84202026-05-05T21:38:36.256Z PASS [ 10.627s] (1600/2802) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
84212026-05-05T21:38:37.008Z PASS [ 19.536s] (1601/2802) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
84222026-05-05T21:38:37.458Z PASS [ 53.553s] (1602/2802) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
84232026-05-05T21:38:37.903Z PASS [ 19.848s] (1603/2802) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
84242026-05-05T21:38:40.260Z PASS [ 22.375s] (1604/2802) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
84252026-05-05T21:38:42.065Z PASS [ 23.210s] (1605/2802) omicron-nexus::test_all integration_tests::images::test_image_create
84262026-05-05T21:38:42.607Z PASS [ 22.148s] (1606/2802) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
84272026-05-05T21:38:42.965Z PASS [ 22.424s] (1607/2802) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
84282026-05-05T21:38:43.458Z PASS [ 17.414s] (1608/2802) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
84292026-05-05T21:38:43.820Z PASS [ 24.834s] (1609/2802) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
84302026-05-05T21:38:44.282Z PASS [ 17.661s] (1610/2802) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
84312026-05-05T21:38:44.396Z PASS [ 22.698s] (1611/2802) omicron-nexus::test_all integration_tests::images::test_silo_image_create
84322026-05-05T21:38:45.085Z PASS [ 25.419s] (1612/2802) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
84332026-05-05T21:38:45.485Z PASS [ 14.530s] (1613/2802) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
84342026-05-05T21:38:46.337Z PASS [ 26.360s] (1614/2802) omicron-nexus::test_all integration_tests::images::test_image_promotion
84352026-05-05T21:38:46.380Z PASS [ 15.192s] (1615/2802) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
84362026-05-05T21:38:47.376Z PASS [ 19.027s] (1616/2802) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
84372026-05-05T21:38:48.341Z PASS [ 14.784s] (1617/2802) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
84382026-05-05T21:38:48.631Z PASS [ 27.623s] (1618/2802) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
84392026-05-05T21:38:51.213Z PASS [ 28.752s] (1619/2802) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
84402026-05-05T21:38:54.123Z PASS [ 17.864s] (1620/2802) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
84412026-05-05T21:38:54.149Z PASS [ 17.143s] (1621/2802) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
84422026-05-05T21:38:55.444Z PASS [ 27.125s] (1622/2802) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
84432026-05-05T21:38:55.862Z PASS [ 25.538s] (1623/2802) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
84442026-05-05T21:38:56.925Z PASS [ 27.182s] (1624/2802) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
84452026-05-05T21:38:57.630Z PASS [ 49.241s] (1625/2802) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
84462026-05-05T21:38:59.137Z PASS [ 25.755s] (1626/2802) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
84472026-05-05T21:38:59.742Z PASS [ 25.958s] (1627/2802) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
84482026-05-05T21:38:59.898Z PASS [ 17.832s] (1628/2802) omicron-nexus::test_all integration_tests::instances::test_instance_access
84492026-05-05T21:39:02.647Z PASS [ 20.039s] (1629/2802) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
84502026-05-05T21:39:03.583Z PASS [ 33.016s] (1630/2802) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
84512026-05-05T21:39:05.182Z PASS [ 20.898s] (1631/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
84522026-05-05T21:39:05.232Z PASS [ 18.894s] (1632/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
84532026-05-05T21:39:05.350Z PASS [ 14.136s] (1633/2802) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
84542026-05-05T21:39:05.488Z PASS [ 21.092s] (1634/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
84552026-05-05T21:39:05.623Z PASS [ 16.990s] (1635/2802) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
84562026-05-05T21:39:08.039Z PASS [ 24.217s] (1636/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
84572026-05-05T21:39:08.264Z PASS [ 25.297s] (1637/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
84582026-05-05T21:39:09.828Z PASS [ 40.533s] (1638/2802) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
84592026-05-05T21:39:13.552Z PASS [ 19.428s] (1639/2802) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
84602026-05-05T21:39:14.387Z PASS [ 28.899s] (1640/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
84612026-05-05T21:39:14.620Z PASS [ 20.469s] (1641/2802) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
84622026-05-05T21:39:14.626Z PASS [ 47.414s] (1642/2802) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
84632026-05-05T21:39:15.264Z PASS [ 19.818s] (1643/2802) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
84642026-05-05T21:39:16.800Z PASS [ 19.873s] (1644/2802) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
84652026-05-05T21:39:17.345Z PASS [ 39.439s] (1645/2802) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
84662026-05-05T21:39:17.685Z PASS [ 21.821s] (1646/2802) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
84672026-05-05T21:39:17.788Z PASS [ 20.157s] (1647/2802) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
84682026-05-05T21:39:18.339Z PASS [ 12.715s] (1648/2802) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
84692026-05-05T21:39:19.775Z PASS [ 31.432s] (1649/2802) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
84702026-05-05T21:39:20.217Z PASS [ 11.953s] (1650/2802) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
84712026-05-05T21:39:21.660Z PASS [ 13.620s] (1651/2802) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
84722026-05-05T21:39:23.254Z PASS [ 13.425s] (1652/2802) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
84732026-05-05T21:39:23.737Z PASS [ 43.474s] (1653/2802) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
84742026-05-05T21:39:24.237Z PASS [ 18.885s] (1654/2802) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
84752026-05-05T21:39:25.046Z PASS [ 19.555s] (1655/2802) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
84762026-05-05T21:39:25.999Z PASS [ 26.099s] (1656/2802) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
84772026-05-05T21:39:27.754Z PASS [ 24.169s] (1657/2802) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
84782026-05-05T21:39:29.156Z PASS [ 23.922s] (1658/2802) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
84792026-05-05T21:39:29.887Z PASS [ 27.238s] (1659/2802) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
84802026-05-05T21:39:30.102Z PASS [ 24.918s] (1660/2802) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
84812026-05-05T21:39:30.251Z PASS [ 57.869s] (1661/2802) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
84822026-05-05T21:39:32.259Z PASS [ 17.636s] (1662/2802) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
84832026-05-05T21:39:33.643Z PASS [ 15.853s] (1663/2802) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
84842026-05-05T21:39:33.984Z PASS [ 48.874s] (1664/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
84852026-05-05T21:39:34.415Z PASS [ 12.754s] (1665/2802) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
84862026-05-05T21:39:34.845Z PASS [ 17.498s] (1666/2802) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
84872026-05-05T21:39:35.228Z PASS [ 35.485s] (1667/2802) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
84882026-05-05T21:39:36.439Z PASS [ 18.098s] (1668/2802) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
84892026-05-05T21:39:37.224Z PASS [ 17.447s] (1669/2802) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
84902026-05-05T21:39:37.466Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
84912026-05-05T21:39:38.410Z PASS [ 18.191s] (1670/2802) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
84922026-05-05T21:39:38.692Z PASS [ 10.938s] (1671/2802) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
84932026-05-05T21:39:39.759Z PASS [ 52.380s] (1672/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
84942026-05-05T21:39:40.053Z PASS [ 23.252s] (1673/2802) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
84952026-05-05T21:39:41.762Z PASS [ 18.023s] (1674/2802) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
84962026-05-05T21:39:41.784Z PASS [ 18.528s] (1675/2802) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
84972026-05-05T21:39:42.288Z PASS [ 17.241s] (1676/2802) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
84982026-05-05T21:39:42.937Z PASS [ 13.780s] (1677/2802) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
84992026-05-05T21:39:43.426Z PASS [ 28.797s] (1678/2802) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
85002026-05-05T21:39:43.456Z PASS [ 13.354s] (1679/2802) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
85012026-05-05T21:39:43.463Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
85022026-05-05T21:39:43.775Z PASS [ 13.887s] (1680/2802) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
85032026-05-05T21:39:44.765Z PASS [ 11.122s] (1681/2802) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
85042026-05-05T21:39:45.132Z PASS [ 31.578s] (1682/2802) omicron-nexus::test_all integration_tests::instances::test_instance_serial
85052026-05-05T21:39:46.337Z PASS [ 62.875s] (1683/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
85062026-05-05T21:39:46.403Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
85072026-05-05T21:39:46.708Z PASS [ 20.707s] (1684/2802) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
85082026-05-05T21:39:50.052Z PASS [ 11.358s] (1685/2802) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
85092026-05-05T21:39:51.171Z PASS [ 64.786s] (1686/2802) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
85102026-05-05T21:39:52.104Z PASS [ 21.851s] (1687/2802) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
85112026-05-05T21:39:54.235Z PASS [ 39.845s] (1688/2802) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
85122026-05-05T21:39:54.619Z PASS [ 17.395s] (1689/2802) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
85132026-05-05T21:39:54.843Z PASS [ 30.605s] (1690/2802) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
85142026-05-05T21:39:55.249Z PASS [ 22.990s] (1691/2802) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
85152026-05-05T21:39:55.430Z PASS [ 13.644s] (1692/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
85162026-05-05T21:39:55.460Z PASS [ 40.193s] (1693/2802) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
85172026-05-05T21:39:55.842Z PASS [ 17.429s] (1694/2802) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
85182026-05-05T21:39:55.903Z PASS [ 16.138s] (1695/2802) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
85192026-05-05T21:39:56.148Z PASS [ 16.094s] (1696/2802) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
85202026-05-05T21:39:56.149Z PASS [ 21.732s] (1697/2802) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
85212026-05-05T21:39:56.535Z PASS [ 21.689s] (1698/2802) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
85222026-05-05T21:39:56.576Z PASS [ 13.149s] (1699/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
85232026-05-05T21:39:56.814Z PASS [ 13.876s] (1700/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
85242026-05-05T21:39:57.143Z PASS [ 13.685s] (1701/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
85252026-05-05T21:39:57.146Z PASS [ 58.003s] (1702/2802) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
85262026-05-05T21:39:57.258Z PASS [ 13.481s] (1703/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
85272026-05-05T21:39:57.668Z PASS [ 12.902s] (1704/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
85282026-05-05T21:39:57.776Z PASS [ 80.311s] (1705/2802) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
85292026-05-05T21:39:57.840Z PASS [ 21.400s] (1706/2802) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
85302026-05-05T21:39:58.491Z PASS [ 23.262s] (1707/2802) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
85312026-05-05T21:39:58.512Z PASS [ 16.223s] (1708/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
85322026-05-05T21:39:58.605Z PASS [ 13.472s] (1709/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
85332026-05-05T21:39:59.633Z PASS [ 13.295s] (1710/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
85342026-05-05T21:40:01.128Z PASS [ 14.418s] (1711/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
85352026-05-05T21:40:04.078Z PASS [ 22.314s] (1712/2802) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
85362026-05-05T21:40:04.135Z PASS [ 14.083s] (1713/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
85372026-05-05T21:40:04.279Z PASS [ 12.174s] (1714/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
85382026-05-05T21:40:08.666Z PASS [ 13.821s] (1715/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
85392026-05-05T21:40:10.846Z PASS [ 14.310s] (1716/2802) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
85402026-05-05T21:40:10.869Z PASS [ 19.697s] (1717/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
85412026-05-05T21:40:10.878Z PASS [ 15.627s] (1718/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
85422026-05-05T21:40:12.411Z PASS [ 18.175s] (1719/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
85432026-05-05T21:40:12.984Z PASS [ 16.835s] (1720/2802) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
85442026-05-05T21:40:13.614Z PASS [ 17.036s] (1721/2802) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
85452026-05-05T21:40:15.168Z PASS [ 18.351s] (1722/2802) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
85462026-05-05T21:40:16.263Z PASS [ 21.638s] (1723/2802) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
85472026-05-05T21:40:16.669Z PASS [ 42.703s] (1724/2802) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
85482026-05-05T21:40:17.692Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
85492026-05-05T21:40:20.267Z PASS [ 24.425s] (1725/2802) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
85502026-05-05T21:40:20.338Z PASS [ 22.561s] (1726/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
85512026-05-05T21:40:22.395Z PASS [ 9.983s] (1727/2802) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
85522026-05-05T21:40:23.426Z PASS [ 27.276s] (1728/2802) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
85532026-05-05T21:40:24.721Z PASS [ 13.849s] (1729/2802) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
85542026-05-05T21:40:24.761Z PASS [ 13.882s] (1730/2802) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
85552026-05-05T21:40:24.787Z PASS [ 11.801s] (1731/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion
85562026-05-05T21:40:25.258Z PASS [ 29.827s] (1732/2802) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
85572026-05-05T21:40:25.564Z PASS [ 11.949s] (1733/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
85582026-05-05T21:40:25.896Z PASS [ 26.260s] (1734/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
85592026-05-05T21:40:26.942Z PASS [ 11.773s] (1735/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
85602026-05-05T21:40:34.395Z PASS [ 14.056s] (1736/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
85612026-05-05T21:40:34.688Z PASS [ 36.845s] (1737/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
85622026-05-05T21:40:35.105Z PASS [ 37.845s] (1738/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
85632026-05-05T21:40:35.666Z PASS [ 10.905s] (1739/2802) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
85642026-05-05T21:40:36.169Z PASS [ 10.272s] (1740/2802) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
85652026-05-05T21:40:36.406Z PASS [ 12.979s] (1741/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
85662026-05-05T21:40:36.717Z PASS [ 11.929s] (1742/2802) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
85672026-05-05T21:40:36.781Z PASS [ 12.060s] (1743/2802) omicron-nexus::test_all integration_tests::projects::test_projects
85682026-05-05T21:40:36.980Z PASS [ 10.038s] (1744/2802) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
85692026-05-05T21:40:38.112Z PASS [ 12.853s] (1745/2802) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
85702026-05-05T21:40:39.241Z PASS [ 30.573s] (1746/2802) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
85712026-05-05T21:40:39.308Z PASS [ 35.027s] (1747/2802) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
85722026-05-05T21:40:39.453Z PASS [ 0.144s] (1748/2802) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
85732026-05-05T21:40:39.572Z PASS [ 0.119s] (1749/2802) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
85742026-05-05T21:40:39.698Z PASS [ 0.127s] (1750/2802) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
85752026-05-05T21:40:39.821Z PASS [ 0.122s] (1751/2802) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
85762026-05-05T21:40:39.947Z PASS [ 0.125s] (1752/2802) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
85772026-05-05T21:40:43.589Z PASS [ 21.193s] (1753/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
85782026-05-05T21:40:43.697Z PASS [ 48.234s] (1754/2802) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
85792026-05-05T21:40:45.066Z PASS [ 47.920s] (1755/2802) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
85802026-05-05T21:40:46.408Z PASS [ 45.277s] (1756/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
85812026-05-05T21:40:46.532Z PASS [ 11.425s] (1757/2802) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
85822026-05-05T21:40:46.580Z PASS [ 12.184s] (1758/2802) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
85832026-05-05T21:40:46.717Z PASS [ 0.137s] (1759/2802) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
85842026-05-05T21:40:47.949Z PASS [ 11.780s] (1760/2802) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
85852026-05-05T21:40:47.968Z PASS [ 50.819s] (1761/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
85862026-05-05T21:40:48.127Z PASS [ 11.624s] (1762/2802) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
85872026-05-05T21:40:48.137Z PASS [ 0.170s] (1763/2802) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
85882026-05-05T21:40:48.170Z PASS [ 0.139s] (1764/2802) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
85892026-05-05T21:40:48.306Z PASS [ 12.639s] (1765/2802) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
85902026-05-05T21:40:48.664Z PASS [ 50.992s] (1766/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
85912026-05-05T21:40:50.864Z PASS [ 14.081s] (1767/2802) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
85922026-05-05T21:40:51.628Z PASS [ 13.515s] (1768/2802) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
85932026-05-05T21:40:51.799Z PASS [ 17.109s] (1769/2802) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
85942026-05-05T21:40:51.977Z PASS [ 12.031s] (1770/2802) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
85952026-05-05T21:40:52.394Z PASS [ 15.676s] (1771/2802) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
85962026-05-05T21:40:52.882Z PASS [ 13.640s] (1772/2802) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
85972026-05-05T21:40:53.028Z PASS [ 48.889s] (1773/2802) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
85982026-05-05T21:40:54.282Z PASS [ 2.305s] (1774/2802) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
85992026-05-05T21:40:54.684Z PASS [ 56.168s] (1775/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
86002026-05-05T21:40:54.991Z PASS [ 11.293s] (1776/2802) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
86012026-05-05T21:40:55.353Z PASS [ 11.763s] (1777/2802) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
86022026-05-05T21:40:55.488Z PASS [ 38.805s] (1778/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
86032026-05-05T21:40:55.551Z PASS [ 29.985s] (1779/2802) omicron-nexus::test_all integration_tests::quotas::test_quotas
86042026-05-05T21:40:55.905Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::metrics::test_metrics
86052026-05-05T21:40:56.377Z PASS [ 11.309s] (1780/2802) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
86062026-05-05T21:40:56.464Z PASS [ 1.778s] (1781/2802) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
86072026-05-05T21:40:56.488Z PASS [ 2.205s] (1782/2802) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
86082026-05-05T21:40:56.807Z PASS [ 19.825s] (1783/2802) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
86092026-05-05T21:40:57.128Z PASS [ 1.577s] (1784/2802) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
86102026-05-05T21:40:57.494Z PASS [ 11.086s] (1785/2802) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
86112026-05-05T21:40:57.674Z PASS [ 11.140s] (1786/2802) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
86122026-05-05T21:40:58.075Z PASS [ 1.587s] (1787/2802) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
86132026-05-05T21:40:58.101Z PASS [ 1.639s] (1788/2802) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
86142026-05-05T21:40:58.268Z PASS [ 42.006s] (1789/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
86152026-05-05T21:40:58.498Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
86162026-05-05T21:40:58.506Z PASS [ 1.378s] (1790/2802) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
86172026-05-05T21:40:58.543Z PASS [ 10.406s] (1791/2802) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
86182026-05-05T21:40:58.611Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
86192026-05-05T21:40:58.700Z PASS [ 10.529s] (1792/2802) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
86202026-05-05T21:40:58.705Z PASS [ 10.397s] (1793/2802) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
86212026-05-05T21:40:58.748Z PASS [ 12.031s] (1794/2802) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
86222026-05-05T21:40:58.820Z PASS [ 60.324s] (1795/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
86232026-05-05T21:40:58.839Z PASS [ 62.936s] (1796/2802) omicron-nexus::test_all integration_tests::metrics::test_metrics
86242026-05-05T21:40:58.942Z PASS [ 10.278s] (1797/2802) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
86252026-05-05T21:40:59.104Z PASS [ 11.153s] (1798/2802) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
86262026-05-05T21:40:59.160Z PASS [ 38.891s] (1799/2802) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
86272026-05-05T21:40:59.212Z PASS [ 60.603s] (1800/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
86282026-05-05T21:41:00.826Z PASS [ 56.744s] (1801/2802) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
86292026-05-05T21:41:01.357Z PASS [ 50.507s] (1802/2802) omicron-nexus::test_all integration_tests::password_login::test_local_users
86302026-05-05T21:41:01.612Z PASS [ 3.536s] (1803/2802) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
86312026-05-05T21:41:08.163Z PASS [ 9.030s] (1804/2802) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
86322026-05-05T21:41:08.585Z PASS [ 9.747s] (1805/2802) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
86332026-05-05T21:41:08.660Z PASS [ 9.911s] (1806/2802) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
86342026-05-05T21:41:09.270Z PASS [ 10.449s] (1807/2802) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
86352026-05-05T21:41:09.387Z PASS [ 10.225s] (1808/2802) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
86362026-05-05T21:41:09.909Z PASS [ 10.696s] (1809/2802) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
86372026-05-05T21:41:11.553Z PASS [ 10.196s] (1810/2802) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
86382026-05-05T21:41:11.574Z PASS [ 10.748s] (1811/2802) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
86392026-05-05T21:41:11.578Z PASS [ 12.635s] (1812/2802) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
86402026-05-05T21:41:11.644Z PASS [ 10.031s] (1813/2802) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
86412026-05-05T21:41:11.886Z PASS [ 10.274s] (1814/2802) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
86422026-05-05T21:41:12.022Z PASS [ 10.410s] (1815/2802) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
86432026-05-05T21:41:12.684Z PASS [ 11.072s] (1816/2802) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
86442026-05-05T21:41:16.683Z PASS [ 8.022s] (1817/2802) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
86452026-05-05T21:41:17.251Z PASS [ 9.115s] (1818/2802) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
86462026-05-05T21:41:17.698Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
86472026-05-05T21:41:18.230Z PASS [ 9.644s] (1819/2802) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
86482026-05-05T21:41:18.527Z PASS [ 9.140s] (1820/2802) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
86492026-05-05T21:41:18.700Z PASS [ 9.430s] (1821/2802) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
86502026-05-05T21:41:19.849Z PASS [ 9.939s] (1822/2802) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
86512026-05-05T21:41:21.235Z PASS [ 9.212s] (1823/2802) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
86522026-05-05T21:41:21.364Z PASS [ 9.719s] (1824/2802) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
86532026-05-05T21:41:21.392Z PASS [ 9.837s] (1825/2802) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
86542026-05-05T21:41:21.532Z PASS [ 9.953s] (1826/2802) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
86552026-05-05T21:41:21.635Z PASS [ 10.060s] (1827/2802) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
86562026-05-05T21:41:21.704Z PASS [ 9.020s] (1828/2802) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
86572026-05-05T21:41:22.554Z PASS [ 10.667s] (1829/2802) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
86582026-05-05T21:41:25.646Z PASS [ 8.962s] (1830/2802) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
86592026-05-05T21:41:26.348Z PASS [ 9.097s] (1831/2802) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
86602026-05-05T21:41:28.139Z PASS [ 9.439s] (1832/2802) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
86612026-05-05T21:41:28.315Z PASS [ 10.083s] (1833/2802) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
86622026-05-05T21:41:30.746Z PASS [ 9.381s] (1834/2802) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
86632026-05-05T21:41:30.900Z PASS [ 9.194s] (1835/2802) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
86642026-05-05T21:41:30.932Z PASS [ 9.540s] (1836/2802) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
86652026-05-05T21:41:30.998Z PASS [ 9.466s] (1837/2802) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
86662026-05-05T21:41:31.069Z PASS [ 9.433s] (1838/2802) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
86672026-05-05T21:41:31.265Z PASS [ 11.412s] (1839/2802) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
86682026-05-05T21:41:31.880Z PASS [ 13.352s] (1840/2802) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
86692026-05-05T21:41:32.074Z PASS [ 10.838s] (1841/2802) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
86702026-05-05T21:41:32.374Z PASS [ 33.865s] (1842/2802) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
86712026-05-05T21:41:34.852Z PASS [ 12.297s] (1843/2802) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
86722026-05-05T21:41:35.175Z PASS [ 137.480s] (1844/2802) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
86732026-05-05T21:41:35.570Z PASS [ 37.894s] (1845/2802) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
86742026-05-05T21:41:36.330Z PASS [ 38.226s] (1846/2802) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
86752026-05-05T21:41:36.745Z PASS [ 10.396s] (1847/2802) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
86762026-05-05T21:41:38.450Z PASS [ 10.134s] (1848/2802) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
86772026-05-05T21:41:41.217Z PASS [ 15.570s] (1849/2802) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
86782026-05-05T21:41:42.334Z PASS [ 11.433s] (1850/2802) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
86792026-05-05T21:41:43.260Z PASS [ 11.185s] (1851/2802) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
86802026-05-05T21:41:43.644Z PASS [ 15.504s] (1852/2802) omicron-nexus::test_all integration_tests::silos::test_silos
86812026-05-05T21:41:44.791Z PASS [ 13.792s] (1853/2802) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
86822026-05-05T21:41:47.926Z PASS [ 15.551s] (1854/2802) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
86832026-05-05T21:41:48.323Z PASS [ 15.948s] (1855/2802) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
86842026-05-05T21:41:48.932Z PASS [ 16.557s] (1856/2802) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
86852026-05-05T21:41:48.953Z PASS [ 12.208s] (1857/2802) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
86862026-05-05T21:41:49.224Z PASS [ 18.477s] (1858/2802) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
86872026-05-05T21:41:49.467Z PASS [ 18.533s] (1859/2802) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
86882026-05-05T21:41:49.746Z PASS [ 13.415s] (1860/2802) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
86892026-05-05T21:41:49.792Z PASS [ 14.220s] (1861/2802) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
86902026-05-05T21:41:49.960Z PASS [ 13.623s] (1862/2802) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
86912026-05-05T21:41:50.973Z PASS [ 12.523s] (1863/2802) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
86922026-05-05T21:41:53.419Z PASS [ 12.201s] (1864/2802) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
86932026-05-05T21:41:54.592Z PASS [ 10.946s] (1865/2802) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
86942026-05-05T21:41:55.492Z PASS [ 13.157s] (1866/2802) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
86952026-05-05T21:41:55.695Z PASS [ 24.431s] (1867/2802) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
86962026-05-05T21:41:56.706Z PASS [ 11.914s] (1868/2802) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
86972026-05-05T21:41:57.426Z PASS [ 14.165s] (1869/2802) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
86982026-05-05T21:41:57.434Z PASS [ 25.553s] (1870/2802) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
86992026-05-05T21:41:57.512Z PASS [ 21.939s] (1871/2802) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
87002026-05-05T21:41:58.027Z PASS [ 23.173s] (1872/2802) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
87012026-05-05T21:41:58.202Z PASS [ 27.131s] (1873/2802) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
87022026-05-05T21:41:58.711Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
87032026-05-05T21:41:59.206Z PASS [ 1.781s] (1874/2802) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
87042026-05-05T21:42:00.482Z PASS [ 24.140s] (1875/2802) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
87052026-05-05T21:42:02.154Z PASS [ 12.193s] (1876/2802) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
87062026-05-05T21:42:02.981Z PASS [ 64.272s] (1877/2802) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
87072026-05-05T21:42:03.815Z PASS [ 27.473s] (1878/2802) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
87082026-05-05T21:42:04.261Z PASS [ 28.688s] (1879/2802) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
87092026-05-05T21:42:05.216Z PASS [ 16.891s] (1880/2802) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
87102026-05-05T21:42:05.474Z PASS [ 16.248s] (1881/2802) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
87112026-05-05T21:42:05.477Z PASS [ 33.098s] (1882/2802) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
87122026-05-05T21:42:05.650Z PASS [ 30.473s] (1883/2802) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
87132026-05-05T21:42:06.894Z PASS [ 31.321s] (1884/2802) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
87142026-05-05T21:42:07.341Z PASS [ 17.872s] (1885/2802) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_fm_case_id
87152026-05-05T21:42:08.459Z PASS [ 10.255s] (1886/2802) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
87162026-05-05T21:42:08.790Z PASS [ 19.042s] (1887/2802) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
87172026-05-05T21:42:09.316Z PASS [ 14.723s] (1888/2802) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
87182026-05-05T21:42:10.137Z PASS [ 12.624s] (1889/2802) omicron-nexus::test_all integration_tests::updates::test_repo_prune
87192026-05-05T21:42:11.149Z PASS [ 17.729s] (1890/2802) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
87202026-05-05T21:42:11.621Z PASS [ 14.185s] (1891/2802) omicron-nexus::test_all integration_tests::updates::test_repo_list
87212026-05-05T21:42:12.259Z PASS [ 13.051s] (1892/2802) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
87222026-05-05T21:42:12.605Z PASS [ 16.909s] (1893/2802) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
87232026-05-05T21:42:13.541Z PASS [ 13.059s] (1894/2802) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
87242026-05-05T21:42:14.983Z PASS [ 26.027s] (1895/2802) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
87252026-05-05T21:42:15.057Z PASS [ 24.082s] (1896/2802) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
87262026-05-05T21:42:15.631Z PASS [ 12.649s] (1897/2802) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
87272026-05-05T21:42:16.242Z PASS [ 28.313s] (1898/2802) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
87282026-05-05T21:42:16.275Z PASS [ 14.120s] (1899/2802) omicron-nexus::test_all integration_tests::updates::test_update_status
87292026-05-05T21:42:16.332Z PASS [ 18.304s] (1900/2802) omicron-nexus::test_all integration_tests::updates::test_repo_upload
87302026-05-05T21:42:19.304Z PASS [ 23.811s] (1901/2802) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
87312026-05-05T21:42:25.200Z PASS [ 22.216s] (1902/2802) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
87322026-05-05T21:42:28.432Z PASS [ 25.448s] (1903/2802) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
87332026-05-05T21:42:28.754Z PASS [ 23.279s] (1904/2802) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
87342026-05-05T21:42:28.754Z PASS [ 23.103s] (1905/2802) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
87352026-05-05T21:42:29.573Z PASS [ 22.231s] (1906/2802) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
87362026-05-05T21:42:29.839Z PASS [ 26.856s] (1907/2802) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
87372026-05-05T21:42:32.708Z PASS [ 27.231s] (1908/2802) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
87382026-05-05T21:42:38.282Z PASS [ 29.821s] (1909/2802) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
87392026-05-05T21:42:38.303Z PASS [ 34.040s] (1910/2802) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
87402026-05-05T21:42:39.128Z PASS [ 50.192s] (1911/2802) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
87412026-05-05T21:42:39.307Z PASS [ 34.089s] (1912/2802) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
87422026-05-05T21:42:43.390Z PASS [ 31.767s] (1913/2802) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
87432026-05-05T21:42:45.123Z PASS [ 34.985s] (1914/2802) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
87442026-05-05T21:42:47.372Z PASS [ 9.068s] (1915/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
87452026-05-05T21:42:48.135Z PASS [ 9.007s] (1916/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
87462026-05-05T21:42:48.282Z PASS [ 58.486s] (1917/2802) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
87472026-05-05T21:42:48.483Z PASS [ 9.175s] (1918/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
87482026-05-05T21:42:50.257Z PASS [ 41.465s] (1919/2802) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
87492026-05-05T21:42:51.208Z PASS [ 47.390s] (1920/2802) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
87502026-05-05T21:42:52.554Z PASS [ 22.713s] (1921/2802) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
87512026-05-05T21:42:52.867Z PASS [ 9.476s] (1922/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
87522026-05-05T21:42:54.461Z PASS [ 9.337s] (1923/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
87532026-05-05T21:42:56.712Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
87542026-05-05T21:42:57.514Z PASS [ 10.141s] (1924/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
87552026-05-05T21:42:58.017Z PASS [ 41.738s] (1925/2802) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
87562026-05-05T21:42:58.939Z PASS [ 10.803s] (1926/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
87572026-05-05T21:42:59.010Z PASS [ 0.071s] (1927/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
87582026-05-05T21:42:59.144Z PASS [ 10.861s] (1928/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
87592026-05-05T21:42:59.288Z PASS [ 48.136s] (1929/2802) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
87602026-05-05T21:42:59.524Z PASS [ 11.040s] (1930/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
87612026-05-05T21:43:00.857Z PASS [ 41.550s] (1931/2802) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
87622026-05-05T21:43:01.586Z PASS [ 46.526s] (1932/2802) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
87632026-05-05T21:43:02.225Z PASS [ 11.016s] (1933/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
87642026-05-05T21:43:03.276Z PASS [ 13.018s] (1934/2802) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
87652026-05-05T21:43:03.401Z PASS [ 10.846s] (1935/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
87662026-05-05T21:43:03.409Z PASS [ 30.699s] (1936/2802) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
87672026-05-05T21:43:03.680Z PASS [ 34.922s] (1937/2802) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
87682026-05-05T21:43:03.881Z PASS [ 11.013s] (1938/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
87692026-05-05T21:43:05.998Z PASS [ 11.536s] (1939/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
87702026-05-05T21:43:06.901Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
87712026-05-05T21:43:07.583Z PASS [ 39.149s] (1940/2802) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
87722026-05-05T21:43:09.177Z PASS [ 11.662s] (1941/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
87732026-05-05T21:43:09.193Z PASS [ 59.873s] (1942/2802) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
87742026-05-05T21:43:09.460Z PASS [ 40.702s] (1943/2802) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
87752026-05-05T21:43:09.550Z PASS [ 54.563s] (1944/2802) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
87762026-05-05T21:43:09.647Z PASS [ 11.630s] (1945/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
87772026-05-05T21:43:10.839Z PASS [ 11.550s] (1946/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
87782026-05-05T21:43:10.839Z PASS [ 11.694s] (1947/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
87792026-05-05T21:43:11.657Z PASS [ 59.047s] (1948/2802) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
87802026-05-05T21:43:11.962Z PASS [ 12.437s] (1949/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
87812026-05-05T21:43:12.265Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
87822026-05-05T21:43:13.078Z PASS [ 12.220s] (1950/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
87832026-05-05T21:43:13.548Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
87842026-05-05T21:43:14.756Z PASS [ 13.168s] (1951/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
87852026-05-05T21:43:14.759Z PASS [ 12.530s] (1952/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
87862026-05-05T21:43:15.638Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
87872026-05-05T21:43:15.943Z PASS [ 46.367s] (1953/2802) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
87882026-05-05T21:43:16.010Z PASS [ 63.747s] (1954/2802) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
87892026-05-05T21:43:16.247Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
87902026-05-05T21:43:16.340Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
87912026-05-05T21:43:16.381Z PASS [ 69.482s] (1955/2802) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
87922026-05-05T21:43:16.442Z PASS [ 13.031s] (1956/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
87932026-05-05T21:43:16.528Z PASS [ 12.847s] (1957/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
87942026-05-05T21:43:17.602Z PASS [ 13.719s] (1958/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
87952026-05-05T21:43:19.396Z PASS [ 41.108s] (1959/2802) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
87962026-05-05T21:43:21.118Z PASS [ 15.118s] (1960/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
87972026-05-05T21:43:21.227Z PASS [ 13.643s] (1961/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
87982026-05-05T21:43:24.358Z PASS [ 14.806s] (1962/2802) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
87992026-05-05T21:43:25.207Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
88002026-05-05T21:43:25.397Z PASS [ 26.384s] (1963/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
88012026-05-05T21:43:26.344Z PASS [ 17.143s] (1964/2802) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
88022026-05-05T21:43:27.506Z PASS [ 17.856s] (1965/2802) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
88032026-05-05T21:43:27.875Z PASS [ 74.327s] (1966/2802) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
88042026-05-05T21:43:28.824Z PASS [ 19.361s] (1967/2802) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
88052026-05-05T21:43:29.867Z PASS [ 19.011s] (1968/2802) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
88062026-05-05T21:43:32.036Z PASS [ 14.434s] (1969/2802) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
88072026-05-05T21:43:32.745Z PASS [ 21.086s] (1970/2802) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
88082026-05-05T21:43:32.823Z PASS [ 76.576s] (1971/2802) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
88092026-05-05T21:43:33.270Z PASS [ 13.875s] (1972/2802) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
88102026-05-05T21:43:33.298Z PASS [ 0.029s] (1973/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
88112026-05-05T21:43:33.328Z PASS [ 0.028s] (1974/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
88122026-05-05T21:43:33.373Z PASS [ 0.026s] (1975/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
88132026-05-05T21:43:33.387Z PASS [ 0.034s] (1976/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
88142026-05-05T21:43:33.416Z PASS [ 0.028s] (1977/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
88152026-05-05T21:43:33.442Z PASS [ 0.027s] (1978/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
88162026-05-05T21:43:33.472Z PASS [ 0.028s] (1979/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
88172026-05-05T21:43:33.498Z PASS [ 0.027s] (1980/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
88182026-05-05T21:43:33.525Z PASS [ 0.027s] (1981/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
88192026-05-05T21:43:33.552Z PASS [ 0.027s] (1982/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
88202026-05-05T21:43:33.578Z PASS [ 0.026s] (1983/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
88212026-05-05T21:43:33.607Z PASS [ 0.028s] (1984/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
88222026-05-05T21:43:33.633Z PASS [ 0.026s] (1985/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
88232026-05-05T21:43:33.660Z PASS [ 0.026s] (1986/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
88242026-05-05T21:43:33.687Z PASS [ 0.027s] (1987/2802) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
88252026-05-05T21:43:34.580Z PASS [ 18.568s] (1988/2802) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
88262026-05-05T21:43:35.233Z PASS [ 24.392s] (1989/2802) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
88272026-05-05T21:43:35.301Z PASS [ 20.544s] (1990/2802) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
88282026-05-05T21:43:35.341Z PASS [ 0.040s] (1991/2802) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
88292026-05-05T21:43:35.375Z PASS [ 0.033s] (1992/2802) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
88302026-05-05T21:43:35.401Z PASS [ 0.026s] (1993/2802) omicron-package config::tests::multi_preset_arg
88312026-05-05T21:43:35.431Z PASS [ 0.030s] (1994/2802) omicron-package dot::test::test_bad_dependency
88322026-05-05T21:43:35.459Z PASS [ 0.029s] (1995/2802) omicron-package dot::test::test_dot_output
88332026-05-05T21:43:36.434Z PASS [ 80.681s] (1996/2802) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
88342026-05-05T21:43:36.439Z PASS [ 0.022s] (1997/2802) omicron-passwords test::test_password_constraints
88352026-05-05T21:43:36.450Z PASS [ 15.331s] (1998/2802) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
88362026-05-05T21:43:36.457Z PASS [ 15.229s] (1999/2802) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
88372026-05-05T21:43:36.494Z PASS [ 0.037s] (2000/2802) omicron-passwords test::test_stable
88382026-05-05T21:43:36.518Z PASS [ 0.024s] (2001/2802) omicron-passwords test::test_weak_hashes
88392026-05-05T21:43:36.536Z PASS [ 0.018s] (2002/2802) omicron-rpaths internal::tests::test_configure_from_path
88402026-05-05T21:43:36.576Z PASS [ 0.040s] (2003/2802) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
88412026-05-05T21:43:36.603Z PASS [ 0.023s] (2004/2802) omicron-rpaths internal::tests::test_emit_rpath
88422026-05-05T21:43:36.718Z PASS [ 20.334s] (2005/2802) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
88432026-05-05T21:43:36.839Z PASS [ 0.240s] (2006/2802) omicron-sled-agent artifact_store::test::generations
88442026-05-05T21:43:36.981Z PASS [ 0.263s] (2007/2802) omicron-sled-agent artifact_store::test::issue_7796
88452026-05-05T21:43:36.984Z PASS [ 0.144s] (2008/2802) omicron-sled-agent artifact_store::test::list_get_put
88462026-05-05T21:43:37.059Z PASS [ 0.079s] (2009/2802) omicron-sled-agent artifact_store::test::no_dataset
88472026-05-05T21:43:37.083Z PASS [ 0.099s] (2010/2802) omicron-sled-agent artifact_store::test::wrong_hash
88482026-05-05T21:43:37.102Z PASS [ 0.042s] (2011/2802) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
88492026-05-05T21:43:37.126Z PASS [ 0.044s] (2012/2802) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
88502026-05-05T21:43:37.143Z PASS [ 0.041s] (2013/2802) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
88512026-05-05T21:43:37.160Z PASS [ 0.033s] (2014/2802) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
88522026-05-05T21:43:37.179Z PASS [ 0.035s] (2015/2802) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
88532026-05-05T21:43:37.208Z PASS [ 0.037s] (2016/2802) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
88542026-05-05T21:43:37.243Z PASS [ 0.034s] (2017/2802) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
88552026-05-05T21:43:37.265Z PASS [ 0.036s] (2018/2802) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
88562026-05-05T21:43:37.276Z PASS [ 0.032s] (2019/2802) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
88572026-05-05T21:43:37.298Z PASS [ 0.039s] (2020/2802) omicron-sled-agent config::test::test_smf_configs
88582026-05-05T21:43:37.298Z PASS [ 0.041s] (2021/2802) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
88592026-05-05T21:43:37.325Z PASS [ 0.037s] (2022/2802) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
88602026-05-05T21:43:37.325Z PASS [ 0.036s] (2023/2802) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
88612026-05-05T21:43:37.358Z PASS [ 0.034s] (2024/2802) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
88622026-05-05T21:43:37.369Z PASS [ 0.056s] (2025/2802) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
88632026-05-05T21:43:37.395Z PASS [ 0.037s] (2026/2802) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
88642026-05-05T21:43:37.405Z PASS [ 0.038s] (2027/2802) omicron-sled-agent instance::tests::add_new_floating_ip
88652026-05-05T21:43:37.429Z PASS [ 0.034s] (2028/2802) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
88662026-05-05T21:43:37.438Z PASS [ 0.031s] (2029/2802) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
88672026-05-05T21:43:37.465Z PASS [ 0.036s] (2030/2802) omicron-sled-agent instance::tests::prune_existing_floating_ip
88682026-05-05T21:43:37.721Z PASS [ 0.287s] (2031/2802) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
88692026-05-05T21:43:37.746Z PASS [ 0.281s] (2032/2802) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
88702026-05-05T21:43:37.944Z PASS [ 21.998s] (2033/2802) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
88712026-05-05T21:43:38.178Z PASS [ 0.456s] (2034/2802) omicron-sled-agent instance::tests::test_instance_create_events_normal
88722026-05-05T21:43:38.370Z PASS [ 23.612s] (2035/2802) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
88732026-05-05T21:43:38.415Z PASS [ 0.035s] (2036/2802) omicron-sled-agent instance::tests::test_multicast_membership_equality
88742026-05-05T21:43:38.432Z PASS [ 21.988s] (2037/2802) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
88752026-05-05T21:43:38.472Z PASS [ 0.040s] (2038/2802) omicron-sled-agent probe_manager::test::probe_state_set_ops
88762026-05-05T21:43:38.530Z PASS [ 0.036s] (2039/2802) omicron-sled-agent profile::tests::empty_profile
88772026-05-05T21:43:38.548Z PASS [ 0.039s] (2040/2802) omicron-sled-agent profile::tests::test_disabled_instance
88782026-05-05T21:43:38.581Z PASS [ 0.403s] (2041/2802) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
88792026-05-05T21:43:38.587Z PASS [ 0.038s] (2042/2802) omicron-sled-agent profile::tests::test_instance
88802026-05-05T21:43:38.643Z PASS [ 0.040s] (2043/2802) omicron-sled-agent profile::tests::test_multiple
88812026-05-05T21:43:38.676Z PASS [ 0.039s] (2044/2802) omicron-sled-agent profile::tests::test_property
88822026-05-05T21:43:38.684Z PASS [ 0.040s] (2045/2802) omicron-sled-agent profile::tests::test_property_group
88832026-05-05T21:43:38.684Z PASS [ 0.040s] (2046/2802) omicron-sled-agent profile::tests::test_service
88842026-05-05T21:43:38.700Z PASS [ 0.035s] (2047/2802) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
88852026-05-05T21:43:38.707Z PASS [ 0.041s] (2048/2802) omicron-sled-agent profile::tests::test_service_property_group
88862026-05-05T21:43:38.767Z PASS [ 0.042s] (2049/2802) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
88872026-05-05T21:43:38.776Z PASS [ 0.046s] (2050/2802) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
88882026-05-05T21:43:38.802Z PASS [ 14.441s] (2051/2802) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
88892026-05-05T21:43:38.814Z PASS [ 0.072s] (2052/2802) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
88902026-05-05T21:43:38.827Z PASS [ 0.079s] (2053/2802) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
88912026-05-05T21:43:38.871Z PASS [ 0.056s] (2054/2802) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
88922026-05-05T21:43:38.879Z PASS [ 0.050s] (2055/2802) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
88932026-05-05T21:43:38.915Z PASS [ 25.831s] (2056/2802) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
88942026-05-05T21:43:38.921Z PASS [ 0.044s] (2057/2802) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
88952026-05-05T21:43:38.953Z PASS [ 0.049s] (2058/2802) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
88962026-05-05T21:43:38.961Z PASS [ 1.208s] (2059/2802) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
88972026-05-05T21:43:38.974Z PASS [ 0.063s] (2060/2802) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
88982026-05-05T21:43:38.985Z PASS [ 0.051s] (2061/2802) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
88992026-05-05T21:43:38.985Z PASS [ 0.062s] (2062/2802) omicron-sled-agent sim::storage::test::nested_dataset
89002026-05-05T21:43:39.003Z PASS [ 0.047s] (2063/2802) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
89012026-05-05T21:43:39.019Z PASS [ 0.045s] (2064/2802) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
89022026-05-05T21:43:39.035Z PASS [ 0.045s] (2065/2802) omicron-sled-agent sim::storage::test::snapshot_needs_region
89032026-05-05T21:43:39.043Z PASS [ 0.067s] (2066/2802) omicron-sled-agent support_bundle::storage::tests::basic_crud
89042026-05-05T21:43:39.053Z PASS [ 0.049s] (2067/2802) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
89052026-05-05T21:43:39.095Z PASS [ 0.069s] (2068/2802) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
89062026-05-05T21:43:39.102Z PASS [ 0.076s] (2069/2802) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
89072026-05-05T21:43:39.109Z PASS [ 0.063s] (2070/2802) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
89082026-05-05T21:43:39.123Z PASS [ 0.066s] (2071/2802) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
89092026-05-05T21:43:39.145Z PASS [ 0.054s] (2072/2802) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
89102026-05-05T21:43:39.153Z PASS [ 0.058s] (2073/2802) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
89112026-05-05T21:43:39.171Z PASS [ 0.063s] (2074/2802) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
89122026-05-05T21:43:39.200Z PASS [ 0.074s] (2075/2802) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
89132026-05-05T21:43:39.226Z PASS [ 0.040s] (2076/2802) omicron-sled-agent updates::test::test_query_no_components
89142026-05-05T21:43:39.236Z PASS [ 0.073s] (2077/2802) omicron-sled-agent support_bundle::storage::tests::ranges
89152026-05-05T21:43:39.272Z PASS [ 0.088s] (2078/2802) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
89162026-05-05T21:43:39.273Z PASS [ 1.299s] (2079/2802) omicron-sled-agent instance::tests::test_instance_manager_creation
89172026-05-05T21:43:39.273Z PASS [ 0.052s] (2080/2802) omicron-sled-agent updates::test::test_query_sled_agent_version
89182026-05-05T21:43:39.377Z PASS [ 0.040s] (2081/2802) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
89192026-05-05T21:43:39.377Z PASS [ 0.053s] (2082/2802) omicron-sled-agent updates::test::test_query_zone_version
89202026-05-05T21:43:39.377Z PASS [ 0.054s] (2083/2802) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
89212026-05-05T21:43:40.709Z PASS [ 4.368s] (2084/2802) omicron-passwords test::test_reproducible
89222026-05-05T21:43:40.770Z PASS [ 0.060s] (2085/2802) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
89232026-05-05T21:43:40.833Z PASS [ 0.063s] (2086/2802) omicron-sled-agent zone_bundle::tests::test_dir_size
89242026-05-05T21:43:40.992Z PASS [ 0.159s] (2087/2802) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
89252026-05-05T21:43:41.064Z PASS [ 0.071s] (2088/2802) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
89262026-05-05T21:43:41.121Z PASS [ 0.057s] (2089/2802) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
89272026-05-05T21:43:41.608Z PASS [ 13.733s] (2090/2802) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
89282026-05-05T21:43:41.673Z PASS [ 0.065s] (2091/2802) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
89292026-05-05T21:43:41.719Z PASS [ 0.046s] (2092/2802) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
89302026-05-05T21:43:41.867Z PASS [ 0.747s] (2093/2802) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
89312026-05-05T21:43:42.212Z PASS [ 0.493s] (2094/2802) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
89322026-05-05T21:43:42.284Z PASS [ 0.416s] (2095/2802) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
89332026-05-05T21:43:42.327Z PASS [ 0.043s] (2096/2802) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
89342026-05-05T21:43:42.364Z PASS [ 0.037s] (2097/2802) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
89352026-05-05T21:43:42.516Z PASS [ 13.691s] (2098/2802) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
89362026-05-05T21:43:42.572Z PASS [ 0.207s] (2099/2802) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
89372026-05-05T21:43:42.796Z PASS [ 0.225s] (2100/2802) omicron-test-utils dev::db::test::test_bad_cmd
89382026-05-05T21:43:42.881Z PASS [ 3.616s] (2101/2802) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
89392026-05-05T21:43:42.903Z PASS [ 4.103s] (2102/2802) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
89402026-05-05T21:43:42.965Z PASS [ 0.451s] (2103/2802) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
89412026-05-05T21:43:43.133Z PASS [ 3.873s] (2104/2802) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
89422026-05-05T21:43:43.243Z PASS [ 0.263s] (2105/2802) omicron-test-utils dev::db::test::test_database_start_hang
89432026-05-05T21:43:43.263Z PASS [ 0.445s] (2106/2802) omicron-test-utils dev::db::test::test_cmd_fails
89442026-05-05T21:43:43.263Z PASS [ 1.034s] (2107/2802) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
89452026-05-05T21:43:43.269Z PASS [ 0.037s] (2108/2802) omicron-test-utils dev::db::test::test_make_pg_config_fail
89462026-05-05T21:43:43.279Z PASS [ 0.036s] (2109/2802) omicron-test-utils dev::db::test::test_make_pg_config_ok
89472026-05-05T21:43:43.301Z PASS [ 0.037s] (2110/2802) omicron-test-utils dev::db::test::test_parse_http_addr
89482026-05-05T21:43:43.315Z PASS [ 0.036s] (2111/2802) omicron-test-utils dev::db::test::test_process_exit_abnormal
89492026-05-05T21:43:43.315Z PASS [ 4.059s] (2112/2802) omicron-sled-agent zone_bundle::illumos_tests::test_context
89502026-05-05T21:43:43.321Z PASS [ 0.044s] (2113/2802) omicron-test-utils dev::db::test::test_process_exit_normal
89512026-05-05T21:43:43.360Z PASS [ 0.038s] (2114/2802) omicron-test-utils dev::db::test::test_starter_tmpdir
89522026-05-05T21:43:43.409Z PASS [ 0.049s] (2115/2802) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
89532026-05-05T21:43:43.444Z PASS [ 0.036s] (2116/2802) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
89542026-05-05T21:43:43.459Z PASS [ 8.225s] (2117/2802) omicron-omdb::test_all_output test_omdb_usage_errors
89552026-05-05T21:43:43.485Z PASS [ 0.041s] (2118/2802) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
89562026-05-05T21:43:43.502Z PASS [ 0.043s] (2119/2802) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
89572026-05-05T21:43:43.542Z PASS [ 0.057s] (2120/2802) omicron-test-utils dev::test_cmds::tests::test_redact_extra
89582026-05-05T21:43:43.558Z PASS [ 0.055s] (2121/2802) omicron-test-utils dev::test_cmds::tests::test_redact_section
89592026-05-05T21:43:43.619Z PASS [ 0.061s] (2122/2802) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
89602026-05-05T21:43:43.625Z PASS [ 8.165s] (2123/2802) omicron-passwords test::test_compatible
89612026-05-05T21:43:43.711Z PASS [ 0.085s] (2124/2802) oximeter-collector agent::tests::test_self_stat_collection_count
89622026-05-05T21:43:43.719Z PASS [ 4.474s] (2125/2802) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
89632026-05-05T21:43:43.759Z PASS [ 0.139s] (2126/2802) oximeter test::timeseries_schema_consistency
89642026-05-05T21:43:43.773Z PASS [ 0.489s] (2127/2802) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
89652026-05-05T21:43:43.781Z PASS [ 0.235s] (2128/2802) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
89662026-05-05T21:43:43.801Z PASS [ 0.091s] (2129/2802) oximeter-collector agent::tests::test_self_stat_error_counter
89672026-05-05T21:43:43.817Z PASS [ 0.039s] (2130/2802) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
89682026-05-05T21:43:43.825Z PASS [ 0.105s] (2131/2802) oximeter-collector agent::tests::test_self_stat_unreachable_counter
89692026-05-05T21:43:43.856Z PASS [ 0.097s] (2132/2802) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
89702026-05-05T21:43:43.864Z PASS [ 0.039s] (2133/2802) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
89712026-05-05T21:43:43.864Z PASS [ 0.037s] (2134/2802) oximeter-collector self_stats::tests::test_failure_reason_serialization
89722026-05-05T21:43:43.864Z PASS [ 0.060s] (2135/2802) oximeter-collector results_sink::tests::test_batch_handoff_overflow
89732026-05-05T21:43:43.872Z PASS [ 0.739s] (2136/2802) omicron-test-utils dev::db::test::test_http_addr_integration
89742026-05-05T21:43:43.880Z PASS [ 0.108s] (2137/2802) oximeter-collector agent::tests::verify_producer_details
89752026-05-05T21:43:43.900Z PASS [ 0.038s] (2138/2802) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
89762026-05-05T21:43:43.910Z PASS [ 0.045s] (2139/2802) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
89772026-05-05T21:43:43.910Z PASS [ 0.051s] (2140/2802) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
89782026-05-05T21:43:43.910Z PASS [ 0.037s] (2141/2802) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
89792026-05-05T21:43:43.919Z PASS [ 0.038s] (2142/2802) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
89802026-05-05T21:43:43.960Z PASS [ 0.104s] (2143/2802) oximeter-collector::test_commands test_oximeter_no_args
89812026-05-05T21:43:44.106Z PASS [ 4.806s] (2144/2802) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
89822026-05-05T21:43:44.164Z PASS [ 11.340s] (2145/2802) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
89832026-05-05T21:43:44.207Z PASS [ 14.355s] (2146/2802) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
89842026-05-05T21:43:44.269Z PASS [ 0.062s] (2147/2802) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
89852026-05-05T21:43:44.278Z PASS [ 11.531s] (2148/2802) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
89862026-05-05T21:43:44.304Z PASS [ 1.401s] (2149/2802) omicron-test-utils dev::db::test::test_database_concurrent
89872026-05-05T21:43:44.354Z PASS [ 79.149s] (2150/2802) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
89882026-05-05T21:43:44.414Z PASS [ 1.111s] (2151/2802) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
89892026-05-05T21:43:44.433Z PASS [ 41.029s] (2152/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
89902026-05-05T21:43:44.509Z PASS [ 12.472s] (2153/2802) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
89912026-05-05T21:43:44.730Z PASS [ 0.821s] (2154/2802) oximeter-db client::oxql::tests::test_get_fields_query
89922026-05-05T21:43:44.753Z PASS [ 0.647s] (2155/2802) oximeter-db client::tests::can_ping_clickhouse
89932026-05-05T21:43:44.762Z PASS [ 0.855s] (2156/2802) oximeter-db client::oxql::tests::test_get_entire_table
89942026-05-05T21:43:44.792Z PASS [ 0.873s] (2157/2802) oximeter-db client::oxql::tests::test_get_one_timeseries
89952026-05-05T21:43:44.803Z PASS [ 0.886s] (2158/2802) oximeter-db client::oxql::tests::test_get_fields
89962026-05-05T21:43:44.803Z PASS [ 0.893s] (2159/2802) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
89972026-05-05T21:43:44.812Z PASS [ 0.843s] (2160/2802) oximeter-db client::oxql::tests::test_limit_operations
89982026-05-05T21:43:44.998Z PASS [ 41.718s] (2161/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
89992026-05-05T21:43:49.330Z PASS [ 0.714s] (2162/2802) oximeter-db client::tests::read_latest_version_reports_max
90002026-05-05T21:43:49.330Z PASS [ 0.642s] (2163/2802) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
90012026-05-05T21:43:49.331Z PASS [ 35.884s] (2164/2802) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
90022026-05-05T21:43:49.331Z PASS [ 0.748s] (2165/2802) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
90032026-05-05T21:43:49.331Z PASS [ 0.734s] (2166/2802) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
90042026-05-05T21:43:49.331Z PASS [ 0.800s] (2167/2802) oximeter-db client::tests::select_timeseries_with_select_one
90052026-05-05T21:43:49.331Z PASS [ 0.653s] (2168/2802) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
90062026-05-05T21:43:49.331Z PASS [ 0.793s] (2169/2802) oximeter-db client::tests::test_client_select_timeseries_one
90072026-05-05T21:43:49.331Z PASS [ 0.793s] (2170/2802) oximeter-db client::tests::test_database_version_update_is_idempotent
90082026-05-05T21:43:49.331Z PASS [ 0.769s] (2171/2802) oximeter-db client::tests::test_database_version_will_not_upgrade
90092026-05-05T21:43:49.331Z PASS [ 0.776s] (2172/2802) oximeter-db client::tests::test_database_version_will_not_downgrade
90102026-05-05T21:43:49.331Z PASS [ 0.785s] (2173/2802) oximeter-db client::tests::test_differentiate_by_timeseries_name
90112026-05-05T21:43:49.331Z PASS [ 0.039s] (2174/2802) oximeter-db client::tests::test_read_schema_upgrade_sql_files
90122026-05-05T21:43:49.331Z PASS [ 0.781s] (2175/2802) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
90132026-05-05T21:43:49.331Z PASS [ 0.038s] (2176/2802) oximeter-db client::tests::test_read_timeseries_to_delete
90142026-05-05T21:43:49.331Z PASS [ 0.035s] (2177/2802) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
90152026-05-05T21:43:49.331Z PASS [ 0.038s] (2178/2802) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
90162026-05-05T21:43:49.331Z PASS [ 0.787s] (2179/2802) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
90172026-05-05T21:43:49.331Z PASS [ 0.826s] (2180/2802) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
90182026-05-05T21:43:49.331Z PASS [ 0.772s] (2181/2802) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
90192026-05-05T21:43:49.332Z PASS [ 0.788s] (2182/2802) oximeter-db client::tests::test_field_record_count
90202026-05-05T21:43:49.332Z PASS [ 1.649s] (2183/2802) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
90212026-05-05T21:43:49.332Z PASS [ 0.762s] (2184/2802) oximeter-db client::tests::test_insert_samples
90222026-05-05T21:43:49.332Z PASS [ 0.735s] (2185/2802) oximeter-db client::tests::test_is_oximeter_cluster
90232026-05-05T21:43:49.332Z PASS [ 1.074s] (2186/2802) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
90242026-05-05T21:43:49.333Z PASS [ 0.790s] (2187/2802) oximeter-db client::tests::test_list_timeseries
90252026-05-05T21:43:49.333Z PASS [ 0.033s] (2188/2802) oximeter-db client::tests::test_unravel_index
90262026-05-05T21:43:49.333Z PASS [ 0.041s] (2189/2802) oximeter-db client::tests::test_verify_schema_upgrades
90272026-05-05T21:43:49.333Z PASS [ 1.989s] (2190/2802) oximeter-db client::tests::insert_samples_fails_fast
90282026-05-05T21:43:49.333Z PASS [ 0.041s] (2191/2802) oximeter-db model::fields::tests::test_extract_fields_as_block
90292026-05-05T21:43:49.333Z PASS [ 0.034s] (2192/2802) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
90302026-05-05T21:43:49.333Z PASS [ 0.039s] (2193/2802) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
90312026-05-05T21:43:49.333Z PASS [ 0.039s] (2194/2802) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
90322026-05-05T21:43:49.333Z PASS [ 0.765s] (2195/2802) oximeter-db client::tests::test_schema_mismatch
90332026-05-05T21:43:49.333Z PASS [ 0.054s] (2196/2802) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
90342026-05-05T21:43:49.333Z PASS [ 0.046s] (2197/2802) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
90352026-05-05T21:43:49.333Z PASS [ 0.798s] (2198/2802) oximeter-db client::tests::test_schema_update
90362026-05-05T21:43:49.333Z PASS [ 0.051s] (2199/2802) oximeter-db native::block::tests::concat_blocks
90372026-05-05T21:43:49.333Z PASS [ 0.033s] (2200/2802) oximeter-db native::block::tests::datetime64_scale_checks_range
90382026-05-05T21:43:49.333Z PASS [ 0.034s] (2201/2802) oximeter-db native::block::tests::parse_date_time64
90392026-05-05T21:43:49.333Z PASS [ 0.037s] (2202/2802) oximeter-db native::block::tests::parse_date_time
90402026-05-05T21:43:49.333Z PASS [ 0.815s] (2203/2802) oximeter-db client::tests::test_select_all_field_types
90412026-05-05T21:43:49.333Z PASS [ 0.034s] (2204/2802) oximeter-db native::block::tests::parse_escaped_date_time64
90422026-05-05T21:43:49.333Z PASS [ 0.847s] (2205/2802) oximeter-db client::tests::test_select_all_datum_types
90432026-05-05T21:43:49.333Z PASS [ 0.034s] (2206/2802) oximeter-db native::block::tests::test_data_type_to_string
90442026-05-05T21:43:49.333Z PASS [ 0.033s] (2207/2802) oximeter-db native::block::tests::test_datetime64_conversions
90452026-05-05T21:43:49.333Z PASS [ 0.039s] (2208/2802) oximeter-db native::block::tests::test_parse_all_known_timezones
90462026-05-05T21:43:49.333Z PASS [ 0.039s] (2209/2802) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
90472026-05-05T21:43:49.333Z PASS [ 0.038s] (2210/2802) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
90482026-05-05T21:43:49.333Z PASS [ 0.035s] (2211/2802) oximeter-db native::block::tests::test_parse_enum8
90492026-05-05T21:43:49.338Z PASS [ 0.036s] (2212/2802) oximeter-db native::block::tests::test_parse_enum_variant
90502026-05-05T21:43:49.338Z PASS [ 0.034s] (2213/2802) oximeter-db native::block::tests::test_parse_invalid_data_type
90512026-05-05T21:43:49.338Z PASS [ 0.935s] (2214/2802) oximeter-db client::tests::test_schema_reinserted_after_redeployment
90522026-05-05T21:43:49.338Z PASS [ 0.840s] (2215/2802) oximeter-db client::tests::test_select_timeseries_with_all
90532026-05-05T21:43:49.338Z PASS [ 1.142s] (2216/2802) oximeter-db client::tests::test_recall_of_all_fields
90542026-05-05T21:43:49.338Z PASS [ 0.836s] (2217/2802) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
90552026-05-05T21:43:49.338Z PASS [ 0.837s] (2218/2802) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
90562026-05-05T21:43:49.338Z PASS [ 0.832s] (2219/2802) oximeter-db client::tests::test_select_timeseries_with_start_time
90572026-05-05T21:43:49.338Z PASS [ 0.042s] (2220/2802) oximeter-db native::io::block::tests::test_decode_block_with_nulls
90582026-05-05T21:43:49.338Z PASS [ 0.047s] (2221/2802) oximeter-db native::io::block::tests::test_decode_full_block
90592026-05-05T21:43:49.338Z PASS [ 0.042s] (2222/2802) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
90602026-05-05T21:43:49.338Z PASS [ 0.046s] (2223/2802) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
90612026-05-05T21:43:49.338Z PASS [ 1.005s] (2224/2802) oximeter-db client::tests::test_select_timeseries_with_order
90622026-05-05T21:43:49.338Z PASS [ 0.034s] (2225/2802) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
90632026-05-05T21:43:49.338Z PASS [ 0.036s] (2226/2802) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
90642026-05-05T21:43:49.338Z PASS [ 0.032s] (2227/2802) oximeter-db native::io::column::tests::test_decode_string_column
90652026-05-05T21:43:49.339Z PASS [ 0.034s] (2228/2802) oximeter-db native::io::column::tests::test_decode_uint64_column
90662026-05-05T21:43:49.339Z PASS [ 0.035s] (2229/2802) oximeter-db native::io::column::tests::test_decode_uint8_column
90672026-05-05T21:43:49.339Z PASS [ 0.045s] (2230/2802) oximeter-db native::io::column::tests::test_decode_uuid_column
90682026-05-05T21:43:49.339Z PASS [ 0.038s] (2231/2802) oximeter-db native::io::column::tests::test_encode_decode_column
90692026-05-05T21:43:49.339Z PASS [ 1.078s] (2232/2802) oximeter-db client::tests::test_select_timeseries_with_limit
90702026-05-05T21:43:49.339Z PASS [ 0.037s] (2233/2802) oximeter-db native::io::packet::server::tests::test_decode_full_hello
90712026-05-05T21:43:49.339Z PASS [ 0.033s] (2234/2802) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
90722026-05-05T21:43:49.339Z PASS [ 0.035s] (2235/2802) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
90732026-05-05T21:43:49.339Z PASS [ 0.036s] (2236/2802) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
90742026-05-05T21:43:49.339Z PASS [ 4.046s] (2237/2802) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
90752026-05-05T21:43:49.339Z PASS [ 0.033s] (2238/2802) oximeter-db native::io::packet::server::tests::test_decode_pong
90762026-05-05T21:43:49.339Z PASS [ 0.038s] (2239/2802) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
90772026-05-05T21:43:49.339Z PASS [ 0.037s] (2240/2802) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
90782026-05-05T21:43:49.339Z PASS [ 0.035s] (2241/2802) oximeter-db native::io::string::test::test_encode_decode
90792026-05-05T21:43:49.342Z PASS [ 0.038s] (2242/2802) oximeter-db native::io::packet::server::tests::test_decode_single_exception
90802026-05-05T21:43:49.342Z PASS [ 0.033s] (2243/2802) oximeter-db native::io::string::test::test_encode_hello_world
90812026-05-05T21:43:49.342Z PASS [ 0.030s] (2244/2802) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
90822026-05-05T21:43:49.342Z PASS [ 0.033s] (2245/2802) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
90832026-05-05T21:43:49.342Z PASS [ 0.040s] (2246/2802) oximeter-db native::io::table_columns::tests::test_column_count
90842026-05-05T21:43:49.342Z PASS [ 0.031s] (2247/2802) oximeter-db native::io::table_columns::tests::test_column_description_with_default
90852026-05-05T21:43:49.343Z PASS [ 0.031s] (2248/2802) oximeter-db native::io::varuint::test_encode_decode_varuint
90862026-05-05T21:43:49.343Z PASS [ 0.036s] (2249/2802) oximeter-db native::io::table_columns::tests::test_column_descriptions
90872026-05-05T21:43:49.343Z PASS [ 0.036s] (2250/2802) oximeter-db oxql::ast::grammar::tests::test_align_table_op
90882026-05-05T21:43:49.343Z PASS [ 0.032s] (2251/2802) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
90892026-05-05T21:43:49.343Z PASS [ 0.031s] (2252/2802) oximeter-db oxql::ast::grammar::tests::test_comparison
90902026-05-05T21:43:49.416Z PASS [ 0.041s] (2253/2802) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
90912026-05-05T21:43:49.416Z PASS [ 0.040s] (2254/2802) oximeter-db oxql::ast::grammar::tests::test_double_literal
90922026-05-05T21:43:49.416Z PASS [ 0.040s] (2255/2802) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
90932026-05-05T21:43:49.419Z PASS [ 0.031s] (2256/2802) oximeter-db oxql::ast::grammar::tests::test_duration_literal
90942026-05-05T21:43:49.419Z PASS [ 0.032s] (2257/2802) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
90952026-05-05T21:43:49.419Z PASS [ 0.033s] (2258/2802) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
90962026-05-05T21:43:49.419Z PASS [ 0.918s] (2259/2802) oximeter-db client::tests::test_timeseries_schema_list
90972026-05-05T21:43:49.419Z PASS [ 0.035s] (2260/2802) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
90982026-05-05T21:43:49.419Z PASS [ 0.036s] (2261/2802) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
90992026-05-05T21:43:49.419Z PASS [ 0.046s] (2262/2802) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
91002026-05-05T21:43:49.419Z PASS [ 0.037s] (2263/2802) oximeter-db oxql::ast::grammar::tests::test_group_by
91012026-05-05T21:43:49.419Z PASS [ 0.047s] (2264/2802) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
91022026-05-05T21:43:49.419Z PASS [ 0.046s] (2265/2802) oximeter-db oxql::ast::grammar::tests::test_get_table_op
91032026-05-05T21:43:49.419Z PASS [ 0.621s] (2266/2802) oximeter-db native::connection::tests::test_exchange_hello
91042026-05-05T21:43:49.419Z PASS [ 0.633s] (2267/2802) oximeter-db native::connection::tests::test_basic_select_query
91052026-05-05T21:43:49.419Z PASS [ 0.038s] (2268/2802) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
91062026-05-05T21:43:49.419Z PASS [ 0.034s] (2269/2802) oximeter-db oxql::ast::grammar::tests::test_ident
91072026-05-05T21:43:49.419Z PASS [ 0.032s] (2270/2802) oximeter-db oxql::ast::grammar::tests::test_integer_literal
91082026-05-05T21:43:49.419Z PASS [ 0.036s] (2271/2802) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
91092026-05-05T21:43:49.419Z PASS [ 0.032s] (2272/2802) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
91102026-05-05T21:43:49.419Z PASS [ 0.034s] (2273/2802) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
91112026-05-05T21:43:49.419Z PASS [ 0.036s] (2274/2802) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
91122026-05-05T21:43:49.419Z PASS [ 0.640s] (2275/2802) oximeter-db native::connection::tests::test_insert_and_select_data
91132026-05-05T21:43:49.419Z PASS [ 0.030s] (2276/2802) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
91142026-05-05T21:43:49.419Z PASS [ 0.032s] (2277/2802) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
91152026-05-05T21:43:49.419Z PASS [ 0.033s] (2278/2802) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
91162026-05-05T21:43:49.419Z PASS [ 0.646s] (2279/2802) oximeter-db native::connection::tests::test_select_array_column
91172026-05-05T21:43:49.419Z PASS [ 0.647s] (2280/2802) oximeter-db native::connection::tests::test_insert_and_select_uuid
91182026-05-05T21:43:49.419Z PASS [ 0.037s] (2281/2802) oximeter-db oxql::ast::grammar::tests::test_query
91192026-05-05T21:43:49.419Z PASS [ 0.037s] (2282/2802) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
91202026-05-05T21:43:49.419Z PASS [ 0.030s] (2283/2802) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
91212026-05-05T21:43:49.419Z PASS [ 0.634s] (2284/2802) oximeter-db native::connection::tests::test_select_array_of_nullable_column
91222026-05-05T21:43:49.419Z PASS [ 0.046s] (2285/2802) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
91232026-05-05T21:43:49.423Z PASS [ 0.049s] (2286/2802) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
91242026-05-05T21:43:49.423Z PASS [ 0.047s] (2287/2802) oximeter-db oxql::ast::grammar::tests::test_reducer
91252026-05-05T21:43:49.423Z PASS [ 0.048s] (2288/2802) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
91262026-05-05T21:43:49.423Z PASS [ 0.049s] (2289/2802) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
91272026-05-05T21:43:49.424Z PASS [ 0.043s] (2290/2802) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
91282026-05-05T21:43:49.424Z PASS [ 0.048s] (2291/2802) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
91292026-05-05T21:43:49.424Z PASS [ 0.044s] (2292/2802) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
91302026-05-05T21:43:49.424Z PASS [ 0.049s] (2293/2802) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
91312026-05-05T21:43:49.424Z PASS [ 0.038s] (2294/2802) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
91322026-05-05T21:43:49.424Z PASS [ 0.051s] (2295/2802) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
91332026-05-05T21:43:49.424Z PASS [ 0.034s] (2296/2802) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
91342026-05-05T21:43:49.424Z PASS [ 0.031s] (2297/2802) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
91352026-05-05T21:43:49.424Z PASS [ 0.033s] (2298/2802) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
91362026-05-05T21:43:49.424Z PASS [ 0.741s] (2299/2802) oximeter-db native::connection::tests::test_can_cancel_query
91372026-05-05T21:43:49.424Z PASS [ 0.034s] (2300/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
91382026-05-05T21:43:49.424Z PASS [ 0.037s] (2301/2802) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
91392026-05-05T21:43:49.433Z PASS [ 0.033s] (2302/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
91402026-05-05T21:43:49.433Z PASS [ 0.033s] (2303/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
91412026-05-05T21:43:49.433Z PASS [ 0.034s] (2304/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
91422026-05-05T21:43:49.433Z PASS [ 0.039s] (2305/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
91432026-05-05T21:43:49.433Z PASS [ 0.044s] (2306/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
91442026-05-05T21:43:49.433Z PASS [ 0.040s] (2307/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
91452026-05-05T21:43:49.433Z PASS [ 0.043s] (2308/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
91462026-05-05T21:43:49.433Z PASS [ 0.044s] (2309/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
91472026-05-05T21:43:49.433Z PASS [ 0.039s] (2310/2802) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
91482026-05-05T21:43:49.433Z PASS [ 0.036s] (2311/2802) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
91492026-05-05T21:43:49.433Z PASS [ 0.033s] (2312/2802) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
91502026-05-05T21:43:49.433Z PASS [ 0.040s] (2313/2802) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
91512026-05-05T21:43:49.433Z PASS [ 0.036s] (2314/2802) oximeter-db oxql::plan::align::test::test_align_input_schema
91522026-05-05T21:43:49.433Z PASS [ 0.040s] (2315/2802) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
91532026-05-05T21:43:49.433Z PASS [ 0.041s] (2316/2802) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
91542026-05-05T21:43:49.433Z PASS [ 0.080s] (2317/2802) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
91552026-05-05T21:43:49.433Z PASS [ 0.087s] (2318/2802) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
91562026-05-05T21:43:49.433Z PASS [ 0.089s] (2319/2802) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
91572026-05-05T21:43:49.433Z PASS [ 0.090s] (2320/2802) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
91582026-05-05T21:43:49.433Z PASS [ 0.676s] (2321/2802) oximeter-db native::connection::tests::test_select_nullable_column
91592026-05-05T21:43:49.434Z PASS [ 1.279s] (2322/2802) oximeter-db client::tests::test_sql_query_output
91602026-05-05T21:43:49.434Z PASS [ 0.091s] (2323/2802) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
91612026-05-05T21:43:49.434Z PASS [ 0.094s] (2324/2802) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
91622026-05-05T21:43:49.434Z PASS [ 0.094s] (2325/2802) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
91632026-05-05T21:43:49.434Z PASS [ 0.094s] (2326/2802) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
91642026-05-05T21:43:49.434Z PASS [ 0.092s] (2327/2802) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
91652026-05-05T21:43:49.434Z PASS [ 0.092s] (2328/2802) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
91662026-05-05T21:43:49.434Z PASS [ 0.094s] (2329/2802) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
91672026-05-05T21:43:49.434Z PASS [ 0.091s] (2330/2802) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
91682026-05-05T21:43:49.434Z PASS [ 0.100s] (2331/2802) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
91692026-05-05T21:43:49.434Z PASS [ 0.632s] (2332/2802) oximeter-db native::connection::tests::test_send_cancel_with_no_query
91702026-05-05T21:43:49.434Z PASS [ 0.077s] (2333/2802) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
91712026-05-05T21:43:49.434Z PASS [ 0.049s] (2334/2802) oximeter-db oxql::query::tests::test_coalesce_limits
91722026-05-05T21:43:49.434Z PASS [ 0.047s] (2335/2802) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
91732026-05-05T21:43:49.439Z PASS [ 0.042s] (2336/2802) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
91742026-05-05T21:43:49.439Z PASS [ 0.045s] (2337/2802) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
91752026-05-05T21:43:49.439Z PASS [ 0.047s] (2338/2802) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
91762026-05-05T21:43:49.439Z PASS [ 0.080s] (2339/2802) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
91772026-05-05T21:43:49.439Z PASS [ 0.035s] (2340/2802) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
91782026-05-05T21:43:49.439Z PASS [ 0.084s] (2341/2802) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
91792026-05-05T21:43:49.439Z PASS [ 0.088s] (2342/2802) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
91802026-05-05T21:43:49.439Z PASS [ 0.077s] (2343/2802) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
91812026-05-05T21:43:49.439Z PASS [ 0.033s] (2344/2802) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
91822026-05-05T21:43:49.439Z PASS [ 0.089s] (2345/2802) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
91832026-05-05T21:43:49.439Z PASS [ 0.085s] (2346/2802) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
91842026-05-05T21:43:49.439Z PASS [ 0.090s] (2347/2802) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
91852026-05-05T21:43:49.439Z PASS [ 0.035s] (2348/2802) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
91862026-05-05T21:43:49.439Z PASS [ 0.094s] (2349/2802) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
91872026-05-05T21:43:49.439Z PASS [ 0.096s] (2350/2802) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
91882026-05-05T21:43:49.439Z PASS [ 0.037s] (2351/2802) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
91892026-05-05T21:43:49.439Z PASS [ 0.041s] (2352/2802) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
91902026-05-05T21:43:49.439Z PASS [ 0.045s] (2353/2802) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
91912026-05-05T21:43:49.439Z PASS [ 0.047s] (2354/2802) oximeter-db oxql::query::tests::test_coalesce_predicates
91922026-05-05T21:43:49.439Z PASS [ 0.044s] (2355/2802) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
91932026-05-05T21:43:49.439Z PASS [ 0.051s] (2356/2802) oximeter-db oxql::query::tests::test_insert_filters
91942026-05-05T21:43:49.439Z PASS [ 0.030s] (2357/2802) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
91952026-05-05T21:43:49.439Z PASS [ 0.033s] (2358/2802) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
91962026-05-05T21:43:49.439Z PASS [ 0.050s] (2359/2802) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
91972026-05-05T21:43:49.440Z PASS [ 0.049s] (2360/2802) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
91982026-05-05T21:43:49.440Z PASS [ 0.052s] (2361/2802) oximeter-db oxql::query::tests::test_query_end_time
91992026-05-05T21:43:49.440Z PASS [ 0.035s] (2362/2802) oximeter-db query::tests::test_field_cmp
92002026-05-05T21:43:49.440Z PASS [ 0.044s] (2363/2802) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
92012026-05-05T21:43:49.440Z PASS [ 0.042s] (2364/2802) oximeter-db query::tests::test_field_value_as_db_str
92022026-05-05T21:43:49.440Z PASS [ 0.042s] (2365/2802) oximeter-db query::tests::test_field_selector_as_query
92032026-05-05T21:43:49.440Z PASS [ 0.046s] (2366/2802) oximeter-db query::tests::test_select_query_builder_field_selectors
92042026-05-05T21:43:49.440Z PASS [ 0.034s] (2367/2802) oximeter-db query::tests::test_select_query_builder_limit_offset
92052026-05-05T21:43:49.440Z PASS [ 0.055s] (2368/2802) oximeter-db oxql::query::tests::test_split_query
92062026-05-05T21:43:49.440Z PASS [ 0.040s] (2369/2802) oximeter-db query::tests::test_select_query_builder_from_parts
92072026-05-05T21:43:49.440Z PASS [ 0.046s] (2370/2802) oximeter-db query::tests::test_select_query_builder_filter_raw
92082026-05-05T21:43:49.440Z PASS [ 0.043s] (2371/2802) oximeter-db query::tests::test_select_query_builder_full
92092026-05-05T21:43:49.449Z PASS [ 0.035s] (2372/2802) oximeter-db query::tests::test_select_query_builder_no_fields
92102026-05-05T21:43:49.449Z PASS [ 0.046s] (2373/2802) oximeter-db query::tests::test_select_query_builder_no_selectors
92112026-05-05T21:43:49.449Z PASS [ 0.044s] (2374/2802) oximeter-db query::tests::test_time_range
92122026-05-05T21:43:49.449Z PASS [ 0.043s] (2375/2802) oximeter-db sql::tests::test_cannot_name_database
92132026-05-05T21:43:49.449Z PASS [ 0.051s] (2376/2802) oximeter-db query::tests::test_string_field_selector
92142026-05-05T21:43:49.449Z PASS [ 0.045s] (2377/2802) oximeter-db sql::tests::test_allow_subqueries
92152026-05-05T21:43:49.449Z PASS [ 0.052s] (2378/2802) oximeter-db sql::tests::test_allow_limit_offset
92162026-05-05T21:43:49.449Z PASS [ 0.045s] (2379/2802) oximeter-db sql::tests::test_ctes_are_not_supported
92172026-05-05T21:43:49.449Z PASS [ 0.048s] (2380/2802) oximeter-db sql::tests::test_function_allow_list
92182026-05-05T21:43:49.449Z PASS [ 0.041s] (2381/2802) oximeter-db sql::tests::test_multiple_statements_are_not_supported
92192026-05-05T21:43:49.449Z PASS [ 35.547s] (2382/2802) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
92202026-05-05T21:43:49.449Z PASS [ 0.022s] (2383/2802) oximeter-instruments http::tests::test_latency_tracker
92212026-05-05T21:43:49.449Z PASS [ 0.058s] (2384/2802) oximeter-db sql::tests::test_join_must_be_inner
92222026-05-05T21:43:49.449Z PASS [ 0.025s] (2385/2802) oximeter-instruments kstat::cpu::tests::test_kstat_interested
92232026-05-05T21:43:49.449Z PASS [ 0.050s] (2386/2802) oximeter-db tests::test_timeseries_key_field_stability
92242026-05-05T21:43:49.456Z PASS [ 0.056s] (2387/2802) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
92252026-05-05T21:43:49.456Z PASS [ 0.060s] (2388/2802) oximeter-db sql::tests::test_query_must_be_select_statement
92262026-05-05T21:43:49.456Z PASS [ 0.054s] (2389/2802) oximeter-db sql::tests::test_with_comma_join_fails
92272026-05-05T21:43:49.456Z PASS [ 0.040s] (2390/2802) oximeter-db tests::test_timeseries_key_sample_stability
92282026-05-05T21:43:49.456Z PASS [ 0.037s] (2391/2802) oximeter-db::integration_test test_schemas_are_not_modified
92292026-05-05T21:43:49.456Z PASS [ 0.061s] (2392/2802) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
92302026-05-05T21:43:49.456Z PASS [ 0.060s] (2393/2802) oximeter-db sql::tests::test_require_table_is_timeseries_name
92312026-05-05T21:43:49.456Z PASS [ 0.038s] (2394/2802) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
92322026-05-05T21:43:49.456Z PASS [ 0.026s] (2395/2802) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
92332026-05-05T21:43:49.456Z PASS [ 0.043s] (2396/2802) oximeter-instruments kstat::link::tests::test_kstat_interested
92342026-05-05T21:43:49.456Z PASS [ 0.035s] (2397/2802) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
92352026-05-05T21:43:49.456Z PASS [ 0.062s] (2398/2802) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
92362026-05-05T21:43:49.456Z PASS [ 0.024s] (2399/2802) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
92372026-05-05T21:43:49.456Z PASS [ 0.047s] (2400/2802) oximeter-instruments kstat::link::tests::test_sled_datalink
92382026-05-05T21:43:49.456Z PASS [ 0.024s] (2401/2802) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
92392026-05-05T21:43:49.467Z PASS [ 0.067s] (2402/2802) oximeter-instruments kstat::link::tests::test_kstat_sampler
92402026-05-05T21:43:49.467Z PASS [ 0.065s] (2403/2802) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
92412026-05-05T21:43:49.468Z PASS [ 0.029s] (2404/2802) oximeter-instruments kstat::zone::tests::test_kstat_interested
92422026-05-05T21:43:49.468Z PASS [ 0.066s] (2405/2802) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
92432026-05-05T21:43:49.468Z PASS [ 0.065s] (2406/2802) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
92442026-05-05T21:43:49.468Z PASS [ 0.028s] (2407/2802) oximeter-instruments kstat::zone::tests::test_zone_samples
92452026-05-05T21:43:49.468Z PASS [ 0.028s] (2408/2802) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
92462026-05-05T21:43:49.468Z PASS [ 0.075s] (2409/2802) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
92472026-05-05T21:43:49.468Z PASS [ 0.029s] (2410/2802) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
92482026-05-05T21:43:49.468Z PASS [ 0.071s] (2411/2802) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
92492026-05-05T21:43:49.468Z PASS [ 0.073s] (2412/2802) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
92502026-05-05T21:43:49.468Z PASS [ 0.029s] (2413/2802) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
92512026-05-05T21:43:49.468Z PASS [ 0.026s] (2414/2802) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
92522026-05-05T21:43:49.468Z PASS [ 0.024s] (2415/2802) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
92532026-05-05T21:43:49.468Z PASS [ 0.025s] (2416/2802) oximeter-macro-impl tests::test_metric_annotated_field
92542026-05-05T21:43:49.468Z PASS [ 0.026s] (2417/2802) oximeter-macro-impl tests::test_metric_datum_field
92552026-05-05T21:43:49.468Z PASS [ 0.023s] (2418/2802) oximeter-macro-impl tests::test_metric_enum
92562026-05-05T21:43:49.468Z PASS [ 0.025s] (2419/2802) oximeter-macro-impl tests::test_target
92572026-05-05T21:43:49.468Z PASS [ 0.027s] (2420/2802) oximeter-macro-impl tests::test_metric_without_datum_field
92582026-05-05T21:43:49.468Z PASS [ 0.025s] (2421/2802) oximeter-macro-impl tests::test_target_empty_struct
92592026-05-05T21:43:49.468Z PASS [ 0.025s] (2422/2802) oximeter-macro-impl tests::test_target_enum
92602026-05-05T21:43:49.468Z PASS [ 0.025s] (2423/2802) oximeter-macro-impl tests::test_target_unit_struct
92612026-05-05T21:43:49.468Z PASS [ 0.024s] (2424/2802) oximeter-macro-impl tests::test_target_with_datum_field
92622026-05-05T21:43:49.468Z PASS [ 0.127s] (2425/2802) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
92632026-05-05T21:43:49.468Z PASS [ 0.031s] (2426/2802) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
92642026-05-05T21:43:49.468Z PASS [ 0.035s] (2427/2802) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
92652026-05-05T21:43:49.468Z PASS [ 0.031s] (2428/2802) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
92662026-05-05T21:43:49.470Z PASS [ 0.035s] (2429/2802) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
92672026-05-05T21:43:49.470Z PASS [ 0.032s] (2430/2802) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
92682026-05-05T21:43:49.474Z PASS [ 0.029s] (2431/2802) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
92692026-05-05T21:43:49.474Z PASS [ 0.032s] (2432/2802) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
92702026-05-05T21:43:49.474Z PASS [ 0.030s] (2433/2802) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
92712026-05-05T21:43:49.474Z PASS [ 0.029s] (2434/2802) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
92722026-05-05T21:43:49.474Z PASS [ 0.029s] (2435/2802) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
92732026-05-05T21:43:49.474Z PASS [ 0.031s] (2436/2802) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
92742026-05-05T21:43:49.474Z PASS [ 0.026s] (2437/2802) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
92752026-05-05T21:43:49.474Z PASS [ 0.031s] (2438/2802) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
92762026-05-05T21:43:49.474Z PASS [ 0.021s] (2439/2802) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
92772026-05-05T21:43:49.474Z PASS [ 0.023s] (2440/2802) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
92782026-05-05T21:43:49.474Z PASS [ 0.029s] (2441/2802) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
92792026-05-05T21:43:49.474Z PASS [ 0.027s] (2442/2802) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
92802026-05-05T21:43:49.474Z PASS [ 0.559s] (2443/2802) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
92812026-05-05T21:43:49.474Z PASS [ 0.027s] (2444/2802) oximeter-schema ir::tests::fail_on_empty_target_name
92822026-05-05T21:43:49.474Z PASS [ 0.026s] (2445/2802) oximeter-schema ir::tests::fail_on_very_long_field_names
92832026-05-05T21:43:49.474Z PASS [ 0.029s] (2446/2802) oximeter-schema ir::tests::fail_on_empty_descriptions
92842026-05-05T21:43:49.474Z PASS [ 0.023s] (2447/2802) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
92852026-05-05T21:43:49.474Z PASS [ 0.029s] (2448/2802) oximeter-schema ir::tests::fail_on_empty_metric_name
92862026-05-05T21:43:49.474Z PASS [ 0.028s] (2449/2802) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
92872026-05-05T21:43:49.474Z PASS [ 0.030s] (2450/2802) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
92882026-05-05T21:43:49.474Z PASS [ 0.032s] (2451/2802) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
92892026-05-05T21:43:49.474Z PASS [ 0.033s] (2452/2802) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
92902026-05-05T21:43:49.474Z PASS [ 0.035s] (2453/2802) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
92912026-05-05T21:43:49.474Z PASS [ 0.027s] (2454/2802) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
92922026-05-05T21:43:49.474Z PASS [ 0.023s] (2455/2802) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
92932026-05-05T21:43:49.474Z PASS [ 0.024s] (2456/2802) oximeter-schema ir::tests::only_support_format_version_1
92942026-05-05T21:43:49.474Z PASS [ 0.024s] (2457/2802) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
92952026-05-05T21:43:49.474Z PASS [ 0.030s] (2458/2802) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
92962026-05-05T21:43:49.474Z PASS [ 0.032s] (2459/2802) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
92972026-05-05T21:43:49.474Z PASS [ 0.033s] (2460/2802) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
92982026-05-05T21:43:49.474Z PASS [ 0.037s] (2461/2802) oximeter-test-utils tests::test_sample_struct
92992026-05-05T21:43:49.475Z PASS [ 0.023s] (2462/2802) oximeter-types-versions impls::histogram::tests::test_bin_range_from
93002026-05-05T21:43:49.475Z PASS [ 0.023s] (2463/2802) oximeter-types-versions impls::histogram::tests::test_bin_range
93012026-05-05T21:43:49.475Z PASS [ 0.024s] (2464/2802) oximeter-types-versions impls::histogram::tests::test_bin_range_to
93022026-05-05T21:43:49.475Z PASS [ 0.048s] (2465/2802) oximeter-test-utils tests::test_gen_test_samples
93032026-05-05T21:43:49.475Z PASS [ 0.024s] (2466/2802) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
93042026-05-05T21:43:49.475Z PASS [ 0.024s] (2467/2802) oximeter-types-versions impls::histogram::tests::test_ensure_finite
93052026-05-05T21:43:49.475Z PASS [ 0.055s] (2468/2802) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
93062026-05-05T21:43:49.475Z PASS [ 0.047s] (2469/2802) oximeter-types traits::tests::test_metric_trait
93072026-05-05T21:43:49.475Z PASS [ 0.039s] (2470/2802) oximeter-types traits::tests::test_target_trait
93082026-05-05T21:43:49.475Z PASS [ 0.048s] (2471/2802) oximeter-test-utils tests::test_timeseries_schema_from_parts
93092026-05-05T21:43:49.475Z PASS [ 0.050s] (2472/2802) oximeter-test-utils tests::test_timeseries_schema_from_sample
93102026-05-05T21:43:49.475Z PASS [ 0.056s] (2473/2802) oximeter-types traits::tests::test_producer_trait
93112026-05-05T21:43:49.475Z PASS [ 0.021s] (2474/2802) oximeter-types-versions impls::histogram::tests::test_histogram
93122026-05-05T21:43:49.480Z PASS [ 0.022s] (2475/2802) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
93132026-05-05T21:43:49.480Z PASS [ 0.025s] (2476/2802) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
93142026-05-05T21:43:49.480Z PASS [ 0.026s] (2477/2802) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
93152026-05-05T21:43:49.480Z PASS [ 0.028s] (2478/2802) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
93162026-05-05T21:43:49.480Z PASS [ 0.029s] (2479/2802) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
93172026-05-05T21:43:49.480Z PASS [ 0.032s] (2480/2802) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
93182026-05-05T21:43:49.480Z PASS [ 0.033s] (2481/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
93192026-05-05T21:43:49.480Z PASS [ 0.033s] (2482/2802) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
93202026-05-05T21:43:49.480Z PASS [ 0.034s] (2483/2802) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
93212026-05-05T21:43:49.480Z PASS [ 0.034s] (2484/2802) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
93222026-05-05T21:43:49.480Z PASS [ 0.033s] (2485/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
93232026-05-05T21:43:49.481Z PASS [ 0.034s] (2486/2802) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
93242026-05-05T21:43:49.481Z PASS [ 0.034s] (2487/2802) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
93252026-05-05T21:43:49.481Z PASS [ 0.019s] (2488/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
93262026-05-05T21:43:49.481Z PASS [ 0.024s] (2489/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
93272026-05-05T21:43:49.481Z PASS [ 0.023s] (2490/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
93282026-05-05T21:43:49.481Z PASS [ 0.025s] (2491/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
93292026-05-05T21:43:49.481Z PASS [ 0.021s] (2492/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
93302026-05-05T21:43:49.481Z PASS [ 0.023s] (2493/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
93312026-05-05T21:43:49.481Z PASS [ 0.020s] (2494/2802) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
93322026-05-05T21:43:49.481Z PASS [ 0.021s] (2495/2802) oximeter-types-versions impls::histogram::tests::test_span_decades
93332026-05-05T21:43:49.481Z PASS [ 0.022s] (2496/2802) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
93342026-05-05T21:43:49.481Z PASS [ 0.022s] (2497/2802) oximeter-types-versions impls::quantile::tests::test_empty_observations
93352026-05-05T21:43:49.481Z PASS [ 0.023s] (2498/2802) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
93362026-05-05T21:43:49.481Z PASS [ 0.024s] (2499/2802) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
93372026-05-05T21:43:49.481Z PASS [ 0.023s] (2500/2802) oximeter-types-versions impls::quantile::tests::test_default_percentiles
93382026-05-05T21:43:49.481Z PASS [ 0.024s] (2501/2802) oximeter-types-versions impls::quantile::tests::test_find_cells
93392026-05-05T21:43:49.487Z PASS [ 0.025s] (2502/2802) oximeter-types-versions impls::quantile::tests::test_float_observations
93402026-05-05T21:43:49.488Z PASS [ 0.023s] (2503/2802) oximeter-types-versions impls::quantile::tests::test_integer_observations
93412026-05-05T21:43:49.488Z PASS [ 0.023s] (2504/2802) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
93422026-05-05T21:43:49.488Z PASS [ 0.022s] (2505/2802) oximeter-types-versions impls::quantile::tests::test_max_p
93432026-05-05T21:43:49.488Z PASS [ 0.021s] (2506/2802) oximeter-types-versions impls::quantile::tests::test_min_p
93442026-05-05T21:43:49.488Z PASS [ 0.021s] (2507/2802) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
93452026-05-05T21:43:49.488Z PASS [ 0.025s] (2508/2802) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
93462026-05-05T21:43:49.488Z PASS [ 0.026s] (2509/2802) oximeter-types-versions impls::quantile::tests::test_rounding
93472026-05-05T21:43:49.488Z PASS [ 0.021s] (2510/2802) oximeter-types-versions impls::types::tests::test_cumulative_i64
93482026-05-05T21:43:49.488Z PASS [ 0.021s] (2511/2802) oximeter-types-versions impls::types::tests::test_datum
93492026-05-05T21:43:49.488Z PASS [ 0.023s] (2512/2802) oximeter-types-versions impls::types::tests::test_cumulative_f64
93502026-05-05T21:43:49.501Z PASS [ 0.021s] (2513/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
93512026-05-05T21:43:49.501Z PASS [ 0.026s] (2514/2802) oximeter-types-versions impls::schema::tests::test_timeseries_name
93522026-05-05T21:43:49.501Z PASS [ 0.027s] (2515/2802) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
93532026-05-05T21:43:49.501Z PASS [ 0.021s] (2516/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
93542026-05-05T21:43:49.510Z PASS [ 0.020s] (2517/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
93552026-05-05T21:43:49.510Z PASS [ 0.024s] (2518/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
93562026-05-05T21:43:49.510Z PASS [ 0.024s] (2519/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
93572026-05-05T21:43:49.510Z PASS [ 0.020s] (2520/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
93582026-05-05T21:43:49.510Z PASS [ 0.023s] (2521/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
93592026-05-05T21:43:49.510Z PASS [ 0.026s] (2522/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
93602026-05-05T21:43:49.510Z PASS [ 0.022s] (2523/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
93612026-05-05T21:43:49.510Z PASS [ 0.024s] (2524/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
93622026-05-05T21:43:49.520Z PASS [ 0.023s] (2525/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
93632026-05-05T21:43:49.520Z PASS [ 0.025s] (2526/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
93642026-05-05T21:43:49.520Z PASS [ 0.026s] (2527/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
93652026-05-05T21:43:49.520Z PASS [ 0.024s] (2528/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
93662026-05-05T21:43:49.520Z PASS [ 0.021s] (2529/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
93672026-05-05T21:43:49.520Z PASS [ 0.023s] (2530/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
93682026-05-05T21:43:49.520Z PASS [ 0.021s] (2531/2802) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
93692026-05-05T21:43:49.529Z PASS [ 0.022s] (2532/2802) oximeter-types-versions impls::types::tests::test_measurement
93702026-05-05T21:43:49.529Z PASS [ 0.021s] (2533/2802) oximeter-types-versions impls::types::tests::test_verify_field_names
93712026-05-05T21:43:49.529Z PASS [ 0.025s] (2534/2802) oxlog tests::test_is_oxide_smf_log_file
93722026-05-05T21:43:49.537Z PASS [ 0.022s] (2535/2802) oxlog tests::test_sort_logs
93732026-05-05T21:43:49.537Z PASS [ 0.026s] (2536/2802) oxlog tests::test_oxide_smf_service_name_from_log_file_name
93742026-05-05T21:43:49.537Z PASS [ 0.027s] (2537/2802) oxlog tests::test_daterange_filter
93752026-05-05T21:43:49.538Z PASS [ 0.026s] (2538/2802) oxlog::bin/oxlog tests::test_parse_timestamp
93762026-05-05T21:43:49.553Z PASS [ 0.029s] (2539/2802) oxql-types point::tests::test_point_delta_between
93772026-05-05T21:43:49.556Z PASS [ 0.043s] (2540/2802) oxql-types point::tests::test_cast_points_from_double
93782026-05-05T21:43:49.556Z PASS [ 0.044s] (2541/2802) oxql-types point::tests::test_cast_points_from_bool
93792026-05-05T21:43:49.556Z PASS [ 0.042s] (2542/2802) oxql-types point::tests::test_cast_points_from_int_distribution
93802026-05-05T21:43:49.556Z PASS [ 0.030s] (2543/2802) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
93812026-05-05T21:43:49.557Z PASS [ 0.038s] (2544/2802) oxql-types point::tests::test_join_point_arrays
93822026-05-05T21:43:49.557Z PASS [ 0.043s] (2545/2802) oxql-types point::tests::test_cast_points_from_double_distribution
93832026-05-05T21:43:49.557Z PASS [ 0.042s] (2546/2802) oxql-types point::tests::test_cast_points_from_string
93842026-05-05T21:43:49.557Z PASS [ 0.043s] (2547/2802) oxql-types point::tests::test_cast_points_from_integer
93852026-05-05T21:43:49.557Z PASS [ 0.027s] (2548/2802) oxql-types point::tests::test_point_delta_between_with_new_epoch
93862026-05-05T21:43:49.557Z PASS [ 0.027s] (2549/2802) oxql-types point::tests::test_push_concrete_values
93872026-05-05T21:43:49.564Z PASS [ 0.030s] (2550/2802) oxql-types point::tests::test_sub_between_histogram_distributions
93882026-05-05T21:43:49.572Z PASS [ 0.038s] (2551/2802) range-requests test::get_response_no_range
93892026-05-05T21:43:49.578Z PASS [ 0.021s] (2552/2802) range-requests test::parse_range_invalid
93902026-05-05T21:43:49.578Z PASS [ 0.023s] (2553/2802) range-requests test::invalid_ranges
93912026-05-05T21:43:49.578Z PASS [ 0.024s] (2554/2802) range-requests test::range_into_str
93922026-05-05T21:43:49.578Z PASS [ 0.024s] (2555/2802) range-requests test::parse_range_valid
93932026-05-05T21:43:49.582Z PASS [ 0.028s] (2556/2802) range-requests test::get_response_with_range
93942026-05-05T21:43:49.582Z PASS [ 0.028s] (2557/2802) range-requests test::single_range_parsing_does_not_crash
93952026-05-05T21:43:49.588Z PASS [ 0.032s] (2558/2802) range-requests test::potential_range_parsing_does_not_crash
93962026-05-05T21:43:49.618Z PASS [ 0.088s] (2559/2802) parallel-task-set test::test_spawn_many
93972026-05-05T21:43:49.694Z PASS [ 0.139s] (2560/2802) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
93982026-05-05T21:43:49.762Z PASS [ 0.205s] (2561/2802) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
93992026-05-05T21:43:49.765Z PASS [ 0.191s] (2562/2802) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
94002026-05-05T21:43:49.765Z PASS [ 0.205s] (2563/2802) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
94012026-05-05T21:43:49.783Z PASS [ 0.205s] (2564/2802) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
94022026-05-05T21:43:49.789Z PASS [ 0.213s] (2565/2802) reconfigurator-cli::test-scripts script::cmds-example.txt
94032026-05-05T21:43:49.804Z PASS [ 6.502s] (2566/2802) omicron-test-utils dev::db::test::test_setup_database_default_dir
94042026-05-05T21:43:49.871Z PASS [ 0.314s] (2567/2802) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
94052026-05-05T21:43:49.880Z PASS [ 16.193s] (2568/2802) omicron-omdb::test_all_output test_omdb_env_settings
94062026-05-05T21:43:49.884Z PASS [ 0.303s] (2569/2802) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
94072026-05-05T21:43:49.894Z PASS [ 0.313s] (2570/2802) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
94082026-05-05T21:43:49.906Z PASS [ 0.329s] (2571/2802) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
94092026-05-05T21:43:49.909Z PASS [ 0.126s] (2572/2802) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
94102026-05-05T21:43:49.955Z PASS [ 0.192s] (2573/2802) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
94112026-05-05T21:43:50.001Z PASS [ 0.211s] (2574/2802) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
94122026-05-05T21:43:50.005Z PASS [ 0.199s] (2575/2802) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
94132026-05-05T21:43:50.009Z PASS [ 0.124s] (2576/2802) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
94142026-05-05T21:43:50.067Z PASS [ 0.196s] (2577/2802) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
94152026-05-05T21:43:50.112Z PASS [ 0.203s] (2578/2802) reconfigurator-cli::test-scripts script::cmds.txt
94162026-05-05T21:43:50.265Z PASS [ 0.708s] (2579/2802) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
94172026-05-05T21:43:50.269Z PASS [ 2.660s] (2580/2802) oximeter-producer tests::test_producer_registration_task
94182026-05-05T21:43:50.292Z PASS [ 0.710s] (2581/2802) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
94192026-05-05T21:43:50.320Z PASS [ 0.701s] (2582/2802) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
94202026-05-05T21:43:50.579Z PASS [ 0.817s] (2583/2802) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
94212026-05-05T21:43:50.595Z PASS [ 0.701s] (2584/2802) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
94222026-05-05T21:43:50.652Z PASS [ 0.057s] (2585/2802) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
94232026-05-05T21:43:50.682Z PASS [ 0.029s] (2586/2802) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
94242026-05-05T21:43:50.733Z PASS [ 0.051s] (2587/2802) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
94252026-05-05T21:43:50.781Z PASS [ 0.048s] (2588/2802) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
94262026-05-05T21:43:50.795Z PASS [ 1.208s] (2589/2802) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
94272026-05-05T21:43:50.833Z PASS [ 0.052s] (2590/2802) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
94282026-05-05T21:43:50.848Z PASS [ 0.053s] (2591/2802) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
94292026-05-05T21:43:50.888Z PASS [ 0.040s] (2592/2802) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
94302026-05-05T21:43:50.897Z PASS [ 0.064s] (2593/2802) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
94312026-05-05T21:43:50.901Z PASS [ 0.944s] (2594/2802) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
94322026-05-05T21:43:50.930Z PASS [ 0.042s] (2595/2802) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
94332026-05-05T21:43:50.941Z PASS [ 0.042s] (2596/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
94342026-05-05T21:43:50.956Z PASS [ 0.059s] (2597/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
94352026-05-05T21:43:50.963Z PASS [ 1.199s] (2598/2802) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
94362026-05-05T21:43:50.973Z PASS [ 0.043s] (2599/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
94372026-05-05T21:43:50.987Z PASS [ 0.046s] (2600/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
94382026-05-05T21:43:51.001Z PASS [ 0.044s] (2601/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
94392026-05-05T21:43:51.004Z PASS [ 0.041s] (2602/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
94402026-05-05T21:43:51.011Z PASS [ 0.038s] (2603/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
94412026-05-05T21:43:51.028Z PASS [ 0.041s] (2604/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
94422026-05-05T21:43:51.032Z PASS [ 0.711s] (2605/2802) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
94432026-05-05T21:43:51.042Z PASS [ 0.041s] (2606/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
94442026-05-05T21:43:51.050Z PASS [ 0.045s] (2607/2802) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
94452026-05-05T21:43:51.071Z PASS [ 0.042s] (2608/2802) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
94462026-05-05T21:43:51.074Z PASS [ 0.044s] (2609/2802) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
94472026-05-05T21:43:51.114Z PASS [ 0.040s] (2610/2802) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
94482026-05-05T21:43:51.114Z PASS [ 0.043s] (2611/2802) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
94492026-05-05T21:43:51.118Z PASS [ 1.421s] (2612/2802) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
94502026-05-05T21:43:51.154Z PASS [ 0.040s] (2613/2802) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
94512026-05-05T21:43:51.173Z PASS [ 0.059s] (2614/2802) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
94522026-05-05T21:43:51.178Z PASS [ 0.063s] (2615/2802) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
94532026-05-05T21:43:51.198Z PASS [ 0.043s] (2616/2802) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
94542026-05-05T21:43:51.202Z PASS [ 0.158s] (2617/2802) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
94552026-05-05T21:43:51.215Z PASS [ 0.043s] (2618/2802) sled-agent-config-reconciler ledger::tests::read_existing_config
94562026-05-05T21:43:51.225Z PASS [ 1.319s] (2619/2802) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
94572026-05-05T21:43:51.225Z PASS [ 0.046s] (2620/2802) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
94582026-05-05T21:43:51.239Z PASS [ 0.041s] (2621/2802) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
94592026-05-05T21:43:51.243Z PASS [ 0.043s] (2622/2802) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
94602026-05-05T21:43:51.255Z PASS [ 0.039s] (2623/2802) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
94612026-05-05T21:43:51.266Z PASS [ 0.041s] (2624/2802) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
94622026-05-05T21:43:51.269Z PASS [ 0.042s] (2625/2802) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
94632026-05-05T21:43:51.275Z PASS [ 0.031s] (2626/2802) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
94642026-05-05T21:43:51.358Z PASS [ 1.357s] (2627/2802) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
94652026-05-05T21:43:51.396Z PASS [ 0.037s] (2628/2802) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
94662026-05-05T21:43:51.437Z PASS [ 0.041s] (2629/2802) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
94672026-05-05T21:43:51.478Z PASS [ 0.041s] (2630/2802) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
94682026-05-05T21:43:51.521Z PASS [ 0.043s] (2631/2802) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
94692026-05-05T21:43:51.538Z PASS [ 1.471s] (2632/2802) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
94702026-05-05T21:43:51.560Z PASS [ 0.039s] (2633/2802) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
94712026-05-05T21:43:51.566Z PASS [ 1.454s] (2634/2802) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
94722026-05-05T21:43:51.580Z PASS [ 0.042s] (2635/2802) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
94732026-05-05T21:43:51.602Z PASS [ 0.041s] (2636/2802) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
94742026-05-05T21:43:51.608Z PASS [ 0.042s] (2637/2802) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
94752026-05-05T21:43:51.616Z PASS [ 0.036s] (2638/2802) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
94762026-05-05T21:43:51.648Z PASS [ 0.046s] (2639/2802) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
94772026-05-05T21:43:51.652Z PASS [ 0.044s] (2640/2802) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
94782026-05-05T21:43:51.714Z PASS [ 0.061s] (2641/2802) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
94792026-05-05T21:43:51.717Z PASS [ 0.098s] (2642/2802) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
94802026-05-05T21:43:51.728Z PASS [ 1.724s] (2643/2802) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
94812026-05-05T21:43:51.779Z PASS [ 0.051s] (2644/2802) sled-agent-rack-setup service::test::parse_rack_initialization
94822026-05-05T21:43:51.835Z PASS [ 0.067s] (2645/2802) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
94832026-05-05T21:43:51.835Z PASS [ 0.070s] (2646/2802) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
94842026-05-05T21:43:51.835Z PASS [ 1.221s] (2647/2802) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
94852026-05-05T21:43:51.835Z PASS [ 0.046s] (2648/2802) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
94862026-05-05T21:43:51.842Z PASS [ 0.059s] (2649/2802) sled-agent-rack-setup service::test::test_extra_certs
94872026-05-05T21:43:51.845Z PASS [ 0.062s] (2650/2802) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
94882026-05-05T21:43:51.856Z PASS [ 0.056s] (2651/2802) sled-agent-rack-setup service::test::test_omicron_zone_configs
94892026-05-05T21:43:51.869Z PASS [ 0.044s] (2652/2802) sled-agent-rack-setup service::test::test_subnets
94902026-05-05T21:43:51.953Z PASS [ 0.109s] (2653/2802) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
94912026-05-05T21:43:51.957Z PASS [ 0.112s] (2654/2802) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
94922026-05-05T21:43:51.957Z PASS [ 0.085s] (2655/2802) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
94932026-05-05T21:43:51.957Z PASS [ 0.098s] (2656/2802) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
94942026-05-05T21:43:52.000Z PASS [ 0.046s] (2657/2802) sled-agent-resolvable-files manifest::tests::read_success
94952026-05-05T21:43:52.004Z PASS [ 0.048s] (2658/2802) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
94962026-05-05T21:43:52.004Z PASS [ 0.048s] (2659/2802) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
94972026-05-05T21:43:52.008Z PASS [ 0.050s] (2660/2802) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
94982026-05-05T21:43:52.037Z PASS [ 0.036s] (2661/2802) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
94992026-05-05T21:43:52.043Z PASS [ 0.041s] (2662/2802) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
95002026-05-05T21:43:52.048Z PASS [ 0.041s] (2663/2802) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
95012026-05-05T21:43:52.052Z PASS [ 0.045s] (2664/2802) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
95022026-05-05T21:43:52.076Z PASS [ 0.040s] (2665/2802) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
95032026-05-05T21:43:52.087Z PASS [ 0.041s] (2666/2802) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
95042026-05-05T21:43:52.091Z PASS [ 0.046s] (2667/2802) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
95052026-05-05T21:43:52.094Z PASS [ 0.044s] (2668/2802) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
95062026-05-05T21:43:52.104Z PASS [ 0.456s] (2669/2802) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
95072026-05-05T21:43:52.114Z PASS [ 0.039s] (2670/2802) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
95082026-05-05T21:43:52.122Z PASS [ 0.035s] (2671/2802) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
95092026-05-05T21:43:52.126Z PASS [ 0.036s] (2672/2802) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
95102026-05-05T21:43:52.130Z PASS [ 0.038s] (2673/2802) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
95112026-05-05T21:43:52.137Z PASS [ 0.033s] (2674/2802) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
95122026-05-05T21:43:52.148Z PASS [ 0.033s] (2675/2802) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
95132026-05-05T21:43:52.156Z PASS [ 0.034s] (2676/2802) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
95142026-05-05T21:43:52.163Z PASS [ 0.037s] (2677/2802) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
95152026-05-05T21:43:52.167Z PASS [ 0.036s] (2678/2802) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
95162026-05-05T21:43:52.173Z PASS [ 0.036s] (2679/2802) sled-agent-resolvable-files mupdate_override::tests::read_both_present
95172026-05-05T21:43:52.176Z PASS [ 2.295s] (2680/2802) reconfigurator-cli::test-scripts script::cmds-target-release.txt
95182026-05-05T21:43:52.181Z PASS [ 0.034s] (2681/2802) sled-agent-resolvable-files mupdate_override::tests::read_different_values
95192026-05-05T21:43:52.188Z PASS [ 0.031s] (2682/2802) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
95202026-05-05T21:43:52.203Z PASS [ 0.040s] (2683/2802) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
95212026-05-05T21:43:52.208Z PASS [ 0.042s] (2684/2802) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
95222026-05-05T21:43:52.217Z PASS [ 0.044s] (2685/2802) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
95232026-05-05T21:43:52.217Z PASS [ 0.041s] (2686/2802) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
95242026-05-05T21:43:52.222Z PASS [ 0.040s] (2687/2802) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
95252026-05-05T21:43:52.232Z PASS [ 0.028s] (2688/2802) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
95262026-05-05T21:43:52.246Z PASS [ 0.038s] (2689/2802) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
95272026-05-05T21:43:52.250Z PASS [ 0.061s] (2690/2802) sled-agent-types zone_bundle::tests::test_compare_bundles
95282026-05-05T21:43:52.250Z PASS [ 0.027s] (2691/2802) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
95292026-05-05T21:43:52.253Z PASS [ 0.033s] (2692/2802) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
95302026-05-05T21:43:52.259Z PASS [ 0.027s] (2693/2802) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
95312026-05-05T21:43:52.262Z PASS [ 0.043s] (2694/2802) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
95322026-05-05T21:43:52.270Z PASS [ 0.023s] (2695/2802) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
95332026-05-05T21:43:52.277Z PASS [ 0.027s] (2696/2802) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
95342026-05-05T21:43:52.281Z PASS [ 0.029s] (2697/2802) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
95352026-05-05T21:43:52.281Z PASS [ 0.029s] (2698/2802) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
95362026-05-05T21:43:52.315Z PASS [ 0.036s] (2699/2802) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
95372026-05-05T21:43:52.342Z PASS [ 0.027s] (2700/2802) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
95382026-05-05T21:43:52.388Z PASS [ 0.046s] (2701/2802) sled-diagnostics queries::test::test_command_stderr_is_correct
95392026-05-05T21:43:52.408Z PASS [ 2.142s] (2702/2802) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
95402026-05-05T21:43:52.428Z PASS [ 0.040s] (2703/2802) sled-diagnostics queries::test::test_command_stdout_is_correct
95412026-05-05T21:43:52.453Z PASS [ 0.045s] (2704/2802) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
95422026-05-05T21:43:52.479Z PASS [ 0.221s] (2705/2802) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
95432026-05-05T21:43:52.483Z PASS [ 0.027s] (2706/2802) sled-hardware disk::test::test_disk_paths
95442026-05-05T21:43:52.498Z PASS [ 1.448s] (2707/2802) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
95452026-05-05T21:43:52.509Z PASS [ 0.029s] (2708/2802) sled-hardware disk::test::test_partition_device_paths
95462026-05-05T21:43:52.514Z PASS [ 0.034s] (2709/2802) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
95472026-05-05T21:43:52.527Z PASS [ 0.029s] (2710/2802) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
95482026-05-05T21:43:52.537Z PASS [ 0.028s] (2711/2802) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
95492026-05-05T21:43:52.544Z PASS [ 0.029s] (2712/2802) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
95502026-05-05T21:43:52.561Z PASS [ 0.034s] (2713/2802) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
95512026-05-05T21:43:52.568Z PASS [ 0.031s] (2714/2802) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
95522026-05-05T21:43:52.578Z PASS [ 0.034s] (2715/2802) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
95532026-05-05T21:43:52.594Z PASS [ 0.033s] (2716/2802) sled-hardware illumos::tests::parse_smbios_invalid
95542026-05-05T21:43:52.601Z PASS [ 0.033s] (2717/2802) sled-hardware illumos::tests::parse_smbios_valid
95552026-05-05T21:43:52.605Z PASS [ 0.027s] (2718/2802) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
95562026-05-05T21:43:52.618Z PASS [ 0.024s] (2719/2802) sled-storage dataset::test::serialize_dataset_name
95572026-05-05T21:43:52.644Z PASS [ 0.042s] (2720/2802) trust-quorum proxy::tests::proxy_roundtrip_concurrent
95582026-05-05T21:43:52.650Z PASS [ 0.045s] (2721/2802) trust-quorum proxy::tests::proxy_roundtrip_disconnected
95592026-05-05T21:43:52.664Z PASS [ 0.046s] (2722/2802) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
95602026-05-05T21:43:52.857Z PASS [ 1.617s] (2723/2802) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
95612026-05-05T21:43:52.910Z PASS [ 16.458s] (2724/2802) omicron-passwords test::test_smoke
95622026-05-05T21:43:52.926Z PASS [ 2.661s] (2725/2802) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
95632026-05-05T21:43:52.961Z PASS [ 0.533s] (2726/2802) sled-diagnostics queries::test::test_long_running_command_is_aborted
95642026-05-05T21:43:53.113Z PASS [ 1.858s] (2727/2802) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
95652026-05-05T21:43:53.185Z PASS [ 1.917s] (2728/2802) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
95662026-05-05T21:43:53.284Z PASS [ 1.023s] (2729/2802) sled-diagnostics logs::illumos_tests::collect_current_logs
95672026-05-05T21:43:53.313Z PASS [ 0.029s] (2730/2802) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
95682026-05-05T21:43:53.341Z PASS [ 0.028s] (2731/2802) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
95692026-05-05T21:43:53.479Z PASS [ 0.135s] (2732/2802) trust-quorum-protocol node::tests::initial_configuration
95702026-05-05T21:43:53.483Z PASS [ 1.208s] (2733/2802) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
95712026-05-05T21:43:53.490Z PASS [ 2.214s] (2734/2802) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
95722026-05-05T21:43:53.519Z PASS [ 0.042s] (2735/2802) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
95732026-05-05T21:43:53.584Z PASS [ 0.095s] (2736/2802) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
95742026-05-05T21:43:53.589Z PASS [ 0.106s] (2737/2802) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
95752026-05-05T21:43:53.774Z PASS [ 1.109s] (2738/2802) trust-quorum task::tests::tq_initial_config
95762026-05-05T21:43:53.812Z PASS [ 2.545s] (2739/2802) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
95772026-05-05T21:43:53.818Z PASS [ 0.633s] (2740/2802) trust-quorum-protocol crypto::tests::rack_secret_test
95782026-05-05T21:43:53.830Z PASS [ 1.551s] (2741/2802) sled-diagnostics logs::illumos_tests::log_snapshots_work
95792026-05-05T21:43:53.883Z PASS [ 0.071s] (2742/2802) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
95802026-05-05T21:43:53.903Z PASS [ 0.084s] (2743/2802) update-common artifacts::update_plan::tests::test_bad_rot_versions
95812026-05-05T21:43:53.908Z PASS [ 0.074s] (2744/2802) update-common artifacts::update_plan::tests::test_multi_rot_bord
95822026-05-05T21:43:53.947Z PASS [ 1.090s] (2745/2802) trust-quorum task::tests::tq_initial_config_prepare_and_commit
95832026-05-05T21:43:53.960Z PASS [ 0.077s] (2746/2802) update-common artifacts::update_plan::tests::test_multi_rot_version
95842026-05-05T21:43:53.965Z PASS [ 0.061s] (2747/2802) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
95852026-05-05T21:43:54.972Z PASS [ 0.065s] (2748/2802) update-common artifacts::update_plan::tests::test_split_control_plane
95862026-05-05T21:43:54.977Z PASS [ 0.061s] (2749/2802) update-common artifacts::update_plan::tests::test_too_many_rot_bord
95872026-05-05T21:43:54.977Z PASS [ 1.737s] (2750/2802) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
95882026-05-05T21:43:54.977Z PASS [ 0.059s] (2751/2802) update-engine display::group_display::tests::test_stats
95892026-05-05T21:43:54.977Z PASS [ 0.029s] (2752/2802) update-engine display::line_display_shared::tests::test_format_progress_counter
95902026-05-05T21:43:54.977Z PASS [ 0.079s] (2753/2802) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
95912026-05-05T21:43:54.977Z PASS [ 0.032s] (2754/2802) update-engine display::line_display_shared::tests::test_start_line
95922026-05-05T21:43:54.977Z PASS [ 0.039s] (2755/2802) update-engine engine::tests::error_exits_early
95932026-05-05T21:43:54.977Z PASS [ 0.031s] (2756/2802) update-engine events::tests::step_event_parse_unknown
95942026-05-05T21:43:54.977Z PASS [ 0.034s] (2757/2802) update-engine events::tests::progress_event_parse_unknown
95952026-05-05T21:43:54.977Z PASS [ 0.029s] (2758/2802) update-engine spec::tests::test_merge_anyhow_list
95962026-05-05T21:43:54.977Z PASS [ 0.122s] (2759/2802) update-engine buffer::tests::test_buffer
95972026-05-05T21:43:54.977Z PASS [ 0.508s] (2760/2802) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
95982026-05-05T21:43:54.977Z PASS [ 0.509s] (2761/2802) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
95992026-05-05T21:43:54.977Z PASS [ 0.025s] (2762/2802) wicket-common rack_setup::tests::invalid_router_peer_address
96002026-05-05T21:43:54.977Z PASS [ 0.029s] (2763/2802) wicket-common rack_setup::tests::invalid_uplink_address
96012026-05-05T21:43:54.977Z PASS [ 0.065s] (2764/2802) wicket state::rack::tests::prev_next_are_opposites
96022026-05-05T21:43:54.977Z PASS [ 0.059s] (2765/2802) wicket state::rack::tests::up_down_are_opposites
96032026-05-05T21:43:54.977Z PASS [ 0.066s] (2766/2802) wicket state::inventory::tests::component_id_display
96042026-05-05T21:43:54.977Z PASS [ 0.028s] (2767/2802) wicket-common rack_setup::tests::roundtrip_import_export_policy
96052026-05-05T21:43:54.977Z PASS [ 0.029s] (2768/2802) wicket-common rack_setup::tests::roundtrip_router_peer_address
96062026-05-05T21:43:54.977Z PASS [ 0.093s] (2769/2802) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
96072026-05-05T21:43:54.978Z PASS [ 0.032s] (2770/2802) wicket-common rack_update::tests::test_rollup_update_state
96082026-05-05T21:43:54.978Z PASS [ 1.520s] (2771/2802) trust-quorum task::tests::test_network_config
96092026-05-05T21:43:54.978Z PASS [ 0.039s] (2772/2802) wicket-common rack_setup::tests::roundtrip_uplink_address
96102026-05-05T21:43:54.978Z PASS [ 0.097s] (2773/2802) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
96112026-05-05T21:43:54.978Z PASS [ 1.093s] (2774/2802) trust-quorum task::tests::tq_upgrade_from_lrtq
96122026-05-05T21:43:54.978Z PASS [ 1.591s] (2775/2802) trust-quorum task::tests::full_mesh_connectivity
96132026-05-05T21:43:54.978Z PASS [ 0.096s] (2776/2802) wicketd rss_config::tests::test_bgp_auth_key_states
96142026-05-05T21:43:54.978Z PASS [ 0.090s] (2777/2802) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
96152026-05-05T21:43:54.978Z PASS [ 0.112s] (2778/2802) wicketd installinator_progress::tests::test_states
96162026-05-05T21:43:54.978Z PASS [ 1.513s] (2779/2802) trust-quorum task::tests::tq_proxy
96172026-05-05T21:43:54.978Z PASS [ 1.561s] (2780/2802) trust-quorum task::tests::tq_reconfig_with_commit_advance
96182026-05-05T21:43:54.978Z PASS [ 4.480s] (2781/2802) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
96192026-05-05T21:43:54.979Z PASS [ 0.612s] (2782/2802) wicketd::mod integration_tests::inventory::test_inventory
96202026-05-05T21:43:54.979Z PASS [ 1.901s] (2783/2802) trust-quorum task::tests::tq_persistent_state
96212026-05-05T21:43:54.979Z PASS [ 0.796s] (2784/2802) wicketd::mod integration_tests::updates::test_update_races
96222026-05-05T21:43:55.103Z PASS [ 0.935s] (2785/2802) wicketd::mod integration_tests::updates::test_installinator_fetch
96232026-05-05T21:43:56.220Z PASS [ 2.044s] (2786/2802) wicketd::mod integration_tests::updates::test_updates
96242026-05-05T21:43:56.414Z PASS [ 2.640s] (2787/2802) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
96252026-05-05T21:43:56.573Z PASS [ 5.562s] (2788/2802) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
96262026-05-05T21:43:56.622Z PASS [ 9.109s] (2789/2802) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
96272026-05-05T21:43:56.718Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
96282026-05-05T21:43:56.913Z PASS [ 120.198s] (2790/2802) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
96292026-05-05T21:43:58.339Z PASS [ 8.332s] (2791/2802) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
96302026-05-05T21:44:02.001Z PASS [ 14.503s] (2792/2802) oximeter-db::integration_test test_schemas_disjoint
96312026-05-05T21:44:02.936Z PASS [ 28.353s] (2793/2802) omicron-omdb::test_all_output test_omdb_success_cases
96322026-05-05T21:44:05.106Z PASS [ 48.574s] (2794/2802) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
96332026-05-05T21:44:06.281Z PASS [ 109.941s] (2795/2802) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
96342026-05-05T21:44:08.143Z PASS [ 42.743s] (2796/2802) omicron-nexus::test_all integration_tests::webhooks::test_probe
96352026-05-05T21:44:10.527Z PASS [ 32.119s] (2797/2802) omicron-sled-agent nexus::test::nexus_self_notification_test
96362026-05-05T21:44:12.993Z PASS [ 46.653s] (2798/2802) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
96372026-05-05T21:44:14.211Z PASS [ 30.045s] (2799/2802) oximeter-db client::tests::cannot_ping_nonexistent_server
96382026-05-05T21:44:14.328Z PASS [ 26.836s] (2800/2802) oximeter-db::integration_test test_cluster
96392026-05-05T21:44:15.608Z PASS [ 48.099s] (2801/2802) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
96402026-05-05T21:44:47.201Z PASS [ 53.678s] (2802/2802) trust-quorum-protocol::cluster test_trust_quorum_protocol
96412026-05-05T21:44:47.205Z────────────
96422026-05-05T21:44:47.205Z Summary [ 875.211s] 2802 tests run: 2802 passed (56 slow), 6 skipped
96432026-05-05T21:44:47.292Z
96442026-05-05T21:44:47.296Zreal 14:50.574249657
96452026-05-05T21:44:47.296Zuser 5:03:33.042829990
96462026-05-05T21:44:47.296Zsys 1:08:58.150245117
96472026-05-05T21:44:47.296Ztrap 3:31.905034970
96482026-05-05T21:44:47.296Ztflt 6.241116191
96492026-05-05T21:44:47.296Zdflt 39.133550407
96502026-05-05T21:44:47.297Zkflt 0.696861393
96512026-05-05T21:44:47.297Zlock 1923:33:50.317008742
96522026-05-05T21:44:47.297Zslp 124:11:36.776593704
96532026-05-05T21:44:47.297Zlat 4:39:44.389660040
96542026-05-05T21:44:47.297Zstop 12:14.730938304
96552026-05-05T21:44:47.297Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
96562026-05-05T21:44:47.456Zinfo: exported run 5e57d7ab-cd0a-4bc4-87fe-698278234b5d to /tmp/nextest-run-archive.zip (2790973 bytes)
96572026-05-05T21:44:47.460Z
96582026-05-05T21:44:47.460Zreal 0.161391612
96592026-05-05T21:44:47.460Zuser 0.113336775
96602026-05-05T21:44:47.460Zsys 0.042238951
96612026-05-05T21:44:47.460Ztrap 0.000016168
96622026-05-05T21:44:47.460Ztflt 0.000018828
96632026-05-05T21:44:47.460Zdflt 0.000020718
96642026-05-05T21:44:47.461Zkflt 0.000000000
96652026-05-05T21:44:47.461Zlock 0.044521430
96662026-05-05T21:44:47.461Zslp 0.216549260
96672026-05-05T21:44:47.461Zlat 0.000712613
96682026-05-05T21:44:47.461Zstop 0.000348731
96692026-05-05T21:44:47.461Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
96702026-05-05T21:44:47.656Zinfo: wrote Chrome trace for run 5e57d7ab-cd0a-4bc4-87fe-698278234b5d to /tmp/nextest-chrome-trace.json
96712026-05-05T21:44:47.660Z
96722026-05-05T21:44:47.661Zreal 0.195150604
96732026-05-05T21:44:47.661Zuser 0.142667022
96742026-05-05T21:44:47.661Zsys 0.046969179
96752026-05-05T21:44:47.661Ztrap 0.000019278
96762026-05-05T21:44:47.661Ztflt 0.000015708
96772026-05-05T21:44:47.661Zdflt 0.000034236
96782026-05-05T21:44:47.661Zkflt 0.000000000
96792026-05-05T21:44:47.661Zlock 0.043787664
96802026-05-05T21:44:47.661Zslp 0.210308389
96812026-05-05T21:44:47.661Zlat 0.000876064
96822026-05-05T21:44:47.661Zstop 0.000292245
96832026-05-05T21:44:47.665Z+ [[ 0 -ne 0 ]]
96842026-05-05T21:44:47.665Z+ banner doctest
96852026-05-05T21:44:47.665Z
96862026-05-05T21:44:47.665Z ##### #### #### ##### ###### #### #####
96872026-05-05T21:44:47.665Z # # # # # # # # # #
96882026-05-05T21:44:47.665Z # # # # # # ##### #### #
96892026-05-05T21:44:47.665Z # # # # # # # # #
96902026-05-05T21:44:47.665Z # # # # # # # # # # #
96912026-05-05T21:44:47.665Z ##### #### #### # ###### #### #
96922026-05-05T21:44:47.665Z
96932026-05-05T21:44:47.665Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
96942026-05-05T21:44:48.882Z Fresh unicode-ident v1.0.24
96952026-05-05T21:44:48.886Z Fresh cfg-if v1.0.4
96962026-05-05T21:44:48.886Z Fresh memchr v2.8.0
96972026-05-05T21:44:48.886Z Fresh smallvec v1.15.1
96982026-05-05T21:44:48.886Z Fresh log v0.4.29
96992026-05-05T21:44:48.886Z Fresh itoa v1.0.17
97002026-05-05T21:44:48.886Z Fresh version_check v0.9.5
97012026-05-05T21:44:48.886Z Fresh autocfg v1.5.0
97022026-05-05T21:44:48.886Z Fresh stable_deref_trait v1.2.1
97032026-05-05T21:44:48.886Z Fresh scopeguard v1.2.0
97042026-05-05T21:44:48.886Z Fresh percent-encoding v2.3.2
97052026-05-05T21:44:48.887Z Fresh writeable v0.6.2
97062026-05-05T21:44:48.887Z Fresh litemap v0.8.1
97072026-05-05T21:44:48.887Z Fresh utf8_iter v1.0.4
97082026-05-05T21:44:48.887Z Fresh shlex v1.3.0
97092026-05-05T21:44:48.887Z Fresh find-msvc-tools v0.1.9
97102026-05-05T21:44:48.887Z Fresh subtle v2.6.1
97112026-05-05T21:44:48.887Z Fresh critical-section v1.2.0
97122026-05-05T21:44:48.887Z Fresh rand_core v0.10.0
97132026-05-05T21:44:48.887Z Fresh proc-macro2 v1.0.106
97142026-05-05T21:44:48.887Z Fresh lock_api v0.4.14
97152026-05-05T21:44:48.887Z Fresh form_urlencoded v1.2.2
97162026-05-05T21:44:48.887Z Fresh pin-project-lite v0.2.17
97172026-05-05T21:44:48.887Z Fresh equivalent v1.0.2
97182026-05-05T21:44:48.887Z Fresh heck v0.5.0
97192026-05-05T21:44:48.887Z Fresh fnv v1.0.7
97202026-05-05T21:44:48.887Z Fresh iana-time-zone v0.1.65
97212026-05-05T21:44:48.887Z Fresh hashbrown v0.17.0
97222026-05-05T21:44:48.887Z Fresh regex-syntax v0.8.10
97232026-05-05T21:44:48.887Z Fresh futures-core v0.3.32
97242026-05-05T21:44:48.887Z Fresh dyn-clone v1.0.20
97252026-05-05T21:44:48.887Z Fresh strsim v0.11.1
97262026-05-05T21:44:48.887Z Fresh quote v1.0.45
97272026-05-05T21:44:48.887Z Fresh libc v0.2.185
97282026-05-05T21:44:48.888Z Fresh serde_core v1.0.228
97292026-05-05T21:44:48.888Z Fresh libm v0.2.16
97302026-05-05T21:44:48.889Z Fresh zmij v1.0.21
97312026-05-05T21:44:48.895Z Fresh icu_normalizer_data v2.1.1
97322026-05-05T21:44:48.895Z Fresh icu_properties_data v2.1.2
97332026-05-05T21:44:48.895Z Fresh portable-atomic v1.13.1
97342026-05-05T21:44:48.895Z Fresh aho-corasick v1.1.4
97352026-05-05T21:44:48.895Z Fresh const-oid v0.9.6
97362026-05-05T21:44:48.895Z Fresh futures-sink v0.3.32
97372026-05-05T21:44:48.895Z Fresh byteorder v1.5.0
97382026-05-05T21:44:48.895Z Fresh futures-io v0.3.32
97392026-05-05T21:44:48.896Z Fresh futures-task v0.3.32
97402026-05-05T21:44:48.896Z Fresh slab v0.4.12
97412026-05-05T21:44:48.896Z Fresh cpufeatures v0.2.17
97422026-05-05T21:44:48.896Z Fresh pkg-config v0.3.32
97432026-05-05T21:44:48.896Z Fresh base64 v0.22.1
97442026-05-05T21:44:48.896Z Fresh allocator-api2 v0.2.21
97452026-05-05T21:44:48.896Z Fresh untrusted v0.9.0
97462026-05-05T21:44:48.896Z Fresh ident_case v1.0.1
97472026-05-05T21:44:48.896Z Fresh syn v2.0.117
97482026-05-05T21:44:48.896Z Fresh errno v0.3.14
97492026-05-05T21:44:48.896Z Fresh getrandom v0.2.17
97502026-05-05T21:44:48.896Z Fresh serde_json v1.0.149
97512026-05-05T21:44:48.896Z Fresh num-traits v0.2.19
97522026-05-05T21:44:48.896Z Fresh bitflags v2.11.0
97532026-05-05T21:44:48.897Z Fresh semver v1.0.28
97542026-05-05T21:44:48.897Z Fresh jobserver v0.1.34
97552026-05-05T21:44:48.897Z Fresh parking_lot_core v0.9.12
97562026-05-05T21:44:48.897Z Fresh once_cell v1.21.3
97572026-05-05T21:44:48.897Z Fresh getrandom v0.4.1
97582026-05-05T21:44:48.898Z Fresh mio v1.2.0
97592026-05-05T21:44:48.898Z Fresh socket2 v0.6.3
97602026-05-05T21:44:48.898Z Fresh typenum v1.19.0
97612026-05-05T21:44:48.898Z Fresh indexmap v2.14.0
97622026-05-05T21:44:48.898Z Fresh rustversion v1.0.22
97632026-05-05T21:44:48.898Z Fresh regex-automata v0.4.14
97642026-05-05T21:44:48.898Z Fresh futures-channel v0.3.32
97652026-05-05T21:44:48.898Z Fresh either v1.15.0
97662026-05-05T21:44:48.898Z Fresh base64ct v1.8.3
97672026-05-05T21:44:48.898Z Fresh ryu v1.0.23
97682026-05-05T21:44:48.898Z Fresh time-core v0.1.8
97692026-05-05T21:44:48.898Z Fresh utf8parse v0.2.2
97702026-05-05T21:44:48.898Z Fresh num-conv v0.2.0
97712026-05-05T21:44:48.898Z Fresh powerfmt v0.2.0
97722026-05-05T21:44:48.898Z Fresh serde_derive v1.0.228
97732026-05-05T21:44:48.898Z Fresh zeroize_derive v1.4.3
97742026-05-05T21:44:48.898Z Fresh synstructure v0.13.2
97752026-05-05T21:44:48.898Z Fresh zerovec-derive v0.11.2
97762026-05-05T21:44:48.898Z Fresh displaydoc v0.2.5
97772026-05-05T21:44:48.899Z Fresh cc v1.2.56
97782026-05-05T21:44:48.899Z Fresh parking_lot v0.12.5
97792026-05-05T21:44:48.899Z Fresh zerocopy-derive v0.8.40
97802026-05-05T21:44:48.899Z Fresh rand_core v0.6.4
97812026-05-05T21:44:48.899Z Fresh thiserror-impl v2.0.18
97822026-05-05T21:44:48.899Z Fresh signal-hook-registry v1.4.8
97832026-05-05T21:44:48.899Z Fresh tokio-macros v2.7.0
97842026-05-05T21:44:48.899Z Fresh uuid v1.23.0
97852026-05-05T21:44:48.899Z Fresh serde_derive_internals v0.29.1
97862026-05-05T21:44:48.899Z Fresh futures-macro v0.3.32
97872026-05-05T21:44:48.899Z Fresh rustix v1.1.3
97882026-05-05T21:44:48.899Z Fresh thiserror-impl v1.0.69
97892026-05-05T21:44:48.899Z Fresh syn v1.0.109
97902026-05-05T21:44:48.899Z Fresh regex v1.12.3
97912026-05-05T21:44:48.899Z Fresh getrandom v0.3.4
97922026-05-05T21:44:48.899Z Fresh tracing-core v0.1.36
97932026-05-05T21:44:48.899Z Fresh tracing-attributes v0.1.31
97942026-05-05T21:44:48.900Z Fresh anstyle v1.0.13
97952026-05-05T21:44:48.900Z Fresh deranged v0.5.8
97962026-05-05T21:44:48.900Z Fresh time-macros v0.2.27
97972026-05-05T21:44:48.900Z Fresh num_threads v0.1.7
97982026-05-05T21:44:48.900Z Fresh atomic-waker v1.1.2
97992026-05-05T21:44:48.900Z Fresh anstyle-parse v0.2.7
98002026-05-05T21:44:48.900Z Fresh pem-rfc7468 v0.7.0
98012026-05-05T21:44:48.900Z Fresh serde v1.0.228
98022026-05-05T21:44:48.900Z Fresh zeroize v1.8.2
98032026-05-05T21:44:48.900Z Fresh zerofrom-derive v0.1.6
98042026-05-05T21:44:48.900Z Fresh yoke-derive v0.8.1
98052026-05-05T21:44:48.900Z Fresh zerocopy v0.8.40
98062026-05-05T21:44:48.900Z Fresh thiserror v2.0.18
98072026-05-05T21:44:48.900Z Fresh schemars_derive v0.8.22
98082026-05-05T21:44:48.900Z Fresh futures-util v0.3.32
98092026-05-05T21:44:48.901Z Fresh thiserror v1.0.69
98102026-05-05T21:44:48.901Z Fresh tracing v0.1.44
98112026-05-05T21:44:48.901Z Fresh httparse v1.10.1
98122026-05-05T21:44:48.901Z Fresh anyhow v1.0.102
98132026-05-05T21:44:48.901Z Fresh crossbeam-utils v0.8.21
98142026-05-05T21:44:48.901Z Fresh cmake v0.1.57
98152026-05-05T21:44:48.901Z Fresh time v0.3.47
98162026-05-05T21:44:48.901Z Fresh httpdate v1.0.3
98172026-05-05T21:44:48.901Z Fresh fs_extra v1.3.0
98182026-05-05T21:44:48.901Z Fresh colorchoice v1.0.4
98192026-05-05T21:44:48.901Z Fresh is_terminal_polyfill v1.70.2
98202026-05-05T21:44:48.906Z Fresh anstyle-query v1.1.5
98212026-05-05T21:44:48.906Z Fresh dunce v1.0.5
98222026-05-05T21:44:48.906Z Fresh try-lock v0.2.5
98232026-05-05T21:44:48.906Z Fresh rand_core v0.9.5
98242026-05-05T21:44:48.906Z Fresh tower-layer v0.3.3
98252026-05-05T21:44:48.906Z Fresh tower-service v0.3.3
98262026-05-05T21:44:48.906Z Fresh pin-utils v0.1.0
98272026-05-05T21:44:48.906Z Fresh terminal_size v0.4.3
98282026-05-05T21:44:48.906Z Fresh der_derive v0.7.3
98292026-05-05T21:44:48.906Z Fresh flagset v0.4.7
98302026-05-05T21:44:48.906Z Fresh bytes v1.11.1
98312026-05-05T21:44:48.906Z Fresh zerofrom v0.1.6
98322026-05-05T21:44:48.906Z Fresh chrono v0.4.44
98332026-05-05T21:44:48.906Z Fresh generic-array v0.14.7
98342026-05-05T21:44:48.907Z Fresh ppv-lite86 v0.2.21
98352026-05-05T21:44:48.907Z Fresh serde_tokenstream v0.2.3
98362026-05-05T21:44:48.907Z Fresh ipnet v2.11.0
98372026-05-05T21:44:48.907Z Fresh rustls-pki-types v1.14.0
98382026-05-05T21:44:48.907Z Fresh anstream v0.6.21
98392026-05-05T21:44:48.907Z Fresh want v0.3.1
98402026-05-05T21:44:48.907Z Fresh der v0.7.10
98412026-05-05T21:44:48.907Z Fresh clap_lex v1.0.0
98422026-05-05T21:44:48.907Z Fresh erased-serde v0.3.31
98432026-05-05T21:44:48.907Z Fresh clap_derive v4.5.55
98442026-05-05T21:44:48.907Z Fresh vcpkg v0.2.15
98452026-05-05T21:44:48.907Z Fresh foldhash v0.2.0
98462026-05-05T21:44:48.907Z Fresh spin v0.9.8
98472026-05-05T21:44:48.907Z Fresh untrusted v0.7.1
98482026-05-05T21:44:48.907Z Fresh unicode-segmentation v1.12.0
98492026-05-05T21:44:48.907Z Fresh ucd-trie v0.1.7
98502026-05-05T21:44:48.907Z Fresh openssl-probe v0.2.1
98512026-05-05T21:44:48.907Z Fresh serde_urlencoded v0.7.1
98522026-05-05T21:44:48.907Z Fresh async-trait v0.1.89
98532026-05-05T21:44:48.908Z Fresh pretty-hex v0.4.1
98542026-05-05T21:44:48.908Z Fresh fastrand v2.3.0
98552026-05-05T21:44:48.908Z Fresh plain v0.2.3
98562026-05-05T21:44:48.908Z Fresh hex v0.4.3
98572026-05-05T21:44:48.908Z Fresh yoke v0.8.1
98582026-05-05T21:44:48.908Z Fresh tokio v1.52.1
98592026-05-05T21:44:48.908Z Fresh crypto-common v0.1.7
98602026-05-05T21:44:48.908Z Fresh block-buffer v0.10.4
98612026-05-05T21:44:48.908Z Fresh http v1.4.0
98622026-05-05T21:44:48.908Z Fresh ring v0.17.14
98632026-05-05T21:44:48.908Z Fresh block-padding v0.3.3
98642026-05-05T21:44:48.908Z Fresh rand_chacha v0.9.0
98652026-05-05T21:44:48.908Z Fresh clap_builder v4.5.60
98662026-05-05T21:44:48.908Z Fresh hashbrown v0.16.1
98672026-05-05T21:44:48.908Z Fresh slog v2.8.2
98682026-05-05T21:44:48.908Z Fresh pest v2.8.6
98692026-05-05T21:44:48.909Z Fresh spki v0.7.3
98702026-05-05T21:44:48.909Z Fresh rand_chacha v0.3.1
98712026-05-05T21:44:48.909Z Fresh rustc_version v0.4.1
98722026-05-05T21:44:48.909Z Fresh rustls-native-certs v0.8.3
98732026-05-05T21:44:48.909Z Fresh openapiv3 v2.2.0
98742026-05-05T21:44:48.909Z Fresh sync_wrapper v1.0.2
98752026-05-05T21:44:48.909Z Fresh webpki-roots v1.0.6
98762026-05-05T21:44:48.909Z Fresh tempfile v3.25.0
98772026-05-05T21:44:48.909Z Fresh iri-string v0.7.10
98782026-05-05T21:44:48.909Z Fresh simd-adler32 v0.3.8
98792026-05-05T21:44:48.909Z Fresh winnow v0.7.14
98802026-05-05T21:44:48.909Z Fresh adler2 v2.0.1
98812026-05-05T21:44:48.909Z Fresh darling_core v0.21.3
98822026-05-05T21:44:48.909Z Fresh mime v0.3.17
98832026-05-05T21:44:48.909Z Fresh lazy_static v1.5.0
98842026-05-05T21:44:48.909Z Fresh hubpack_derive v0.1.1
98852026-05-05T21:44:48.909Z Fresh zerovec v0.11.5
98862026-05-05T21:44:48.909Z Fresh zerotrie v0.2.3
98872026-05-05T21:44:48.909Z Fresh digest v0.10.7
98882026-05-05T21:44:48.910Z Fresh tokio-util v0.7.18
98892026-05-05T21:44:48.910Z Fresh inout v0.1.4
98902026-05-05T21:44:48.910Z Fresh http-body v1.0.1
98912026-05-05T21:44:48.910Z Fresh aws-lc-sys v0.37.1
98922026-05-05T21:44:48.910Z Fresh rand v0.9.2
98932026-05-05T21:44:48.910Z Fresh clap v4.5.60
98942026-05-05T21:44:48.910Z Fresh camino v1.2.2
98952026-05-05T21:44:48.910Z Fresh pest_meta v2.8.6
98962026-05-05T21:44:48.910Z Fresh rand v0.8.5
98972026-05-05T21:44:48.910Z Fresh tower v0.5.3
98982026-05-05T21:44:48.910Z Fresh miniz_oxide v0.8.9
98992026-05-05T21:44:48.910Z Fresh darling_macro v0.21.3
99002026-05-05T21:44:48.910Z Fresh static_assertions v1.1.0
99012026-05-05T21:44:48.910Z Fresh hubpack v0.1.2
99022026-05-05T21:44:48.910Z Fresh scroll_derive v0.13.1
99032026-05-05T21:44:48.910Z Fresh serde_spanned v0.6.9
99042026-05-05T21:44:48.910Z Fresh toml_datetime v0.6.11
99052026-05-05T21:44:48.910Z Fresh encoding_rs v0.8.35
99062026-05-05T21:44:48.910Z Fresh foreign-types-shared v0.1.1
99072026-05-05T21:44:48.911Z Fresh toml_parser v1.0.9+spec-1.1.0
99082026-05-05T21:44:48.911Z Fresh strum_macros v0.26.4
99092026-05-05T21:44:48.911Z Fresh openssl-macros v0.1.1
99102026-05-05T21:44:48.911Z Fresh tinyvec_macros v0.1.1
99112026-05-05T21:44:48.911Z Fresh tinystr v0.8.2
99122026-05-05T21:44:48.911Z Fresh potential_utf v0.1.4
99132026-05-05T21:44:48.911Z Fresh cipher v0.4.4
99142026-05-05T21:44:48.911Z Fresh h2 v0.4.13
99152026-05-05T21:44:48.911Z Fresh sha2 v0.10.9
99162026-05-05T21:44:48.911Z Fresh hmac v0.12.1
99172026-05-05T21:44:48.911Z Fresh http-body-util v0.1.3
99182026-05-05T21:44:48.911Z Fresh aws-lc-rs v1.16.0
99192026-05-05T21:44:48.911Z Fresh pest_generator v2.8.6
99202026-05-05T21:44:48.916Z Fresh tower-http v0.6.8
99212026-05-05T21:44:48.916Z Fresh darling v0.21.3
99222026-05-05T21:44:48.916Z Fresh signature v2.2.0
99232026-05-05T21:44:48.916Z Fresh crc32fast v1.5.0
99242026-05-05T21:44:48.916Z Fresh scroll v0.13.0
99252026-05-05T21:44:48.916Z Fresh foreign-types v0.3.2
99262026-05-05T21:44:48.916Z Fresh openssl-sys v0.9.114
99272026-05-05T21:44:48.916Z Fresh tinyvec v1.10.0
99282026-05-05T21:44:48.916Z Fresh sha1 v0.10.6
99292026-05-05T21:44:48.916Z Fresh strum v0.26.3
99302026-05-05T21:44:48.916Z Fresh heck v0.4.1
99312026-05-05T21:44:48.916Z Fresh num-integer v0.1.46
99322026-05-05T21:44:48.916Z Fresh thread-id v5.1.0
99332026-05-05T21:44:48.916Z Fresh data-encoding v2.10.0
99342026-05-05T21:44:48.917Z Fresh zlib-rs v0.6.2
99352026-05-05T21:44:48.917Z Fresh litrs v1.0.0
99362026-05-05T21:44:48.917Z Fresh memmap2 v0.9.10
99372026-05-05T21:44:48.917Z Fresh icu_locale_core v2.1.1
99382026-05-05T21:44:48.918Z Fresh icu_collections v2.1.1
99392026-05-05T21:44:48.918Z Fresh hyper v1.8.1
99402026-05-05T21:44:48.918Z Fresh rustls-webpki v0.103.9
99412026-05-05T21:44:48.918Z Fresh pbkdf2 v0.12.2
99422026-05-05T21:44:48.918Z Fresh aes v0.8.4
99432026-05-05T21:44:48.918Z Fresh salsa20 v0.10.2
99442026-05-05T21:44:48.918Z Fresh cbc v0.1.2
99452026-05-05T21:44:48.918Z Fresh pest_derive v2.8.6
99462026-05-05T21:44:48.918Z Fresh goblin v0.10.5
99472026-05-05T21:44:48.918Z Fresh paste v1.0.15
99482026-05-05T21:44:48.918Z Fresh openssl v0.10.78
99492026-05-05T21:44:48.918Z Fresh document-features v0.2.12
99502026-05-05T21:44:48.918Z Fresh flate2 v1.1.9
99512026-05-05T21:44:48.918Z Fresh bit-vec v0.8.0
99522026-05-05T21:44:48.918Z Fresh psl-types v2.0.11
99532026-05-05T21:44:48.918Z Fresh base16ct v0.2.0
99542026-05-05T21:44:48.918Z Fresh ff v0.13.1
99552026-05-05T21:44:48.918Z Fresh wait-timeout v0.2.1
99562026-05-05T21:44:48.918Z Fresh num-iter v0.1.45
99572026-05-05T21:44:48.918Z Fresh hkdf v0.12.4
99582026-05-05T21:44:48.918Z Fresh crypto-bigint v0.5.5
99592026-05-05T21:44:48.918Z Fresh scroll_derive v0.12.1
99602026-05-05T21:44:48.918Z Fresh siphasher v1.0.2
99612026-05-05T21:44:48.918Z Fresh quick-error v1.2.3
99622026-05-05T21:44:48.919Z Fresh cfg_aliases v0.2.1
99632026-05-05T21:44:48.919Z Fresh rand_xorshift v0.4.0
99642026-05-05T21:44:48.919Z Fresh icu_provider v2.1.1
99652026-05-05T21:44:48.919Z Fresh hyper-util v0.1.20
99662026-05-05T21:44:48.919Z Fresh rustls v0.23.37
99672026-05-05T21:44:48.919Z Fresh scrypt v0.11.0
99682026-05-05T21:44:48.919Z Fresh dtrace-parser v0.3.0
99692026-05-05T21:44:48.919Z Fresh dof v0.4.0
99702026-05-05T21:44:48.919Z Fresh bit-set v0.8.0
99712026-05-05T21:44:48.919Z Fresh native-tls v0.2.18
99722026-05-05T21:44:48.919Z Fresh cookie v0.18.1
99732026-05-05T21:44:48.919Z Fresh group v0.13.0
99742026-05-05T21:44:48.919Z Fresh rusty-fork v0.3.1
99752026-05-05T21:44:48.919Z Fresh scroll v0.12.0
99762026-05-05T21:44:48.919Z Fresh crossbeam-epoch v0.9.18
99772026-05-05T21:44:48.919Z Fresh darling_core v0.20.11
99782026-05-05T21:44:48.919Z Fresh zerocopy-derive v0.7.35
99792026-05-05T21:44:48.919Z Fresh bstr v1.12.1
99802026-05-05T21:44:48.919Z Fresh unarray v0.1.4
99812026-05-05T21:44:48.919Z Fresh winnow v0.5.40
99822026-05-05T21:44:48.919Z Fresh x509-cert v0.2.5
99832026-05-05T21:44:48.919Z Fresh itertools v0.13.0
99842026-05-05T21:44:48.919Z Fresh toml_datetime v0.7.5+spec-1.1.0
99852026-05-05T21:44:48.919Z Fresh dtrace-parser v0.2.0
99862026-05-05T21:44:48.919Z Fresh rfc6979 v0.4.0
99872026-05-05T21:44:48.919Z Fresh curve25519-dalek-derive v0.1.1
99882026-05-05T21:44:48.919Z Fresh thread-id v4.2.2
99892026-05-05T21:44:48.919Z Fresh icu_properties v2.1.2
99902026-05-05T21:44:48.919Z Fresh icu_normalizer v2.1.1
99912026-05-05T21:44:48.919Z Fresh tokio-rustls v0.26.4
99922026-05-05T21:44:48.919Z Fresh pkcs5 v0.7.1
99932026-05-05T21:44:48.919Z Fresh usdt-impl v0.6.0
99942026-05-05T21:44:48.919Z Fresh tokio-native-tls v0.3.1
99952026-05-05T21:44:48.919Z Fresh rustls-platform-verifier v0.6.2
99962026-05-05T21:44:48.919Z Fresh ahash v0.8.12
99972026-05-05T21:44:48.919Z Fresh object v0.37.3
99982026-05-05T21:44:48.919Z Fresh num-bigint-dig v0.8.6
99992026-05-05T21:44:48.919Z Fresh darling_macro v0.20.11
100002026-05-05T21:44:48.919Z Fresh proptest v1.10.0
100012026-05-05T21:44:48.920Z Fresh goblin v0.8.2
100022026-05-05T21:44:48.920Z Fresh toml_edit v0.19.15
100032026-05-05T21:44:48.920Z Fresh zerocopy v0.7.35
100042026-05-05T21:44:48.920Z Fresh daft-derive v0.1.5
100052026-05-05T21:44:48.920Z Fresh env_filter v1.0.0
100062026-05-05T21:44:48.920Z Fresh keccak v0.1.6
100072026-05-05T21:44:48.920Z Fresh serde_with_macros v3.17.0
100082026-05-05T21:44:48.920Z Fresh bitflags v1.3.2
100092026-05-05T21:44:48.920Z Fresh unicode-normalization v0.1.25
100102026-05-05T21:44:48.920Z Fresh enum-as-inner v0.6.1
100112026-05-05T21:44:48.920Z Fresh managed v0.8.0
100122026-05-05T21:44:48.920Z Fresh idna_adapter v1.2.1
100132026-05-05T21:44:48.920Z Fresh hyper-rustls v0.27.7
100142026-05-05T21:44:48.920Z Fresh pkcs8 v0.10.2
100152026-05-05T21:44:48.920Z Fresh usdt-attr-macro v0.6.0
100162026-05-05T21:44:48.920Z Fresh usdt-macro v0.6.0
100172026-05-05T21:44:48.920Z Fresh hyper-tls v0.6.0
100182026-05-05T21:44:48.920Z Fresh darling v0.20.11
100192026-05-05T21:44:48.920Z Fresh dof v0.3.0
100202026-05-05T21:44:48.925Z Fresh rustix v0.38.44
100212026-05-05T21:44:48.925Z Fresh curve25519-dalek v4.1.3
100222026-05-05T21:44:48.925Z Fresh memoffset v0.9.1
100232026-05-05T21:44:48.925Z Fresh env_logger v0.11.9
100242026-05-05T21:44:48.925Z Fresh sha3 v0.10.8
100252026-05-05T21:44:48.925Z Fresh toml_write v0.1.2
100262026-05-05T21:44:48.925Z Fresh phf_shared v0.11.3
100272026-05-05T21:44:48.925Z Fresh cargo-platform v0.1.9
100282026-05-05T21:44:48.925Z Fresh ref-cast-impl v1.0.25
100292026-05-05T21:44:48.925Z Fresh rustc-hash v2.1.1
100302026-05-05T21:44:48.925Z Fresh new_debug_unreachable v1.0.6
100312026-05-05T21:44:48.925Z Fresh precomputed-hash v0.1.1
100322026-05-05T21:44:48.925Z Fresh fixedbitset v0.4.2
100332026-05-05T21:44:48.925Z Fresh toml v0.7.8
100342026-05-05T21:44:48.925Z Fresh foldhash v0.1.5
100352026-05-05T21:44:48.926Z Fresh idna v1.1.0
100362026-05-05T21:44:48.926Z Fresh sec1 v0.7.3
100372026-05-05T21:44:48.926Z Fresh usdt v0.6.0
100382026-05-05T21:44:48.926Z Fresh pkcs1 v0.7.5
100392026-05-05T21:44:48.926Z Fresh derive_builder_core v0.20.2
100402026-05-05T21:44:48.926Z Fresh usdt-impl v0.5.0
100412026-05-05T21:44:48.926Z Fresh ed25519 v2.2.3
100422026-05-05T21:44:48.926Z Fresh toml_edit v0.22.27
100432026-05-05T21:44:48.926Z Fresh signal-hook v0.3.18
100442026-05-05T21:44:48.926Z Fresh nix v0.31.2
100452026-05-05T21:44:48.926Z Fresh bzip2-sys v0.1.13+1.0.8
100462026-05-05T21:44:48.926Z Fresh cargo_metadata v0.19.2
100472026-05-05T21:44:48.926Z Fresh petgraph v0.6.5
100482026-05-05T21:44:48.926Z Fresh string_cache v0.8.9
100492026-05-05T21:44:48.926Z Fresh hashbrown v0.15.5
100502026-05-05T21:44:48.926Z Fresh zstd-sys v2.0.16+zstd.1.5.7
100512026-05-05T21:44:48.926Z Fresh lalrpop-util v0.19.12
100522026-05-05T21:44:48.926Z Fresh tokio-stream v0.1.18
100532026-05-05T21:44:48.927Z Fresh serde-big-array v0.5.1
100542026-05-05T21:44:48.927Z Fresh hash32 v0.2.1
100552026-05-05T21:44:48.927Z Fresh unicode-bidi v0.3.18
100562026-05-05T21:44:48.927Z Fresh predicates-core v1.0.10
100572026-05-05T21:44:48.927Z Fresh bumpalo v3.20.2
100582026-05-05T21:44:48.927Z Fresh libbz2-rs-sys v0.2.2
100592026-05-05T21:44:48.927Z Fresh unicode-properties v0.1.4
100602026-05-05T21:44:48.927Z Fresh similar v2.7.0
100612026-05-05T21:44:48.927Z Fresh url v2.5.8
100622026-05-05T21:44:48.927Z Fresh publicsuffix v2.3.0
100632026-05-05T21:44:48.927Z Fresh elliptic-curve v0.13.8
100642026-05-05T21:44:48.927Z Fresh rsa v0.9.10
100652026-05-05T21:44:48.927Z Fresh derive_builder_macro v0.20.2
100662026-05-05T21:44:48.927Z Fresh ed25519-dalek v2.2.0
100672026-05-05T21:44:48.927Z Fresh bzip2 v0.4.4
100682026-05-05T21:44:48.928Z Fresh ref-cast v1.0.25
100692026-05-05T21:44:48.929Z Fresh signal-hook-mio v0.2.5
100702026-05-05T21:44:48.929Z Fresh zstd-safe v7.2.4
100712026-05-05T21:44:48.929Z Fresh bzip2 v0.6.1
100722026-05-05T21:44:48.929Z Fresh stringprep v0.1.5
100732026-05-05T21:44:48.929Z Fresh zopfli v0.8.3
100742026-05-05T21:44:48.929Z Fresh heapless v0.7.17
100752026-05-05T21:44:48.929Z Fresh md-5 v0.10.6
100762026-05-05T21:44:48.929Z Fresh float-cmp v0.10.0
100772026-05-05T21:44:48.929Z Fresh strum_macros v0.27.2
100782026-05-05T21:44:48.929Z Fresh difflib v0.4.0
100792026-05-05T21:44:48.929Z Fresh jiff v0.2.21
100802026-05-05T21:44:48.929Z Fresh fallible-iterator v0.2.0
100812026-05-05T21:44:48.929Z Fresh normalize-line-endings v0.3.0
100822026-05-05T21:44:48.929Z Fresh phf_shared v0.13.1
100832026-05-05T21:44:48.929Z Fresh buf-list v1.1.2
100842026-05-05T21:44:48.930Z Fresh serde_repr v0.1.20
100852026-05-05T21:44:48.930Z Fresh fixedbitset v0.5.7
100862026-05-05T21:44:48.930Z Fresh peg-runtime v0.8.5
100872026-05-05T21:44:48.930Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
100882026-05-05T21:44:48.930Z Fresh whoami v2.1.0
100892026-05-05T21:44:48.930Z Fresh is-terminal v0.4.17
100902026-05-05T21:44:48.930Z Fresh futures-executor v0.3.32
100912026-05-05T21:44:48.930Z Fresh schemars v0.8.22
100922026-05-05T21:44:48.930Z Fresh cookie_store v0.22.1
100932026-05-05T21:44:48.930Z Fresh reqwest v0.12.28
100942026-05-05T21:44:48.930Z Fresh ecdsa v0.16.9
100952026-05-05T21:44:48.930Z Fresh derive_builder v0.20.2
100962026-05-05T21:44:48.930Z Fresh zip v0.6.6
100972026-05-05T21:44:48.930Z Fresh fs-err v3.3.0
100982026-05-05T21:44:48.930Z Fresh crossterm v0.28.1
100992026-05-05T21:44:48.930Z Fresh zstd v0.13.3
101002026-05-05T21:44:48.930Z Fresh hickory-proto v0.25.2
101012026-05-05T21:44:48.931Z Fresh strum v0.27.2
101022026-05-05T21:44:48.931Z Fresh postgres-protocol v0.6.10
101032026-05-05T21:44:48.932Z Fresh smoltcp v0.9.1
101042026-05-05T21:44:48.932Z Fresh predicates v3.1.4
101052026-05-05T21:44:48.932Z Fresh petgraph v0.8.3
101062026-05-05T21:44:48.932Z Fresh phf v0.13.1
101072026-05-05T21:44:48.932Z Fresh futures v0.3.32
101082026-05-05T21:44:48.932Z Fresh crossbeam-channel v0.5.15
101092026-05-05T21:44:48.932Z Fresh thread_local v1.1.9
101102026-05-05T21:44:48.932Z Fresh term v1.2.1
101112026-05-05T21:44:48.933Z Fresh take_mut v0.2.2
101122026-05-05T21:44:48.933Z Fresh structmeta-derive v0.3.0
101132026-05-05T21:44:48.933Z Fresh match_cfg v0.1.0
101142026-05-05T21:44:48.933Z Fresh slog-json v2.6.1
101152026-05-05T21:44:48.933Z Fresh newtype-uuid-macros v0.1.0
101162026-05-05T21:44:48.933Z Fresh debug-ignore v1.0.5
101172026-05-05T21:44:48.933Z Fresh serde_spanned v1.0.4
101182026-05-05T21:44:48.933Z Fresh toml_writer v1.0.6+spec-1.1.0
101192026-05-05T21:44:48.933Z Fresh rustls-webpki v0.102.8
101202026-05-05T21:44:48.938Z Fresh serde_path_to_error v0.1.20
101212026-05-05T21:44:48.938Z Fresh ipnetwork v0.21.1
101222026-05-05T21:44:48.938Z Fresh reqwest v0.13.2
101232026-05-05T21:44:48.938Z Fresh newtype-uuid v1.3.2
101242026-05-05T21:44:48.938Z Fresh serde_with v3.17.0
101252026-05-05T21:44:48.938Z Fresh vergen-lib v0.1.6
101262026-05-05T21:44:48.938Z Fresh zip v4.6.1
101272026-05-05T21:44:48.938Z Fresh postgres-types v0.2.12
101282026-05-05T21:44:48.939Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
101292026-05-05T21:44:48.939Z Fresh slog-term v2.9.2
101302026-05-05T21:44:48.939Z Fresh structmeta v0.3.0
101312026-05-05T21:44:48.939Z Fresh hostname v0.3.1
101322026-05-05T21:44:48.939Z Fresh async-stream-impl v0.3.6
101332026-05-05T21:44:48.939Z Fresh rustls-pemfile v2.2.0
101342026-05-05T21:44:48.939Z Fresh waitgroup v0.1.2
101352026-05-05T21:44:48.939Z Fresh toml_datetime v1.0.0+spec-1.1.0
101362026-05-05T21:44:48.939Z Fresh hostname v0.4.2
101372026-05-05T21:44:48.939Z Fresh compression-core v0.4.31
101382026-05-05T21:44:48.939Z Fresh regress v0.10.5
101392026-05-05T21:44:48.939Z Fresh dropshot_endpoint v0.17.0
101402026-05-05T21:44:48.939Z Fresh itertools v0.14.0
101412026-05-05T21:44:48.939Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
101422026-05-05T21:44:48.939Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
101432026-05-05T21:44:48.941Z Fresh macaddr v1.0.1
101442026-05-05T21:44:48.941Z Fresh instant v0.1.13
101452026-05-05T21:44:48.941Z Fresh progenitor-client v0.10.0
101462026-05-05T21:44:48.941Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
101472026-05-05T21:44:48.941Z Fresh backon v1.6.0
101482026-05-05T21:44:48.941Z Fresh unicode-width v0.2.0
101492026-05-05T21:44:48.941Z Fresh oxnet v0.1.4
101502026-05-05T21:44:48.941Z Fresh vergen v9.0.6
101512026-05-05T21:44:48.941Z Fresh tokio-postgres v0.7.16
101522026-05-05T21:44:48.941Z Fresh slog-async v2.8.0
101532026-05-05T21:44:48.941Z Fresh slog-bunyan v2.5.0
101542026-05-05T21:44:48.941Z Fresh derive-ex v0.1.8
101552026-05-05T21:44:48.942Z Fresh rustls v0.22.4
101562026-05-05T21:44:48.942Z Fresh async-stream v0.3.6
101572026-05-05T21:44:48.942Z Fresh compression-codecs v0.4.37
101582026-05-05T21:44:48.942Z Fresh toml v1.0.6+spec-1.1.0
101592026-05-05T21:44:48.942Z Fresh progenitor-client v0.14.0
101602026-05-05T21:44:48.942Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
101612026-05-05T21:44:48.942Z Fresh parse-display-derive v0.10.0
101622026-05-05T21:44:48.942Z Fresh backoff v0.4.0
101632026-05-05T21:44:48.942Z Fresh convert_case v0.4.0
101642026-05-05T21:44:48.942Z Fresh unsafe-libyaml v0.2.11
101652026-05-05T21:44:48.942Z Fresh half v2.7.1
101662026-05-05T21:44:48.942Z Fresh ciborium-io v0.2.2
101672026-05-05T21:44:48.942Z Fresh regress v0.11.1
101682026-05-05T21:44:48.942Z Fresh secrecy v0.10.3
101692026-05-05T21:44:48.942Z Fresh universal-hash v0.5.1
101702026-05-05T21:44:48.943Z Fresh opaque-debug v0.3.1
101712026-05-05T21:44:48.943Z Fresh indent_write v2.2.0
101722026-05-05T21:44:48.943Z Fresh aead v0.5.2
101732026-05-05T21:44:48.943Z Fresh chacha20 v0.9.1
101742026-05-05T21:44:48.943Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
101752026-05-05T21:44:48.943Z Fresh byte-wrapper v0.1.0
101762026-05-05T21:44:48.943Z Fresh thiserror-impl-no-std v2.0.2
101772026-05-05T21:44:48.943Z Fresh blake2 v0.10.6
101782026-05-05T21:44:48.943Z Fresh daft v0.1.5
101792026-05-05T21:44:48.943Z Fresh test-strategy v0.4.5
101802026-05-05T21:44:48.943Z Fresh multer v3.1.0
101812026-05-05T21:44:48.943Z Fresh tokio-rustls v0.25.0
101822026-05-05T21:44:48.943Z Fresh async-compression v0.4.41
101832026-05-05T21:44:48.943Z Fresh parse-display v0.10.0
101842026-05-05T21:44:48.943Z Fresh progenitor-extras v0.2.0
101852026-05-05T21:44:48.943Z Fresh derive_more v0.99.20
101862026-05-05T21:44:48.943Z Fresh serde_yaml v0.9.34+deprecated
101872026-05-05T21:44:48.943Z Fresh ciborium-ll v0.2.2
101882026-05-05T21:44:48.943Z Fresh typify-impl v0.6.2
101892026-05-05T21:44:48.943Z Fresh poly1305 v0.8.0
101902026-05-05T21:44:48.943Z Fresh thiserror-no-std v2.0.2
101912026-05-05T21:44:48.944Z Fresh password-hash v0.5.0
101922026-05-05T21:44:48.944Z Fresh swrite v0.1.0
101932026-05-05T21:44:48.944Z Fresh camino-tempfile v1.4.1
101942026-05-05T21:44:48.944Z Fresh glob v0.3.3
101952026-05-05T21:44:48.944Z Fresh crossbeam-deque v0.8.6
101962026-05-05T21:44:48.945Z Fresh toml v0.8.23
101972026-05-05T21:44:48.945Z Fresh toml_edit v0.23.10+spec-1.0.0
101982026-05-05T21:44:48.946Z Fresh tabwriter v1.4.1
101992026-05-05T21:44:48.946Z Fresh unicode-width v0.1.14
102002026-05-05T21:44:48.946Z Fresh ingot-macros v0.1.1
102012026-05-05T21:44:48.946Z Fresh hash32 v0.3.1
102022026-05-05T21:44:48.946Z Fresh cobs v0.3.0
102032026-05-05T21:44:48.946Z Fresh iddqd v0.3.18
102042026-05-05T21:44:48.946Z Fresh dropshot v0.17.0
102052026-05-05T21:44:48.946Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
102062026-05-05T21:44:48.946Z Fresh ciborium v0.2.2
102072026-05-05T21:44:48.946Z Fresh typify-macro v0.6.2
102082026-05-05T21:44:48.946Z Fresh crucible-workspace-hack v0.1.0
102092026-05-05T21:44:48.946Z Fresh chacha20poly1305 v0.10.1
102102026-05-05T21:44:48.946Z Fresh argon2 v0.5.3
102112026-05-05T21:44:48.946Z Fresh vsss-rs v3.3.4
102122026-05-05T21:44:48.946Z Fresh proc-macro-crate v3.4.0
102132026-05-05T21:44:48.946Z Fresh ingot-types v0.1.2
102142026-05-05T21:44:48.946Z Fresh colored v3.1.1
102152026-05-05T21:44:48.946Z Fresh postcard v1.1.3
102162026-05-05T21:44:48.946Z Fresh proc-macro-crate v1.3.1
102172026-05-05T21:44:48.946Z Fresh foreign-types-macros v0.2.3
102182026-05-05T21:44:48.946Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
102192026-05-05T21:44:48.946Z Fresh cpufeatures v0.3.0
102202026-05-05T21:44:48.951Z Fresh foreign-types-shared v0.3.1
102212026-05-05T21:44:48.951Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
102222026-05-05T21:44:48.951Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
102232026-05-05T21:44:48.951Z Fresh cstr-argument v0.1.2
102242026-05-05T21:44:48.951Z Fresh typify v0.6.2
102252026-05-05T21:44:48.951Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
102262026-05-05T21:44:48.951Z Fresh proc-macro-error-attr v1.0.4
102272026-05-05T21:44:48.951Z Fresh rayon-core v1.13.0
102282026-05-05T21:44:48.951Z Fresh heapless v0.8.0
102292026-05-05T21:44:48.951Z Fresh ingot v0.1.1
102302026-05-05T21:44:48.951Z Fresh num_enum_derive v0.7.5
102312026-05-05T21:44:48.951Z Fresh foreign-types v0.5.0
102322026-05-05T21:44:48.952Z Fresh num_enum_derive v0.5.11
102332026-05-05T21:44:48.952Z Fresh chacha20 v0.10.0
102342026-05-05T21:44:48.952Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
102352026-05-05T21:44:48.952Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
102362026-05-05T21:44:48.952Z Fresh sigpipe v0.1.3
102372026-05-05T21:44:48.952Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
102382026-05-05T21:44:48.952Z Fresh num-derive v0.4.2
102392026-05-05T21:44:48.952Z Fresh itertools v0.12.1
102402026-05-05T21:44:48.952Z Fresh num-rational v0.4.2
102412026-05-05T21:44:48.952Z Fresh smf v0.2.3
102422026-05-05T21:44:48.953Z Fresh num-complex v0.4.6
102432026-05-05T21:44:48.953Z Fresh whoami v1.6.1
102442026-05-05T21:44:48.953Z Fresh atomicwrites v0.4.4
102452026-05-05T21:44:48.953Z Fresh float-ord v0.3.2
102462026-05-05T21:44:48.953Z Fresh console v0.15.11
102472026-05-05T21:44:48.953Z Fresh newline-converter v0.3.0
102482026-05-05T21:44:48.953Z Fresh derive-where v1.6.0
102492026-05-05T21:44:48.953Z Fresh progenitor-client v0.13.0
102502026-05-05T21:44:48.953Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
102512026-05-05T21:44:48.953Z Fresh progenitor-impl v0.14.0
102522026-05-05T21:44:48.953Z Fresh proc-macro-error v1.0.4
102532026-05-05T21:44:48.953Z Fresh rayon v1.11.0
102542026-05-05T21:44:48.953Z Fresh smoltcp v0.11.0
102552026-05-05T21:44:48.953Z Fresh num_enum v0.7.5
102562026-05-05T21:44:48.954Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
102572026-05-05T21:44:48.954Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
102582026-05-05T21:44:48.954Z Fresh rand v0.10.0
102592026-05-05T21:44:48.954Z Fresh num_enum v0.5.11
102602026-05-05T21:44:48.954Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
102612026-05-05T21:44:48.954Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
102622026-05-05T21:44:48.954Z Fresh num v0.4.3
102632026-05-05T21:44:48.954Z Fresh expectorate v1.2.0
102642026-05-05T21:44:48.954Z Fresh progenitor-impl v0.13.0
102652026-05-05T21:44:48.954Z Fresh usdt-macro v0.5.0
102662026-05-05T21:44:48.954Z Fresh usdt-attr-macro v0.5.0
102672026-05-05T21:44:48.954Z Fresh libsw-core v0.3.2
102682026-05-05T21:44:48.954Z Fresh memmap v0.7.0
102692026-05-05T21:44:48.954Z Fresh linear-map v1.2.0
102702026-05-05T21:44:48.954Z Fresh bytecount v0.6.9
102712026-05-05T21:44:48.954Z Fresh gethostname v0.5.0
102722026-05-05T21:44:48.955Z Fresh same-file v1.0.6
102732026-05-05T21:44:48.955Z Fresh async-recursion v1.1.1
102742026-05-05T21:44:48.955Z Fresh unicode-xid v0.2.6
102752026-05-05T21:44:48.955Z Fresh globset v0.4.18
102762026-05-05T21:44:48.955Z Fresh resolv-conf v0.7.6
102772026-05-05T21:44:48.955Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
102782026-05-05T21:44:48.955Z Fresh progenitor-macro v0.14.0
102792026-05-05T21:44:48.955Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
102802026-05-05T21:44:48.955Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
102812026-05-05T21:44:48.955Z Fresh zone_cfg_derive v0.3.1
102822026-05-05T21:44:48.955Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
102832026-05-05T21:44:48.955Z Fresh progenitor-macro v0.13.0
102842026-05-05T21:44:48.955Z Fresh usdt v0.5.0
102852026-05-05T21:44:48.955Z Fresh libsw v3.5.0
102862026-05-05T21:44:48.955Z Fresh walkdir v2.5.0
102872026-05-05T21:44:48.955Z Fresh pin-project-internal v1.1.11
102882026-05-05T21:44:48.956Z Fresh smawk v0.3.2
102892026-05-05T21:44:48.956Z Fresh unicode-linebreak v0.1.5
102902026-05-05T21:44:48.956Z Fresh csv-core v0.1.13
102912026-05-05T21:44:48.956Z Fresh minimal-lexical v0.2.1
102922026-05-05T21:44:48.956Z Fresh snafu-derive v0.8.9
102932026-05-05T21:44:48.956Z Fresh convert_case v0.10.0
102942026-05-05T21:44:48.956Z Fresh pem v3.0.6
102952026-05-05T21:44:48.956Z Fresh termtree v0.5.1
102962026-05-05T21:44:48.956Z Fresh ar_archive_writer v0.5.1
102972026-05-05T21:44:48.956Z Fresh olpc-cjson v0.1.4
102982026-05-05T21:44:48.956Z Fresh serde_plain v1.0.2
102992026-05-05T21:44:48.956Z Fresh fd-lock v4.0.4
103002026-05-05T21:44:48.956Z Fresh vte v0.14.1
103012026-05-05T21:44:48.956Z Fresh linked-hash-map v0.5.6
103022026-05-05T21:44:48.957Z Fresh semver v0.1.20
103032026-05-05T21:44:48.957Z Fresh typed-path v0.9.3
103042026-05-05T21:44:48.957Z Fresh progenitor v0.14.0
103052026-05-05T21:44:48.957Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
103062026-05-05T21:44:48.957Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
103072026-05-05T21:44:48.957Z Fresh zone v0.3.1
103082026-05-05T21:44:48.957Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
103092026-05-05T21:44:48.957Z Fresh progenitor v0.13.0
103102026-05-05T21:44:48.957Z Fresh cancel-safe-futures v0.1.5
103112026-05-05T21:44:48.957Z Fresh owo-colors v4.3.0
103122026-05-05T21:44:48.957Z Fresh prettyplease v0.2.37
103132026-05-05T21:44:48.957Z Fresh tokio-dtrace v0.1.1
103142026-05-05T21:44:48.957Z Fresh pin-project v1.1.11
103152026-05-05T21:44:48.957Z Fresh csv v1.4.0
103162026-05-05T21:44:48.957Z Fresh nom v7.1.3
103172026-05-05T21:44:48.957Z Fresh derive_more-impl v2.1.1
103182026-05-05T21:44:48.958Z Fresh rustc_version v0.1.7
103192026-05-05T21:44:48.958Z Fresh strip-ansi-escapes v0.2.1
103202026-05-05T21:44:48.963Z Fresh lru-cache v0.1.2
103212026-05-05T21:44:48.963Z Fresh tabled_derive v0.7.0
103222026-05-05T21:44:48.963Z Fresh papergrid v0.11.0
103232026-05-05T21:44:48.963Z Fresh hickory-proto v0.24.4
103242026-05-05T21:44:48.963Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
103252026-05-05T21:44:48.963Z Fresh oxide-tokio-rt v0.1.4
103262026-05-05T21:44:48.963Z Fresh slog-dtrace v0.3.0
103272026-05-05T21:44:48.963Z Fresh snafu v0.8.9
103282026-05-05T21:44:48.963Z Fresh derive_more v2.1.1
103292026-05-05T21:44:48.963Z Fresh nu-ansi-term v0.50.3
103302026-05-05T21:44:48.963Z Fresh tabled v0.15.0
103312026-05-05T21:44:48.963Z Fresh display-error-chain v0.2.2
103322026-05-05T21:44:48.963Z Fresh cfg_aliases v0.1.1
103332026-05-05T21:44:48.963Z Fresh highway v1.3.0
103342026-05-05T21:44:48.963Z Fresh hickory-resolver v0.24.4
103352026-05-05T21:44:48.963Z Fresh nibble_vec v0.1.0
103362026-05-05T21:44:48.963Z Fresh humantime v2.3.0
103372026-05-05T21:44:48.964Z Fresh home v0.5.12
103382026-05-05T21:44:48.964Z Fresh endian-type v0.1.2
103392026-05-05T21:44:48.964Z Fresh textwrap v0.16.2
103402026-05-05T21:44:48.964Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
103412026-05-05T21:44:48.964Z Fresh phf_shared v0.12.1
103422026-05-05T21:44:48.964Z Fresh recursive-proc-macro-impl v0.1.1
103432026-05-05T21:44:48.964Z Fresh const_format_proc_macros v0.2.34
103442026-05-05T21:44:48.964Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
103452026-05-05T21:44:48.964Z Fresh tough v0.20.0
103462026-05-05T21:44:48.964Z Fresh crossterm v0.29.0
103472026-05-05T21:44:48.964Z Fresh reedline v0.40.0
103482026-05-05T21:44:48.964Z Fresh psm v0.1.30
103492026-05-05T21:44:48.964Z Fresh qorb v0.4.1
103502026-05-05T21:44:48.964Z Fresh radix_trie v0.2.1
103512026-05-05T21:44:48.964Z Fresh phf v0.12.1
103522026-05-05T21:44:48.964Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
103532026-05-05T21:44:48.964Z Fresh peg-macros v0.8.5
103542026-05-05T21:44:48.964Z Fresh sqlparser_derive v0.5.0
103552026-05-05T21:44:48.964Z Fresh winnow v0.6.26
103562026-05-05T21:44:48.965Z Fresh unicode_categories v0.1.1
103572026-05-05T21:44:48.965Z Fresh const_format v0.2.35
103582026-05-05T21:44:48.965Z Fresh bcs v0.1.6
103592026-05-05T21:44:48.965Z Fresh base64 v0.21.7
103602026-05-05T21:44:48.965Z Fresh filetime v0.2.27
103612026-05-05T21:44:48.965Z Fresh xattr v1.6.1
103622026-05-05T21:44:48.966Z Fresh newtype_derive v0.1.6
103632026-05-05T21:44:48.966Z Fresh stacker v0.1.23
103642026-05-05T21:44:48.966Z Fresh sqlformat v0.3.5
103652026-05-05T21:44:48.966Z Fresh peg v0.8.5
103662026-05-05T21:44:48.966Z Fresh chrono-tz v0.10.4
103672026-05-05T21:44:48.966Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
103682026-05-05T21:44:48.966Z Fresh tar v0.4.45
103692026-05-05T21:44:48.966Z Fresh headers-core v0.3.0
103702026-05-05T21:44:48.966Z Fresh dropshot-api-manager-types v0.7.1
103712026-05-05T21:44:48.966Z Fresh subprocess v0.2.15
103722026-05-05T21:44:48.966Z Fresh yasna v0.5.2
103732026-05-05T21:44:48.966Z Fresh utf-8 v0.7.6
103742026-05-05T21:44:48.966Z Fresh tagptr v0.2.0
103752026-05-05T21:44:48.966Z Fresh bitfield-struct v0.6.2
103762026-05-05T21:44:48.966Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
103772026-05-05T21:44:48.966Z Fresh xshell-macros v0.2.7
103782026-05-05T21:44:48.966Z Fresh tap v1.0.1
103792026-05-05T21:44:48.966Z Fresh zerocopy-derive v0.6.6
103802026-05-05T21:44:48.966Z Fresh crc-catalog v2.4.0
103812026-05-05T21:44:48.966Z Fresh nix v0.28.0
103822026-05-05T21:44:48.967Z Fresh recursive v0.1.1
103832026-05-05T21:44:48.967Z Fresh steno v0.4.1
103842026-05-05T21:44:48.967Z Fresh headers v0.4.1
103852026-05-05T21:44:48.967Z Fresh rcgen v0.12.1
103862026-05-05T21:44:48.967Z Fresh moka v0.12.13
103872026-05-05T21:44:48.967Z Fresh tungstenite v0.21.0
103882026-05-05T21:44:48.967Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
103892026-05-05T21:44:48.967Z Fresh xshell v0.2.7
103902026-05-05T21:44:48.967Z Fresh wyz v0.5.1
103912026-05-05T21:44:48.967Z Fresh funty v2.0.0
103922026-05-05T21:44:48.967Z Fresh zerocopy v0.6.6
103932026-05-05T21:44:48.967Z Fresh crc v3.4.0
103942026-05-05T21:44:48.967Z Fresh packed_struct_codegen v0.10.1
103952026-05-05T21:44:48.967Z Fresh bitfield-macros v0.19.4
103962026-05-05T21:44:48.967Z Fresh nodrop v0.1.14
103972026-05-05T21:44:48.967Z Fresh hashbrown v0.12.3
103982026-05-05T21:44:48.967Z Fresh ron v0.8.1
103992026-05-05T21:44:48.967Z Fresh hashbrown v0.13.2
104002026-05-05T21:44:48.967Z Fresh sqlparser v0.61.0
104012026-05-05T21:44:48.967Z Fresh rustyline v14.0.0
104022026-05-05T21:44:48.967Z Fresh hickory-resolver v0.25.2
104032026-05-05T21:44:48.968Z Fresh libefi-sys v0.1.0
104042026-05-05T21:44:48.968Z Fresh tokio-tungstenite v0.21.0
104052026-05-05T21:44:48.968Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
104062026-05-05T21:44:48.968Z Fresh radium v0.7.0
104072026-05-05T21:44:48.968Z Fresh maybe-uninit v2.0.0
104082026-05-05T21:44:48.968Z Fresh array-init v0.0.4
104092026-05-05T21:44:48.968Z Fresh bitfield v0.19.4
104102026-05-05T21:44:48.968Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
104112026-05-05T21:44:48.968Z Fresh crc-any v2.5.0
104122026-05-05T21:44:48.968Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
104132026-05-05T21:44:48.968Z Fresh path-slash v0.1.5
104142026-05-05T21:44:48.968Z Fresh maplit v1.0.2
104152026-05-05T21:44:48.968Z Fresh num-derive v0.3.3
104162026-05-05T21:44:48.968Z Fresh proc-macro-error-attr2 v2.0.0
104172026-05-05T21:44:48.968Z Fresh dsl_auto_type v0.2.0
104182026-05-05T21:44:48.968Z Fresh scheduled-thread-pool v0.2.7
104192026-05-05T21:44:48.968Z Fresh diesel_table_macro_syntax v0.3.0
104202026-05-05T21:44:48.973Z Fresh papergrid v0.17.0
104212026-05-05T21:44:48.973Z Fresh testing_table v0.3.0
104222026-05-05T21:44:48.973Z Fresh downcast-rs v2.0.2
104232026-05-05T21:44:48.973Z Fresh diff v0.1.13
104242026-05-05T21:44:48.973Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
104252026-05-05T21:44:48.973Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
104262026-05-05T21:44:48.973Z Fresh bitvec v1.0.1
104272026-05-05T21:44:48.973Z Fresh smallvec v0.6.14
104282026-05-05T21:44:48.973Z Fresh indexmap v1.9.3
104292026-05-05T21:44:48.973Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
104302026-05-05T21:44:48.974Z Fresh libscf-sys v1.1.0
104312026-05-05T21:44:48.974Z Fresh proc-macro-error2 v2.0.1
104322026-05-05T21:44:48.976Z Fresh r2d2 v0.8.10
104332026-05-05T21:44:48.976Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
104342026-05-05T21:44:48.976Z Fresh dirs-sys-next v0.1.2
104352026-05-05T21:44:48.976Z Fresh unicase v2.9.0
104362026-05-05T21:44:48.976Z Fresh crc8 v0.1.1
104372026-05-05T21:44:48.976Z Fresh half v1.8.3
104382026-05-05T21:44:48.976Z Fresh bit-vec v0.6.3
104392026-05-05T21:44:48.976Z Fresh itertools v0.10.5
104402026-05-05T21:44:48.976Z Fresh libloading v0.8.9
104412026-05-05T21:44:48.976Z Fresh ena v0.14.4
104422026-05-05T21:44:48.977Z Fresh packed_struct v0.10.1
104432026-05-05T21:44:48.977Z Fresh serde-hex v0.1.0
104442026-05-05T21:44:48.977Z Fresh object v0.30.4
104452026-05-05T21:44:48.977Z Fresh diesel_derives v2.3.7
104462026-05-05T21:44:48.977Z Fresh tabled_derive v0.11.0
104472026-05-05T21:44:48.977Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
104482026-05-05T21:44:48.977Z Fresh dirs-next v2.0.0
104492026-05-05T21:44:48.977Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
104502026-05-05T21:44:48.977Z Fresh bit-set v0.5.3
104512026-05-05T21:44:48.977Z Fresh serde_cbor v0.11.2
104522026-05-05T21:44:48.977Z Fresh regex-syntax v0.6.29
104532026-05-05T21:44:48.977Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104542026-05-05T21:44:48.977Z Fresh cexpr v0.6.0
104552026-05-05T21:44:48.977Z Fresh strum_macros v0.24.3
104562026-05-05T21:44:48.977Z Fresh indoc v1.0.9
104572026-05-05T21:44:48.977Z Fresh typify-impl v0.4.3
104582026-05-05T21:44:48.977Z Fresh quick-xml v0.37.5
104592026-05-05T21:44:48.977Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
104602026-05-05T21:44:48.978Z Fresh diesel v2.3.7
104612026-05-05T21:44:48.978Z Fresh tabled v0.20.0
104622026-05-05T21:44:48.978Z Fresh crunchy v0.2.4
104632026-05-05T21:44:48.978Z Fresh term v0.7.0
104642026-05-05T21:44:48.978Z Fresh vergen-gitcl v1.0.8
104652026-05-05T21:44:48.978Z Fresh clang-sys v1.8.1
104662026-05-05T21:44:48.978Z Fresh oso-derive v0.27.3
104672026-05-05T21:44:48.978Z Fresh impl-trait-for-tuples v0.2.3
104682026-05-05T21:44:48.978Z Fresh openssl-probe v0.1.6
104692026-05-05T21:44:48.978Z Fresh typify-macro v0.4.3
104702026-05-05T21:44:48.978Z Fresh primeorder v0.13.6
104712026-05-05T21:44:48.978Z Fresh fxhash v0.2.1
104722026-05-05T21:44:48.978Z Fresh trait-variant v0.1.2
104732026-05-05T21:44:48.978Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
104742026-05-05T21:44:48.978Z Fresh bb8 v0.8.6
104752026-05-05T21:44:48.978Z Fresh arc-swap v1.8.2
104762026-05-05T21:44:48.978Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
104772026-05-05T21:44:48.979Z Fresh predicates-tree v1.0.13
104782026-05-05T21:44:48.979Z Fresh git-stub v1.0.0
104792026-05-05T21:44:48.979Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
104802026-05-05T21:44:48.979Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
104812026-05-05T21:44:48.979Z Fresh tiny-keccak v2.0.2
104822026-05-05T21:44:48.979Z Fresh ascii-canvas v3.0.0
104832026-05-05T21:44:48.979Z Fresh bindgen v0.71.1
104842026-05-05T21:44:48.979Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
104852026-05-05T21:44:48.979Z Fresh libxml v0.3.3
104862026-05-05T21:44:48.979Z Fresh typify v0.4.3
104872026-05-05T21:44:48.979Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
104882026-05-05T21:44:48.979Z Fresh p384 v0.13.1
104892026-05-05T21:44:48.979Z Fresh async-bb8-diesel v0.2.1
104902026-05-05T21:44:48.979Z Fresh diesel-dtrace v0.5.0
104912026-05-05T21:44:48.979Z Fresh slog-scope v4.4.1
104922026-05-05T21:44:48.979Z Fresh kstat-rs v0.2.4
104932026-05-05T21:44:48.979Z Fresh nonempty v0.12.0
104942026-05-05T21:44:48.979Z Fresh git-stub-vcs v0.1.0
104952026-05-05T21:44:48.980Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
104962026-05-05T21:44:48.980Z Fresh ignore v0.4.25
104972026-05-05T21:44:48.980Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104982026-05-05T21:44:48.980Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
104992026-05-05T21:44:48.980Z Fresh lalrpop v0.19.12
105002026-05-05T21:44:48.980Z Fresh salty v0.3.0
105012026-05-05T21:44:48.980Z Fresh slog-stdlog v4.1.1
105022026-05-05T21:44:48.980Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
105032026-05-05T21:44:48.980Z Fresh parking_lot_core v0.8.6
105042026-05-05T21:44:48.980Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
105052026-05-05T21:44:48.980Z Fresh progenitor-impl v0.11.2
105062026-05-05T21:44:48.980Z Fresh globwalk v0.9.1
105072026-05-05T21:44:48.980Z Fresh prefix-trie v0.7.0
105082026-05-05T21:44:48.980Z Fresh parse-size v1.1.0
105092026-05-05T21:44:48.980Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
105102026-05-05T21:44:48.981Z Fresh progenitor-client v0.11.2
105112026-05-05T21:44:48.981Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
105122026-05-05T21:44:48.981Z Fresh corncobs v0.1.4
105132026-05-05T21:44:48.981Z Fresh progenitor-impl v0.10.0
105142026-05-05T21:44:48.981Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
105152026-05-05T21:44:48.981Z Fresh slog-envlogger v2.2.0
105162026-05-05T21:44:48.981Z Fresh fs-err v2.11.0
105172026-05-05T21:44:48.981Z Fresh parking_lot v0.11.2
105182026-05-05T21:44:48.981Z Fresh progenitor-macro v0.11.2
105192026-05-05T21:44:48.981Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
105202026-05-05T21:44:48.986Z Fresh camino-tempfile-ext v0.3.3
105212026-05-05T21:44:48.986Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
105222026-05-05T21:44:48.986Z Fresh hickory-server v0.25.2
105232026-05-05T21:44:48.986Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
105242026-05-05T21:44:48.987Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
105252026-05-05T21:44:48.987Z Fresh secrecy v0.8.0
105262026-05-05T21:44:48.987Z Fresh nanorand v0.7.0
105272026-05-05T21:44:48.987Z Fresh progenitor-macro v0.10.0
105282026-05-05T21:44:48.987Z Fresh http-range v0.1.5
105292026-05-05T21:44:48.987Z Fresh void v1.0.2
105302026-05-05T21:44:48.987Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
105312026-05-05T21:44:48.987Z Fresh tungstenite v0.23.0
105322026-05-05T21:44:48.988Z Fresh nix v0.27.1
105332026-05-05T21:44:48.988Z Fresh rand_seeder v0.4.0
105342026-05-05T21:44:48.988Z Fresh samael v0.0.19
105352026-05-05T21:44:48.988Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
105362026-05-05T21:44:48.988Z Fresh sled v0.34.7
105372026-05-05T21:44:48.988Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
105382026-05-05T21:44:48.988Z Fresh progenitor v0.11.2
105392026-05-05T21:44:48.988Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
105402026-05-05T21:44:48.988Z Fresh flume v0.11.1
105412026-05-05T21:44:48.988Z Fresh lzss v0.8.2
105422026-05-05T21:44:48.988Z Fresh progenitor v0.10.0
105432026-05-05T21:44:48.988Z Fresh serde_bytes v0.11.19
105442026-05-05T21:44:48.988Z Fresh atty v0.2.14
105452026-05-05T21:44:48.988Z Fresh tokio-tungstenite v0.23.1
105462026-05-05T21:44:48.988Z Fresh signal-hook-tokio v0.3.1
105472026-05-05T21:44:48.988Z Fresh assert_matches v1.5.0
105482026-05-05T21:44:48.988Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
105492026-05-05T21:44:48.988Z Fresh is_ci v1.2.0
105502026-05-05T21:44:48.989Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
105512026-05-05T21:44:48.989Z Fresh polar-core v0.27.3
105522026-05-05T21:44:48.989Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
105532026-05-05T21:44:48.989Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
105542026-05-05T21:44:48.989Z Fresh mime_guess v2.0.5
105552026-05-05T21:44:48.989Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
105562026-05-05T21:44:48.989Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
105572026-05-05T21:44:48.989Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105582026-05-05T21:44:48.989Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
105592026-05-05T21:44:48.989Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
105602026-05-05T21:44:48.989Z Fresh yansi v1.0.1
105612026-05-05T21:44:48.989Z Fresh darling_core v0.23.0
105622026-05-05T21:44:48.989Z Fresh indoc v2.0.7
105632026-05-05T21:44:48.989Z Fresh castaway v0.2.4
105642026-05-05T21:44:48.989Z Fresh gimli v0.32.3
105652026-05-05T21:44:48.989Z Fresh unicode-truncate v1.1.0
105662026-05-05T21:44:48.989Z Fresh console v0.16.2
105672026-05-05T21:44:48.989Z Fresh oso v0.27.3
105682026-05-05T21:44:48.990Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
105692026-05-05T21:44:48.990Z Fresh hyper-staticfile v0.10.1
105702026-05-05T21:44:48.990Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
105712026-05-05T21:44:48.990Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
105722026-05-05T21:44:48.990Z Fresh pretty_assertions v1.4.1
105732026-05-05T21:44:48.990Z Fresh darling_macro v0.23.0
105742026-05-05T21:44:48.990Z Fresh addr2line v0.25.1
105752026-05-05T21:44:48.990Z Fresh compact_str v0.8.1
105762026-05-05T21:44:48.990Z Fresh lru v0.12.5
105772026-05-05T21:44:48.990Z Fresh ordered-float v2.10.1
105782026-05-05T21:44:48.990Z Fresh cassowary v0.3.0
105792026-05-05T21:44:48.990Z Fresh rustc-demangle v0.1.27
105802026-05-05T21:44:48.990Z Fresh unit-prefix v0.5.2
105812026-05-05T21:44:48.990Z Fresh polyval v0.6.2
105822026-05-05T21:44:48.990Z Fresh concurrent-queue v2.5.0
105832026-05-05T21:44:48.990Z Fresh parking v2.2.1
105842026-05-05T21:44:48.990Z Fresh plotters-backend v0.3.7
105852026-05-05T21:44:48.990Z Fresh supports-color v2.1.0
105862026-05-05T21:44:48.990Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
105872026-05-05T21:44:48.991Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
105882026-05-05T21:44:48.991Z Fresh typeid v1.0.3
105892026-05-05T21:44:48.991Z Fresh darling v0.23.0
105902026-05-05T21:44:48.991Z Fresh libz-sys v1.1.24
105912026-05-05T21:44:48.991Z Fresh backtrace v0.3.76
105922026-05-05T21:44:48.991Z Fresh serde-value v0.7.0
105932026-05-05T21:44:48.991Z Fresh indicatif v0.18.4
105942026-05-05T21:44:48.991Z Fresh event-listener v5.4.1
105952026-05-05T21:44:48.991Z Fresh ghash v0.5.1
105962026-05-05T21:44:48.991Z Fresh plotters-svg v0.3.7
105972026-05-05T21:44:48.991Z Fresh textwrap v0.15.2
105982026-05-05T21:44:48.991Z Fresh supports-unicode v2.1.0
105992026-05-05T21:44:48.991Z Fresh supports-hyperlinks v2.1.0
106002026-05-05T21:44:48.991Z Fresh hashbrown v0.14.5
106012026-05-05T21:44:48.991Z Fresh ctr v0.9.2
106022026-05-05T21:44:48.991Z Fresh cargo-platform v0.2.0
106032026-05-05T21:44:48.991Z Fresh miette-derive v5.10.0
106042026-05-05T21:44:48.991Z Fresh terminal_size v0.1.17
106052026-05-05T21:44:48.991Z Fresh owo-colors v3.5.0
106062026-05-05T21:44:48.991Z Fresh arrayref v0.3.9
106072026-05-05T21:44:48.992Z Fresh instability v0.3.11
106082026-05-05T21:44:48.992Z Fresh erased-serde v0.4.9
106092026-05-05T21:44:48.992Z Fresh libgit2-sys v0.18.3+1.9.2
106102026-05-05T21:44:48.992Z Fresh backtrace-ext v0.2.1
106112026-05-05T21:44:48.992Z Fresh constant_time_eq v0.4.2
106122026-05-05T21:44:48.992Z Fresh arrayvec v0.7.6
106132026-05-05T21:44:48.992Z Fresh shell-words v1.1.1
106142026-05-05T21:44:48.992Z Fresh cast v0.3.0
106152026-05-05T21:44:48.992Z Fresh event-listener-strategy v0.5.4
106162026-05-05T21:44:48.992Z Fresh chumsky v0.9.3
106172026-05-05T21:44:48.992Z Fresh plotters v0.3.7
106182026-05-05T21:44:48.992Z Fresh aes-gcm v0.10.3
106192026-05-05T21:44:48.992Z Fresh supports-color v3.0.2
106202026-05-05T21:44:49.062Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
106212026-05-05T21:44:49.062Z Fresh knuffel-derive v3.2.0
106222026-05-05T21:44:49.062Z Fresh ssh-encoding v0.2.0
106232026-05-05T21:44:49.062Z Fresh blowfish v0.9.1
106242026-05-05T21:44:49.062Z Fresh sct v0.7.1
106252026-05-05T21:44:49.062Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
106262026-05-05T21:44:49.062Z Fresh rustls-webpki v0.101.7
106272026-05-05T21:44:49.062Z Fresh tinytemplate v1.2.1
106282026-05-05T21:44:49.062Z Fresh ratatui v0.29.0
106292026-05-05T21:44:49.062Z Fresh serde-untagged v0.1.9
106302026-05-05T21:44:49.062Z Fresh git2 v0.20.4
106312026-05-05T21:44:49.062Z Fresh criterion-plot v0.6.0
106322026-05-05T21:44:49.062Z Fresh miette v5.10.0
106332026-05-05T21:44:49.062Z Fresh rtoolbox v0.0.3
106342026-05-05T21:44:49.063Z Fresh anes v0.1.6
106352026-05-05T21:44:49.063Z Fresh hex-literal v0.4.1
106362026-05-05T21:44:49.063Z Fresh oorandom v11.1.5
106372026-05-05T21:44:49.063Z Fresh futures-timer v3.0.3
106382026-05-05T21:44:49.063Z Fresh ssh-cipher v0.2.0
106392026-05-05T21:44:49.063Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
106402026-05-05T21:44:49.063Z Fresh petname v2.0.2
106412026-05-05T21:44:49.063Z Fresh rustls v0.21.12
106422026-05-05T21:44:49.063Z Fresh bcrypt-pbkdf v0.10.0
106432026-05-05T21:44:49.063Z Fresh async-lock v3.4.2
106442026-05-05T21:44:49.063Z Fresh toml v0.9.12+spec-1.1.0
106452026-05-05T21:44:49.063Z Fresh colored v2.2.0
106462026-05-05T21:44:49.063Z Fresh dropshot_endpoint v0.16.7
106472026-05-05T21:44:49.063Z Fresh cargo-util-schemas v0.8.2
106482026-05-05T21:44:49.063Z Fresh vergen-git2 v1.0.7
106492026-05-05T21:44:49.063Z Fresh criterion v0.7.0
106502026-05-05T21:44:49.063Z Fresh rpassword v7.4.0
106512026-05-05T21:44:49.063Z Fresh knuffel v3.2.0
106522026-05-05T21:44:49.063Z Fresh tui-tree-widget v0.23.1
106532026-05-05T21:44:49.063Z Fresh password-hash v0.4.2
106542026-05-05T21:44:49.063Z Fresh sapling-renderdag v0.1.0
106552026-05-05T21:44:49.063Z Fresh sync-ptr v0.1.4
106562026-05-05T21:44:49.064Z Fresh nix v0.29.0
106572026-05-05T21:44:49.064Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
106582026-05-05T21:44:49.064Z Fresh async-object-pool v0.2.0
106592026-05-05T21:44:49.064Z Fresh ssh-key v0.6.7
106602026-05-05T21:44:49.064Z Fresh tokio-rustls v0.24.1
106612026-05-05T21:44:49.064Z Fresh p521 v0.13.3
106622026-05-05T21:44:49.065Z Fresh p256 v0.13.2
106632026-05-05T21:44:49.065Z Fresh rustls-pemfile v1.0.4
106642026-05-05T21:44:49.065Z Fresh cargo_metadata v0.21.0
106652026-05-05T21:44:49.065Z Fresh pbkdf2 v0.11.0
106662026-05-05T21:44:49.065Z Fresh target-lexicon v0.13.3
106672026-05-05T21:44:49.065Z Fresh dropshot v0.16.7
106682026-05-05T21:44:49.065Z Fresh twox-hash v2.1.2
106692026-05-05T21:44:49.065Z Fresh serde_regex v1.1.0
106702026-05-05T21:44:49.065Z Fresh assert-json-diff v2.0.2
106712026-05-05T21:44:49.065Z Fresh russh-cryptovec v0.7.3
106722026-05-05T21:44:49.065Z Fresh path-tree v0.8.3
106732026-05-05T21:44:49.065Z Fresh md5 v0.7.0
106742026-05-05T21:44:49.065Z Fresh stringmetrics v2.2.2
106752026-05-05T21:44:49.065Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
106762026-05-05T21:44:49.065Z Fresh guppy-workspace-hack v0.1.0
106772026-05-05T21:44:49.065Z Fresh cfg-expr v0.20.6
106782026-05-05T21:44:49.065Z Fresh blake3 v1.8.3
106792026-05-05T21:44:49.065Z Fresh httpmock v0.8.3
106802026-05-05T21:44:49.065Z Fresh russh-keys v0.45.0
106812026-05-05T21:44:49.065Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
106822026-05-05T21:44:49.066Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
106832026-05-05T21:44:49.066Z Fresh httptest v0.16.4
106842026-05-05T21:44:49.066Z Fresh fatfs v0.3.6
106852026-05-05T21:44:49.066Z Fresh num-bigint v0.4.6
106862026-05-05T21:44:49.066Z Fresh des v0.8.1
106872026-05-05T21:44:49.066Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
106882026-05-05T21:44:49.066Z Fresh cargo-platform v0.3.2
106892026-05-05T21:44:49.066Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
106902026-05-05T21:44:49.066Z Fresh relative-path v1.9.3
106912026-05-05T21:44:49.066Z Fresh escape8259 v0.5.3
106922026-05-05T21:44:49.066Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
106932026-05-05T21:44:49.066Z Fresh seq-macro v0.3.6
106942026-05-05T21:44:49.066Z Fresh topological-sort v0.2.2
106952026-05-05T21:44:49.066Z Fresh russh v0.45.0
106962026-05-05T21:44:49.066Z Fresh linkme-impl v0.3.35
106972026-05-05T21:44:49.066Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
106982026-05-05T21:44:49.066Z Fresh target-spec v3.5.7
106992026-05-05T21:44:49.066Z Fresh rstest_macros v0.25.0
107002026-05-05T21:44:49.066Z Fresh libtest-mimic v0.8.1
107012026-05-05T21:44:49.066Z Fresh cargo_metadata v0.23.1
107022026-05-05T21:44:49.066Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
107032026-05-05T21:44:49.066Z Fresh target-triple v1.0.0
107042026-05-05T21:44:49.066Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
107052026-05-05T21:44:49.066Z Fresh blake2b_simd v1.0.4
107062026-05-05T21:44:49.067Z Fresh similar-asserts v1.7.0
107072026-05-05T21:44:49.067Z Fresh fancy-regex v0.14.0
107082026-05-05T21:44:49.067Z Fresh pathdiff v0.2.3
107092026-05-05T21:44:49.067Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
107102026-05-05T21:44:49.067Z Fresh approx v0.5.1
107112026-05-05T21:44:49.067Z Fresh uzers v0.12.2
107122026-05-05T21:44:49.068Z Fresh socket2 v0.5.10
107132026-05-05T21:44:49.068Z Fresh constant_time_eq v0.3.1
107142026-05-05T21:44:49.068Z Fresh nested v0.1.1
107152026-05-05T21:44:49.068Z Fresh termcolor v1.4.1
107162026-05-05T21:44:49.068Z Fresh internet-checksum v0.2.1
107172026-05-05T21:44:49.068Z Fresh omicron-zone-package v0.12.2
107182026-05-05T21:44:49.068Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
107192026-05-05T21:44:49.068Z Fresh rstest v0.25.0
107202026-05-05T21:44:49.074Z Fresh datatest-stable v0.3.3
107212026-05-05T21:44:49.075Z Fresh rust-argon2 v2.1.0
107222026-05-05T21:44:49.075Z Fresh trybuild v1.0.116
107232026-05-05T21:44:49.075Z Fresh guppy v0.17.25
107242026-05-05T21:44:49.075Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
107252026-05-05T21:44:49.075Z Fresh hickory-client v0.25.2
107262026-05-05T21:44:49.075Z Fresh partial-io v0.5.4
107272026-05-05T21:44:49.075Z Fresh tokio-test v0.4.5
107282026-05-05T21:44:49.075Z Fresh rand_distr v0.5.1
107292026-05-05T21:44:49.075Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
107302026-05-05T21:44:49.075Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
107312026-05-05T21:44:49.075Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
107322026-05-05T21:44:49.075Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
107332026-05-05T21:44:49.076Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
107342026-05-05T21:44:49.076Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
107352026-05-05T21:44:49.076Z Fresh assert_cmd v2.1.2
107362026-05-05T21:44:49.076Z Fresh linkme v0.3.35
107372026-05-05T21:44:49.076Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
107382026-05-05T21:44:49.076Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
107392026-05-05T21:44:49.076Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
107402026-05-05T21:44:49.076Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
107412026-05-05T21:44:49.076Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
107422026-05-05T21:44:49.076Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
107432026-05-05T21:44:49.076Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
107442026-05-05T21:44:49.076Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
107452026-05-05T21:44:49.076Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
107462026-05-05T21:44:49.076Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
107472026-05-05T21:44:49.077Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
107482026-05-05T21:44:49.077Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
107492026-05-05T21:44:49.077Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
107502026-05-05T21:44:49.077Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
107512026-05-05T21:44:49.077Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
107522026-05-05T21:44:49.077Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
107532026-05-05T21:44:49.077Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
107542026-05-05T21:44:49.077Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
107552026-05-05T21:44:49.077Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
107562026-05-05T21:44:49.077Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
107572026-05-05T21:44:49.077Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
107582026-05-05T21:44:49.077Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
107592026-05-05T21:44:49.077Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
107602026-05-05T21:44:49.077Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
107612026-05-05T21:44:49.077Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
107622026-05-05T21:44:49.077Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
107632026-05-05T21:44:49.078Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
107642026-05-05T21:44:49.078Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
107652026-05-05T21:44:49.078Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
107662026-05-05T21:44:49.078Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
107672026-05-05T21:44:49.078Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
107682026-05-05T21:44:49.078Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
107692026-05-05T21:44:49.078Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
107702026-05-05T21:44:49.078Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
107712026-05-05T21:44:49.078Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
107722026-05-05T21:44:49.078Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
107732026-05-05T21:44:49.078Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
107742026-05-05T21:44:49.078Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
107752026-05-05T21:44:49.078Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
107762026-05-05T21:44:49.078Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
107772026-05-05T21:44:49.078Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
107782026-05-05T21:44:49.078Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
107792026-05-05T21:44:49.078Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
107802026-05-05T21:44:49.078Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
107812026-05-05T21:44:49.079Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
107822026-05-05T21:44:49.079Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
107832026-05-05T21:44:49.079Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
107842026-05-05T21:44:49.079Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
107852026-05-05T21:44:49.079Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
107862026-05-05T21:44:49.079Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
107872026-05-05T21:44:49.079Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
107882026-05-05T21:44:49.079Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
107892026-05-05T21:44:49.079Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
107902026-05-05T21:44:49.079Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
107912026-05-05T21:44:49.079Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
107922026-05-05T21:44:49.079Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
107932026-05-05T21:44:49.079Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
107942026-05-05T21:44:49.079Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
107952026-05-05T21:44:49.080Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
107962026-05-05T21:44:49.080Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
107972026-05-05T21:44:49.080Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
107982026-05-05T21:44:49.080Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
107992026-05-05T21:44:49.080Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
108002026-05-05T21:44:49.080Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
108012026-05-05T21:44:49.080Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
108022026-05-05T21:44:49.080Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
108032026-05-05T21:44:49.080Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
108042026-05-05T21:44:49.080Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
108052026-05-05T21:44:49.080Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
108062026-05-05T21:44:49.080Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
108072026-05-05T21:44:49.080Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
108082026-05-05T21:44:49.080Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
108092026-05-05T21:44:49.080Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
108102026-05-05T21:44:49.080Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
108112026-05-05T21:44:49.081Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
108122026-05-05T21:44:49.081Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
108132026-05-05T21:44:49.081Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
108142026-05-05T21:44:49.081Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
108152026-05-05T21:44:49.081Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
108162026-05-05T21:44:49.081Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
108172026-05-05T21:44:49.081Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
108182026-05-05T21:44:49.081Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
108192026-05-05T21:44:49.081Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
108202026-05-05T21:44:49.086Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
108212026-05-05T21:44:49.086Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
108222026-05-05T21:44:49.086Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
108232026-05-05T21:44:49.086Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
108242026-05-05T21:44:49.086Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
108252026-05-05T21:44:49.086Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
108262026-05-05T21:44:49.086Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
108272026-05-05T21:44:49.086Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
108282026-05-05T21:44:49.086Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
108292026-05-05T21:44:49.086Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
108302026-05-05T21:44:49.086Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
108312026-05-05T21:44:49.086Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
108322026-05-05T21:44:49.086Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
108332026-05-05T21:44:49.086Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
108342026-05-05T21:44:49.086Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
108352026-05-05T21:44:49.087Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
108362026-05-05T21:44:49.087Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
108372026-05-05T21:44:49.087Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
108382026-05-05T21:44:49.087Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
108392026-05-05T21:44:49.087Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
108402026-05-05T21:44:49.087Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
108412026-05-05T21:44:49.087Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
108422026-05-05T21:44:49.087Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
108432026-05-05T21:44:49.087Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
108442026-05-05T21:44:49.087Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
108452026-05-05T21:44:49.087Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
108462026-05-05T21:44:49.087Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
108472026-05-05T21:44:49.087Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
108482026-05-05T21:44:49.087Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
108492026-05-05T21:44:49.087Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
108502026-05-05T21:44:49.087Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
108512026-05-05T21:44:49.087Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
108522026-05-05T21:44:49.087Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
108532026-05-05T21:44:49.087Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
108542026-05-05T21:44:49.087Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
108552026-05-05T21:44:49.088Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
108562026-05-05T21:44:49.088Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
108572026-05-05T21:44:49.088Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
108582026-05-05T21:44:49.088Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
108592026-05-05T21:44:49.088Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
108602026-05-05T21:44:49.088Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
108612026-05-05T21:44:49.088Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
108622026-05-05T21:44:49.088Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
108632026-05-05T21:44:49.088Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
108642026-05-05T21:44:49.088Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
108652026-05-05T21:44:49.088Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
108662026-05-05T21:44:49.088Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
108672026-05-05T21:44:49.088Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
108682026-05-05T21:44:49.088Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
108692026-05-05T21:44:49.088Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
108702026-05-05T21:44:49.088Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
108712026-05-05T21:44:49.088Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
108722026-05-05T21:44:49.088Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
108732026-05-05T21:44:49.088Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
108742026-05-05T21:44:49.088Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
108752026-05-05T21:44:49.088Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
108762026-05-05T21:44:49.088Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
108772026-05-05T21:44:49.089Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
108782026-05-05T21:44:49.089Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
108792026-05-05T21:44:49.089Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
108802026-05-05T21:44:49.089Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
108812026-05-05T21:44:49.089Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
108822026-05-05T21:44:49.089Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
108832026-05-05T21:44:49.089Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
108842026-05-05T21:44:49.089Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
108852026-05-05T21:44:49.089Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
108862026-05-05T21:44:49.089Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
108872026-05-05T21:44:49.089Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
108882026-05-05T21:44:49.089Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
108892026-05-05T21:44:49.089Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
108902026-05-05T21:44:49.089Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
108912026-05-05T21:44:49.089Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.28s
108922026-05-05T21:44:49.089Z Doc-tests api_identity
108932026-05-05T21:44:49.089Z 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-6ccb02f85c1b62a6.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108942026-05-05T21:44:50.125Z
108952026-05-05T21:44:50.125Zrunning 0 tests
108962026-05-05T21:44:50.125Z
108972026-05-05T21:44:50.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108982026-05-05T21:44:50.125Z
108992026-05-05T21:44:50.130Z Doc-tests authz_macros
109002026-05-05T21:44:50.130Z 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-21e0cd27de10cf38.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-65233de087c50445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109012026-05-05T21:44:50.131Z
109022026-05-05T21:44:50.131Zrunning 7 tests
109032026-05-05T21:44:50.131Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
109042026-05-05T21:44:50.131Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
109052026-05-05T21:44:50.131Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
109062026-05-05T21:44:50.131Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
109072026-05-05T21:44:50.131Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
109082026-05-05T21:44:50.132Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
109092026-05-05T21:44:50.132Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
109102026-05-05T21:44:50.132Z
109112026-05-05T21:44:50.132Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
109122026-05-05T21:44:50.132Z
109132026-05-05T21:44:50.132Zall doctests ran in 0.40s; merged doctests compilation took 0.40s
109142026-05-05T21:44:50.132Z Doc-tests bootstore
109152026-05-05T21:44:50.132Z 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-7b51100a672186df.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c33156ca3b20253d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109162026-05-05T21:44:50.133Z
109172026-05-05T21:44:50.133Zrunning 0 tests
109182026-05-05T21:44:50.133Z
109192026-05-05T21:44:50.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109202026-05-05T21:44:50.133Z
109212026-05-05T21:44:50.133Z Doc-tests bootstrap_agent_api
109222026-05-05T21:44:50.133Z 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-f3181b3e0fca88ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109232026-05-05T21:44:50.473Z
109242026-05-05T21:44:50.473Zrunning 2 tests
109252026-05-05T21:44:50.473Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
109262026-05-05T21:44:50.473Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
109272026-05-05T21:44:50.473Z
109282026-05-05T21:44:50.473Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109292026-05-05T21:44:50.473Z
109302026-05-05T21:44:50.478Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
109312026-05-05T21:44:50.500Z Doc-tests bootstrap_agent_client
109322026-05-05T21:44:50.500Z 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-f1c18943085ad878.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109332026-05-05T21:44:50.769Z
109342026-05-05T21:44:50.769Zrunning 0 tests
109352026-05-05T21:44:50.769Z
109362026-05-05T21:44:50.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109372026-05-05T21:44:50.769Z
109382026-05-05T21:44:50.797Z Doc-tests bootstrap_agent_lockstep_api
109392026-05-05T21:44:50.797Z 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-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109402026-05-05T21:44:51.380Z
109412026-05-05T21:44:51.380Zrunning 2 tests
109422026-05-05T21:44:51.380Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
109432026-05-05T21:44:51.380Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
109442026-05-05T21:44:51.380Z
109452026-05-05T21:44:51.380Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109462026-05-05T21:44:51.380Z
109472026-05-05T21:44:51.386Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
109482026-05-05T21:44:51.409Z Doc-tests bootstrap_agent_lockstep_client
109492026-05-05T21:44:51.410Z 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-2d02b48e31e64436.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109502026-05-05T21:44:51.811Z
109512026-05-05T21:44:51.811Zrunning 0 tests
109522026-05-05T21:44:51.811Z
109532026-05-05T21:44:51.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109542026-05-05T21:44:51.811Z
109552026-05-05T21:44:51.845Z Doc-tests bootstrap_agent_lockstep_types
109562026-05-05T21:44:51.845Z 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-ca1e73c051090819.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109572026-05-05T21:44:52.087Z
109582026-05-05T21:44:52.088Zrunning 0 tests
109592026-05-05T21:44:52.088Z
109602026-05-05T21:44:52.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109612026-05-05T21:44:52.088Z
109622026-05-05T21:44:52.114Z Doc-tests clickana
109632026-05-05T21:44:52.114Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-eeebf5698be3ead1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109642026-05-05T21:44:52.341Z
109652026-05-05T21:44:52.342Zrunning 0 tests
109662026-05-05T21:44:52.342Z
109672026-05-05T21:44:52.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109682026-05-05T21:44:52.342Z
109692026-05-05T21:44:52.364Z Doc-tests clickhouse_admin_api
109702026-05-05T21:44:52.364Z 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-543fa7dc452e430f.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-ac1a581b3503cff6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109712026-05-05T21:44:52.934Z
109722026-05-05T21:44:52.934Zrunning 6 tests
109732026-05-05T21:44:52.934Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
109742026-05-05T21:44:52.934Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
109752026-05-05T21:44:52.934Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
109762026-05-05T21:44:52.934Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
109772026-05-05T21:44:52.935Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
109782026-05-05T21:44:52.935Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
109792026-05-05T21:44:52.935Z
109802026-05-05T21:44:52.936Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
109812026-05-05T21:44:52.936Z
109822026-05-05T21:44:52.941Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
109832026-05-05T21:44:52.963Z Doc-tests clickhouse_admin_keeper_client
109842026-05-05T21:44:52.963Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109852026-05-05T21:44:53.334Z
109862026-05-05T21:44:53.334Zrunning 0 tests
109872026-05-05T21:44:53.334Z
109882026-05-05T21:44:53.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109892026-05-05T21:44:53.335Z
109902026-05-05T21:44:53.364Z Doc-tests clickhouse_admin_server_client
109912026-05-05T21:44:53.364Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109922026-05-05T21:44:53.721Z
109932026-05-05T21:44:53.721Zrunning 0 tests
109942026-05-05T21:44:53.721Z
109952026-05-05T21:44:53.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109962026-05-05T21:44:53.721Z
109972026-05-05T21:44:53.753Z Doc-tests clickhouse_admin_single_client
109982026-05-05T21:44:53.753Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109992026-05-05T21:44:53.911Z
110002026-05-05T21:44:53.912Zrunning 0 tests
110012026-05-05T21:44:53.912Z
110022026-05-05T21:44:53.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110032026-05-05T21:44:53.912Z
110042026-05-05T21:44:53.928Z Doc-tests clickhouse_admin_test_utils
110052026-05-05T21:44:53.929Z 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-e31dc007a0b438de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110062026-05-05T21:44:54.093Z
110072026-05-05T21:44:54.093Zrunning 0 tests
110082026-05-05T21:44:54.093Z
110092026-05-05T21:44:54.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110102026-05-05T21:44:54.093Z
110112026-05-05T21:44:54.114Z Doc-tests clickhouse_admin_types
110122026-05-05T21:44:54.114Z 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-68dc3e49364333c1.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-ac1a581b3503cff6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110132026-05-05T21:44:54.276Z
110142026-05-05T21:44:54.276Zrunning 0 tests
110152026-05-05T21:44:54.276Z
110162026-05-05T21:44:54.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110172026-05-05T21:44:54.276Z
110182026-05-05T21:44:54.296Z Doc-tests clickhouse_admin_types_versions
110192026-05-05T21:44:54.296Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-ac1a581b3503cff6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110202026-05-05T21:44:55.014Z
110212026-05-05T21:44:55.014Zrunning 1 test
110222026-05-05T21:44:55.015Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
110232026-05-05T21:44:55.015Z
110242026-05-05T21:44:55.015Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110252026-05-05T21:44:55.015Z
110262026-05-05T21:44:55.019Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
110272026-05-05T21:44:55.050Z Doc-tests cockroach_admin_api
110282026-05-05T21:44:55.050Z 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-ac31ba513aafec51.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-40a335095d1600ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110292026-05-05T21:44:55.558Z
110302026-05-05T21:44:55.558Zrunning 2 tests
110312026-05-05T21:44:55.558Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
110322026-05-05T21:44:55.558Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
110332026-05-05T21:44:55.559Z
110342026-05-05T21:44:55.559Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110352026-05-05T21:44:55.559Z
110362026-05-05T21:44:55.564Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
110372026-05-05T21:44:55.582Z Doc-tests cockroach_admin_client
110382026-05-05T21:44:55.583Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110392026-05-05T21:44:55.797Z
110402026-05-05T21:44:55.797Zrunning 0 tests
110412026-05-05T21:44:55.797Z
110422026-05-05T21:44:55.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110432026-05-05T21:44:55.797Z
110442026-05-05T21:44:55.818Z Doc-tests cockroach_admin_types
110452026-05-05T21:44:55.818Z 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-7bd4af404dda56db.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-40a335095d1600ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110462026-05-05T21:44:55.903Z
110472026-05-05T21:44:55.903Zrunning 0 tests
110482026-05-05T21:44:55.903Z
110492026-05-05T21:44:55.903Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502026-05-05T21:44:55.903Z
110512026-05-05T21:44:55.915Z Doc-tests cockroach_admin_types_versions
110522026-05-05T21:44:55.916Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-40a335095d1600ca.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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110532026-05-05T21:44:56.434Z
110542026-05-05T21:44:56.434Zrunning 1 test
110552026-05-05T21:44:56.434Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
110562026-05-05T21:44:56.434Z
110572026-05-05T21:44:56.434Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110582026-05-05T21:44:56.434Z
110592026-05-05T21:44:56.438Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
110602026-05-05T21:44:56.457Z Doc-tests db_macros
110612026-05-05T21:44:56.461Z 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-29afcf9e5dc33382.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-65233de087c50445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110622026-05-05T21:44:56.986Z
110632026-05-05T21:44:56.986Zrunning 3 tests
110642026-05-05T21:44:56.986Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
110652026-05-05T21:44:56.987Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
110662026-05-05T21:44:56.987Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
110672026-05-05T21:44:56.987Z
110682026-05-05T21:44:56.987Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
110692026-05-05T21:44:56.987Z
110702026-05-05T21:44:56.991Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
110712026-05-05T21:44:57.007Z Doc-tests dev_tools_common
110722026-05-05T21:44:57.007Z 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`
110732026-05-05T21:44:57.053Z
110742026-05-05T21:44:57.053Zrunning 0 tests
110752026-05-05T21:44:57.053Z
110762026-05-05T21:44:57.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110772026-05-05T21:44:57.053Z
110782026-05-05T21:44:57.061Z Doc-tests dns_server
110792026-05-05T21:44:57.061Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
110802026-05-05T21:44:57.276Z
110812026-05-05T21:44:57.276Zrunning 0 tests
110822026-05-05T21:44:57.276Z
110832026-05-05T21:44:57.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110842026-05-05T21:44:57.276Z
110852026-05-05T21:44:57.300Z Doc-tests dns_server_api
110862026-05-05T21:44:57.300Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110872026-05-05T21:44:57.854Z
110882026-05-05T21:44:57.854Zrunning 2 tests
110892026-05-05T21:44:57.854Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
110902026-05-05T21:44:57.854Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
110912026-05-05T21:44:57.854Z
110922026-05-05T21:44:57.854Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110932026-05-05T21:44:57.854Z
110942026-05-05T21:44:57.859Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
110952026-05-05T21:44:57.881Z Doc-tests dns_service_client
110962026-05-05T21:44:57.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110972026-05-05T21:44:58.120Z
110982026-05-05T21:44:58.120Zrunning 0 tests
110992026-05-05T21:44:58.120Z
111002026-05-05T21:44:58.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111012026-05-05T21:44:58.120Z
111022026-05-05T21:44:58.149Z Doc-tests end_to_end_tests
111032026-05-05T21:44:58.149Z 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-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-55c629ef171f3349.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a1617a88d2aabb89.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-145bcdf2e9c88871.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ed08145171f16c76.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
111042026-05-05T21:44:58.526Z
111052026-05-05T21:44:58.526Zrunning 0 tests
111062026-05-05T21:44:58.526Z
111072026-05-05T21:44:58.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111082026-05-05T21:44:58.527Z
111092026-05-05T21:44:58.562Z Doc-tests ereport_types
111102026-05-05T21:44:58.562Z 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-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111112026-05-05T21:44:58.715Z
111122026-05-05T21:44:58.715Zrunning 0 tests
111132026-05-05T21:44:58.715Z
111142026-05-05T21:44:58.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111152026-05-05T21:44:58.715Z
111162026-05-05T21:44:58.733Z Doc-tests gateway_api
111172026-05-05T21:44:58.733Z 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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-17a2dc838391526c.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111182026-05-05T21:44:59.292Z
111192026-05-05T21:44:59.292Zrunning 2 tests
111202026-05-05T21:44:59.292Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
111212026-05-05T21:44:59.292Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
111222026-05-05T21:44:59.292Z
111232026-05-05T21:44:59.292Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111242026-05-05T21:44:59.292Z
111252026-05-05T21:44:59.297Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
111262026-05-05T21:44:59.318Z Doc-tests gateway_client
111272026-05-05T21:44:59.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111282026-05-05T21:44:59.910Z
111292026-05-05T21:44:59.910Zrunning 0 tests
111302026-05-05T21:44:59.910Z
111312026-05-05T21:44:59.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111322026-05-05T21:44:59.910Z
111332026-05-05T21:44:59.949Z Doc-tests gateway_test_utils
111342026-05-05T21:44:59.949Z 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-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-adc148c4833a67bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111352026-05-05T21:45:00.335Z
111362026-05-05T21:45:00.335Zrunning 0 tests
111372026-05-05T21:45:00.335Z
111382026-05-05T21:45:00.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111392026-05-05T21:45:00.336Z
111402026-05-05T21:45:00.376Z Doc-tests gateway_types
111412026-05-05T21:45:00.377Z 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-18173f62a1eaa4fb.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
111422026-05-05T21:45:00.514Z
111432026-05-05T21:45:00.514Zrunning 0 tests
111442026-05-05T21:45:00.514Z
111452026-05-05T21:45:00.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111462026-05-05T21:45:00.514Z
111472026-05-05T21:45:00.532Z Doc-tests gateway_types_versions
111482026-05-05T21:45:00.532Z 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-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
111492026-05-05T21:45:01.315Z
111502026-05-05T21:45:01.315Zrunning 1 test
111512026-05-05T21:45:01.315Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
111522026-05-05T21:45:01.315Z
111532026-05-05T21:45:01.315Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111542026-05-05T21:45:01.316Z
111552026-05-05T21:45:01.319Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
111562026-05-05T21:45:01.353Z Doc-tests gfss
111572026-05-05T21:45:01.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
111582026-05-05T21:45:01.460Z
111592026-05-05T21:45:01.460Zrunning 0 tests
111602026-05-05T21:45:01.460Z
111612026-05-05T21:45:01.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111622026-05-05T21:45:01.460Z
111632026-05-05T21:45:01.477Z Doc-tests illumos_utils
111642026-05-05T21:45:01.477Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6be5bdda9e411dd2.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-06bed6ddf665ddd0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-43246231e93b0d82.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-860b093b32819917.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-84e6274fcff73231.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
111652026-05-05T21:45:01.901Z
111662026-05-05T21:45:01.901Zrunning 0 tests
111672026-05-05T21:45:01.901Z
111682026-05-05T21:45:01.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111692026-05-05T21:45:01.901Z
111702026-05-05T21:45:01.939Z Doc-tests installinator
111712026-05-05T21:45:01.940Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2bfccb1ec3a97291.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e517965593c63f03.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.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-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
111722026-05-05T21:45:02.345Z
111732026-05-05T21:45:02.345Zrunning 0 tests
111742026-05-05T21:45:02.345Z
111752026-05-05T21:45:02.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111762026-05-05T21:45:02.345Z
111772026-05-05T21:45:02.383Z Doc-tests installinator_api
111782026-05-05T21:45:02.383Z 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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-11efdef23bd7a69f.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e2e623867550a62e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
111792026-05-05T21:45:02.913Z
111802026-05-05T21:45:02.913Zrunning 2 tests
111812026-05-05T21:45:02.913Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
111822026-05-05T21:45:02.913Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
111832026-05-05T21:45:02.913Z
111842026-05-05T21:45:02.914Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111852026-05-05T21:45:02.914Z
111862026-05-05T21:45:02.918Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
111872026-05-05T21:45:02.939Z Doc-tests installinator_client
111882026-05-05T21:45:02.939Z 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-e517965593c63f03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111892026-05-05T21:45:03.231Z
111902026-05-05T21:45:03.231Zrunning 0 tests
111912026-05-05T21:45:03.232Z
111922026-05-05T21:45:03.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111932026-05-05T21:45:03.232Z
111942026-05-05T21:45:03.256Z Doc-tests installinator_common
111952026-05-05T21:45:03.256Z 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-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-e2e623867550a62e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111962026-05-05T21:45:03.535Z
111972026-05-05T21:45:03.535Zrunning 0 tests
111982026-05-05T21:45:03.535Z
111992026-05-05T21:45:03.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112002026-05-05T21:45:03.535Z
112012026-05-05T21:45:03.565Z Doc-tests installinator_common_versions
112022026-05-05T21:45:03.566Z 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-e2e623867550a62e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112032026-05-05T21:45:04.084Z
112042026-05-05T21:45:04.084Zrunning 1 test
112052026-05-05T21:45:04.084Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
112062026-05-05T21:45:04.084Z
112072026-05-05T21:45:04.084Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112082026-05-05T21:45:04.084Z
112092026-05-05T21:45:04.088Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
112102026-05-05T21:45:04.088Z Doc-tests internal_dns_resolver
112112026-05-05T21:45:04.088Z 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-92548c190ab0a742.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8d8b3b27b1d7c478.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112122026-05-05T21:45:04.268Z
112132026-05-05T21:45:04.268Zrunning 0 tests
112142026-05-05T21:45:04.268Z
112152026-05-05T21:45:04.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112162026-05-05T21:45:04.268Z
112172026-05-05T21:45:04.293Z Doc-tests internal_dns_types
112182026-05-05T21:45:04.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112192026-05-05T21:45:04.488Z
112202026-05-05T21:45:04.488Zrunning 0 tests
112212026-05-05T21:45:04.488Z
112222026-05-05T21:45:04.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112232026-05-05T21:45:04.488Z
112242026-05-05T21:45:04.512Z Doc-tests internal_dns_types_versions
112252026-05-05T21:45:04.512Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-40a89c636687335a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112262026-05-05T21:45:05.122Z
112272026-05-05T21:45:05.122Zrunning 1 test
112282026-05-05T21:45:05.122Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
112292026-05-05T21:45:05.122Z
112302026-05-05T21:45:05.122Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112312026-05-05T21:45:05.122Z
112322026-05-05T21:45:05.126Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
112332026-05-05T21:45:05.153Z Doc-tests ipcc
112342026-05-05T21:45:05.153Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112352026-05-05T21:45:05.265Z
112362026-05-05T21:45:05.265Zrunning 0 tests
112372026-05-05T21:45:05.265Z
112382026-05-05T21:45:05.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112392026-05-05T21:45:05.265Z
112402026-05-05T21:45:05.281Z Doc-tests key_manager
112412026-05-05T21:45:05.282Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-43246231e93b0d82.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112422026-05-05T21:45:05.462Z
112432026-05-05T21:45:05.462Zrunning 0 tests
112442026-05-05T21:45:05.462Z
112452026-05-05T21:45:05.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112462026-05-05T21:45:05.462Z
112472026-05-05T21:45:05.485Z Doc-tests key_manager_types
112482026-05-05T21:45:05.485Z 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-43246231e93b0d82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112492026-05-05T21:45:05.532Z
112502026-05-05T21:45:05.532Zrunning 0 tests
112512026-05-05T21:45:05.532Z
112522026-05-05T21:45:05.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112532026-05-05T21:45:05.532Z
112542026-05-05T21:45:05.541Z Doc-tests live_tests_macros
112552026-05-05T21:45:05.541Z 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-30af275d3b620700.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112562026-05-05T21:45:05.976Z
112572026-05-05T21:45:05.977Zrunning 1 test
112582026-05-05T21:45:05.977Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
112592026-05-05T21:45:05.977Z
112602026-05-05T21:45:05.977Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112612026-05-05T21:45:05.977Z
112622026-05-05T21:45:05.980Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
112632026-05-05T21:45:05.993Z Doc-tests nexus_auth
112642026-05-05T21:45:05.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-21e0cd27de10cf38.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.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-2fa4c784db8ccdb8.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9a519dca3259d3ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112652026-05-05T21:45:06.637Z
112662026-05-05T21:45:06.637Zrunning 0 tests
112672026-05-05T21:45:06.637Z
112682026-05-05T21:45:06.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112692026-05-05T21:45:06.637Z
112702026-05-05T21:45:06.687Z Doc-tests nexus_background_task_interface
112712026-05-05T21:45:06.688Z 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-f56baf2247697b60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112722026-05-05T21:45:06.748Z
112732026-05-05T21:45:06.748Zrunning 0 tests
112742026-05-05T21:45:06.748Z
112752026-05-05T21:45:06.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112762026-05-05T21:45:06.748Z
112772026-05-05T21:45:06.757Z Doc-tests nexus_client
112782026-05-05T21:45:06.757Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112792026-05-05T21:45:07.329Z
112802026-05-05T21:45:07.329Zrunning 0 tests
112812026-05-05T21:45:07.330Z
112822026-05-05T21:45:07.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112832026-05-05T21:45:07.330Z
112842026-05-05T21:45:07.372Z Doc-tests nexus_config
112852026-05-05T21:45:07.372Z 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-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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-05-05T21:45:07.913Z
112872026-05-05T21:45:07.914Zrunning 0 tests
112882026-05-05T21:45:07.914Z
112892026-05-05T21:45:07.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112902026-05-05T21:45:07.914Z
112912026-05-05T21:45:07.956Z Doc-tests nexus_db_errors
112922026-05-05T21:45:07.956Z 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-bfc2b60907f3047d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112932026-05-05T21:45:08.302Z
112942026-05-05T21:45:08.302Zrunning 0 tests
112952026-05-05T21:45:08.302Z
112962026-05-05T21:45:08.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112972026-05-05T21:45:08.302Z
112982026-05-05T21:45:08.338Z Doc-tests nexus_db_fixed_data
112992026-05-05T21:45:08.338Z 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-9a519dca3259d3ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113002026-05-05T21:45:08.636Z
113012026-05-05T21:45:08.636Zrunning 0 tests
113022026-05-05T21:45:08.636Z
113032026-05-05T21:45:08.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113042026-05-05T21:45:08.636Z
113052026-05-05T21:45:08.668Z Doc-tests nexus_db_lookup
113062026-05-05T21:45:08.668Z 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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113072026-05-05T21:45:09.179Z
113082026-05-05T21:45:09.179Zrunning 0 tests
113092026-05-05T21:45:09.179Z
113102026-05-05T21:45:09.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113112026-05-05T21:45:09.179Z
113122026-05-05T21:45:09.227Z Doc-tests nexus_db_model
113132026-05-05T21:45:09.227Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1574d1c08d8b7e2e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
113142026-05-05T21:45:24.388Z
113152026-05-05T21:45:24.388Zrunning 4 tests
113162026-05-05T21:45:24.404Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
113172026-05-05T21:45:24.407Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
113182026-05-05T21:45:24.410Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
113192026-05-05T21:45:24.410Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
113202026-05-05T21:45:24.410Z
113212026-05-05T21:45:24.410Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
113222026-05-05T21:45:24.410Z
113232026-05-05T21:45:24.438Zall doctests ran in 12.38s; merged doctests compilation took 12.32s
113242026-05-05T21:45:24.558Z Doc-tests nexus_db_queries
113252026-05-05T21:45:24.562Z 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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-29afcf9e5dc33382.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-369c6a859b789afe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9a519dca3259d3ea.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-100d221d12db391c.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-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113262026-05-05T21:45:31.357Z
113272026-05-05T21:45:31.357Zrunning 3 tests
113282026-05-05T21:45:31.361Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 66) ... ignored
113292026-05-05T21:45:31.361Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 432) ... ignored
113302026-05-05T21:45:31.365Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
113312026-05-05T21:45:31.365Z
113322026-05-05T21:45:31.365Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113332026-05-05T21:45:31.365Z
113342026-05-05T21:45:31.372Zall doctests ran in 5.25s; merged doctests compilation took 5.23s
113352026-05-05T21:45:31.480Z Doc-tests nexus_db_schema
113362026-05-05T21:45:31.480Z 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-bfc2b60907f3047d.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-0b76831001ade886.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
113372026-05-05T21:45:36.613Z
113382026-05-05T21:45:36.613Zrunning 0 tests
113392026-05-05T21:45:36.613Z
113402026-05-05T21:45:36.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113412026-05-05T21:45:36.613Z
113422026-05-05T21:45:36.829Z Doc-tests nexus_defaults
113432026-05-05T21:45:36.829Z 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-78d62d6b51f2c19b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113442026-05-05T21:45:36.996Z
113452026-05-05T21:45:36.996Zrunning 0 tests
113462026-05-05T21:45:36.996Z
113472026-05-05T21:45:36.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113482026-05-05T21:45:36.996Z
113492026-05-05T21:45:37.018Z Doc-tests nexus_external_api
113502026-05-05T21:45:37.018Z 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-6ccb02f85c1b62a6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-1209a926db32710c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-05-05T21:45:38.061Z
113522026-05-05T21:45:38.061Zrunning 2 tests
113532026-05-05T21:45:38.061Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 194) ... ignored
113542026-05-05T21:45:38.061Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 200) ... ignored
113552026-05-05T21:45:38.061Z
113562026-05-05T21:45:38.061Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113572026-05-05T21:45:38.062Z
113582026-05-05T21:45:38.065Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113592026-05-05T21:45:38.114Z Doc-tests nexus_fm
113602026-05-05T21:45:38.114Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.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`
113612026-05-05T21:45:38.463Z
113622026-05-05T21:45:38.463Zrunning 0 tests
113632026-05-05T21:45:38.463Z
113642026-05-05T21:45:38.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113652026-05-05T21:45:38.463Z
113662026-05-05T21:45:38.499Z Doc-tests nexus_internal_api
113672026-05-05T21:45:38.499Z 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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.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`
113682026-05-05T21:45:39.221Z
113692026-05-05T21:45:39.221Zrunning 2 tests
113702026-05-05T21:45:39.221Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
113712026-05-05T21:45:39.221Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
113722026-05-05T21:45:39.221Z
113732026-05-05T21:45:39.221Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113742026-05-05T21:45:39.221Z
113752026-05-05T21:45:39.225Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
113762026-05-05T21:45:39.261Z Doc-tests nexus_inventory
113772026-05-05T21:45:39.262Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.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-a76ec93d39268658.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.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`
113782026-05-05T21:45:39.582Z
113792026-05-05T21:45:39.582Zrunning 0 tests
113802026-05-05T21:45:39.582Z
113812026-05-05T21:45:39.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113822026-05-05T21:45:39.582Z
113832026-05-05T21:45:39.615Z Doc-tests nexus_lockstep_api
113842026-05-05T21:45:39.615Z 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-5eda8250a90bc255.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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`
113852026-05-05T21:45:40.320Z
113862026-05-05T21:45:40.320Zrunning 2 tests
113872026-05-05T21:45:40.320Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
113882026-05-05T21:45:40.320Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
113892026-05-05T21:45:40.320Z
113902026-05-05T21:45:40.320Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113912026-05-05T21:45:40.320Z
113922026-05-05T21:45:40.324Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
113932026-05-05T21:45:40.361Z Doc-tests nexus_lockstep_client
113942026-05-05T21:45:40.361Z 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-ca1e73c051090819.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113952026-05-05T21:45:42.184Z
113962026-05-05T21:45:42.184Zrunning 0 tests
113972026-05-05T21:45:42.184Z
113982026-05-05T21:45:42.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113992026-05-05T21:45:42.184Z
114002026-05-05T21:45:42.254Z Doc-tests nexus_macros_common
114012026-05-05T21:45:42.254Z 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-65233de087c50445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114022026-05-05T21:45:42.302Z
114032026-05-05T21:45:42.302Zrunning 0 tests
114042026-05-05T21:45:42.302Z
114052026-05-05T21:45:42.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114062026-05-05T21:45:42.302Z
114072026-05-05T21:45:42.310Z Doc-tests nexus_metrics_producer_gc
114082026-05-05T21:45:42.310Z 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-c6da6d562eb4080b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114092026-05-05T21:45:42.703Z
114102026-05-05T21:45:42.703Zrunning 0 tests
114112026-05-05T21:45:42.703Z
114122026-05-05T21:45:42.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114132026-05-05T21:45:42.703Z
114142026-05-05T21:45:42.744Z Doc-tests nexus_mgs_updates
114152026-05-05T21:45:42.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_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
114162026-05-05T21:45:43.110Z
114172026-05-05T21:45:43.110Zrunning 0 tests
114182026-05-05T21:45:43.110Z
114192026-05-05T21:45:43.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114202026-05-05T21:45:43.110Z
114212026-05-05T21:45:43.148Z Doc-tests nexus_networking
114222026-05-05T21:45:43.148Z 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 anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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`
114232026-05-05T21:45:43.559Z
114242026-05-05T21:45:43.559Zrunning 0 tests
114252026-05-05T21:45:43.559Z
114262026-05-05T21:45:43.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114272026-05-05T21:45:43.559Z
114282026-05-05T21:45:43.602Z Doc-tests nexus_reconfigurator_blippy
114292026-05-05T21:45:43.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_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114302026-05-05T21:45:43.898Z
114312026-05-05T21:45:43.898Zrunning 0 tests
114322026-05-05T21:45:43.898Z
114332026-05-05T21:45:43.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114342026-05-05T21:45:43.898Z
114352026-05-05T21:45:43.930Z Doc-tests nexus_reconfigurator_execution
114362026-05-05T21:45:43.931Z 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-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
114372026-05-05T21:45:44.347Z
114382026-05-05T21:45:44.347Zrunning 0 tests
114392026-05-05T21:45:44.347Z
114402026-05-05T21:45:44.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114412026-05-05T21:45:44.347Z
114422026-05-05T21:45:44.391Z Doc-tests nexus_reconfigurator_planning
114432026-05-05T21:45:44.391Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1ac65d29eea687af.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114442026-05-05T21:45:44.885Z
114452026-05-05T21:45:44.885Zrunning 0 tests
114462026-05-05T21:45:44.885Z
114472026-05-05T21:45:44.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114482026-05-05T21:45:44.885Z
114492026-05-05T21:45:44.930Z Doc-tests nexus_reconfigurator_preparation
114502026-05-05T21:45:44.930Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114512026-05-05T21:45:45.325Z
114522026-05-05T21:45:45.325Zrunning 0 tests
114532026-05-05T21:45:45.325Z
114542026-05-05T21:45:45.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114552026-05-05T21:45:45.326Z
114562026-05-05T21:45:45.368Z Doc-tests nexus_reconfigurator_rendezvous
114572026-05-05T21:45:45.368Z 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-c6da6d562eb4080b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114582026-05-05T21:45:45.764Z
114592026-05-05T21:45:45.764Zrunning 0 tests
114602026-05-05T21:45:45.764Z
114612026-05-05T21:45:45.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114622026-05-05T21:45:45.764Z
114632026-05-05T21:45:45.806Z Doc-tests nexus_reconfigurator_simulation
114642026-05-05T21:45:45.810Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-18c07b5bb3da1f19.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.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`
114652026-05-05T21:45:46.178Z
114662026-05-05T21:45:46.178Zrunning 0 tests
114672026-05-05T21:45:46.178Z
114682026-05-05T21:45:46.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114692026-05-05T21:45:46.178Z
114702026-05-05T21:45:46.218Z Doc-tests nexus_saga_recovery
114712026-05-05T21:45:46.218Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114722026-05-05T21:45:46.540Z
114732026-05-05T21:45:46.540Zrunning 0 tests
114742026-05-05T21:45:46.540Z
114752026-05-05T21:45:46.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114762026-05-05T21:45:46.540Z
114772026-05-05T21:45:46.574Z Doc-tests nexus_test_interface
114782026-05-05T21:45:46.575Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
114792026-05-05T21:45:46.964Z
114802026-05-05T21:45:46.965Zrunning 0 tests
114812026-05-05T21:45:46.965Z
114822026-05-05T21:45:46.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114832026-05-05T21:45:46.965Z
114842026-05-05T21:45:47.005Z Doc-tests nexus_test_utils
114852026-05-05T21:45:47.005Z 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-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-042eb807ea10b4d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.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`
114862026-05-05T21:45:47.618Z
114872026-05-05T21:45:47.618Zrunning 0 tests
114882026-05-05T21:45:47.618Z
114892026-05-05T21:45:47.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114902026-05-05T21:45:47.620Z
114912026-05-05T21:45:47.670Z Doc-tests nexus_test_utils_macros
114922026-05-05T21:45:47.670Z 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-d55295843272b55d.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114932026-05-05T21:45:47.721Z
114942026-05-05T21:45:47.721Zrunning 1 test
114952026-05-05T21:45:47.724Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
114962026-05-05T21:45:47.724Z
114972026-05-05T21:45:47.724Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114982026-05-05T21:45:47.725Z
114992026-05-05T21:45:47.729Z Doc-tests nexus_types
115002026-05-05T21:45:47.729Z 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-6ccb02f85c1b62a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.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-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-ccfbcf8c762ccdd6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115012026-05-05T21:45:58.858Z
115022026-05-05T21:45:58.858Zrunning 4 tests
115032026-05-05T21:45:58.862Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3218) ... ignored
115042026-05-05T21:45:58.862Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3090) ... ignored
115052026-05-05T21:45:58.862Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1959) ... ignored
115062026-05-05T21:45:58.867Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 233) ... ok
115072026-05-05T21:45:58.867Z
115082026-05-05T21:45:58.868Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
115092026-05-05T21:45:58.868Z
115102026-05-05T21:45:58.893Zall doctests ran in 9.32s; merged doctests compilation took 9.28s
115112026-05-05T21:45:58.994Z Doc-tests nexus_types_versions
115122026-05-05T21:45:58.994Z 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-6ccb02f85c1b62a6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115132026-05-05T21:46:01.789Z
115142026-05-05T21:46:01.790Zrunning 1 test
115152026-05-05T21:46:01.790Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
115162026-05-05T21:46:01.790Z
115172026-05-05T21:46:01.790Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115182026-05-05T21:46:01.790Z
115192026-05-05T21:46:01.794Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
115202026-05-05T21:46:01.895Z Doc-tests ntp_admin_api
115212026-05-05T21:46:01.895Z 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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-6dc35c9375ff25b7.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-fc09681cebd935e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115222026-05-05T21:46:02.397Z
115232026-05-05T21:46:02.397Zrunning 2 tests
115242026-05-05T21:46:02.397Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 24) ... ignored
115252026-05-05T21:46:02.397Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 30) ... ignored
115262026-05-05T21:46:02.397Z
115272026-05-05T21:46:02.397Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115282026-05-05T21:46:02.398Z
115292026-05-05T21:46:02.401Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
115302026-05-05T21:46:02.420Z Doc-tests ntp_admin_client
115312026-05-05T21:46:02.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115322026-05-05T21:46:02.571Z
115332026-05-05T21:46:02.571Zrunning 0 tests
115342026-05-05T21:46:02.571Z
115352026-05-05T21:46:02.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115362026-05-05T21:46:02.571Z
115372026-05-05T21:46:02.587Z Doc-tests ntp_admin_types
115382026-05-05T21:46:02.587Z 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-2753575d6d6e9998.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-fc09681cebd935e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115392026-05-05T21:46:02.645Z
115402026-05-05T21:46:02.645Zrunning 0 tests
115412026-05-05T21:46:02.646Z
115422026-05-05T21:46:02.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115432026-05-05T21:46:02.646Z
115442026-05-05T21:46:02.655Z Doc-tests ntp_admin_types_versions
115452026-05-05T21:46:02.655Z 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-fc09681cebd935e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115462026-05-05T21:46:03.112Z
115472026-05-05T21:46:03.112Zrunning 1 test
115482026-05-05T21:46:03.112Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
115492026-05-05T21:46:03.112Z
115502026-05-05T21:46:03.112Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115512026-05-05T21:46:03.112Z
115522026-05-05T21:46:03.116Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
115532026-05-05T21:46:03.132Z Doc-tests omicron_certificates
115542026-05-05T21:46:03.135Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_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-1574d1c08d8b7e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115552026-05-05T21:46:03.317Z
115562026-05-05T21:46:03.317Zrunning 0 tests
115572026-05-05T21:46:03.317Z
115582026-05-05T21:46:03.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115592026-05-05T21:46:03.317Z
115602026-05-05T21:46:03.341Z Doc-tests omicron_clickhouse_admin
115612026-05-05T21:46:03.341Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-543fa7dc452e430f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e31dc007a0b438de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-30126ad26c2091b8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115622026-05-05T21:46:03.680Z
115632026-05-05T21:46:03.680Zrunning 0 tests
115642026-05-05T21:46:03.680Z
115652026-05-05T21:46:03.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115662026-05-05T21:46:03.680Z
115672026-05-05T21:46:03.717Z Doc-tests omicron_cockroach_admin
115682026-05-05T21:46:03.721Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ac31ba513aafec51.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-40a335095d1600ca.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-042eb807ea10b4d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
115692026-05-05T21:46:03.966Z
115702026-05-05T21:46:03.966Zrunning 0 tests
115712026-05-05T21:46:03.967Z
115722026-05-05T21:46:03.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115732026-05-05T21:46:03.967Z
115742026-05-05T21:46:03.995Z Doc-tests omicron_cockroach_metrics
115752026-05-05T21:46:03.995Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-7bd4af404dda56db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-5470b56a97fe8c9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115762026-05-05T21:46:05.817Z
115772026-05-05T21:46:05.817Zrunning 1 test
115782026-05-05T21:46:05.821Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
115792026-05-05T21:46:05.821Z
115802026-05-05T21:46:05.822Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115812026-05-05T21:46:05.822Z
115822026-05-05T21:46:05.825Zall doctests ran in 1.66s; merged doctests compilation took 1.65s
115832026-05-05T21:46:05.852Z Doc-tests omicron_common
115842026-05-05T21:46:05.852Z 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-6ccb02f85c1b62a6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-daa88a8e83ac844d.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-719b035ddcee078a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
115852026-05-05T21:46:10.878Z
115862026-05-05T21:46:10.878Zrunning 3 tests
115872026-05-05T21:46:10.881Ztest common/src/lib.rs - FileKv (line 37) ... ignored
115882026-05-05T21:46:10.885Ztest common/src/lib.rs - BytesToHexDebug (line 119) ... ok
115892026-05-05T21:46:10.885Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 651) ... ok
115902026-05-05T21:46:10.885Z
115912026-05-05T21:46:10.885Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
115922026-05-05T21:46:10.885Z
115932026-05-05T21:46:10.895Zall doctests ran in 4.04s; merged doctests compilation took 4.02s
115942026-05-05T21:46:10.956Z Doc-tests omicron_ddm_admin_client
115952026-05-05T21:46:10.956Z 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-49a7fbbb8a6fd989.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115962026-05-05T21:46:11.092Z
115972026-05-05T21:46:11.092Zrunning 0 tests
115982026-05-05T21:46:11.092Z
115992026-05-05T21:46:11.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116002026-05-05T21:46:11.092Z
116012026-05-05T21:46:11.110Z Doc-tests omicron_deployment_graph
116022026-05-05T21:46:11.113Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_deployment_graph --test dev-tools/omicron-deployment-graph/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116032026-05-05T21:46:11.171Z
116042026-05-05T21:46:11.171Zrunning 0 tests
116052026-05-05T21:46:11.171Z
116062026-05-05T21:46:11.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116072026-05-05T21:46:11.171Z
116082026-05-05T21:46:11.181Z Doc-tests omicron_dev_lib
116092026-05-05T21:46:11.181Z 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-2d20d975c68e891e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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`
116102026-05-05T21:46:11.473Z
116112026-05-05T21:46:11.473Zrunning 0 tests
116122026-05-05T21:46:11.473Z
116132026-05-05T21:46:11.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116142026-05-05T21:46:11.473Z
116152026-05-05T21:46:11.506Z Doc-tests omicron_gateway
116162026-05-05T21:46:11.506Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-17a2dc838391526c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4516fd2986628f10.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-1795dad6b1d23ceb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e40e8fa4ab3c7fe3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-adc148c4833a67bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-037970183dc12ca2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116172026-05-05T21:46:12.036Z
116182026-05-05T21:46:12.036Zrunning 0 tests
116192026-05-05T21:46:12.036Z
116202026-05-05T21:46:12.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116212026-05-05T21:46:12.036Z
116222026-05-05T21:46:12.084Z Doc-tests omicron_ledger
116232026-05-05T21:46:12.084Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116242026-05-05T21:46:12.161Z
116252026-05-05T21:46:12.161Zrunning 0 tests
116262026-05-05T21:46:12.161Z
116272026-05-05T21:46:12.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116282026-05-05T21:46:12.161Z
116292026-05-05T21:46:12.172Z Doc-tests omicron_ls_apis
116302026-05-05T21:46:12.172Z 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-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-4a7af89be0c7a7f0.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-fb70a64afba32530.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116312026-05-05T21:46:12.328Z
116322026-05-05T21:46:12.328Zrunning 1 test
116332026-05-05T21:46:12.332Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
116342026-05-05T21:46:12.332Z
116352026-05-05T21:46:12.332Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116362026-05-05T21:46:12.332Z
116372026-05-05T21:46:12.345Z Doc-tests omicron_nexus
116382026-05-05T21:46:12.349Z 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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-915540f8e5f9fa9c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-db0250c0c533aa4b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-0a4673c318d3fc83.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-eceddc17972e0456.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-04d69f055a1be229.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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-24aefc8bddb6bb48.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2fa4c784db8ccdb8.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-f56baf2247697b60.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-be29562fb7be923c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-45acc17bfcb5c80b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-de8d97931bbf3575.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4863e29b5350ba7f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-96ccd00eeafeb983.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-1209a926db32710c.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-d6fbcbddcf39ce81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-95cac4018c2cfaee.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b5e4acc0d9826ac3.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2699d47db472c723.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a7fa65ae2dc34629.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9030fe93935d232a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b58b74e4dec76a77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-f71d2e90b54df6e2.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-715ba9825a7cb3b1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-98a3550a01e753d1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-43652c9ba5625e3e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d55295843272b55d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-725806f4e4459a36.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.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-5470b56a97fe8c9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6573f98a35f94955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.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-44bf749221e47d6f.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-84dd0ba1c2fa13fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-378d02d8e0e669c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-ba3fb81f4bed7ec8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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`
116392026-05-05T21:46:21.312Z
116402026-05-05T21:46:21.312Zrunning 6 tests
116412026-05-05T21:46:21.315Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
116422026-05-05T21:46:21.315Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
116432026-05-05T21:46:21.318Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1044) ... ok
116442026-05-05T21:46:21.318Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 980) ... ok
116452026-05-05T21:46:21.322Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1002) ... ok
116462026-05-05T21:46:21.322Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1074) ... ok
116472026-05-05T21:46:21.322Z
116482026-05-05T21:46:21.322Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
116492026-05-05T21:46:21.322Z
116502026-05-05T21:46:21.330Zall doctests ran in 6.78s; merged doctests compilation took 6.76s
116512026-05-05T21:46:21.467Z Doc-tests omicron_ntp_admin
116522026-05-05T21:46:21.467Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2a3bdd099c6953c.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-6dc35c9375ff25b7.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-2753575d6d6e9998.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-4ac93b7e19c6c1c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
116532026-05-05T21:46:21.671Z
116542026-05-05T21:46:21.671Zrunning 0 tests
116552026-05-05T21:46:21.671Z
116562026-05-05T21:46:21.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116572026-05-05T21:46:21.671Z
116582026-05-05T21:46:21.698Z Doc-tests omicron_package
116592026-05-05T21:46:21.698Z 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-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-8fa6ca50b06fd6ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-98a781c936dd7f83.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
116602026-05-05T21:46:21.862Z
116612026-05-05T21:46:21.862Zrunning 0 tests
116622026-05-05T21:46:21.862Z
116632026-05-05T21:46:21.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116642026-05-05T21:46:21.862Z
116652026-05-05T21:46:21.882Z Doc-tests omicron_passwords
116662026-05-05T21:46:21.882Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116672026-05-05T21:46:21.979Z
116682026-05-05T21:46:21.979Zrunning 0 tests
116692026-05-05T21:46:21.979Z
116702026-05-05T21:46:21.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116712026-05-05T21:46:21.979Z
116722026-05-05T21:46:21.993Z Doc-tests omicron_pins
116732026-05-05T21:46:21.993Z 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-0315e6aa71703e60.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-26cc4193c958dd24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116742026-05-05T21:46:22.072Z
116752026-05-05T21:46:22.072Zrunning 0 tests
116762026-05-05T21:46:22.072Z
116772026-05-05T21:46:22.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116782026-05-05T21:46:22.072Z
116792026-05-05T21:46:22.083Z Doc-tests omicron_repl_utils
116802026-05-05T21:46:22.086Z 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-d62b7cd9ab5877a1.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116812026-05-05T21:46:22.144Z
116822026-05-05T21:46:22.144Zrunning 0 tests
116832026-05-05T21:46:22.144Z
116842026-05-05T21:46:22.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116852026-05-05T21:46:22.145Z
116862026-05-05T21:46:22.154Z Doc-tests omicron_rpaths
116872026-05-05T21:46:22.158Z 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-4143de769c4db1af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116882026-05-05T21:46:22.197Z
116892026-05-05T21:46:22.197Zrunning 0 tests
116902026-05-05T21:46:22.197Z
116912026-05-05T21:46:22.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116922026-05-05T21:46:22.197Z
116932026-05-05T21:46:22.205Z Doc-tests omicron_sled_agent
116942026-05-05T21:46:22.209Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f3181b3e0fca88ee.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-d52d406c51874f1c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-68dc3e49364333c1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-4c1b6dbe522c27c8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bbaed369d3f1b87b.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-3d2cbfa0893d2437.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6f83bed12c902e6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.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-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4c144d006586f6d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ef0831a69b815d94.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-35b17e784a944507.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.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-c0abfb76bb91ab05.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
116952026-05-05T21:46:23.329Z
116962026-05-05T21:46:23.329Zrunning 0 tests
116972026-05-05T21:46:23.329Z
116982026-05-05T21:46:23.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116992026-05-05T21:46:23.329Z
117002026-05-05T21:46:23.404Z Doc-tests omicron_test_utils
117012026-05-05T21:46:23.404Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-37ab4dcafaac317c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-c6158520ece245df.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
117022026-05-05T21:46:33.564Z
117032026-05-05T21:46:33.564Zrunning 2 tests
117042026-05-05T21:46:33.579Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
117052026-05-05T21:46:33.583Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
117062026-05-05T21:46:33.583Z
117072026-05-05T21:46:33.583Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
117082026-05-05T21:46:33.583Z
117092026-05-05T21:46:33.609Z
117102026-05-05T21:46:33.609Zrunning 1 test
117112026-05-05T21:46:33.613Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
117122026-05-05T21:46:33.613Z
117132026-05-05T21:46:33.613Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117142026-05-05T21:46:33.613Z
117152026-05-05T21:46:33.613Zall doctests ran in 9.83s; merged doctests compilation took 9.78s
117162026-05-05T21:46:33.663Z Doc-tests omicron_uuid_kinds
117172026-05-05T21:46:33.663Z 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-334a9d6975c1b79b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.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`
117182026-05-05T21:46:33.793Z
117192026-05-05T21:46:33.793Zrunning 0 tests
117202026-05-05T21:46:33.793Z
117212026-05-05T21:46:33.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117222026-05-05T21:46:33.793Z
117232026-05-05T21:46:33.810Z Doc-tests omicron_workspace_hack
117242026-05-05T21:46:33.814Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-c33ae0204e4d0584.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-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-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-80f228159689a9d0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.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 mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.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-cfbc439689bd784e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.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-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-9406d91607c8d775.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-25c10e56052d9476.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b3cd670d2bd69f76.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-7304b048768d0238.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-7540c9ea9ecda8ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-58a6bafb4ddf5cf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117252026-05-05T21:46:33.854Z
117262026-05-05T21:46:33.854Zrunning 0 tests
117272026-05-05T21:46:33.854Z
117282026-05-05T21:46:33.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117292026-05-05T21:46:33.854Z
117302026-05-05T21:46:33.863Z Doc-tests oxide_client
117312026-05-05T21:46:33.867Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d16a90be529fbff1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-44bf749221e47d6f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117322026-05-05T21:46:38.255Z
117332026-05-05T21:46:38.255Zrunning 311 tests
117342026-05-05T21:46:38.255Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
117352026-05-05T21:46:38.255Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
117362026-05-05T21:46:38.255Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
117372026-05-05T21:46:38.255Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
117382026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
117392026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
117402026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
117412026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
117422026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
117432026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
117442026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
117452026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
117462026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
117472026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
117482026-05-05T21:46:38.256Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
117492026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
117502026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
117512026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
117522026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
117532026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
117542026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
117552026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
117562026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
117572026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
117582026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
117592026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
117602026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
117612026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
117622026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
117632026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
117642026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
117652026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
117662026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
117672026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
117682026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
117692026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
117702026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
117712026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
117722026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
117732026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
117742026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
117752026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
117762026-05-05T21:46:38.263Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
117772026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
117782026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
117792026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
117802026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
117812026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
117822026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
117832026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
117842026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
117852026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
117862026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
117872026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
117882026-05-05T21:46:38.264Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
117892026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
117902026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
117912026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
117922026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
117932026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
117942026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
117952026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
117962026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
117972026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
117982026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
117992026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
118002026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
118012026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
118022026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
118032026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
118042026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
118052026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
118062026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
118072026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
118082026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
118092026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
118102026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
118112026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
118122026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
118132026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
118142026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
118152026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
118162026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
118172026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
118182026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
118192026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
118202026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
118212026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
118222026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
118232026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
118242026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
118252026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
118262026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
118272026-05-05T21:46:38.265Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
118282026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
118292026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
118302026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
118312026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
118322026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
118332026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
118342026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
118352026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
118362026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
118372026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
118382026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
118392026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
118402026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
118412026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
118422026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
118432026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
118442026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
118452026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
118462026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
118472026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
118482026-05-05T21:46:38.266Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
118492026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
118502026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
118512026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
118522026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
118532026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
118542026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
118552026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
118562026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
118572026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
118582026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
118592026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
118602026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
118612026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
118622026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
118632026-05-05T21:46:38.271Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
118642026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
118652026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
118662026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
118672026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
118682026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
118692026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
118702026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
118712026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
118722026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
118732026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
118742026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
118752026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
118762026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
118772026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
118782026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
118792026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
118802026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
118812026-05-05T21:46:38.272Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
118822026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
118832026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
118842026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
118852026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
118862026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
118872026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
118882026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
118892026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
118902026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
118912026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
118922026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
118932026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
118942026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
118952026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
118962026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
118972026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
118982026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
118992026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
119002026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
119012026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
119022026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
119032026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
119042026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
119052026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
119062026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
119072026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
119082026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
119092026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
119102026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
119112026-05-05T21:46:38.273Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
119122026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
119132026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
119142026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
119152026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
119162026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
119172026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
119182026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
119192026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
119202026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
119212026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
119222026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
119232026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
119242026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
119252026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
119262026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
119272026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
119282026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
119292026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
119302026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
119312026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
119322026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
119332026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
119342026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
119352026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
119362026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
119372026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
119382026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
119392026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
119402026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
119412026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
119422026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
119432026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
119442026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
119452026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
119462026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
119472026-05-05T21:46:38.274Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
119482026-05-05T21:46:38.275Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
119492026-05-05T21:46:38.279Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
119502026-05-05T21:46:38.279Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
119512026-05-05T21:46:38.279Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
119522026-05-05T21:46:38.279Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
119532026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
119542026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
119552026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
119562026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
119572026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
119582026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
119592026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
119602026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
119612026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
119622026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
119632026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
119642026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
119652026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
119662026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
119672026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
119682026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
119692026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
119702026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
119712026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
119722026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
119732026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
119742026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
119752026-05-05T21:46:38.280Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
119762026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
119772026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
119782026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
119792026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
119802026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
119812026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
119822026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
119832026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
119842026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
119852026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
119862026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
119872026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
119882026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
119892026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
119902026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
119912026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
119922026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
119932026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
119942026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
119952026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
119962026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
119972026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
119982026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
119992026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
120002026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
120012026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
120022026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
120032026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
120042026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
120052026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
120062026-05-05T21:46:38.281Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
120072026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
120082026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
120092026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
120102026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
120112026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
120122026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
120132026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
120142026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
120152026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
120162026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
120172026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
120182026-05-05T21:46:38.282Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
120192026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
120202026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
120212026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
120222026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
120232026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
120242026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
120252026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
120262026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
120272026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
120282026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
120292026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
120302026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
120312026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
120322026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
120332026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
120342026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
120352026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
120362026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
120372026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
120382026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
120392026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
120402026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
120412026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
120422026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
120432026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
120442026-05-05T21:46:38.283Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
120452026-05-05T21:46:38.283Z
120462026-05-05T21:46:38.283Ztest result: ok. 0 passed; 0 failed; 311 ignored; 0 measured; 0 filtered out; finished in 0.00s
120472026-05-05T21:46:38.283Z
120482026-05-05T21:46:38.283Zall doctests ran in 0.61s; merged doctests compilation took 0.61s
120492026-05-05T21:46:38.389Z Doc-tests oximeter
120502026-05-05T21:46:38.389Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-104d46b5b2888f6c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3f73a628ec812de6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.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`
120512026-05-05T21:46:43.334Z
120522026-05-05T21:46:43.334Zrunning 2 tests
120532026-05-05T21:46:43.337Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
120542026-05-05T21:46:43.337Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
120552026-05-05T21:46:43.337Z
120562026-05-05T21:46:43.337Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120572026-05-05T21:46:43.338Z
120582026-05-05T21:46:43.350Zall doctests ran in 4.75s; merged doctests compilation took 4.73s
120592026-05-05T21:46:43.389Z Doc-tests oximeter_api
120602026-05-05T21:46:43.389Z 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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120612026-05-05T21:46:43.948Z
120622026-05-05T21:46:43.948Zrunning 2 tests
120632026-05-05T21:46:43.948Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
120642026-05-05T21:46:43.948Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
120652026-05-05T21:46:43.948Z
120662026-05-05T21:46:43.948Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120672026-05-05T21:46:43.948Z
120682026-05-05T21:46:43.952Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
120692026-05-05T21:46:43.976Z Doc-tests oximeter_client
120702026-05-05T21:46:43.977Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120712026-05-05T21:46:44.247Z
120722026-05-05T21:46:44.247Zrunning 0 tests
120732026-05-05T21:46:44.247Z
120742026-05-05T21:46:44.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120752026-05-05T21:46:44.247Z
120762026-05-05T21:46:44.275Z Doc-tests oximeter_collector
120772026-05-05T21:46:44.276Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-ab641a2bb00de279.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ba3ef81f4a3ba1a4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f5d9840e7c531abd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120782026-05-05T21:46:44.752Z
120792026-05-05T21:46:44.752Zrunning 0 tests
120802026-05-05T21:46:44.752Z
120812026-05-05T21:46:44.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120822026-05-05T21:46:44.752Z
120832026-05-05T21:46:44.803Z Doc-tests oximeter_db
120842026-05-05T21:46:44.803Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-bbe579a06d9ac6a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
120852026-05-05T21:46:45.877Z
120862026-05-05T21:46:45.877Zrunning 3 tests
120872026-05-05T21:46:45.877Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
120882026-05-05T21:46:45.877Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
120892026-05-05T21:46:45.877Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
120902026-05-05T21:46:45.877Z
120912026-05-05T21:46:45.877Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
120922026-05-05T21:46:45.877Z
120932026-05-05T21:46:45.881Z
120942026-05-05T21:46:45.881Zrunning 2 tests
120952026-05-05T21:46:45.881Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
120962026-05-05T21:46:45.881Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
120972026-05-05T21:46:45.881Z
120982026-05-05T21:46:45.881Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120992026-05-05T21:46:45.881Z
121002026-05-05T21:46:45.881Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
121012026-05-05T21:46:45.937Z Doc-tests oximeter_instruments
121022026-05-05T21:46:45.937Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2971c495e97a9b10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' --document-private-items -D warnings --error-format human`
121032026-05-05T21:46:46.246Z
121042026-05-05T21:46:46.246Zrunning 0 tests
121052026-05-05T21:46:46.246Z
121062026-05-05T21:46:46.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121072026-05-05T21:46:46.246Z
121082026-05-05T21:46:46.281Z Doc-tests oximeter_macro_impl
121092026-05-05T21:46:46.281Z 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-304ccfaba9f5de29.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121102026-05-05T21:46:46.342Z
121112026-05-05T21:46:46.342Zrunning 0 tests
121122026-05-05T21:46:46.342Z
121132026-05-05T21:46:46.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121142026-05-05T21:46:46.342Z
121152026-05-05T21:46:46.353Z Doc-tests oximeter_producer
121162026-05-05T21:46:46.353Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c8920cffd38f3e1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a5b2d46e4e1d4055.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2f6f6d4fd19a35f5.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-d3e1175b21eeea16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121172026-05-05T21:46:46.722Z
121182026-05-05T21:46:46.722Zrunning 0 tests
121192026-05-05T21:46:46.722Z
121202026-05-05T21:46:46.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121212026-05-05T21:46:46.722Z
121222026-05-05T21:46:46.762Z Doc-tests oximeter_producer_api
121232026-05-05T21:46:46.762Z 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-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-d3e1175b21eeea16.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121242026-05-05T21:46:47.319Z
121252026-05-05T21:46:47.320Zrunning 2 tests
121262026-05-05T21:46:47.320Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 25) ... ignored
121272026-05-05T21:46:47.320Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 31) ... ignored
121282026-05-05T21:46:47.320Z
121292026-05-05T21:46:47.320Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121302026-05-05T21:46:47.320Z
121312026-05-05T21:46:47.323Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
121322026-05-05T21:46:47.348Z Doc-tests oximeter_schema
121332026-05-05T21:46:47.348Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-104d46b5b2888f6c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121342026-05-05T21:46:47.565Z
121352026-05-05T21:46:47.565Zrunning 0 tests
121362026-05-05T21:46:47.565Z
121372026-05-05T21:46:47.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121382026-05-05T21:46:47.565Z
121392026-05-05T21:46:47.590Z Doc-tests oximeter_test_utils
121402026-05-05T21:46:47.590Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3a26f02e3da2de30.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a0fe65df1e049457.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121412026-05-05T21:46:47.959Z
121422026-05-05T21:46:47.959Zrunning 0 tests
121432026-05-05T21:46:47.959Z
121442026-05-05T21:46:47.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121452026-05-05T21:46:47.959Z
121462026-05-05T21:46:48.001Z Doc-tests oximeter_timeseries_macro
121472026-05-05T21:46:48.001Z 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-304ccfaba9f5de29.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-9fb68c3347fcd566.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3f73a628ec812de6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c89b5e33f1e5a7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121482026-05-05T21:46:48.173Z
121492026-05-05T21:46:48.173Zrunning 0 tests
121502026-05-05T21:46:48.173Z
121512026-05-05T21:46:48.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121522026-05-05T21:46:48.173Z
121532026-05-05T21:46:48.195Z Doc-tests oximeter_types
121542026-05-05T21:46:48.195Z 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 chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4b88edfc46770d9b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121552026-05-05T21:46:48.818Z
121562026-05-05T21:46:48.818Zrunning 11 tests
121572026-05-05T21:46:49.190Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
121582026-05-05T21:46:49.199Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
121592026-05-05T21:46:53.493Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
121602026-05-05T21:46:53.583Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
121612026-05-05T21:46:53.639Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
121622026-05-05T21:46:53.666Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
121632026-05-05T21:46:53.723Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
121642026-05-05T21:46:53.739Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
121652026-05-05T21:46:53.795Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
121662026-05-05T21:46:53.798Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
121672026-05-05T21:46:57.820Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
121682026-05-05T21:46:57.820Z
121692026-05-05T21:46:57.820Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.00s
121702026-05-05T21:46:57.820Z
121712026-05-05T21:46:57.823Zall doctests ran in 9.46s; merged doctests compilation took 0.46s
121722026-05-05T21:46:57.850Z Doc-tests oximeter_types_versions
121732026-05-05T21:46:57.850Z 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 approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern 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-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b033fd71f62a3acc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-29fd3a6bb1edf079.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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`
121742026-05-05T21:46:58.645Z
121752026-05-05T21:46:58.645Zrunning 1 test
121762026-05-05T21:46:58.645Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
121772026-05-05T21:46:58.645Z
121782026-05-05T21:46:58.645Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121792026-05-05T21:46:58.645Z
121802026-05-05T21:46:58.649Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
121812026-05-05T21:46:58.685Z Doc-tests oxlog
121822026-05-05T21:46:58.686Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-304ccfaba9f5de29.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-84e6274fcff73231.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`
121832026-05-05T21:46:58.739Z
121842026-05-05T21:46:58.740Zrunning 0 tests
121852026-05-05T21:46:58.740Z
121862026-05-05T21:46:58.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121872026-05-05T21:46:58.740Z
121882026-05-05T21:46:58.749Z Doc-tests oxql_types
121892026-05-05T21:46:58.749Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0ca6f492e715e5bc.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b72c73000d4411dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121902026-05-05T21:46:58.997Z
121912026-05-05T21:46:58.997Zrunning 0 tests
121922026-05-05T21:46:58.997Z
121932026-05-05T21:46:58.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121942026-05-05T21:46:58.999Z
121952026-05-05T21:46:59.025Z Doc-tests parallel_task_set
121962026-05-05T21:46:59.025Z 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-304ccfaba9f5de29.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121972026-05-05T21:46:59.077Z
121982026-05-05T21:46:59.078Zrunning 0 tests
121992026-05-05T21:46:59.078Z
122002026-05-05T21:46:59.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122012026-05-05T21:46:59.078Z
122022026-05-05T21:46:59.086Z Doc-tests range_requests
122032026-05-05T21:46:59.086Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-70b4fb0efd5282bd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122042026-05-05T21:46:59.212Z
122052026-05-05T21:46:59.213Zrunning 0 tests
122062026-05-05T21:46:59.213Z
122072026-05-05T21:46:59.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122082026-05-05T21:46:59.213Z
122092026-05-05T21:46:59.229Z Doc-tests reconfigurator_cli
122102026-05-05T21:46:59.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0d44330098dd4e08.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-10b0977ae0f1cb72.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-656d4d2d719b1864.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1f25abb3f2b98cb0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-54f5a49867cb0d47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-8b1d91ee8a803404.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.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-1ac65d29eea687af.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.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`
122112026-05-05T21:46:59.739Z
122122026-05-05T21:46:59.740Zrunning 0 tests
122132026-05-05T21:46:59.740Z
122142026-05-05T21:46:59.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122152026-05-05T21:46:59.740Z
122162026-05-05T21:46:59.784Z Doc-tests repo_depot_api
122172026-05-05T21:46:59.784Z 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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c0abfb76bb91ab05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122182026-05-05T21:47:00.315Z
122192026-05-05T21:47:00.315Zrunning 2 tests
122202026-05-05T21:47:00.315Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
122212026-05-05T21:47:00.315Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
122222026-05-05T21:47:00.315Z
122232026-05-05T21:47:00.315Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122242026-05-05T21:47:00.315Z
122252026-05-05T21:47:00.319Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
122262026-05-05T21:47:00.341Z Doc-tests repo_depot_client
122272026-05-05T21:47:00.341Z 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-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-b0b9c174e6901d6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122282026-05-05T21:47:00.486Z
122292026-05-05T21:47:00.486Zrunning 0 tests
122302026-05-05T21:47:00.486Z
122312026-05-05T21:47:00.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122322026-05-05T21:47:00.486Z
122332026-05-05T21:47:00.503Z Doc-tests sled_agent_api
122342026-05-05T21:47:00.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122352026-05-05T21:47:01.168Z
122362026-05-05T21:47:01.168Zrunning 2 tests
122372026-05-05T21:47:01.168Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 112) ... ignored
122382026-05-05T21:47:01.168Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 118) ... ignored
122392026-05-05T21:47:01.168Z
122402026-05-05T21:47:01.168Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122412026-05-05T21:47:01.168Z
122422026-05-05T21:47:01.173Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
122432026-05-05T21:47:01.203Z Doc-tests sled_agent_client
122442026-05-05T21:47:01.204Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4f70163ad1700a9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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`
122452026-05-05T21:47:02.706Z
122462026-05-05T21:47:02.706Zrunning 0 tests
122472026-05-05T21:47:02.706Z
122482026-05-05T21:47:02.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122492026-05-05T21:47:02.706Z
122502026-05-05T21:47:02.770Z Doc-tests sled_agent_config_reconciler
122512026-05-05T21:47:02.770Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-d633ad4bb6deea6a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-43246231e93b0d82.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
122522026-05-05T21:47:03.240Z
122532026-05-05T21:47:03.240Zrunning 0 tests
122542026-05-05T21:47:03.240Z
122552026-05-05T21:47:03.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122562026-05-05T21:47:03.241Z
122572026-05-05T21:47:03.284Z Doc-tests sled_agent_health_monitor
122582026-05-05T21:47:03.284Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b212f5f600b7f47d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-a6638771fce350fa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122592026-05-05T21:47:03.495Z
122602026-05-05T21:47:03.495Zrunning 0 tests
122612026-05-05T21:47:03.495Z
122622026-05-05T21:47:03.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122632026-05-05T21:47:03.495Z
122642026-05-05T21:47:03.519Z Doc-tests sled_agent_measurements
122652026-05-05T21:47:03.520Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
122662026-05-05T21:47:03.780Z
122672026-05-05T21:47:03.780Zrunning 0 tests
122682026-05-05T21:47:03.780Z
122692026-05-05T21:47:03.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122702026-05-05T21:47:03.780Z
122712026-05-05T21:47:03.810Z Doc-tests sled_agent_rack_setup
122722026-05-05T21:47:03.814Z 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_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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 bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-ca1e73c051090819.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-facf5cdfad80b5be.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d2cbfa0893d2437.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-864b9bc6ef7ebd99.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e2676a91d2286c3c.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e2e5037e94b15b24.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-2bead6c7efd33f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a76ec93d39268658.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-65e33b8016ef3226.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.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`
122732026-05-05T21:47:04.274Z
122742026-05-05T21:47:04.275Zrunning 0 tests
122752026-05-05T21:47:04.275Z
122762026-05-05T21:47:04.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122772026-05-05T21:47:04.275Z
122782026-05-05T21:47:04.320Z Doc-tests sled_agent_resolvable_files
122792026-05-05T21:47:04.323Z 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-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122802026-05-05T21:47:04.593Z
122812026-05-05T21:47:04.594Zrunning 0 tests
122822026-05-05T21:47:04.594Z
122832026-05-05T21:47:04.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122842026-05-05T21:47:04.594Z
122852026-05-05T21:47:04.624Z Doc-tests sled_agent_resolvable_files_examples
122862026-05-05T21:47:04.624Z 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-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122872026-05-05T21:47:04.812Z
122882026-05-05T21:47:04.812Zrunning 0 tests
122892026-05-05T21:47:04.812Z
122902026-05-05T21:47:04.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122912026-05-05T21:47:04.812Z
122922026-05-05T21:47:04.836Z Doc-tests sled_agent_types
122932026-05-05T21:47:04.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
122942026-05-05T21:47:05.094Z
122952026-05-05T21:47:05.094Zrunning 0 tests
122962026-05-05T21:47:05.094Z
122972026-05-05T21:47:05.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122982026-05-05T21:47:05.094Z
122992026-05-05T21:47:05.121Z Doc-tests sled_agent_types_versions
123002026-05-05T21:47:05.125Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-e4c4adf4e008d040.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-ca449d621a616527.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0ec4029c6120a9ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
123012026-05-05T21:47:07.266Z
123022026-05-05T21:47:07.266Zrunning 1 test
123032026-05-05T21:47:07.266Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
123042026-05-05T21:47:07.266Z
123052026-05-05T21:47:07.266Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123062026-05-05T21:47:07.267Z
123072026-05-05T21:47:07.270Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
123082026-05-05T21:47:07.345Z Doc-tests sled_diagnostics
123092026-05-05T21:47:07.345Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.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-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-84e6274fcff73231.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-e02327d96dee02f7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-8d02b6dcbf0263d6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/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-05-05T21:47:07.603Z
123112026-05-05T21:47:07.603Zrunning 0 tests
123122026-05-05T21:47:07.603Z
123132026-05-05T21:47:07.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123142026-05-05T21:47:07.603Z
123152026-05-05T21:47:07.634Z Doc-tests sled_hardware
123162026-05-05T21:47:07.634Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123172026-05-05T21:47:07.928Z
123182026-05-05T21:47:07.928Zrunning 0 tests
123192026-05-05T21:47:07.928Z
123202026-05-05T21:47:07.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123212026-05-05T21:47:07.928Z
123222026-05-05T21:47:07.961Z Doc-tests sled_hardware_types
123232026-05-05T21:47:07.961Z 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-334a9d6975c1b79b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
123242026-05-05T21:47:08.080Z
123252026-05-05T21:47:08.080Zrunning 0 tests
123262026-05-05T21:47:08.080Z
123272026-05-05T21:47:08.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123282026-05-05T21:47:08.080Z
123292026-05-05T21:47:08.097Z Doc-tests sled_storage
123302026-05-05T21:47:08.097Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0e1bcd29cb2787b8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
123312026-05-05T21:47:08.359Z
123322026-05-05T21:47:08.359Zrunning 0 tests
123332026-05-05T21:47:08.359Z
123342026-05-05T21:47:08.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123352026-05-05T21:47:08.359Z
123362026-05-05T21:47:08.390Z Doc-tests sp_sim
123372026-05-05T21:47:08.390Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-60a72bc6a71c2cce.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-82a24dd4819bebde.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123382026-05-05T21:47:08.883Z
123392026-05-05T21:47:08.883Zrunning 0 tests
123402026-05-05T21:47:08.883Z
123412026-05-05T21:47:08.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123422026-05-05T21:47:08.883Z
123432026-05-05T21:47:08.926Z Doc-tests transient_dns_server
123442026-05-05T21:47:08.926Z 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-92548c190ab0a742.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d7accc030fa9c267.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-cf6c333a5607a435.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123452026-05-05T21:47:09.127Z
123462026-05-05T21:47:09.127Zrunning 0 tests
123472026-05-05T21:47:09.127Z
123482026-05-05T21:47:09.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123492026-05-05T21:47:09.127Z
123502026-05-05T21:47:09.149Z Doc-tests trust_quorum
123512026-05-05T21:47:09.149Z 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-328e8c5aafe73fa3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a5d0dbf3c814465f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aa42cf13e7ec5909.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-2b65b4ca2a3da664.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-efd7d3c681cd104a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-cb949704d8871c17.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d4ced10e93da3dee.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123522026-05-05T21:47:09.501Z
123532026-05-05T21:47:09.501Zrunning 0 tests
123542026-05-05T21:47:09.501Z
123552026-05-05T21:47:09.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123562026-05-05T21:47:09.501Z
123572026-05-05T21:47:09.539Z Doc-tests trust_quorum_protocol
123582026-05-05T21:47:09.539Z 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-328e8c5aafe73fa3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7b51100a672186df.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d4ced10e93da3dee.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
123592026-05-05T21:47:09.781Z
123602026-05-05T21:47:09.781Zrunning 0 tests
123612026-05-05T21:47:09.781Z
123622026-05-05T21:47:09.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123632026-05-05T21:47:09.781Z
123642026-05-05T21:47:09.805Z Doc-tests trust_quorum_test_utils
123652026-05-05T21:47:09.806Z 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-7b51100a672186df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-aef3c5c3dee3211d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-d4ced10e93da3dee.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123662026-05-05T21:47:09.975Z
123672026-05-05T21:47:09.976Zrunning 0 tests
123682026-05-05T21:47:09.976Z
123692026-05-05T21:47:09.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123702026-05-05T21:47:09.976Z
123712026-05-05T21:47:09.994Z Doc-tests trust_quorum_types
123722026-05-05T21:47:09.994Z 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-304ccfaba9f5de29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-7600851817b6991e.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0ec4029c6120a9ac.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123732026-05-05T21:47:10.089Z
123742026-05-05T21:47:10.089Zrunning 0 tests
123752026-05-05T21:47:10.089Z
123762026-05-05T21:47:10.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123772026-05-05T21:47:10.089Z
123782026-05-05T21:47:10.102Z Doc-tests trust_quorum_types_versions
123792026-05-05T21:47:10.102Z 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-8664d818eaf5ace4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-6a18ae4b1faa3cd0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-0ec4029c6120a9ac.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`
123802026-05-05T21:47:10.694Z
123812026-05-05T21:47:10.694Zrunning 1 test
123822026-05-05T21:47:10.694Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
123832026-05-05T21:47:10.694Z
123842026-05-05T21:47:10.694Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123852026-05-05T21:47:10.694Z
123862026-05-05T21:47:10.698Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
123872026-05-05T21:47:10.720Z Doc-tests typed_rng
123882026-05-05T21:47:10.720Z 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-32d2e3aba47f6c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-97946343f8fbcb13.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`
123892026-05-05T21:47:10.791Z
123902026-05-05T21:47:10.791Zrunning 0 tests
123912026-05-05T21:47:10.791Z
123922026-05-05T21:47:10.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123932026-05-05T21:47:10.791Z
123942026-05-05T21:47:10.802Z Doc-tests update_common
123952026-05-05T21:47:10.802Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib -L dependency=/work/oxidecomputer/omicron/target/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-05-05T21:47:11.036Z
123972026-05-05T21:47:11.036Zrunning 0 tests
123982026-05-05T21:47:11.036Z
123992026-05-05T21:47:11.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124002026-05-05T21:47:11.036Z
124012026-05-05T21:47:11.063Z Doc-tests update_engine
124022026-05-05T21:47:11.063Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.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`
124032026-05-05T21:47:12.393Z
124042026-05-05T21:47:12.393Zrunning 4 tests
124052026-05-05T21:47:12.397Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
124062026-05-05T21:47:12.397Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
124072026-05-05T21:47:12.398Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
124082026-05-05T21:47:12.398Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
124092026-05-05T21:47:12.398Z
124102026-05-05T21:47:12.398Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
124112026-05-05T21:47:12.398Z
124122026-05-05T21:47:12.402Zall doctests ran in 1.05s; merged doctests compilation took 1.04s
124132026-05-05T21:47:12.430Z Doc-tests wicket
124142026-05-05T21:47:12.430Z 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-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.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-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124152026-05-05T21:47:12.988Z
124162026-05-05T21:47:12.988Zrunning 0 tests
124172026-05-05T21:47:12.988Z
124182026-05-05T21:47:12.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124192026-05-05T21:47:12.988Z
124202026-05-05T21:47:13.034Z Doc-tests wicket_common
124212026-05-05T21:47:13.034Z 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-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124222026-05-05T21:47:13.474Z
124232026-05-05T21:47:13.474Zrunning 0 tests
124242026-05-05T21:47:13.474Z
124252026-05-05T21:47:13.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124262026-05-05T21:47:13.474Z
124272026-05-05T21:47:13.511Z Doc-tests wicket_dbg
124282026-05-05T21:47:13.511Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-0875a5873230c99d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124292026-05-05T21:47:13.804Z
124302026-05-05T21:47:13.804Zrunning 0 tests
124312026-05-05T21:47:13.805Z
124322026-05-05T21:47:13.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124332026-05-05T21:47:13.805Z
124342026-05-05T21:47:13.836Z Doc-tests wicketd
124352026-05-05T21:47:13.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f1c18943085ad878.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-2d02b48e31e64436.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-693822330f8e3f98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ebd5239ede871703.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18173f62a1eaa4fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ebd4cf06c09fa452.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2bfccb1ec3a97291.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-11efdef23bd7a69f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e517965593c63f03.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-7e4db29b0566e80e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-10b0977ae0f1cb72.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-1574d1c08d8b7e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df89a30ba42ee55c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8db0390b662ed268.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-baaba6afa4ce11a3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-5acdbea56f624ac0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-8551021fa0ff42e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c2c780ac3c192d98.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d9f715db149e6b8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bfa0067d38992e92.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2b161b4263d1c298.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b3d75db0a2305cde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9b30da919a4c59f0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e37107d097239177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124362026-05-05T21:47:14.313Z
124372026-05-05T21:47:14.314Zrunning 0 tests
124382026-05-05T21:47:14.314Z
124392026-05-05T21:47:14.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124402026-05-05T21:47:14.314Z
124412026-05-05T21:47:14.358Z Doc-tests wicketd_api
124422026-05-05T21:47:14.358Z 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-2d02b48e31e64436.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8e8587f9cdc02f3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-5e6a25640da14257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e37107d097239177.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124432026-05-05T21:47:15.069Z
124442026-05-05T21:47:15.069Zrunning 2 tests
124452026-05-05T21:47:15.070Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
124462026-05-05T21:47:15.070Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
124472026-05-05T21:47:15.070Z
124482026-05-05T21:47:15.070Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
124492026-05-05T21:47:15.070Z
124502026-05-05T21:47:15.074Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
124512026-05-05T21:47:15.107Z Doc-tests wicketd_client
124522026-05-05T21:47:15.107Z 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-ca1e73c051090819.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b7fd97db12e8e2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2c82a46fb2f83b24.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ccfbcf8c762ccdd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-f970d8b1d50a7127.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4f6534a173883dc3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124532026-05-05T21:47:16.280Z
124542026-05-05T21:47:16.280Zrunning 0 tests
124552026-05-05T21:47:16.280Z
124562026-05-05T21:47:16.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124572026-05-05T21:47:16.280Z
124582026-05-05T21:47:16.333Z Doc-tests xtask_downloader
124592026-05-05T21:47:16.333Z 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-d62b7cd9ab5877a1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c6158520ece245df.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-d7b2121f50cd8f1f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124602026-05-05T21:47:16.459Z
124612026-05-05T21:47:16.459Zrunning 1 test
124622026-05-05T21:47:16.463Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
124632026-05-05T21:47:16.463Z
124642026-05-05T21:47:16.463Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
124652026-05-05T21:47:16.463Z
124662026-05-05T21:47:16.475Z Doc-tests zfs_test_harness
124672026-05-05T21:47:16.475Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3c8f57ddf621ea05/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3539591cfa3ee025.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac1a639dd0ea0bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-267b6ca5b68f9950.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124682026-05-05T21:47:16.701Z
124692026-05-05T21:47:16.701Zrunning 0 tests
124702026-05-05T21:47:16.701Z
124712026-05-05T21:47:16.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124722026-05-05T21:47:16.702Z
124732026-05-05T21:47:16.728Z Doc-tests zone_setup
124742026-05-05T21:47:16.728Z 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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78af53bd6283c82a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e4c4adf4e008d040.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-304ccfaba9f5de29.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-02f9bf55ec3da6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-54b3584b8723437b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-6086da6ed1093b80.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124752026-05-05T21:47:16.936Z
124762026-05-05T21:47:16.936Zrunning 0 tests
124772026-05-05T21:47:16.936Z
124782026-05-05T21:47:16.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124792026-05-05T21:47:16.936Z
124802026-05-05T21:47:17.039Z
124812026-05-05T21:47:17.043Zreal 2:29.362058658
124822026-05-05T21:47:17.043Zuser 1:56.424501071
124832026-05-05T21:47:17.043Zsys 56.089525992
124842026-05-05T21:47:17.043Ztrap 0.015285455
124852026-05-05T21:47:17.043Ztflt 0.796191842
124862026-05-05T21:47:17.043Zdflt 0.354745058
124872026-05-05T21:47:17.043Zkflt 0.000053176
124882026-05-05T21:47:17.043Zlock 6:58.212566701
124892026-05-05T21:47:17.043Zslp 13:56.697046313
124902026-05-05T21:47:17.043Zlat 0.264945639
124912026-05-05T21:47:17.043Zstop 4.956425960
124922026-05-05T21:47:17.043Z+ banner 'check schema migration cleanup'
124932026-05-05T21:47:17.047Z
124942026-05-05T21:47:17.047Z #### # # ###### #### # # #### #### # # ######
124952026-05-05T21:47:17.047Z # # # # # # # # # # # # # # #
124962026-05-05T21:47:17.047Z # ###### ##### # #### #### # ###### #####
124972026-05-05T21:47:17.047Z # # # # # # # # # # # #
124982026-05-05T21:47:17.047Z # # # # # # # # # # # # # # # #
124992026-05-05T21:47:17.047Z #### # # ###### #### # # #### #### # # ######
125002026-05-05T21:47:17.047Z
125012026-05-05T21:47:17.047Z+ ptime -m cargo xtask schema old-migrations
125022026-05-05T21:47:17.627Z Compiling libc v0.2.185
125032026-05-05T21:47:17.627Z Compiling serde v1.0.228
125042026-05-05T21:47:17.627Z Compiling serde_core v1.0.228
125052026-05-05T21:47:17.631Z Compiling rustix v1.1.3
125062026-05-05T21:47:17.764Z Compiling bitflags v2.11.0
125072026-05-05T21:47:17.768Z Compiling serde_json v1.0.149
125082026-05-05T21:47:17.768Z Compiling num-traits v0.2.19
125092026-05-05T21:47:17.801Z Compiling smallvec v1.15.1
125102026-05-05T21:47:17.805Z Compiling usdt-impl v0.5.0
125112026-05-05T21:47:17.842Z Compiling syn v1.0.109
125122026-05-05T21:47:17.856Z Compiling log v0.4.29
125132026-05-05T21:47:17.874Z Compiling indexmap v2.14.0
125142026-05-05T21:47:17.877Z Compiling getrandom v0.4.1
125152026-05-05T21:47:17.890Z Compiling percent-encoding v2.3.2
125162026-05-05T21:47:17.920Z Compiling syn v2.0.117
125172026-05-05T21:47:17.938Z Compiling fs-err v3.3.0
125182026-05-05T21:47:17.952Z Compiling heck v0.4.1
125192026-05-05T21:47:17.956Z Compiling anyhow v1.0.102
125202026-05-05T21:47:18.003Z Compiling once_cell v1.21.3
125212026-05-05T21:47:18.066Z Compiling form_urlencoded v1.2.2
125222026-05-05T21:47:18.653Z Compiling errno v0.3.14
125232026-05-05T21:47:18.653Z Compiling thread-id v4.2.2
125242026-05-05T21:47:18.656Z Compiling memmap v0.7.0
125252026-05-05T21:47:18.879Z Compiling ordered-float v2.10.1
125262026-05-05T21:47:19.411Z Compiling proc-macro-error v1.0.4
125272026-05-05T21:47:19.582Z Compiling terminal_size v0.4.3
125282026-05-05T21:47:19.582Z Compiling tempfile v3.25.0
125292026-05-05T21:47:19.705Z Compiling clap_builder v4.5.60
125302026-05-05T21:47:19.705Z Compiling textwrap v0.16.2
125312026-05-05T21:47:19.774Z Compiling tabled_derive v0.7.0
125322026-05-05T21:47:19.797Z Compiling camino-tempfile v1.4.1
125332026-05-05T21:47:20.442Z Compiling synstructure v0.13.2
125342026-05-05T21:47:20.442Z Compiling pest_generator v2.8.6
125352026-05-05T21:47:20.630Z Compiling tabled v0.15.0
125362026-05-05T21:47:20.992Z Compiling serde_derive v1.0.228
125372026-05-05T21:47:20.992Z Compiling zerofrom-derive v0.1.6
125382026-05-05T21:47:20.996Z Compiling yoke-derive v0.8.1
125392026-05-05T21:47:20.996Z Compiling zerovec-derive v0.11.2
125402026-05-05T21:47:20.996Z Compiling displaydoc v0.2.5
125412026-05-05T21:47:20.996Z Compiling thiserror-impl v1.0.69
125422026-05-05T21:47:20.996Z Compiling zerocopy-derive v0.7.35
125432026-05-05T21:47:20.996Z Compiling scroll_derive v0.12.1
125442026-05-05T21:47:20.996Z Compiling thiserror-impl v2.0.18
125452026-05-05T21:47:20.996Z Compiling clap_derive v4.5.55
125462026-05-05T21:47:21.047Z Compiling pest_derive v2.8.6
125472026-05-05T21:47:21.832Z Compiling scroll v0.12.0
125482026-05-05T21:47:21.994Z Compiling zerocopy v0.7.35
125492026-05-05T21:47:22.079Z Compiling goblin v0.8.2
125502026-05-05T21:47:22.227Z Compiling thiserror v1.0.69
125512026-05-05T21:47:22.241Z Compiling thiserror v2.0.18
125522026-05-05T21:47:22.325Z Compiling zerofrom v0.1.6
125532026-05-05T21:47:22.328Z Compiling dtrace-parser v0.2.0
125542026-05-05T21:47:22.442Z Compiling yoke v0.8.1
125552026-05-05T21:47:22.586Z Compiling clap v4.5.60
125562026-05-05T21:47:22.612Z Compiling zerovec v0.11.5
125572026-05-05T21:47:22.612Z Compiling zerotrie v0.2.3
125582026-05-05T21:47:23.055Z Compiling tinystr v0.8.2
125592026-05-05T21:47:23.055Z Compiling potential_utf v0.1.4
125602026-05-05T21:47:23.188Z Compiling icu_collections v2.1.1
125612026-05-05T21:47:23.226Z Compiling icu_locale_core v2.1.1
125622026-05-05T21:47:23.677Z Compiling toml_datetime v0.6.11
125632026-05-05T21:47:23.677Z Compiling serde_spanned v0.6.9
125642026-05-05T21:47:23.677Z Compiling serde-value v0.7.0
125652026-05-05T21:47:23.680Z Compiling cargo-platform v0.2.0
125662026-05-05T21:47:23.681Z Compiling macaddr v1.0.1
125672026-05-05T21:47:23.702Z Compiling dof v0.3.0
125682026-05-05T21:47:23.706Z Compiling serde_tokenstream v0.2.3
125692026-05-05T21:47:23.793Z Compiling icu_provider v2.1.1
125702026-05-05T21:47:23.867Z Compiling toml_edit v0.22.27
125712026-05-05T21:47:24.043Z Compiling icu_normalizer v2.1.1
125722026-05-05T21:47:24.043Z Compiling icu_properties v2.1.2
125732026-05-05T21:47:24.489Z Compiling usdt-macro v0.5.0
125742026-05-05T21:47:24.493Z Compiling usdt-attr-macro v0.5.0
125752026-05-05T21:47:24.900Z Compiling idna_adapter v1.2.1
125762026-05-05T21:47:25.024Z Compiling idna v1.1.0
125772026-05-05T21:47:25.184Z Compiling toml v0.8.23
125782026-05-05T21:47:25.297Z Compiling usdt v0.5.0
125792026-05-05T21:47:25.309Z Compiling url v2.5.8
125802026-05-05T21:47:25.548Z Compiling cargo_toml v0.21.0
125812026-05-05T21:47:25.744Z Compiling cargo-util-schemas v0.8.2
125822026-05-05T21:47:26.554Z Compiling cargo_metadata v0.21.0
125832026-05-05T21:47:27.520Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
125842026-05-05T21:47:30.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.06s
125852026-05-05T21:47:30.195Z Running `target/debug/xtask schema old-migrations`
125862026-05-05T21:47:31.188Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
125872026-05-05T21:47:31.361Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
125882026-05-05T21:47:31.361Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
125892026-05-05T21:47:31.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
125902026-05-05T21:47:31.927Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
125912026-05-05T21:47:31.927Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
125922026-05-05T21:47:38.873Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
125932026-05-05T21:47:38.873Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
125942026-05-05T21:47:39.716Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
125952026-05-05T21:47:39.716Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
125962026-05-05T21:47:39.720Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
125972026-05-05T21:47:39.720Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
125982026-05-05T21:47:47.681Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
125992026-05-05T21:47:55.626Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
126002026-05-05T21:47:57.281Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
126012026-05-05T21:48:30.834Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
126022026-05-05T21:48:42.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
126032026-05-05T21:48:42.714Z Running `target/debug/schema old-migrations`
126042026-05-05T21:48:42.782ZIdentifying old migrations that can be removed
126052026-05-05T21:48:42.892ZBase schema version: 148.0.0
126062026-05-05T21:48:42.895ZOK: No old migrations found
126072026-05-05T21:48:42.899Z
126082026-05-05T21:48:42.899Zreal 1:25.840964686
126092026-05-05T21:48:42.899Zuser 2:51.937228482
126102026-05-05T21:48:42.899Zsys 32.696750175
126112026-05-05T21:48:42.899Ztrap 0.027306339
126122026-05-05T21:48:42.899Ztflt 0.649797899
126132026-05-05T21:48:42.899Zdflt 2.383618748
126142026-05-05T21:48:42.899Zkflt 0.000134837
126152026-05-05T21:48:42.899Zlock 11:05.619111791
126162026-05-05T21:48:42.899Zslp 5:57.597609000
126172026-05-05T21:48:42.899Zlat 0.377676547
126182026-05-05T21:48:42.899Zstop 22.980638480
126192026-05-05T21:48:42.899Z+ [[ illumos == \i\l\l\u\m\o\s ]]
126202026-05-05T21:48:42.899Z+ banner live-test
126212026-05-05T21:48:42.903Z
126222026-05-05T21:48:42.903Z # # # # ###### ##### ###### #### #####
126232026-05-05T21:48:42.903Z # # # # # # # # #
126242026-05-05T21:48:42.903Z # # # # ##### ##### # ##### #### #
126252026-05-05T21:48:42.903Z # # # # # # # # #
126262026-05-05T21:48:42.903Z # # # # # # # # # #
126272026-05-05T21:48:42.903Z ###### # ## ###### # ###### #### #
126282026-05-05T21:48:42.903Z
126292026-05-05T21:48:42.903Z+ ptime -m cargo xtask live-tests
126302026-05-05T21:48:43.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
126312026-05-05T21:48:43.504Z Running `target/debug/xtask live-tests`
126322026-05-05T21:48:43.550Zusing temporary directory: /var/tmp/omicron_tmp/.tmpSbeymE
126332026-05-05T21:48:43.550Zwill create archive file: /var/tmp/omicron_tmp/.tmpSbeymE/live-tests-archive/omicron-live-tests.tar.zst
126342026-05-05T21:48:43.550Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
126352026-05-05T21:48:43.550Z
126362026-05-05T21:48:43.553Zrunning: /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/.tmpSbeymE/live-tests-archive/omicron-live-tests.tar.zst"
126372026-05-05T21:48:45.613Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
126382026-05-05T21:48:45.769Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
126392026-05-05T21:48:45.774Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
126402026-05-05T21:48:45.774Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
126412026-05-05T21:48:45.774Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
126422026-05-05T21:48:45.778Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
126432026-05-05T21:48:45.875Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
126442026-05-05T21:48:45.878Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
126452026-05-05T21:48:45.909Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
126462026-05-05T21:48:45.913Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
126472026-05-05T21:48:45.913Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
126482026-05-05T21:48:45.913Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
126492026-05-05T21:48:46.901Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
126502026-05-05T21:48:47.595Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
126512026-05-05T21:48:51.192Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
126522026-05-05T21:48:51.192Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
126532026-05-05T21:48:52.231Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
126542026-05-05T21:49:22.305Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
126552026-05-05T21:49:22.858Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
126562026-05-05T21:49:25.146Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
126572026-05-05T21:49:25.725Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
126582026-05-05T21:49:52.199Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
126592026-05-05T21:49:59.173Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
126602026-05-05T21:50:22.837Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 38s
126612026-05-05T21:50:23.056Zinfo: experimental features enabled: setup-scripts, benchmarks
126622026-05-05T21:50:23.060Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpSbeymE/live-tests-archive/omicron-live-tests.tar.zst
126632026-05-05T21:50:23.761Z Archived 421 files to /var/tmp/omicron_tmp/.tmpSbeymE/live-tests-archive/omicron-live-tests.tar.zst in 0.70s
126642026-05-05T21:50:23.847Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpSbeymE/live-tests-archive\""
126652026-05-05T21:50:23.857Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpSbeymE" "live-tests-archive"
126662026-05-05T21:50:24.052Zcreated:
126672026-05-05T21:50:24.052ZTo use this:
126682026-05-05T21:50:24.052Z
126692026-05-05T21:50:24.052Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
126702026-05-05T21:50:24.052Z1. Copy the tarball to the switch zone in a deployed Omicron system.
126712026-05-05T21:50:24.052Z
126722026-05-05T21:50:24.056Z e.g., scp \
126732026-05-05T21:50:24.056Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
126742026-05-05T21:50:24.056Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
126752026-05-05T21:50:24.056Z
126762026-05-05T21:50:24.056Z2. Copy the `cargo-nextest` binary to the same place.
126772026-05-05T21:50:24.056Z
126782026-05-05T21:50:24.056Z e.g., scp \
126792026-05-05T21:50:24.056Z $(which cargo-nextest) \
126802026-05-05T21:50:24.056Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
126812026-05-05T21:50:24.056Z
126822026-05-05T21:50:24.056Z3. From the switch zone on that system, unpack the tarball with:
126832026-05-05T21:50:24.056Z
126842026-05-05T21:50:24.056Z tar xzf live-tests-archive.tgz
126852026-05-05T21:50:24.056Z
126862026-05-05T21:50:24.056Z4. From the switch zone on that system, run tests with:
126872026-05-05T21:50:24.056Z
126882026-05-05T21:50:24.056Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
126892026-05-05T21:50:24.056Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
126902026-05-05T21:50:24.056Z --workspace-remap live-tests-archive
126912026-05-05T21:50:24.056Z
126922026-05-05T21:50:24.056Z
126932026-05-05T21:50:24.056Zreal 1:41.142890271
126942026-05-05T21:50:24.057Zuser 2:43.859844090
126952026-05-05T21:50:24.057Zsys 29.031480326
126962026-05-05T21:50:24.057Ztrap 0.022924988
126972026-05-05T21:50:24.057Ztflt 0.221814348
126982026-05-05T21:50:24.057Zdflt 1.376777065
126992026-05-05T21:50:24.057Zkflt 0.000016647
127002026-05-05T21:50:24.057Zlock 12:42.041845226
127012026-05-05T21:50:24.057Zslp 10:20.546640016
127022026-05-05T21:50:24.057Zlat 0.241931726
127032026-05-05T21:50:24.057Zstop 5.464453423
127042026-05-05T21:50:24.057Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
127052026-05-05T21:50:24.060Z+ unset TMPDIR
127062026-05-05T21:50:24.060Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
127072026-05-05T21:50:24.061Zfiles in /var/tmp/omicron_tmp (none expected on success):
127082026-05-05T21:50:24.061Z+ find /var/tmp/omicron_tmp -ls
127092026-05-05T21:50:24.061Z167189 46 drwxr-xr-x 2 build build 2 May 5 21:50 /var/tmp/omicron_tmp
127102026-05-05T21:50:24.061Z+ rmdir /var/tmp/omicron_tmp
127112026-05-05T21:50:24.064Zprocess exited: duration 2205861 ms, exit code 0
 
127122026-05-05T21:50:24.077Zfound 6 output files
127132026-05-05T21:50:24.077Zuploading: /work/cargo-build-analysis.jsonl (997280 bytes)
127142026-05-05T21:50:25.100Zuploaded: /work/cargo-build-analysis.jsonl
127152026-05-05T21:50:25.100Zuploading: /work/environment.json (108 bytes)
127162026-05-05T21:50:26.114Zuploaded: /work/environment.json
127172026-05-05T21:50:26.114Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (559284 bytes)
127182026-05-05T21:50:27.134Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
127192026-05-05T21:50:27.134Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (286443520 bytes)
127202026-05-05T21:50:30.207Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
127212026-05-05T21:50:30.207Zuploading: /tmp/nextest-run-archive.zip (2790973 bytes)
127222026-05-05T21:50:31.243Zuploaded: /tmp/nextest-run-archive.zip
127232026-05-05T21:50:31.243Zuploading: /tmp/nextest-chrome-trace.json (3567984 bytes)
127242026-05-05T21:50:32.278Zuploaded: /tmp/nextest-chrome-trace.json