01KM20535B594KKVD4W4D59E1M: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-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",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KM206R48YJJM5REDEE4EFJ3Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:54:51.908Zjob assigned to worker 01KM206EMP8VTJEE1Q14QPJTVV [factory aws, i-0ea7bef4f4b07d3ab] (queued for 1 m 8 s)
 
22026-03-19T02:55:00.983Zstarting task 0: "setup"
32026-03-19T02:55:01.016Z++ uname -s
42026-03-19T02:55:01.023Z+ kern=SunOS
52026-03-19T02:55:01.023Z+ build_user=build
62026-03-19T02:55:01.023Z+ build_uid=12345
72026-03-19T02:55:01.023Z+ work_dir=/work
82026-03-19T02:55:01.023Z+ input_dir=/input
92026-03-19T02:55:01.023Z+ [[ 0 == 12345 ]]
102026-03-19T02:55:01.023Z+ case "$kern" in
112026-03-19T02:55:01.023Z+ groupadd -g 12345 build
122026-03-19T02:55:01.023Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:55:03.006Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:55:03.129Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:55:03.133Z+ home_fs=zfs
162026-03-19T02:55:03.133Z+ [[ zfs == autofs ]]
172026-03-19T02:55:03.133Z+ mkdir -p /home/build
182026-03-19T02:55:03.136Z+ chown build:build /home/build /work
192026-03-19T02:55:05.139Z+ chmod 0700 /home/build /work
202026-03-19T02:55:05.144Zprocess exited: duration 4161 ms, exit code 0
 
212026-03-19T02:55:05.154Zstarting task 1: "rust-toolchain"
222026-03-19T02:55:05.161Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:55:05.161Z * rust toolchain channel = "1.94.0"
242026-03-19T02:55:05.161Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:55:05.161Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-19T02:55:05.161Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:55:05.161Z * rust toolchain profile = "default"
282026-03-19T02:55:05.164Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:55:05.167Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:55:05.268Zinfo: downloading installer
312026-03-19T02:55:07.168Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:55:07.168Zwarn: /opt/ooce/bin
332026-03-19T02:55:07.168Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:55:07.168Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:55:07.168Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:55:07.168Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:55:07.168Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:55:07.168Zerror: cannot install while Rust is installed
392026-03-19T02:55:07.168Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:55:07.168Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:55:07.168Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:55:07.168Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:55:07.168Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:55:07.187Zinfo: profile set to default
452026-03-19T02:55:07.187Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:55:07.190Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:55:07.348Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:55:07.352Zinfo: downloading 6 components
492026-03-19T02:55:23.405Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:55:23.405Z
512026-03-19T02:55:23.438Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:23.438Z
532026-03-19T02:55:23.438Z
542026-03-19T02:55:23.443ZRust is installed now. Great!
552026-03-19T02:55:23.443Z
562026-03-19T02:55:23.444ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:23.444Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:23.444Z
592026-03-19T02:55:23.444ZTo configure your current shell, you need to source
602026-03-19T02:55:23.444Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:23.444Z
622026-03-19T02:55:23.444ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:23.444Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:23.444Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:23.444Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:23.444Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:23.445Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:23.445Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:23.445Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:23.445Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:23.559Z+ rustup --version
722026-03-19T02:55:23.567Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:23.570Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:23.594Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:23.598Z+ cargo --version
762026-03-19T02:55:23.610Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:23.614Z+ rustc --version
782026-03-19T02:55:23.640Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:23.643Zprocess exited: duration 18487 ms, exit code 0
 
802026-03-19T02:55:23.650Zstarting task 2: "authentication"
812026-03-19T02:55:23.677Zprocess exited: duration 26 ms, exit code 0
 
822026-03-19T02:55:23.686Zstarting task 3: "clone repository"
832026-03-19T02:55:23.690Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:55:23.694Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:55:23.735ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:57:36.047Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:57:36.052Z+ git fetch origin 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
882026-03-19T02:57:36.370ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:57:36.370Z * branch 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f -> FETCH_HEAD
902026-03-19T02:57:36.388Z+ [[ -n mergeconflict/fm-sb-type-relocation ]]
912026-03-19T02:57:36.395Z++ git branch --show-current
922026-03-19T02:57:36.395Z+ current=main
932026-03-19T02:57:36.395Z+ [[ main != mergeconflict/fm-sb-type-relocation ]]
942026-03-19T02:57:36.395Z+ git branch -f mergeconflict/fm-sb-type-relocation 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
952026-03-19T02:57:36.395Z+ git checkout -f mergeconflict/fm-sb-type-relocation
962026-03-19T02:57:36.725ZSwitched to branch 'mergeconflict/fm-sb-type-relocation'
972026-03-19T02:57:36.737Z+ git reset --hard 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
982026-03-19T02:57:36.824ZHEAD is now at 3a6ea71c2 Move bundle selection types and EreportFilters to nexus-types
992026-03-19T02:57:36.824Zprocess exited: duration 133043 ms, exit code 0
 
1002026-03-19T02:57:36.860Zstarting task 4: "build"
1012026-03-19T02:57:36.867Z+ source ./env.sh
1022026-03-19T02:57:36.867Z++ OLD_SHELL_OPTS=ehxB
1032026-03-19T02:57:36.867Z++ set -o xtrace
1042026-03-19T02:57:36.873Z++++ dirname ./env.sh
1052026-03-19T02:57:36.878Z+++ readlink -f .
1062026-03-19T02:57:36.878Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-19T02:57:36.878Z++ 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-03-19T02:57:36.878Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-19T02:57:36.878Z++ 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-03-19T02:57:36.878Z++ 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-03-19T02:57:36.878Z++ 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-03-19T02:57:36.879Z++ 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-03-19T02:57:36.879Z++ 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-03-19T02:57:36.879Z++ 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-03-19T02:57:36.879Z++ case $OLD_SHELL_OPTS in
1162026-03-19T02:57:36.879Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-19T02:57:36.880Z+ source .github/buildomat/ci-env.sh
1182026-03-19T02:57:36.880Z++ export CARGO_TERM_COLOR=always
1192026-03-19T02:57:36.880Z++ CARGO_TERM_COLOR=always
1202026-03-19T02:57:36.880Z+ target_os=illumos
1212026-03-19T02:57:36.880Z+ NEXTEST_VERSION=0.9.125
1222026-03-19T02:57:36.880Z+ cargo --version
1232026-03-19T02:57:36.903Zcargo 1.94.0 (85eff7c80 2026-01-15)
1242026-03-19T02:57:36.908Z+ rustc --version
1252026-03-19T02:57:36.924Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1262026-03-19T02:57:36.949Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.125/illumos
1272026-03-19T02:57:36.949Z+ gunzip
1282026-03-19T02:57:36.969Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-03-19T02:57:38.067Zx cargo-nextest, 22650392 bytes, 44240 tape blocks
1302026-03-19T02:57:38.070Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1312026-03-19T02:57:38.070Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1322026-03-19T02:57:38.070Ztests will store ephemeral output in /var/tmp/omicron_tmp
1332026-03-19T02:57:38.070Z+ mkdir /var/tmp/omicron_tmp
1342026-03-19T02:57:38.074Z+ OUTPUT_DIR=/work
1352026-03-19T02:57:38.074Z+ echo 'tests will store non-ephemeral output in /work'
1362026-03-19T02:57:38.074Ztests will store non-ephemeral output in /work
1372026-03-19T02:57:38.074Z+ mkdir -p /work
1382026-03-19T02:57:38.078Z+ banner prerequisites
1392026-03-19T02:57:38.085Z
1402026-03-19T02:57:38.085Z ##### ##### ###### ##### ###### #### # # # #### #
1412026-03-19T02:57:38.085Z # # # # # # # # # # # # # # #
1422026-03-19T02:57:38.085Z # # # # ##### # # ##### # # # # # #### #
1432026-03-19T02:57:38.085Z ##### ##### # ##### # # # # # # # # #
1442026-03-19T02:57:38.085Z # # # # # # # # # # # # # # #
1452026-03-19T02:57:38.085Z # # # ###### # # ###### ### # #### # #### #
1462026-03-19T02:57:38.085Z
1472026-03-19T02:57:38.085Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1482026-03-19T02:57:48.017Z Startup: Refreshing catalog 'helios-dev' ... Done
1492026-03-19T02:57:57.936Z Startup: Caching catalogs ... Done
1502026-03-19T02:58:20.183ZPlanning: Solver setup ... Done (20.832s)
1512026-03-19T02:58:20.336ZPlanning: Running solver ... Done (0.151s)
1522026-03-19T02:58:20.518ZPlanning: Finding local manifests ... Done (0.003s)
1532026-03-19T02:58:20.972ZPlanning: Fetching manifests: 0/4 0% complete
1542026-03-19T02:58:22.386ZPlanning: Fetching manifests: 4/4 100% complete
1552026-03-19T02:58:22.444ZPlanning: Package planning ... Done (0.044s)
1562026-03-19T02:58:22.481ZPlanning: Merging actions ... Done (0.042s)
1572026-03-19T02:58:22.714ZPlanning: Checking for conflicting actions ... Done (0.239s)
1582026-03-19T02:58:22.742ZPlanning: Consolidating action changes ... Done (0.010s)
1592026-03-19T02:58:23.623ZPlanning: Evaluating mediators ... Done (0.895s)
1602026-03-19T02:58:23.649ZPlanning: Planning completed in 25.55 seconds
1612026-03-19T02:58:23.667Z Packages to install: 4
1622026-03-19T02:58:23.667Z Mediators to change: 2
1632026-03-19T02:58:23.667Z Services to change: 1
1642026-03-19T02:58:23.667Z Estimated space available: 155.41 GB
1652026-03-19T02:58:23.668ZEstimated space to be consumed: 1.83 GB
1662026-03-19T02:58:23.668Z Create boot environment: No
1672026-03-19T02:58:23.668ZCreate backup boot environment: No
1682026-03-19T02:58:23.668Z Rebuild boot archive: No
1692026-03-19T02:58:23.668Z
1702026-03-19T02:58:23.668ZChanged mediators:
1712026-03-19T02:58:23.668Z mediator clang:
1722026-03-19T02:58:23.669Z version: None -> 15 (system default)
1732026-03-19T02:58:23.669Z
1742026-03-19T02:58:23.669Z mediator llvm:
1752026-03-19T02:58:23.669Z version: 14 (system default) -> 15 (system default)
1762026-03-19T02:58:23.669Z
1772026-03-19T02:58:23.669ZChanged packages:
1782026-03-19T02:58:23.669Zhelios-dev
1792026-03-19T02:58:23.670Z developer/build-essential
1802026-03-19T02:58:23.670Z None -> 11-2.0
1812026-03-19T02:58:23.670Z library/libxmlsec1
1822026-03-19T02:58:23.670Z None -> 1.2.35-2.0
1832026-03-19T02:58:23.670Z ooce/developer/clang-15
1842026-03-19T02:58:23.670Z None -> 15.0.7-2.0
1852026-03-19T02:58:23.670Z ooce/developer/llvm-15
1862026-03-19T02:58:23.670Z None -> 15.0.7-2.0
1872026-03-19T02:58:23.670Z
1882026-03-19T02:58:23.670ZServices:
1892026-03-19T02:58:23.670Z restart_fmri:
1902026-03-19T02:58:23.671Z svc:/system/update-man-index:default
1912026-03-19T02:58:23.691Z
1922026-03-19T02:58:23.691ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1932026-03-19T02:58:28.693ZDownload: 1915/3290 items 116.4/212.6MB 54% complete (23.5M/s)
1942026-03-19T02:58:34.218ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (21.5M/s)
1952026-03-19T02:58:35.776ZDownload: Completed 212.60 MB in 12.08 seconds (17.6M/s)
1962026-03-19T02:58:35.953Z Actions: 1/3689 actions (Installing new actions)
1972026-03-19T02:58:40.231Z Actions: Completed 3689 actions in 4.28 seconds.
1982026-03-19T02:58:40.679Z Done (0.346s)
1992026-03-19T02:58:40.679Z Done (0.000s)
2002026-03-19T02:58:41.520Z Done (0.937s)
2012026-03-19T02:58:45.667Z Done (3.813s)
2022026-03-19T02:58:45.749Z Done (0.019s)
2032026-03-19T02:58:45.752Z Done (0.000s)
2042026-03-19T02:58:45.972Z Done (0.000s)
2052026-03-19T02:58:46.921ZPlanning: Evaluating mediator changes ... Done
2062026-03-19T02:58:47.065ZPlanning: Checking for conflicting actions ... Done
2072026-03-19T02:58:47.068ZPlanning: Consolidating action changes ... Done
2082026-03-19T02:58:47.284ZPlanning: Evaluating mediators ... Done
2092026-03-19T02:58:47.287ZPlanning: Planning completed in 0.37 seconds
2102026-03-19T02:58:47.313Z Mediators to change: 2
2112026-03-19T02:58:47.313Z Create boot environment: No
2122026-03-19T02:58:47.314ZCreate backup boot environment: No
2132026-03-19T02:58:47.400Z Done
2142026-03-19T02:58:47.400Z Done
2152026-03-19T02:58:48.148Z Done
2162026-03-19T02:58:51.443Z Done
2172026-03-19T02:58:51.520Z Done
2182026-03-19T02:58:51.533Z Done
2192026-03-19T02:58:51.663Z Done
2202026-03-19T02:58:52.227ZPlanning: Evaluating mediator changes ... Done
2212026-03-19T02:58:52.256ZPlanning: Merging actions ... Done
2222026-03-19T02:58:52.389ZPlanning: Checking for conflicting actions ... Done
2232026-03-19T02:58:52.398ZPlanning: Consolidating action changes ... Done
2242026-03-19T02:58:52.599ZPlanning: Evaluating mediators ... Done
2252026-03-19T02:58:52.664ZPlanning: Planning completed in 0.63 seconds
2262026-03-19T02:58:52.708Z Packages to change: 1
2272026-03-19T02:58:52.708Z Mediators to change: 1
2282026-03-19T02:58:52.708Z Services to change: 1
2292026-03-19T02:58:52.708Z Create boot environment: No
2302026-03-19T02:58:52.708ZCreate backup boot environment: Yes
2312026-03-19T02:58:55.105Z Actions: 1/6 actions (Updating modified actions)
2322026-03-19T02:58:55.114Z Actions: Completed 6 actions in 0.00 seconds.
2332026-03-19T02:58:55.114Z Done
2342026-03-19T02:58:55.114Z Done
2352026-03-19T02:58:55.296Z Done
2362026-03-19T02:58:58.570Z Done
2372026-03-19T02:58:58.663Z Done
2382026-03-19T02:58:58.672Z Done
2392026-03-19T02:58:58.811Z Done
2402026-03-19T02:58:59.193ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2412026-03-19T02:58:59.193Zclang system 15 system
2422026-03-19T02:58:59.193Zcsh system system illumos
2432026-03-19T02:58:59.193Zctags system system illumos
2442026-03-19T02:58:59.193Zfile system system illumos
2452026-03-19T02:58:59.193Zgcc vendor 12 vendor
2462026-03-19T02:58:59.193Zgcc system 10 system
2472026-03-19T02:58:59.193Zgcc system 7 system
2482026-03-19T02:58:59.193Zgo system 1.20 system
2492026-03-19T02:58:59.193Zgo system 1.19 system
2502026-03-19T02:58:59.193Zllvm system 15 system
2512026-03-19T02:58:59.194Zllvm system 14 system
2522026-03-19T02:58:59.194Zmariadb system 10.6 system
2532026-03-19T02:58:59.194Zmta vendor vendor dma
2542026-03-19T02:58:59.194Zopenjdk system 17 system
2552026-03-19T02:58:59.194Zopenjdk system 11 system
2562026-03-19T02:58:59.194Zopenjdk system 1.8 system
2572026-03-19T02:58:59.194Zopenssl vendor 3 vendor
2582026-03-19T02:58:59.194Zperl system 5.36 system
2592026-03-19T02:58:59.194Zpostgresql system 15 system
2602026-03-19T02:58:59.194Zpostgresql system 13 system
2612026-03-19T02:58:59.194Zpython vendor 3 vendor
2622026-03-19T02:58:59.194Zpython system 2 system
2632026-03-19T02:58:59.194Zpython3 system 3.11 system
2642026-03-19T02:58:59.194Zruby system 3.0 system
2652026-03-19T02:58:59.194Zwords vendor vendor american-english
2662026-03-19T02:58:59.194Zwords system system australian-english
2672026-03-19T02:58:59.194Zwords system system british-english
2682026-03-19T02:58:59.194Zwords system system canadian-english
2692026-03-19T02:58:59.194Zwords system system french
2702026-03-19T02:58:59.194Zwords system system italian
2712026-03-19T02:58:59.194Zwords system system ngerman
2722026-03-19T02:58:59.194Zwords system system ogerman
2732026-03-19T02:58:59.195Zwords system system spanish
2742026-03-19T02:58:59.505ZPUBLISHER TYPE STATUS P LOCATION
2752026-03-19T02:58:59.505Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2762026-03-19T02:59:05.404ZFMRI IFO
2772026-03-19T02:59:05.404Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2782026-03-19T02:59:05.404Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2792026-03-19T02:59:05.404Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2802026-03-19T02:59:05.404Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2812026-03-19T02:59:05.404Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2822026-03-19T02:59:05.405Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2832026-03-19T02:59:05.405Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2842026-03-19T02:59:05.405Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2852026-03-19T02:59:05.405Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2862026-03-19T02:59:05.405Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2872026-03-19T02:59:05.405Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2882026-03-19T02:59:05.405Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2892026-03-19T02:59:05.405Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2902026-03-19T02:59:05.405Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2912026-03-19T02:59:05.405Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2922026-03-19T02:59:05.405Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2932026-03-19T02:59:06.590Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2942026-03-19T02:59:06.921Z Updating crates.io index
2952026-03-19T02:59:06.941Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2962026-03-19T02:59:07.165Z Updating git repository `https://github.com/oxidecomputer/lldp`
2972026-03-19T02:59:08.084Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2982026-03-19T02:59:08.509Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2992026-03-19T02:59:08.804Z Updating git repository `https://github.com/oxidecomputer/falcon`
3002026-03-19T02:59:09.788Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3012026-03-19T02:59:10.534Z Updating git repository `https://github.com/oxidecomputer/propolis`
3022026-03-19T02:59:11.915Z Updating git repository `https://github.com/oxidecomputer/crucible`
3032026-03-19T02:59:13.535Z Updating git repository `https://github.com/oxidecomputer/opte`
3042026-03-19T02:59:14.363Z Updating git repository `https://github.com/oxidecomputer/tofino`
3052026-03-19T02:59:14.827Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062026-03-19T02:59:17.471Z Updating git repository `https://github.com/oxidecomputer/clickward`
3072026-03-19T02:59:18.115Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-03-19T02:59:18.446Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3092026-03-19T02:59:18.740Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3102026-03-19T02:59:19.729Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3112026-03-19T02:59:21.165Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-19T02:59:21.537Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3132026-03-19T02:59:21.786Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3142026-03-19T02:59:22.259Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3152026-03-19T02:59:22.592Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3162026-03-19T02:59:22.788Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3172026-03-19T02:59:23.036Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3182026-03-19T02:59:23.483Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192026-03-19T02:59:23.993Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3202026-03-19T02:59:25.544Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3212026-03-19T02:59:25.851Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3222026-03-19T02:59:26.164Z Updating git repository `https://github.com/oxidecomputer/ispf`
3232026-03-19T02:59:26.482Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3242026-03-19T02:59:27.986Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3252026-03-19T02:59:28.225Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3262026-03-19T02:59:28.788Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3272026-03-19T02:59:29.231Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3282026-03-19T02:59:29.585Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3292026-03-19T02:59:30.240Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3302026-03-19T02:59:30.486Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3312026-03-19T02:59:30.769Z Updating git repository `https://github.com/illumos/smf-rs`
3322026-03-19T02:59:31.130Z Updating git repository `https://github.com/oxidecomputer/omicron`
3332026-03-19T02:59:45.308Z Downloading crates ...
3342026-03-19T02:59:45.387Z Downloaded colorchoice v1.0.4
3352026-03-19T02:59:45.405Z Downloaded swrite v0.1.0
3362026-03-19T02:59:45.413Z Downloaded unicode-xid v0.2.6
3372026-03-19T02:59:45.413Z Downloaded usdt-macro v0.5.0
3382026-03-19T02:59:45.427Z Downloaded thiserror v1.0.69
3392026-03-19T02:59:45.431Z Downloaded yoke-derive v0.8.1
3402026-03-19T02:59:45.432Z Downloaded usdt v0.5.0
3412026-03-19T02:59:45.432Z Downloaded toml_write v0.1.2
3422026-03-19T02:59:45.432Z Downloaded zerofrom-derive v0.1.6
3432026-03-19T02:59:45.432Z Downloaded zerofrom v0.1.6
3442026-03-19T02:59:45.432Z Downloaded utf8parse v0.2.2
3452026-03-19T02:59:45.432Z Downloaded toml v0.8.23
3462026-03-19T02:59:45.471Z Downloaded equivalent v1.0.2
3472026-03-19T02:59:45.504Z Downloaded unicode-linebreak v0.1.5
3482026-03-19T02:59:45.511Z Downloaded version_check v0.9.5
3492026-03-19T02:59:45.512Z Downloaded typeid v1.0.3
3502026-03-19T02:59:45.518Z Downloaded thiserror-impl v2.0.18
3512026-03-19T02:59:45.523Z Downloaded thread-id v4.2.2
3522026-03-19T02:59:45.526Z Downloaded utf8_iter v1.0.4
3532026-03-19T02:59:45.529Z Downloaded usdt-attr-macro v0.5.0
3542026-03-19T02:59:45.529Z Downloaded toml_datetime v0.6.11
3552026-03-19T02:59:45.529Z Downloaded zmij v1.0.21
3562026-03-19T02:59:45.535Z Downloaded erased-serde v0.4.9
3572026-03-19T02:59:45.535Z Downloaded is_terminal_polyfill v1.70.2
3582026-03-19T02:59:45.535Z Downloaded yoke v0.8.1
3592026-03-19T02:59:45.539Z Downloaded anstyle-query v1.1.5
3602026-03-19T02:59:45.539Z Downloaded zerovec-derive v0.11.2
3612026-03-19T02:59:45.553Z Downloaded usdt-impl v0.5.0
3622026-03-19T02:59:45.565Z Downloaded writeable v0.6.2
3632026-03-19T02:59:45.565Z Downloaded ucd-trie v0.1.7
3642026-03-19T02:59:45.565Z Downloaded thiserror v2.0.18
3652026-03-19T02:59:45.565Z Downloaded zerocopy-derive v0.7.35
3662026-03-19T02:59:45.575Z Downloaded zerovec v0.11.5
3672026-03-19T02:59:45.576Z Downloaded unicode-ident v1.0.24
3682026-03-19T02:59:45.576Z Downloaded textwrap v0.16.2
3692026-03-19T02:59:45.577Z Downloaded zerotrie v0.2.3
3702026-03-19T02:59:45.587Z Downloaded url v2.5.8
3712026-03-19T02:59:45.587Z Downloaded proc-macro-error-attr v1.0.4
3722026-03-19T02:59:45.587Z Downloaded heck v0.4.1
3732026-03-19T02:59:45.587Z Downloaded thiserror-impl v1.0.69
3742026-03-19T02:59:45.587Z Downloaded fastrand v2.3.0
3752026-03-19T02:59:45.587Z Downloaded macaddr v1.0.1
3762026-03-19T02:59:45.588Z Downloaded typenum v1.19.0
3772026-03-19T02:59:45.588Z Downloaded toml_edit v0.22.27
3782026-03-19T02:59:45.593Z Downloaded tinystr v0.8.2
3792026-03-19T02:59:45.593Z Downloaded zerocopy v0.7.35
3802026-03-19T02:59:45.604Z Downloaded tabled_derive v0.7.0
3812026-03-19T02:59:45.607Z Downloaded winnow v0.7.14
3822026-03-19T02:59:45.615Z Downloaded fnv v1.0.7
3832026-03-19T02:59:45.615Z Downloaded potential_utf v0.1.4
3842026-03-19T02:59:45.625Z Downloaded stable_deref_trait v1.2.1
3852026-03-19T02:59:45.631Z Downloaded unicode-width v0.2.0
3862026-03-19T02:59:45.631Z Downloaded unicode-width v0.1.14
3872026-03-19T02:59:45.635Z Downloaded memmap v0.7.0
3882026-03-19T02:59:45.641Z Downloaded serde_core v1.0.228
3892026-03-19T02:59:45.647Z Downloaded camino-tempfile v1.4.1
3902026-03-19T02:59:45.653Z Downloaded scroll_derive v0.12.1
3912026-03-19T02:59:45.664Z Downloaded cargo_toml v0.21.0
3922026-03-19T02:59:45.672Z Downloaded icu_provider v2.1.1
3932026-03-19T02:59:45.672Z Downloaded fs-err v3.3.0
3942026-03-19T02:59:45.687Z Downloaded anyhow v1.0.102
3952026-03-19T02:59:45.691Z Downloaded getrandom v0.4.1
3962026-03-19T02:59:45.699Z Downloaded papergrid v0.11.0
3972026-03-19T02:59:45.707Z Downloaded sha2 v0.10.9
3982026-03-19T02:59:45.736Z Downloaded icu_normalizer_data v2.1.1
3992026-03-19T02:59:45.748Z Downloaded once_cell v1.21.3
4002026-03-19T02:59:45.754Z Downloaded clap_derive v4.5.55
4012026-03-19T02:59:45.759Z Downloaded icu_collections v2.1.1
4022026-03-19T02:59:45.763Z Downloaded icu_properties_data v2.1.2
4032026-03-19T02:59:45.824Z Downloaded serde_json v1.0.149
4042026-03-19T02:59:45.834Z Downloaded clap_builder v4.5.60
4052026-03-19T02:59:45.835Z Downloaded syn v2.0.117
4062026-03-19T02:59:45.926Z Downloaded pest v2.8.6
4072026-03-19T02:59:45.932Z Downloaded cargo-util-schemas v0.8.2
4082026-03-19T02:59:45.957Z Downloaded proc-macro2 v1.0.106
4092026-03-19T02:59:45.962Z Downloaded proc-macro-error v1.0.4
4102026-03-19T02:59:45.962Z Downloaded num-traits v0.2.19
4112026-03-19T02:59:45.962Z Downloaded autocfg v1.5.0
4122026-03-19T02:59:45.972Z Downloaded heck v0.5.0
4132026-03-19T02:59:45.984Z Downloaded serde v1.0.228
4142026-03-19T02:59:45.998Z Downloaded block-buffer v0.10.4
4152026-03-19T02:59:46.008Z Downloaded idna_adapter v1.2.1
4162026-03-19T02:59:46.008Z Downloaded dtrace-parser v0.2.0
4172026-03-19T02:59:46.020Z Downloaded errno v0.3.14
4182026-03-19T02:59:46.021Z Downloaded cargo-platform v0.2.0
4192026-03-19T02:59:46.431Z Downloaded ordered-float v2.10.1
4202026-03-19T02:59:46.431Z Downloaded serde-value v0.7.0
4212026-03-19T02:59:46.431Z Downloaded strsim v0.11.1
4222026-03-19T02:59:46.434Z Downloaded serde_spanned v0.6.9
4232026-03-19T02:59:46.434Z Downloaded synstructure v0.13.2
4242026-03-19T02:59:46.434Z Downloaded cpufeatures v0.2.17
4252026-03-19T02:59:46.434Z Downloaded scroll v0.12.0
4262026-03-19T02:59:46.434Z Downloaded cargo_metadata v0.21.0
4272026-03-19T02:59:46.434Z Downloaded anstream v0.6.21
4282026-03-19T02:59:46.435Z Downloaded digest v0.10.7
4292026-03-19T02:59:46.435Z Downloaded bitflags v2.11.0
4302026-03-19T02:59:46.435Z Downloaded smallvec v1.15.1
4312026-03-19T02:59:46.435Z Downloaded clap_lex v1.0.0
4322026-03-19T02:59:46.435Z Downloaded tempfile v3.25.0
4332026-03-19T02:59:46.435Z Downloaded icu_locale_core v2.1.1
4342026-03-19T02:59:46.435Z Downloaded pest_meta v2.8.6
4352026-03-19T02:59:46.435Z Downloaded icu_normalizer v2.1.1
4362026-03-19T02:59:46.435Z Downloaded indexmap v2.13.0
4372026-03-19T02:59:46.435Z Downloaded idna v1.1.0
4382026-03-19T02:59:46.435Z Downloaded goblin v0.8.2
4392026-03-19T02:59:46.435Z Downloaded rustix v1.1.3
4402026-03-19T02:59:46.435Z Downloaded anstyle-parse v0.2.7
4412026-03-19T02:59:46.435Z Downloaded smawk v0.3.2
4422026-03-19T02:59:46.435Z Downloaded terminal_size v0.4.3
4432026-03-19T02:59:46.435Z Downloaded semver v1.0.27
4442026-03-19T02:59:46.435Z Downloaded serde-untagged v0.1.9
4452026-03-19T02:59:46.436Z Downloaded pest_generator v2.8.6
4462026-03-19T02:59:46.436Z Downloaded crypto-common v0.1.7
4472026-03-19T02:59:46.436Z Downloaded memchr v2.8.0
4482026-03-19T02:59:46.436Z Downloaded dof v0.3.0
4492026-03-19T02:59:46.436Z Downloaded log v0.4.29
4502026-03-19T02:59:46.436Z Downloaded byteorder v1.5.0
4512026-03-19T02:59:46.436Z Downloaded icu_properties v2.1.2
4522026-03-19T02:59:46.436Z Downloaded serde_tokenstream v0.2.3
4532026-03-19T02:59:46.436Z Downloaded itoa v1.0.17
4542026-03-19T02:59:46.436Z Downloaded quote v1.0.44
4552026-03-19T02:59:46.436Z Downloaded serde_derive v1.0.228
4562026-03-19T02:59:46.436Z Downloaded percent-encoding v2.3.2
4572026-03-19T02:59:46.436Z Downloaded tabled v0.15.0
4582026-03-19T02:59:46.436Z Downloaded plain v0.2.3
4592026-03-19T02:59:46.436Z Downloaded litemap v0.8.1
4602026-03-19T02:59:46.436Z Downloaded cfg-if v1.0.4
4612026-03-19T02:59:46.436Z Downloaded form_urlencoded v1.2.2
4622026-03-19T02:59:46.436Z Downloaded displaydoc v0.2.5
4632026-03-19T02:59:46.436Z Downloaded camino v1.2.2
4642026-03-19T02:59:46.436Z Downloaded pest_derive v2.8.6
4652026-03-19T02:59:46.436Z Downloaded pretty-hex v0.4.1
4662026-03-19T02:59:46.436Z Downloaded generic-array v0.14.7
4672026-03-19T02:59:46.440Z Downloaded anstyle v1.0.13
4682026-03-19T02:59:46.445Z Downloaded bytecount v0.6.9
4692026-03-19T02:59:46.449Z Downloaded clap v4.5.60
4702026-03-19T02:59:46.471Z Downloaded hashbrown v0.16.1
4712026-03-19T02:59:46.483Z Downloaded syn v1.0.109
4722026-03-19T02:59:46.550Z Downloaded libc v0.2.180
4732026-03-19T02:59:46.637Z Compiling proc-macro2 v1.0.106
4742026-03-19T02:59:46.637Z Compiling quote v1.0.44
4752026-03-19T02:59:46.644Z Compiling unicode-ident v1.0.24
4762026-03-19T02:59:46.644Z Compiling serde_core v1.0.228
4772026-03-19T02:59:46.644Z Compiling libc v0.2.180
4782026-03-19T02:59:46.644Z Compiling version_check v0.9.5
4792026-03-19T02:59:46.644Z Compiling memchr v2.8.0
4802026-03-19T02:59:46.644Z Compiling stable_deref_trait v1.2.1
4812026-03-19T02:59:46.644Z Compiling serde v1.0.228
4822026-03-19T02:59:46.644Z Compiling zmij v1.0.21
4832026-03-19T02:59:46.644Z Compiling ucd-trie v0.1.7
4842026-03-19T02:59:46.849Z Compiling autocfg v1.5.0
4852026-03-19T02:59:46.854Z Compiling itoa v1.0.17
4862026-03-19T02:59:46.854Z Compiling thiserror v1.0.69
4872026-03-19T02:59:46.854Z Compiling writeable v0.6.2
4882026-03-19T02:59:46.854Z Compiling litemap v0.8.1
4892026-03-19T02:59:46.854Z Compiling icu_properties_data v2.1.2
4902026-03-19T02:59:46.855Z Compiling rustix v1.1.3
4912026-03-19T02:59:46.855Z Compiling icu_normalizer_data v2.1.1
4922026-03-19T02:59:46.855Z Compiling byteorder v1.5.0
4932026-03-19T02:59:46.855Z Compiling bitflags v2.11.0
4942026-03-19T02:59:46.855Z Compiling serde_json v1.0.149
4952026-03-19T02:59:46.855Z Compiling equivalent v1.0.2
4962026-03-19T02:59:46.875Z Compiling hashbrown v0.16.1
4972026-03-19T02:59:46.878Z Compiling typeid v1.0.3
4982026-03-19T02:59:46.878Z Compiling smallvec v1.15.1
4992026-03-19T02:59:46.878Z Compiling syn v1.0.109
5002026-03-19T02:59:46.878Z Compiling winnow v0.7.14
5012026-03-19T02:59:46.878Z Compiling erased-serde v0.4.9
5022026-03-19T02:59:47.097Z Compiling toml_write v0.1.2
5032026-03-19T02:59:47.277Z Compiling percent-encoding v2.3.2
5042026-03-19T02:59:47.280Z Compiling camino v1.2.2
5052026-03-19T02:59:47.373Z Compiling log v0.4.29
5062026-03-19T02:59:47.464Z Compiling plain v0.2.3
5072026-03-19T02:59:47.732Z Compiling getrandom v0.4.1
5082026-03-19T02:59:47.736Z Compiling thiserror v2.0.18
5092026-03-19T02:59:47.764Z Compiling utf8parse v0.2.2
5102026-03-19T02:59:47.767Z Compiling utf8_iter v1.0.4
5112026-03-19T02:59:47.767Z Compiling proc-macro-error-attr v1.0.4
5122026-03-19T02:59:47.767Z Compiling usdt-impl v0.5.0
5132026-03-19T02:59:47.925Z Compiling pest v2.8.6
5142026-03-19T02:59:47.928Z Compiling proc-macro-error v1.0.4
5152026-03-19T02:59:48.014Z Compiling num-traits v0.2.19
5162026-03-19T02:59:48.112Z Compiling anstyle-parse v0.2.7
5172026-03-19T02:59:48.245Z Compiling indexmap v2.13.0
5182026-03-19T02:59:48.251Z Compiling form_urlencoded v1.2.2
5192026-03-19T02:59:48.295Z Compiling colorchoice v1.0.4
5202026-03-19T02:59:48.308Z Compiling anstyle v1.0.13
5212026-03-19T02:59:48.312Z Compiling cfg-if v1.0.4
5222026-03-19T02:59:48.312Z Compiling pretty-hex v0.4.1
5232026-03-19T02:59:48.312Z Compiling is_terminal_polyfill v1.70.2
5242026-03-19T02:59:48.517Z Compiling anstyle-query v1.1.5
5252026-03-19T02:59:48.594Z Compiling fs-err v3.3.0
5262026-03-19T02:59:48.634Z Compiling strsim v0.11.1
5272026-03-19T02:59:48.786Z Compiling bytecount v0.6.9
5282026-03-19T02:59:48.849Z Compiling fnv v1.0.7
5292026-03-19T02:59:49.002Z Compiling clap_lex v1.0.0
5302026-03-19T02:59:49.006Z Compiling heck v0.4.1
5312026-03-19T02:59:49.006Z Compiling unicode-xid v0.2.6
5322026-03-19T02:59:49.006Z Compiling anyhow v1.0.102
5332026-03-19T02:59:49.034Z Compiling heck v0.5.0
5342026-03-19T02:59:49.092Z Compiling once_cell v1.21.3
5352026-03-19T02:59:49.122Z Compiling fastrand v2.3.0
5362026-03-19T02:59:49.151Z Compiling errno v0.3.14
5372026-03-19T02:59:49.276Z Compiling thread-id v4.2.2
5382026-03-19T02:59:49.398Z Compiling anstream v0.6.21
5392026-03-19T02:59:49.429Z Compiling unicode-width v0.1.14
5402026-03-19T02:59:49.432Z Compiling memmap v0.7.0
5412026-03-19T02:59:49.432Z Compiling unicode-linebreak v0.1.5
5422026-03-19T02:59:49.463Z Compiling unicode-width v0.2.0
5432026-03-19T02:59:49.468Z Compiling smawk v0.3.2
5442026-03-19T02:59:49.560Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452026-03-19T02:59:49.589Z Compiling swrite v0.1.0
5462026-03-19T02:59:49.895Z Compiling pest_meta v2.8.6
5472026-03-19T02:59:50.059Z Compiling syn v2.0.117
5482026-03-19T02:59:50.297Z Compiling papergrid v0.11.0
5492026-03-19T02:59:51.164Z Compiling ordered-float v2.10.1
5502026-03-19T02:59:51.221Z Compiling semver v1.0.27
5512026-03-19T02:59:51.244Z Compiling terminal_size v0.4.3
5522026-03-19T02:59:51.248Z Compiling tempfile v3.25.0
5532026-03-19T02:59:51.427Z Compiling clap_builder v4.5.60
5542026-03-19T02:59:51.430Z Compiling textwrap v0.16.2
5552026-03-19T02:59:51.732Z Compiling camino-tempfile v1.4.1
5562026-03-19T02:59:51.936Z Compiling serde-untagged v0.1.9
5572026-03-19T02:59:52.166Z Compiling tabled_derive v0.7.0
5582026-03-19T02:59:53.008Z Compiling tabled v0.15.0
5592026-03-19T02:59:53.809Z Compiling synstructure v0.13.2
5602026-03-19T02:59:53.809Z Compiling pest_generator v2.8.6
5612026-03-19T02:59:54.505Z Compiling serde_derive v1.0.228
5622026-03-19T02:59:54.508Z Compiling zerofrom-derive v0.1.6
5632026-03-19T02:59:54.508Z Compiling yoke-derive v0.8.1
5642026-03-19T02:59:54.508Z Compiling zerovec-derive v0.11.2
5652026-03-19T02:59:54.508Z Compiling displaydoc v0.2.5
5662026-03-19T02:59:54.508Z Compiling thiserror-impl v1.0.69
5672026-03-19T02:59:54.509Z Compiling zerocopy-derive v0.7.35
5682026-03-19T02:59:54.509Z Compiling pest_derive v2.8.6
5692026-03-19T02:59:54.509Z Compiling scroll_derive v0.12.1
5702026-03-19T02:59:54.509Z Compiling thiserror-impl v2.0.18
5712026-03-19T02:59:54.509Z Compiling clap_derive v4.5.55
5722026-03-19T02:59:55.431Z Compiling scroll v0.12.0
5732026-03-19T02:59:55.472Z Compiling zerocopy v0.7.35
5742026-03-19T02:59:55.724Z Compiling goblin v0.8.2
5752026-03-19T02:59:55.916Z Compiling zerofrom v0.1.6
5762026-03-19T02:59:56.053Z Compiling yoke v0.8.1
5772026-03-19T02:59:56.080Z Compiling dtrace-parser v0.2.0
5782026-03-19T02:59:56.262Z Compiling zerovec v0.11.5
5792026-03-19T02:59:56.262Z Compiling zerotrie v0.2.3
5802026-03-19T02:59:56.320Z Compiling clap v4.5.60
5812026-03-19T02:59:56.828Z Compiling tinystr v0.8.2
5822026-03-19T02:59:56.828Z Compiling potential_utf v0.1.4
5832026-03-19T02:59:57.004Z Compiling icu_collections v2.1.1
5842026-03-19T02:59:57.032Z Compiling icu_locale_core v2.1.1
5852026-03-19T02:59:57.689Z Compiling toml_datetime v0.6.11
5862026-03-19T02:59:57.689Z Compiling serde_spanned v0.6.9
5872026-03-19T02:59:57.689Z Compiling serde-value v0.7.0
5882026-03-19T02:59:57.692Z Compiling cargo-platform v0.2.0
5892026-03-19T02:59:57.692Z Compiling macaddr v1.0.1
5902026-03-19T02:59:57.742Z Compiling dof v0.3.0
5912026-03-19T02:59:57.745Z Compiling serde_tokenstream v0.2.3
5922026-03-19T02:59:57.827Z Compiling icu_provider v2.1.1
5932026-03-19T02:59:57.938Z Compiling toml_edit v0.22.27
5942026-03-19T02:59:58.162Z Compiling icu_properties v2.1.2
5952026-03-19T02:59:58.162Z Compiling icu_normalizer v2.1.1
5962026-03-19T02:59:58.658Z Compiling usdt-macro v0.5.0
5972026-03-19T02:59:58.661Z Compiling usdt-attr-macro v0.5.0
5982026-03-19T02:59:59.281Z Compiling idna_adapter v1.2.1
5992026-03-19T02:59:59.449Z Compiling idna v1.1.0
6002026-03-19T02:59:59.457Z Compiling usdt v0.5.0
6012026-03-19T02:59:59.662Z Compiling toml v0.8.23
6022026-03-19T02:59:59.770Z Compiling url v2.5.8
6032026-03-19T03:00:00.122Z Compiling cargo_toml v0.21.0
6042026-03-19T03:00:00.295Z Compiling cargo-util-schemas v0.8.2
6052026-03-19T03:00:01.411Z Compiling cargo_metadata v0.21.0
6062026-03-19T03:00:02.683Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6072026-03-19T03:00:05.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.15s
6082026-03-19T03:00:05.840Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6092026-03-19T03:00:06.559Z Downloading crates ...
6102026-03-19T03:00:06.702Z Downloaded convert_case v0.10.0
6112026-03-19T03:00:06.705Z Downloaded arrayref v0.3.9
6122026-03-19T03:00:06.710Z Downloaded clang-sys v1.8.1
6132026-03-19T03:00:06.714Z Downloaded crc8 v0.1.1
6142026-03-19T03:00:06.714Z Downloaded crc v3.4.0
6152026-03-19T03:00:06.719Z Downloaded cancel-safe-futures v0.1.5
6162026-03-19T03:00:06.724Z Downloaded fixedbitset v0.4.2
6172026-03-19T03:00:06.728Z Downloaded allocator-api2 v0.2.21
6182026-03-19T03:00:06.731Z Downloaded difflib v0.4.0
6192026-03-19T03:00:06.731Z Downloaded crypto-bigint v0.5.5
6202026-03-19T03:00:06.735Z Downloaded bitfield v0.19.4
6212026-03-19T03:00:06.767Z Downloaded diesel v2.3.7
6222026-03-19T03:00:06.813Z Downloaded downcast-rs v2.0.2
6232026-03-19T03:00:06.822Z Downloaded critical-section v1.2.0
6242026-03-19T03:00:06.822Z Downloaded array-init v0.0.4
6252026-03-19T03:00:06.822Z Downloaded display-error-chain v0.2.2
6262026-03-19T03:00:06.822Z Downloaded dirs-sys-next v0.1.2
6272026-03-19T03:00:06.822Z Downloaded derive-ex v0.1.8
6282026-03-19T03:00:06.822Z Downloaded darling_macro v0.20.11
6292026-03-19T03:00:06.822Z Downloaded ctr v0.9.2
6302026-03-19T03:00:06.822Z Downloaded darling_macro v0.23.0
6312026-03-19T03:00:06.822Z Downloaded ena v0.14.4
6322026-03-19T03:00:06.822Z Downloaded cookie v0.18.1
6332026-03-19T03:00:06.822Z Downloaded foreign-types v0.5.0
6342026-03-19T03:00:06.822Z Downloaded cargo_toml v0.22.3
6352026-03-19T03:00:06.822Z Downloaded diff v0.1.13
6362026-03-19T03:00:06.822Z Downloaded ff v0.13.1
6372026-03-19T03:00:06.822Z Downloaded blowfish v0.9.1
6382026-03-19T03:00:06.823Z Downloaded base64 v0.21.7
6392026-03-19T03:00:06.823Z Downloaded daft v0.1.5
6402026-03-19T03:00:06.823Z Downloaded ar_archive_writer v0.5.1
6412026-03-19T03:00:06.823Z Downloaded defmt-parser v1.0.0
6422026-03-19T03:00:06.823Z Downloaded blake3 v1.8.3
6432026-03-19T03:00:06.828Z Downloaded fallible-iterator v0.2.0
6442026-03-19T03:00:06.828Z Downloaded foreign-types-macros v0.2.3
6452026-03-19T03:00:06.828Z Downloaded fd-lock v4.0.4
6462026-03-19T03:00:06.828Z Downloaded flume v0.11.1
6472026-03-19T03:00:06.833Z Downloaded futures-task v0.3.32
6482026-03-19T03:00:06.833Z Downloaded darling v0.21.3
6492026-03-19T03:00:06.838Z Downloaded bzip2 v0.6.1
6502026-03-19T03:00:06.838Z Downloaded crc-any v2.5.0
6512026-03-19T03:00:06.838Z Downloaded console v0.15.11
6522026-03-19T03:00:06.841Z Downloaded getrandom v0.2.17
6532026-03-19T03:00:06.841Z Downloaded async-stream-impl v0.3.6
6542026-03-19T03:00:06.844Z Downloaded ascii-canvas v3.0.0
6552026-03-19T03:00:06.844Z Downloaded bitfield-struct v0.6.2
6562026-03-19T03:00:06.845Z Downloaded expectorate v1.2.0
6572026-03-19T03:00:06.848Z Downloaded enum-as-inner v0.6.1
6582026-03-19T03:00:06.848Z Downloaded elliptic-curve v0.13.8
6592026-03-19T03:00:06.851Z Downloaded castaway v0.2.4
6602026-03-19T03:00:06.858Z Downloaded assert_matches v1.5.0
6612026-03-19T03:00:06.858Z Downloaded dyn-clone v1.0.20
6622026-03-19T03:00:06.865Z Downloaded goblin v0.10.5
6632026-03-19T03:00:06.865Z Downloaded ghash v0.5.1
6642026-03-19T03:00:06.869Z Downloaded document-features v0.2.12
6652026-03-19T03:00:06.869Z Downloaded bit-vec v0.8.0
6662026-03-19T03:00:06.869Z Downloaded globwalk v0.9.1
6672026-03-19T03:00:06.869Z Downloaded fixedbitset v0.5.7
6682026-03-19T03:00:06.869Z Downloaded convert_case v0.4.0
6692026-03-19T03:00:06.869Z Downloaded git-stub-vcs v0.1.0
6702026-03-19T03:00:06.872Z Downloaded foreign-types-shared v0.3.1
6712026-03-19T03:00:06.872Z Downloaded crc-catalog v2.4.0
6722026-03-19T03:00:06.872Z Downloaded diesel_derives v2.3.7
6732026-03-19T03:00:06.879Z Downloaded getrandom v0.3.4
6742026-03-19T03:00:06.882Z Downloaded diesel-dtrace v0.5.0
6752026-03-19T03:00:06.882Z Downloaded ciborium-ll v0.2.2
6762026-03-19T03:00:06.885Z Downloaded crunchy v0.2.4
6772026-03-19T03:00:06.885Z Downloaded ed25519 v2.2.3
6782026-03-19T03:00:06.888Z Downloaded dropshot-api-manager-types v0.6.0
6792026-03-19T03:00:06.888Z Downloaded cpufeatures v0.3.0
6802026-03-19T03:00:06.888Z Downloaded bcrypt-pbkdf v0.10.0
6812026-03-19T03:00:06.892Z Downloaded darling v0.20.11
6822026-03-19T03:00:06.895Z Downloaded endian-type v0.1.2
6832026-03-19T03:00:06.895Z Downloaded derive_builder_core v0.20.2
6842026-03-19T03:00:06.898Z Downloaded crossbeam-channel v0.5.15
6852026-03-19T03:00:06.901Z Downloaded hash32 v0.2.1
6862026-03-19T03:00:06.901Z Downloaded foldhash v0.1.5
6872026-03-19T03:00:06.904Z Downloaded bitfield-macros v0.19.4
6882026-03-19T03:00:06.904Z Downloaded cassowary v0.3.0
6892026-03-19T03:00:06.905Z Downloaded base16ct v0.2.0
6902026-03-19T03:00:06.909Z Downloaded const_format v0.2.35
6912026-03-19T03:00:06.912Z Downloaded daft-derive v0.1.5
6922026-03-19T03:00:06.920Z Downloaded deranged v0.5.8
6932026-03-19T03:00:06.928Z Downloaded hash32 v0.3.1
6942026-03-19T03:00:06.931Z Downloaded float-ord v0.3.2
6952026-03-19T03:00:06.931Z Downloaded futures-io v0.3.32
6962026-03-19T03:00:06.934Z Downloaded hostname v0.4.2
6972026-03-19T03:00:06.934Z Downloaded float-cmp v0.10.0
6982026-03-19T03:00:06.937Z Downloaded aead v0.5.2
6992026-03-19T03:00:06.937Z Downloaded debug-ignore v1.0.5
7002026-03-19T03:00:06.937Z Downloaded cipher v0.4.4
7012026-03-19T03:00:06.940Z Downloaded cargo_metadata v0.19.2
7022026-03-19T03:00:06.941Z Downloaded corncobs v0.1.4
7032026-03-19T03:00:06.945Z Downloaded atomic-waker v1.1.2
7042026-03-19T03:00:06.945Z Downloaded glob v0.3.3
7052026-03-19T03:00:06.949Z Downloaded const-oid v0.9.6
7062026-03-19T03:00:06.949Z Downloaded cfg_aliases v0.2.1
7072026-03-19T03:00:06.949Z Downloaded bit-set v0.8.0
7082026-03-19T03:00:06.949Z Downloaded futures-core v0.3.32
7092026-03-19T03:00:06.952Z Downloaded hex v0.4.3
7102026-03-19T03:00:06.952Z Downloaded adler2 v2.0.1
7112026-03-19T03:00:06.955Z Downloaded foreign-types-shared v0.1.1
7122026-03-19T03:00:06.955Z Downloaded arrayvec v0.7.6
7132026-03-19T03:00:06.959Z Downloaded block-padding v0.3.3
7142026-03-19T03:00:06.959Z Downloaded fxhash v0.2.1
7152026-03-19T03:00:06.959Z Downloaded fs-err v2.11.0
7162026-03-19T03:00:06.963Z Downloaded fs_extra v1.3.0
7172026-03-19T03:00:06.963Z Downloaded ecdsa v0.16.9
7182026-03-19T03:00:06.963Z Downloaded backon v1.6.0
7192026-03-19T03:00:06.966Z Downloaded der_derive v0.7.3
7202026-03-19T03:00:06.969Z Downloaded base16ct v1.0.0
7212026-03-19T03:00:06.969Z Downloaded colored v3.1.1
7222026-03-19T03:00:06.972Z Downloaded ciborium-io v0.2.2
7232026-03-19T03:00:06.972Z Downloaded cfg_aliases v0.1.1
7242026-03-19T03:00:06.972Z Downloaded async-stream v0.3.6
7252026-03-19T03:00:06.975Z Downloaded darling_core v0.20.11
7262026-03-19T03:00:06.978Z Downloaded cobs v0.3.0
7272026-03-19T03:00:06.981Z Downloaded defmt v1.0.1
7282026-03-19T03:00:06.985Z Downloaded data-encoding v2.10.0
7292026-03-19T03:00:06.985Z Downloaded cargo-platform v0.1.9
7302026-03-19T03:00:06.988Z Downloaded futures-sink v0.3.32
7312026-03-19T03:00:06.989Z Downloaded http-range v0.1.5
7322026-03-19T03:00:06.989Z Downloaded csv-core v0.1.13
7332026-03-19T03:00:06.989Z Downloaded atty v0.2.14
7342026-03-19T03:00:06.992Z Downloaded ident_case v1.0.1
7352026-03-19T03:00:06.992Z Downloaded fatfs v0.3.6
7362026-03-19T03:00:06.995Z Downloaded crc32fast v1.5.0
7372026-03-19T03:00:06.995Z Downloaded hubpack_derive v0.1.1
7382026-03-19T03:00:06.995Z Downloaded crossbeam-epoch v0.9.18
7392026-03-19T03:00:06.998Z Downloaded bit-vec v0.6.3
7402026-03-19T03:00:06.998Z Downloaded inout v0.1.4
7412026-03-19T03:00:07.002Z Downloaded hostname v0.3.1
7422026-03-19T03:00:07.002Z Downloaded funty v2.0.0
7432026-03-19T03:00:07.002Z Downloaded home v0.5.12
7442026-03-19T03:00:07.005Z Downloaded cexpr v0.6.0
7452026-03-19T03:00:07.006Z Downloaded const_format_proc_macros v0.2.34
7462026-03-19T03:00:07.009Z Downloaded hickory-client v0.25.2
7472026-03-19T03:00:07.009Z Downloaded derive_more v2.1.1
7482026-03-19T03:00:07.020Z Downloaded http-body v1.0.1
7492026-03-19T03:00:07.025Z Downloaded headers-core v0.3.0
7502026-03-19T03:00:07.025Z Downloaded ingot v0.1.1
7512026-03-19T03:00:07.025Z Downloaded crossbeam-utils v0.8.21
7522026-03-19T03:00:07.025Z Downloaded chacha20 v0.10.0
7532026-03-19T03:00:07.028Z Downloaded cmake v0.1.57
7542026-03-19T03:00:07.028Z Downloaded der v0.7.10
7552026-03-19T03:00:07.034Z Downloaded indoc v2.0.7
7562026-03-19T03:00:07.038Z Downloaded highway v1.3.0
7572026-03-19T03:00:07.038Z Downloaded hyper-tls v0.6.0
7582026-03-19T03:00:07.038Z Downloaded indoc v1.0.9
7592026-03-19T03:00:07.041Z Downloaded derive-where v1.6.0
7602026-03-19T03:00:07.045Z Downloaded constant_time_eq v0.4.2
7612026-03-19T03:00:07.045Z Downloaded cbc v0.1.2
7622026-03-19T03:00:07.048Z Downloaded ingot-macros v0.1.1
7632026-03-19T03:00:07.048Z Downloaded argon2 v0.5.3
7642026-03-19T03:00:07.054Z Downloaded internet-checksum v0.2.1
7652026-03-19T03:00:07.054Z Downloaded instability v0.3.11
7662026-03-19T03:00:07.055Z Downloaded darling_macro v0.21.3
7672026-03-19T03:00:07.055Z Downloaded crucible-workspace-hack v0.1.0
7682026-03-19T03:00:07.060Z Downloaded colored v2.2.0
7692026-03-19T03:00:07.060Z Downloaded futures-executor v0.3.32
7702026-03-19T03:00:07.060Z Downloaded curve25519-dalek-derive v0.1.1
7712026-03-19T03:00:07.060Z Downloaded http-body-util v0.1.3
7722026-03-19T03:00:07.064Z Downloaded futures-channel v0.3.32
7732026-03-19T03:00:07.064Z Downloaded camino-tempfile-ext v0.3.3
7742026-03-19T03:00:07.064Z Downloaded bitflags v1.3.2
7752026-03-19T03:00:07.067Z Downloaded base64ct v1.8.3
7762026-03-19T03:00:07.068Z Downloaded managed v0.8.0
7772026-03-19T03:00:07.071Z Downloaded hyper-staticfile v0.10.1
7782026-03-19T03:00:07.071Z Downloaded httpdate v1.0.3
7792026-03-19T03:00:07.074Z Downloaded lru v0.12.5
7802026-03-19T03:00:07.074Z Downloaded bzip2 v0.4.4
7812026-03-19T03:00:07.074Z Downloaded console v0.16.2
7822026-03-19T03:00:07.077Z Downloaded match_cfg v0.1.0
7832026-03-19T03:00:07.077Z Downloaded multimap v0.10.1
7842026-03-19T03:00:07.080Z Downloaded dunce v1.0.5
7852026-03-19T03:00:07.080Z Downloaded dirs-next v2.0.0
7862026-03-19T03:00:07.080Z Downloaded humantime v2.3.0
7872026-03-19T03:00:07.084Z Downloaded globset v0.4.18
7882026-03-19T03:00:07.084Z Downloaded defmt v0.3.100
7892026-03-19T03:00:07.084Z Downloaded ignore v0.4.25
7902026-03-19T03:00:07.087Z Downloaded jobserver v0.1.34
7912026-03-19T03:00:07.090Z Downloaded group v0.13.0
7922026-03-19T03:00:07.090Z Downloaded ingot-types v0.1.2
7932026-03-19T03:00:07.093Z Downloaded erased-serde v0.3.31
7942026-03-19T03:00:07.093Z Downloaded cookie_store v0.22.1
7952026-03-19T03:00:07.096Z Downloaded impl-trait-for-tuples v0.2.3
7962026-03-19T03:00:07.101Z Downloaded new_debug_unreachable v1.0.6
7972026-03-19T03:00:07.102Z Downloaded async-bb8-diesel v0.2.1
7982026-03-19T03:00:07.102Z Downloaded ahash v0.8.12
7992026-03-19T03:00:07.106Z Downloaded crossbeam-deque v0.8.6
8002026-03-19T03:00:07.106Z Downloaded aes v0.8.4
8012026-03-19T03:00:07.109Z Downloaded futures-macro v0.3.32
8022026-03-19T03:00:07.110Z Downloaded is_ci v1.2.0
8032026-03-19T03:00:07.110Z Downloaded dof v0.4.0
8042026-03-19T03:00:07.114Z Downloaded indent_write v2.2.0
8052026-03-19T03:00:07.114Z Downloaded lalrpop-util v0.19.12
8062026-03-19T03:00:07.114Z Downloaded hex-literal v0.4.1
8072026-03-19T03:00:07.115Z Downloaded half v2.7.1
8082026-03-19T03:00:07.122Z Downloaded md-5 v0.10.6
8092026-03-19T03:00:07.122Z Downloaded headers v0.4.1
8102026-03-19T03:00:07.125Z Downloaded ipnet v2.11.0
8112026-03-19T03:00:07.125Z Downloaded libsw-core v0.3.2
8122026-03-19T03:00:07.125Z Downloaded hashbrown v0.12.3
8132026-03-19T03:00:07.129Z Downloaded is-terminal v0.4.17
8142026-03-19T03:00:07.129Z Downloaded drift v0.1.3
8152026-03-19T03:00:07.133Z Downloaded hyper-rustls v0.27.7
8162026-03-19T03:00:07.136Z Downloaded maybe-uninit v2.0.0
8172026-03-19T03:00:07.139Z Downloaded either v1.15.0
8182026-03-19T03:00:07.139Z Downloaded hickory-resolver v0.25.2
8192026-03-19T03:00:07.142Z Downloaded nibble_vec v0.1.0
8202026-03-19T03:00:07.145Z Downloaded darling v0.23.0
8212026-03-19T03:00:07.148Z Downloaded hickory-resolver v0.24.4
8222026-03-19T03:00:07.152Z Downloaded iana-time-zone v0.1.65
8232026-03-19T03:00:07.157Z Downloaded nodrop v0.1.14
8242026-03-19T03:00:07.157Z Downloaded env_filter v1.0.0
8252026-03-19T03:00:07.157Z Downloaded olpc-cjson v0.1.4
8262026-03-19T03:00:07.160Z Downloaded num-derive v0.4.2
8272026-03-19T03:00:07.160Z Downloaded num-conv v0.2.0
8282026-03-19T03:00:07.160Z Downloaded embedded-io v0.6.1
8292026-03-19T03:00:07.160Z Downloaded derive_builder v0.20.2
8302026-03-19T03:00:07.165Z Downloaded num v0.4.3
8312026-03-19T03:00:07.165Z Downloaded mime_guess v2.0.5
8322026-03-19T03:00:07.169Z Downloaded packed_struct_codegen v0.10.1
8332026-03-19T03:00:07.169Z Downloaded openssl-macros v0.1.1
8342026-03-19T03:00:07.177Z Downloaded libsw v3.5.0
8352026-03-19T03:00:07.177Z Downloaded libefi-sys v0.1.0
8362026-03-19T03:00:07.177Z Downloaded cc v1.2.56
8372026-03-19T03:00:07.180Z Downloaded num_enum_derive v0.5.11
8382026-03-19T03:00:07.180Z Downloaded futures v0.3.32
8392026-03-19T03:00:07.180Z Downloaded lazy_static v1.5.0
8402026-03-19T03:00:07.183Z Downloaded foldhash v0.2.0
8412026-03-19T03:00:07.183Z Downloaded hubpack v0.1.2
8422026-03-19T03:00:07.186Z Downloaded heapless v0.8.0
8432026-03-19T03:00:07.190Z Downloaded maplit v1.0.2
8442026-03-19T03:00:07.190Z Downloaded arc-swap v1.8.2
8452026-03-19T03:00:07.193Z Downloaded bytes v1.11.1
8462026-03-19T03:00:07.196Z Downloaded foreign-types v0.3.2
8472026-03-19T03:00:07.196Z Downloaded http v1.4.0
8482026-03-19T03:00:07.199Z Downloaded dtrace-parser v0.3.0
8492026-03-19T03:00:07.202Z Downloaded flagset v0.4.7
8502026-03-19T03:00:07.202Z Downloaded kstat-rs v0.2.4
8512026-03-19T03:00:07.205Z Downloaded blake2 v0.10.6
8522026-03-19T03:00:07.206Z Downloaded defmt-macros v1.0.1
8532026-03-19T03:00:07.209Z Downloaded gethostname v0.5.0
8542026-03-19T03:00:07.209Z Downloaded dropshot-api-manager v0.6.0
8552026-03-19T03:00:07.212Z Downloaded pbkdf2 v0.11.0
8562026-03-19T03:00:07.215Z Downloaded newtype-uuid v1.3.2
8572026-03-19T03:00:07.218Z Downloaded env_logger v0.11.9
8582026-03-19T03:00:07.218Z Downloaded compact_str v0.8.1
8592026-03-19T03:00:07.222Z Downloaded hashbrown v0.15.5
8602026-03-19T03:00:07.226Z Downloaded peg-runtime v0.8.5
8612026-03-19T03:00:07.229Z Downloaded jiff-static v0.2.21
8622026-03-19T03:00:07.229Z Downloaded num_enum v0.7.5
8632026-03-19T03:00:07.233Z Downloaded paste v1.0.15
8642026-03-19T03:00:07.236Z Downloaded native-tls v0.2.18
8652026-03-19T03:00:07.239Z Downloaded md5 v0.7.0
8662026-03-19T03:00:07.239Z Downloaded base64 v0.22.1
8672026-03-19T03:00:07.243Z Downloaded lru-slab v0.1.2
8682026-03-19T03:00:07.243Z Downloaded lock_api v0.4.14
8692026-03-19T03:00:07.246Z Downloaded parking_lot_core v0.8.6
8702026-03-19T03:00:07.246Z Downloaded mime v0.3.17
8712026-03-19T03:00:07.250Z Downloaded owo-colors v4.3.0
8722026-03-19T03:00:07.250Z Downloaded bumpalo v3.20.2
8732026-03-19T03:00:07.253Z Downloaded precomputed-hash v0.1.1
8742026-03-19T03:00:07.253Z Downloaded libloading v0.8.9
8752026-03-19T03:00:07.256Z Downloaded find-msvc-tools v0.1.9
8762026-03-19T03:00:07.256Z Downloaded openssl-probe v0.1.6
8772026-03-19T03:00:07.259Z Downloaded phf_shared v0.13.1
8782026-03-19T03:00:07.259Z Downloaded phf_shared v0.12.1
8792026-03-19T03:00:07.259Z Downloaded normalize-line-endings v0.3.0
8802026-03-19T03:00:07.259Z Downloaded openssl-probe v0.2.1
8812026-03-19T03:00:07.262Z Downloaded num-derive v0.3.3
8822026-03-19T03:00:07.263Z Downloaded newline-converter v0.3.0
8832026-03-19T03:00:07.266Z Downloaded derive_builder_macro v0.20.2
8842026-03-19T03:00:07.266Z Downloaded num-integer v0.1.46
8852026-03-19T03:00:07.266Z Downloaded hmac v0.12.1
8862026-03-19T03:00:07.271Z Downloaded derive_more v0.99.20
8872026-03-19T03:00:07.275Z Downloaded linear-map v1.2.0
8882026-03-19T03:00:07.275Z Downloaded path-slash v0.1.5
8892026-03-19T03:00:07.275Z Downloaded heapless v0.7.17
8902026-03-19T03:00:07.280Z Downloaded embedded-io v0.4.0
8912026-03-19T03:00:07.280Z Downloaded flate2 v1.1.9
8922026-03-19T03:00:07.283Z Downloaded parse-size v1.1.0
8932026-03-19T03:00:07.283Z Downloaded parse-display v0.10.0
8942026-03-19T03:00:07.286Z Downloaded instant v0.1.13
8952026-03-19T03:00:07.286Z Downloaded half v1.8.3
8962026-03-19T03:00:07.289Z Downloaded opaque-debug v0.3.1
8972026-03-19T03:00:07.289Z Downloaded phf_shared v0.11.3
8982026-03-19T03:00:07.292Z Downloaded ed25519-dalek v2.2.0
8992026-03-19T03:00:07.296Z Downloaded nonempty v0.12.0
9002026-03-19T03:00:07.296Z Downloaded iddqd v0.3.17
9012026-03-19T03:00:07.300Z Downloaded predicates-tree v1.0.13
9022026-03-19T03:00:07.304Z Downloaded polyval v0.6.2
9032026-03-19T03:00:07.304Z Downloaded pin-project-internal v1.1.11
9042026-03-19T03:00:07.307Z Downloaded indexmap v1.9.3
9052026-03-19T03:00:07.310Z Downloaded indicatif v0.18.4
9062026-03-19T03:00:07.313Z Downloaded progenitor-client v0.10.0
9072026-03-19T03:00:07.313Z Downloaded num-rational v0.4.2
9082026-03-19T03:00:07.313Z Downloaded diesel_table_macro_syntax v0.3.0
9092026-03-19T03:00:07.316Z Downloaded linked-hash-map v0.5.6
9102026-03-19T03:00:07.316Z Downloaded darling_core v0.21.3
9112026-03-19T03:00:07.319Z Downloaded proc-macro-crate v1.3.1
9122026-03-19T03:00:07.323Z Downloaded proc-macro-error2 v2.0.1
9132026-03-19T03:00:07.326Z Downloaded primeorder v0.13.6
9142026-03-19T03:00:07.326Z Downloaded proc-macro-crate v3.4.0
9152026-03-19T03:00:07.326Z Downloaded keccak v0.1.6
9162026-03-19T03:00:07.329Z Downloaded libbz2-rs-sys v0.2.2
9172026-03-19T03:00:07.329Z Downloaded nanorand v0.7.0
9182026-03-19T03:00:07.332Z Downloaded memmap2 v0.9.10
9192026-03-19T03:00:07.335Z Downloaded litrs v1.0.0
9202026-03-19T03:00:07.335Z Downloaded h2 v0.4.13
9212026-03-19T03:00:07.340Z Downloaded pin-utils v0.1.0
9222026-03-19T03:00:07.344Z Downloaded progenitor-macro v0.11.2
9232026-03-19T03:00:07.344Z Downloaded progenitor-macro v0.10.0
9242026-03-19T03:00:07.344Z Downloaded powerfmt v0.2.0
9252026-03-19T03:00:07.350Z Downloaded progenitor-macro v0.13.0
9262026-03-19T03:00:07.350Z Downloaded derive_more-impl v2.1.1
9272026-03-19T03:00:07.353Z Downloaded psl-types v2.0.11
9282026-03-19T03:00:07.354Z Downloaded proc-macro-error-attr2 v2.0.0
9292026-03-19T03:00:07.354Z Downloaded darling_core v0.23.0
9302026-03-19T03:00:07.356Z Downloaded ipnetwork v0.21.1
9312026-03-19T03:00:07.360Z Downloaded parking_lot_core v0.9.12
9322026-03-19T03:00:07.363Z Downloaded parse-display-derive v0.10.0
9332026-03-19T03:00:07.363Z Downloaded libxml v0.3.3
9342026-03-19T03:00:07.367Z Downloaded pkcs5 v0.7.1
9352026-03-19T03:00:07.370Z Downloaded pkg-config v0.3.32
9362026-03-19T03:00:07.375Z Downloaded progenitor-client v0.11.2
9372026-03-19T03:00:07.375Z Downloaded pkcs8 v0.10.2
9382026-03-19T03:00:07.380Z Downloaded pin-project-lite v0.2.17
9392026-03-19T03:00:07.384Z Downloaded phf v0.13.1
9402026-03-19T03:00:07.384Z Downloaded pem-rfc7468 v0.7.0
9412026-03-19T03:00:07.384Z Downloaded parking_lot v0.11.2
9422026-03-19T03:00:07.387Z Downloaded hkdf v0.12.4
9432026-03-19T03:00:07.387Z Downloaded rand_chacha v0.3.1
9442026-03-19T03:00:07.390Z Downloaded crossterm v0.28.1
9452026-03-19T03:00:07.394Z Downloaded packed_struct v0.10.1
9462026-03-19T03:00:07.397Z Downloaded password-hash v0.4.2
9472026-03-19T03:00:07.397Z Downloaded num-complex v0.4.6
9482026-03-19T03:00:07.401Z Downloaded git-stub v1.0.0
9492026-03-19T03:00:07.401Z Downloaded libscf-sys v1.1.0
9502026-03-19T03:00:07.401Z Downloaded httparse v1.10.1
9512026-03-19T03:00:07.404Z Downloaded prettyplease v0.2.37
9522026-03-19T03:00:07.406Z Downloaded p256 v0.13.2
9532026-03-19T03:00:07.410Z Downloaded filetime v0.2.27
9542026-03-19T03:00:07.410Z Downloaded progenitor-extras v0.1.1
9552026-03-19T03:00:07.414Z Downloaded predicates v3.1.4
9562026-03-19T03:00:07.414Z Downloaded progenitor-client v0.13.0
9572026-03-19T03:00:07.418Z Downloaded progenitor v0.11.2
9582026-03-19T03:00:07.418Z Downloaded postgres-protocol v0.6.10
9592026-03-19T03:00:07.418Z Downloaded poly1305 v0.8.0
9602026-03-19T03:00:07.421Z Downloaded aho-corasick v1.1.4
9612026-03-19T03:00:07.424Z Downloaded oso v0.27.3
9622026-03-19T03:00:07.427Z Downloaded pretty_assertions v1.4.1
9632026-03-19T03:00:07.432Z Downloaded progenitor-impl v0.13.0
9642026-03-19T03:00:07.435Z Downloaded rtoolbox v0.0.3
9652026-03-19T03:00:07.435Z Downloaded peg-macros v0.8.5
9662026-03-19T03:00:07.435Z Downloaded phf v0.12.1
9672026-03-19T03:00:07.439Z Downloaded chacha20poly1305 v0.10.1
9682026-03-19T03:00:07.439Z Downloaded buf-list v1.1.2
9692026-03-19T03:00:07.442Z Downloaded miniz_oxide v0.8.9
9702026-03-19T03:00:07.442Z Downloaded async-trait v0.1.89
9712026-03-19T03:00:07.447Z Downloaded dropshot_endpoint v0.16.7
9722026-03-19T03:00:07.450Z Downloaded r2d2 v0.8.10
9732026-03-19T03:00:07.450Z Downloaded openssl-sys v0.9.111
9742026-03-19T03:00:07.453Z Downloaded git2 v0.20.4
9752026-03-19T03:00:07.460Z Downloaded lzss v0.8.2
9762026-03-19T03:00:07.464Z Downloaded lru-cache v0.1.2
9772026-03-19T03:00:07.464Z Downloaded memoffset v0.9.1
9782026-03-19T03:00:07.467Z Downloaded crossterm v0.29.0
9792026-03-19T03:00:07.470Z Downloaded pem v3.0.6
9802026-03-19T03:00:07.470Z Downloaded num-iter v0.1.45
9812026-03-19T03:00:07.474Z Downloaded oxnet v0.1.4
9822026-03-19T03:00:07.474Z Downloaded rand_xorshift v0.4.0
9832026-03-19T03:00:07.477Z Downloaded scopeguard v1.2.0
9842026-03-19T03:00:07.477Z Downloaded ref-cast v1.0.25
9852026-03-19T03:00:07.481Z Downloaded recursive-proc-macro-impl v0.1.1
9862026-03-19T03:00:07.481Z Downloaded num_threads v0.1.7
9872026-03-19T03:00:07.481Z Downloaded hyper-util v0.1.20
9882026-03-19T03:00:07.484Z Downloaded papergrid v0.17.0
9892026-03-19T03:00:07.488Z Downloaded oso-derive v0.27.3
9902026-03-19T03:00:07.493Z Downloaded hickory-server v0.25.2
9912026-03-19T03:00:07.496Z Downloaded scrypt v0.11.0
9922026-03-19T03:00:07.496Z Downloaded rustc_version v0.1.7
9932026-03-19T03:00:07.496Z Downloaded radium v0.7.0
9942026-03-19T03:00:07.499Z Downloaded pbkdf2 v0.12.2
9952026-03-19T03:00:07.500Z Downloaded backoff v0.4.0
9962026-03-19T03:00:07.500Z Downloaded chacha20 v0.9.1
9972026-03-19T03:00:07.503Z Downloaded semver v0.1.20
9982026-03-19T03:00:07.503Z Downloaded russh-cryptovec v0.7.3
9992026-03-19T03:00:07.503Z Downloaded secrecy v0.10.3
10002026-03-19T03:00:07.506Z Downloaded bit-set v0.5.3
10012026-03-19T03:00:07.506Z Downloaded dsl_auto_type v0.2.0
10022026-03-19T03:00:07.506Z Downloaded ciborium v0.2.2
10032026-03-19T03:00:07.509Z Downloaded progenitor-impl v0.11.2
10042026-03-19T03:00:07.513Z Downloaded serde_plain v1.0.2
10052026-03-19T03:00:07.513Z Downloaded pin-project v1.1.11
10062026-03-19T03:00:07.520Z Downloaded num_enum v0.5.11
10072026-03-19T03:00:07.525Z Downloaded hashbrown v0.13.2
10082026-03-19T03:00:07.529Z Downloaded serde-big-array v0.5.1
10092026-03-19T03:00:07.533Z Downloaded rand_core v0.6.4
10102026-03-19T03:00:07.533Z Downloaded minimal-lexical v0.2.1
10112026-03-19T03:00:07.536Z Downloaded p521 v0.13.3
10122026-03-19T03:00:07.539Z Downloaded scroll_derive v0.13.1
10132026-03-19T03:00:07.539Z Downloaded sapling-renderdag v0.1.0
10142026-03-19T03:00:07.544Z Downloaded newtype-uuid-macros v0.1.0
10152026-03-19T03:00:07.544Z Downloaded libm v0.2.16
10162026-03-19T03:00:07.549Z Downloaded secrecy v0.8.0
10172026-03-19T03:00:07.552Z Downloaded postgres-types v0.2.12
10182026-03-19T03:00:07.555Z Downloaded sigpipe v0.1.3
10192026-03-19T03:00:07.556Z Downloaded serde_urlencoded v0.7.1
10202026-03-19T03:00:07.556Z Downloaded nu-ansi-term v0.50.3
10212026-03-19T03:00:07.560Z Downloaded des v0.8.1
10222026-03-19T03:00:07.560Z Downloaded bcs v0.1.6
10232026-03-19T03:00:07.563Z Downloaded cstr-argument v0.1.2
10242026-03-19T03:00:07.563Z Downloaded bb8 v0.8.6
10252026-03-19T03:00:07.563Z Downloaded quick-error v1.2.3
10262026-03-19T03:00:07.566Z Downloaded atomicwrites v0.4.4
10272026-03-19T03:00:07.566Z Downloaded async-recursion v1.1.1
10282026-03-19T03:00:07.575Z Downloaded newtype_derive v0.1.6
10292026-03-19T03:00:07.579Z Downloaded rand_chacha v0.9.0
10302026-03-19T03:00:07.583Z Downloaded ref-cast-impl v1.0.25
10312026-03-19T03:00:07.586Z Downloaded rusty-fork v0.3.1
10322026-03-19T03:00:07.586Z Downloaded itertools v0.14.0
10332026-03-19T03:00:07.624Z Downloaded rustls-native-certs v0.8.3
10342026-03-19T03:00:07.624Z Downloaded resolv-conf v0.7.6
10352026-03-19T03:00:07.625Z Downloaded same-file v1.0.6
10362026-03-19T03:00:07.625Z Downloaded rustc-hash v2.1.1
10372026-03-19T03:00:07.625Z Downloaded recursive v0.1.1
10382026-03-19T03:00:07.625Z Downloaded num_enum_derive v0.7.5
10392026-03-19T03:00:07.625Z Downloaded ppv-lite86 v0.2.21
10402026-03-19T03:00:07.625Z Downloaded multer v3.1.0
10412026-03-19T03:00:07.625Z Downloaded rustc_version v0.4.1
10422026-03-19T03:00:07.625Z Downloaded password-hash v0.5.0
10432026-03-19T03:00:07.625Z Downloaded slog-bunyan v2.5.0
10442026-03-19T03:00:07.625Z Downloaded serde_path_to_error v0.1.20
10452026-03-19T03:00:07.628Z Downloaded rfc6979 v0.4.0
10462026-03-19T03:00:07.628Z Downloaded serde_derive_internals v0.29.1
10472026-03-19T03:00:07.628Z Downloaded rcgen v0.12.1
10482026-03-19T03:00:07.631Z Downloaded signal-hook-tokio v0.3.1
10492026-03-19T03:00:07.636Z Downloaded sqlformat v0.3.5
10502026-03-19T03:00:07.636Z Downloaded progenitor v0.10.0
10512026-03-19T03:00:07.640Z Downloaded portable-atomic v1.13.1
10522026-03-19T03:00:07.644Z Downloaded ssh-encoding v0.2.0
10532026-03-19T03:00:07.647Z Downloaded signature v2.2.0
10542026-03-19T03:00:07.647Z Downloaded signal-hook-mio v0.2.5
10552026-03-19T03:00:07.647Z Downloaded slab v0.4.12
10562026-03-19T03:00:07.651Z Downloaded shlex v1.3.0
10572026-03-19T03:00:07.651Z Downloaded russh-keys v0.45.0
10582026-03-19T03:00:07.651Z Downloaded aes-gcm v0.10.3
10592026-03-19T03:00:07.654Z Downloaded serde_spanned v1.0.4
10602026-03-19T03:00:07.659Z Downloaded serde_repr v0.1.20
10612026-03-19T03:00:07.664Z Downloaded rustversion v1.0.22
10622026-03-19T03:00:07.668Z Downloaded rand_seeder v0.4.0
10632026-03-19T03:00:07.668Z Downloaded strum v0.26.3
10642026-03-19T03:00:07.672Z Downloaded schemars_derive v0.8.22
10652026-03-19T03:00:07.675Z Downloaded structmeta-derive v0.3.0
10662026-03-19T03:00:07.675Z Downloaded structmeta v0.3.0
10672026-03-19T03:00:07.678Z Downloaded rustls-pemfile v2.2.0
10682026-03-19T03:00:07.681Z Downloaded sec1 v0.7.3
10692026-03-19T03:00:07.687Z Downloaded nom v7.1.3
10702026-03-19T03:00:07.690Z Downloaded parking_lot v0.12.5
10712026-03-19T03:00:07.694Z Downloaded snafu-derive v0.8.9
10722026-03-19T03:00:07.694Z Downloaded predicates-core v1.0.10
10732026-03-19T03:00:07.694Z Downloaded omicron-zone-package v0.12.2
10742026-03-19T03:00:07.698Z Downloaded shell-words v1.1.1
10752026-03-19T03:00:07.701Z Downloaded sqlparser_derive v0.5.0
10762026-03-19T03:00:07.701Z Downloaded ssh-cipher v0.2.0
10772026-03-19T03:00:07.701Z Downloaded slog-async v2.8.0
10782026-03-19T03:00:07.705Z Downloaded sync_wrapper v1.0.2
10792026-03-19T03:00:07.705Z Downloaded sync-ptr v0.1.4
10802026-03-19T03:00:07.705Z Downloaded peg v0.8.5
10812026-03-19T03:00:07.709Z Downloaded futures-util v0.3.32
10822026-03-19T03:00:07.716Z Downloaded slog-term v2.9.2
10832026-03-19T03:00:07.720Z Downloaded rand v0.9.2
10842026-03-19T03:00:07.723Z Downloaded tabled_derive v0.11.0
10852026-03-19T03:00:07.723Z Downloaded tap v1.0.1
10862026-03-19T03:00:07.727Z Downloaded tagptr v0.2.0
10872026-03-19T03:00:07.727Z Downloaded strip-ansi-escapes v0.2.1
10882026-03-19T03:00:07.727Z Downloaded smallvec v0.6.14
10892026-03-19T03:00:07.730Z Downloaded supports-color v3.0.2
10902026-03-19T03:00:07.730Z Downloaded iri-string v0.7.10
10912026-03-19T03:00:07.735Z Downloaded serde-hex v0.1.0
10922026-03-19T03:00:07.738Z Downloaded quinn-udp v0.5.14
10932026-03-19T03:00:07.738Z Downloaded num-bigint v0.4.6
10942026-03-19T03:00:07.742Z Downloaded smf v0.2.3
10952026-03-19T03:00:07.745Z Downloaded slog-stdlog v4.1.1
10962026-03-19T03:00:07.745Z Downloaded serde_cbor v0.11.2
10972026-03-19T03:00:07.748Z Downloaded dropshot v0.16.7
10982026-03-19T03:00:07.764Z Downloaded tabwriter v1.4.1
10992026-03-19T03:00:07.767Z Downloaded nix v0.28.0
11002026-03-19T03:00:07.775Z Downloaded postcard v1.1.3
11012026-03-19T03:00:07.778Z Downloaded pkcs1 v0.7.5
11022026-03-19T03:00:07.778Z Downloaded itertools v0.13.0
11032026-03-19T03:00:07.783Z Downloaded subtle v2.6.1
11042026-03-19T03:00:07.787Z Downloaded strum v0.27.2
11052026-03-19T03:00:07.787Z Downloaded prefix-trie v0.7.0
11062026-03-19T03:00:07.790Z Downloaded chrono v0.4.44
11072026-03-19T03:00:07.794Z Downloaded strum_macros v0.27.2
11082026-03-19T03:00:07.797Z Downloaded strum_macros v0.26.4
11092026-03-19T03:00:07.800Z Downloaded rustls-platform-verifier v0.6.2
11102026-03-19T03:00:07.803Z Downloaded rand_core v0.9.5
11112026-03-19T03:00:07.803Z Downloaded object v0.30.4
11122026-03-19T03:00:07.810Z Downloaded termtree v0.5.1
11132026-03-19T03:00:07.816Z Downloaded take_mut v0.2.2
11142026-03-19T03:00:07.816Z Downloaded spki v0.7.3
11152026-03-19T03:00:07.816Z Downloaded mio v1.1.1
11162026-03-19T03:00:07.820Z Downloaded hyper v1.8.1
11172026-03-19T03:00:07.825Z Downloaded strum_macros v0.24.3
11182026-03-19T03:00:07.829Z Downloaded stringprep v0.1.5
11192026-03-19T03:00:07.829Z Downloaded thiserror-impl-no-std v2.0.2
11202026-03-19T03:00:07.832Z Downloaded salsa20 v0.10.2
11212026-03-19T03:00:07.832Z Downloaded string_cache v0.8.9
11222026-03-19T03:00:07.832Z Downloaded static_assertions v1.1.0
11232026-03-19T03:00:07.836Z Downloaded ron v0.8.1
11242026-03-19T03:00:07.839Z Downloaded testing_table v0.3.0
11252026-03-19T03:00:07.839Z Downloaded rsa v0.9.10
11262026-03-19T03:00:07.844Z Downloaded publicsuffix v2.3.0
11272026-03-19T03:00:07.847Z Downloaded tokio-macros v2.6.0
11282026-03-19T03:00:07.847Z Downloaded slog v2.8.2
11292026-03-19T03:00:07.850Z Downloaded similar v2.7.0
11302026-03-19T03:00:07.853Z Downloaded quinn v0.11.9
11312026-03-19T03:00:07.858Z Downloaded spin v0.9.8
11322026-03-19T03:00:07.863Z Downloaded num-bigint-dig v0.8.6
11332026-03-19T03:00:07.863Z Downloaded trait-variant v0.1.2
11342026-03-19T03:00:07.866Z Downloaded support-bundle-viewer v0.1.2
11352026-03-19T03:00:07.866Z Downloaded signal-hook-registry v1.4.8
11362026-03-19T03:00:07.866Z Downloaded tower-service v0.3.3
11372026-03-19T03:00:07.866Z Downloaded qorb v0.4.1
11382026-03-19T03:00:07.869Z Downloaded tokio-native-tls v0.3.1
11392026-03-19T03:00:07.879Z Downloaded thread_local v1.1.9
11402026-03-19T03:00:07.880Z Downloaded bitvec v1.0.1
11412026-03-19T03:00:07.884Z Downloaded typify-macro v0.6.1
11422026-03-19T03:00:07.887Z Downloaded tokio-tungstenite v0.23.1
11432026-03-19T03:00:07.891Z Downloaded unarray v0.1.4
11442026-03-19T03:00:07.891Z Downloaded tokio-dtrace v0.1.1
11452026-03-19T03:00:07.891Z Downloaded untrusted v0.7.1
11462026-03-19T03:00:07.891Z Downloaded universal-hash v0.5.1
11472026-03-19T03:00:07.895Z Downloaded tls_codec_derive v0.4.2
11482026-03-19T03:00:07.895Z Downloaded tinyvec_macros v0.1.1
11492026-03-19T03:00:07.895Z Downloaded tiny-keccak v2.0.2
11502026-03-19T03:00:07.898Z Downloaded topological-sort v0.2.2
11512026-03-19T03:00:07.898Z Downloaded serde_bytes v0.11.19
11522026-03-19T03:00:07.898Z Downloaded tls_codec v0.4.2
11532026-03-19T03:00:07.902Z Downloaded rustls-webpki v0.103.9
11542026-03-19T03:00:07.905Z Downloaded signal-hook v0.3.18
11552026-03-19T03:00:07.908Z Downloaded schemars v0.9.0
11562026-03-19T03:00:07.917Z Downloaded schemars v1.2.1
11572026-03-19T03:00:07.925Z Downloaded usdt-attr-macro v0.6.0
11582026-03-19T03:00:07.929Z Downloaded object v0.37.3
11592026-03-19T03:00:07.936Z Downloaded waitgroup v0.1.2
11602026-03-19T03:00:07.940Z Downloaded test-strategy v0.4.5
11612026-03-19T03:00:07.940Z Downloaded unicode-truncate v1.1.0
11622026-03-19T03:00:07.943Z Downloaded nix v0.29.0
11632026-03-19T03:00:07.949Z Downloaded wait-timeout v0.2.1
11642026-03-19T03:00:07.953Z Downloaded tower-layer v0.3.3
11652026-03-19T03:00:07.953Z Downloaded tokio-rustls v0.25.0
11662026-03-19T03:00:07.956Z Downloaded russh v0.45.0
11672026-03-19T03:00:07.959Z Downloaded rand v0.8.5
11682026-03-19T03:00:07.962Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11692026-03-19T03:00:07.963Z Downloaded time-macros v0.2.27
11702026-03-19T03:00:07.966Z Downloaded usdt v0.6.0
11712026-03-19T03:00:07.966Z Downloaded untrusted v0.9.0
11722026-03-19T03:00:07.966Z Downloaded scroll v0.13.0
11732026-03-19T03:00:07.969Z Downloaded typify-macro v0.4.3
11742026-03-19T03:00:07.969Z Downloaded toml_writer v1.0.6+spec-1.1.0
11752026-03-19T03:00:07.969Z Downloaded siphasher v1.0.2
11762026-03-19T03:00:07.973Z Downloaded serde_yaml v0.9.34+deprecated
11772026-03-19T03:00:07.973Z Downloaded ron v0.12.0
11782026-03-19T03:00:07.980Z Downloaded tokio-rustls v0.24.1
11792026-03-19T03:00:07.987Z Downloaded rand v0.10.0
11802026-03-19T03:00:07.996Z Downloaded scheduled-thread-pool v0.2.7
11812026-03-19T03:00:07.996Z Downloaded slog-scope v4.4.1
11822026-03-19T03:00:07.996Z Downloaded schemars v0.8.22
11832026-03-19T03:00:08.000Z Downloaded unicase v2.9.0
11842026-03-19T03:00:08.000Z Downloaded tokio-rustls v0.26.4
11852026-03-19T03:00:08.000Z Downloaded sha1 v0.10.6
11862026-03-19T03:00:08.000Z Downloaded curve25519-dalek v4.1.3
11872026-03-19T03:00:08.007Z Downloaded void v1.0.2
11882026-03-19T03:00:08.011Z Downloaded rustls-pemfile v1.0.4
11892026-03-19T03:00:08.011Z Downloaded rand_core v0.10.0
11902026-03-19T03:00:08.011Z Downloaded psm v0.1.30
11912026-03-19T03:00:08.014Z Downloaded progenitor-impl v0.10.0
11922026-03-19T03:00:08.018Z Downloaded zeroize_derive v1.4.3
11932026-03-19T03:00:08.019Z Downloaded progenitor v0.13.0
11942026-03-19T03:00:08.019Z Downloaded rustls-pki-types v1.14.0
11952026-03-19T03:00:08.022Z Downloaded rayon-core v1.13.0
11962026-03-19T03:00:08.022Z Downloaded zone_cfg_derive v0.3.1
11972026-03-19T03:00:08.022Z Downloaded subprocess v0.2.15
11982026-03-19T03:00:08.026Z Downloaded zone v0.3.1
11992026-03-19T03:00:08.026Z Downloaded tokio-tungstenite v0.21.0
12002026-03-19T03:00:08.038Z Downloaded itertools v0.12.1
12012026-03-19T03:00:08.048Z Downloaded usdt-macro v0.6.0
12022026-03-19T03:00:08.048Z Downloaded walkdir v2.5.0
12032026-03-19T03:00:08.048Z Downloaded snafu v0.8.9
12042026-03-19T03:00:08.048Z Downloaded tinyvec v1.10.0
12052026-03-19T03:00:08.055Z Downloaded moka v0.12.13
12062026-03-19T03:00:08.062Z Downloaded xshell v0.2.7
12072026-03-19T03:00:08.063Z Downloaded toml v0.7.8
12082026-03-19T03:00:08.071Z Downloaded xattr v1.6.1
12092026-03-19T03:00:08.071Z Downloaded unicode-properties v0.1.4
12102026-03-19T03:00:08.071Z Downloaded samael v0.0.19
12112026-03-19T03:00:08.071Z Downloaded quinn-proto v0.11.13
12122026-03-19T03:00:08.071Z Downloaded rustls-webpki v0.102.8
12132026-03-19T03:00:08.085Z Downloaded vergen-git2 v1.0.7
12142026-03-19T03:00:08.136Z Downloaded want v0.3.1
12152026-03-19T03:00:08.136Z Downloaded itertools v0.10.5
12162026-03-19T03:00:08.136Z Downloaded seq-macro v0.3.6
12172026-03-19T03:00:08.136Z Downloaded rpassword v7.4.0
12182026-03-19T03:00:08.136Z Downloaded usdt-impl v0.6.0
12192026-03-19T03:00:08.157Z Downloaded vergen v9.0.6
12202026-03-19T03:00:08.158Z Downloaded wyz v0.5.1
12212026-03-19T03:00:08.158Z Downloaded typify v0.4.3
12222026-03-19T03:00:08.158Z Downloaded tracing-attributes v0.1.31
12232026-03-19T03:00:08.158Z Downloaded vergen-gitcl v1.0.8
12242026-03-19T03:00:08.158Z Downloaded toml_edit v0.19.15
12252026-03-19T03:00:08.158Z Downloaded whoami v2.1.0
12262026-03-19T03:00:08.158Z Downloaded slog-dtrace v0.3.0
12272026-03-19T03:00:08.158Z Downloaded oxide-tokio-rt v0.1.3
12282026-03-19T03:00:08.158Z Downloaded aws-lc-rs v1.16.0
12292026-03-19T03:00:08.158Z Downloaded zstd-safe v7.2.4
12302026-03-19T03:00:08.158Z Downloaded whoami v1.6.1
12312026-03-19T03:00:08.159Z Downloaded tungstenite v0.21.0
12322026-03-19T03:00:08.159Z Downloaded zeroize v1.8.2
12332026-03-19T03:00:08.159Z Downloaded xz2 v0.1.7
12342026-03-19T03:00:08.159Z Downloaded steno v0.4.1
12352026-03-19T03:00:08.159Z Downloaded radix_trie v0.2.1
12362026-03-19T03:00:08.188Z Downloaded vte v0.14.1
12372026-03-19T03:00:08.188Z Downloaded typed-path v0.9.3
12382026-03-19T03:00:08.188Z Downloaded toml_edit v0.23.10+spec-1.0.0
12392026-03-19T03:00:08.188Z Downloaded zopfli v0.8.3
12402026-03-19T03:00:08.188Z Downloaded unicode-bidi v0.3.18
12412026-03-19T03:00:08.188Z Downloaded sct v0.7.1
12422026-03-19T03:00:08.188Z Downloaded serde_with_macros v3.17.0
12432026-03-19T03:00:08.188Z Downloaded uuid v1.21.0
12442026-03-19T03:00:08.188Z Downloaded tokio-util v0.7.18
12452026-03-19T03:00:08.211Z Downloaded tungstenite v0.23.0
12462026-03-19T03:00:08.211Z Downloaded tracing-core v0.1.36
12472026-03-19T03:00:08.211Z Downloaded twox-hash v2.1.2
12482026-03-19T03:00:08.211Z Downloaded unsafe-libyaml v0.2.11
12492026-03-19T03:00:08.211Z Downloaded rustyline v14.0.0
12502026-03-19T03:00:08.211Z Downloaded lalrpop v0.19.12
12512026-03-19T03:00:08.279Z Downloaded socket2 v0.6.2
12522026-03-19T03:00:08.279Z Downloaded p384 v0.13.1
12532026-03-19T03:00:08.279Z Downloaded zerocopy v0.6.6
12542026-03-19T03:00:08.279Z Downloaded tokio-postgres v0.7.16
12552026-03-19T03:00:08.279Z Downloaded reqwest v0.13.2
12562026-03-19T03:00:08.293Z Downloaded ssh-key v0.6.7
12572026-03-19T03:00:08.293Z Downloaded tough v0.20.0
12582026-03-19T03:00:08.293Z Downloaded salty v0.3.0
12592026-03-19T03:00:08.293Z Downloaded rustls-webpki v0.101.7
12602026-03-19T03:00:08.293Z Downloaded yansi v1.0.1
12612026-03-19T03:00:08.293Z Downloaded reqwest v0.12.28
12622026-03-19T03:00:08.293Z Downloaded x509-cert v0.2.5
12632026-03-19T03:00:08.293Z Downloaded zip v0.6.6
12642026-03-19T03:00:08.294Z Downloaded quick-xml v0.37.5
12652026-03-19T03:00:08.294Z Downloaded slog-envlogger v2.2.0
12662026-03-19T03:00:08.294Z Downloaded regress v0.10.5
12672026-03-19T03:00:08.294Z Downloaded simd-adler32 v0.3.8
12682026-03-19T03:00:08.294Z Downloaded regex v1.12.3
12692026-03-19T03:00:08.294Z Downloaded reedline v0.40.0
12702026-03-19T03:00:08.294Z Downloaded slog-json v2.6.1
12712026-03-19T03:00:08.312Z Downloaded regex-syntax v0.6.29
12722026-03-19T03:00:08.312Z Downloaded unicode-segmentation v1.12.0
12732026-03-19T03:00:08.313Z Downloaded unicode_categories v0.1.1
12742026-03-19T03:00:08.313Z Downloaded rayon v1.11.0
12752026-03-19T03:00:08.372Z Downloaded rustls v0.21.12
12762026-03-19T03:00:08.372Z Downloaded winnow v0.6.26
12772026-03-19T03:00:08.392Z Downloaded zerocopy-derive v0.8.40
12782026-03-19T03:00:08.392Z Downloaded socket2 v0.5.10
12792026-03-19T03:00:08.392Z Downloaded thread-id v5.1.0
12802026-03-19T03:00:08.392Z Downloaded tower v0.5.3
12812026-03-19T03:00:08.392Z Downloaded petname v2.0.2
12822026-03-19T03:00:08.392Z Downloaded try-lock v0.2.5
12832026-03-19T03:00:08.392Z Downloaded toml v0.9.12+spec-1.1.0
12842026-03-19T03:00:08.393Z Downloaded bstr v1.12.1
12852026-03-19T03:00:08.393Z Downloaded rustls v0.23.37
12862026-03-19T03:00:08.393Z Downloaded stacker v0.1.23
12872026-03-19T03:00:08.393Z Downloaded regex-syntax v0.8.10
12882026-03-19T03:00:08.400Z Downloaded unicode-normalization v0.1.25
12892026-03-19T03:00:08.400Z Downloaded bindgen v0.71.1
12902026-03-19T03:00:08.410Z Downloaded unit-prefix v0.5.2
12912026-03-19T03:00:08.446Z Downloaded thiserror-no-std v2.0.2
12922026-03-19T03:00:08.446Z Downloaded termios v0.3.3
12932026-03-19T03:00:08.446Z Downloaded time-core v0.1.8
12942026-03-19T03:00:08.446Z Downloaded utf-8 v0.7.6
12952026-03-19T03:00:08.446Z Downloaded tar v0.4.44
12962026-03-19T03:00:08.463Z Downloaded zip v4.6.1
12972026-03-19T03:00:08.463Z Downloaded tui-tree-widget v0.23.1
12982026-03-19T03:00:08.463Z Downloaded tokio-stream v0.1.18
12992026-03-19T03:00:08.464Z Downloaded term v0.7.0
13002026-03-19T03:00:08.464Z Downloaded uzers v0.12.2
13012026-03-19T03:00:08.464Z Downloaded zstd v0.13.3
13022026-03-19T03:00:08.464Z Downloaded toml_parser v1.0.9+spec-1.1.0
13032026-03-19T03:00:08.464Z Downloaded typify v0.6.1
13042026-03-19T03:00:08.478Z Downloaded vergen-lib v0.1.6
13052026-03-19T03:00:08.478Z Downloaded term v1.2.1
13062026-03-19T03:00:08.478Z Downloaded openssl v0.10.75
13072026-03-19T03:00:08.478Z Downloaded yasna v0.5.2
13082026-03-19T03:00:08.479Z Downloaded nix v0.27.1
13092026-03-19T03:00:08.499Z Downloaded vsss-rs v3.3.4
13102026-03-19T03:00:08.499Z Downloaded serde_with v3.17.0
13112026-03-19T03:00:08.524Z Downloaded smoltcp v0.9.1
13122026-03-19T03:00:08.533Z Downloaded winnow v0.5.40
13132026-03-19T03:00:08.540Z Downloaded tower-http v0.6.8
13142026-03-19T03:00:08.545Z Downloaded petgraph v0.6.5
13152026-03-19T03:00:08.559Z Downloaded proptest v1.10.0
13162026-03-19T03:00:08.572Z Downloaded polar-core v0.27.3
13172026-03-19T03:00:08.596Z Downloaded nix v0.31.1
13182026-03-19T03:00:08.610Z Downloaded time v0.3.47
13192026-03-19T03:00:08.617Z Downloaded hickory-proto v0.24.4
13202026-03-19T03:00:08.622Z Downloaded zlib-rs v0.6.2
13212026-03-19T03:00:08.623Z Downloaded tabled v0.20.0
13222026-03-19T03:00:08.634Z Downloaded typify-impl v0.6.1
13232026-03-19T03:00:08.651Z Downloaded vcpkg v0.2.15
13242026-03-19T03:00:08.680Z Downloaded xshell-macros v0.2.7
13252026-03-19T03:00:08.684Z Downloaded hickory-proto v0.25.2
13262026-03-19T03:00:08.690Z Downloaded webpki-roots v1.0.6
13272026-03-19T03:00:08.705Z Downloaded csv v1.4.0
13282026-03-19T03:00:08.736Z Downloaded zerocopy v0.8.40
13292026-03-19T03:00:08.740Z Downloaded smoltcp v0.11.0
13302026-03-19T03:00:08.749Z Downloaded rustix v0.38.44
13312026-03-19T03:00:08.770Z Downloaded rustls v0.22.4
13322026-03-19T03:00:08.776Z Downloaded openapiv3 v2.2.0
13332026-03-19T03:00:08.788Z Downloaded jiff v0.2.21
13342026-03-19T03:00:08.796Z Downloaded petgraph v0.8.3
13352026-03-19T03:00:08.812Z Downloaded typify-impl v0.4.3
13362026-03-19T03:00:08.822Z Downloaded ryu v1.0.23
13372026-03-19T03:00:08.835Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-03-19T03:00:08.848Z Downloaded bzip2-sys v0.1.13+1.0.8
13392026-03-19T03:00:08.857Z Downloaded encoding_rs v0.8.35
13402026-03-19T03:00:08.894Z Downloaded sqlparser v0.61.0
13412026-03-19T03:00:08.934Z Downloaded sled v0.34.7
13422026-03-19T03:00:08.949Z Downloaded ring v0.17.14
13432026-03-19T03:00:08.949Z Downloaded ratatui v0.29.0
13442026-03-19T03:00:08.957Z Downloaded tracing v0.1.44
13452026-03-19T03:00:08.993Z Downloaded regex-automata v0.4.14
13462026-03-19T03:00:09.011Z Downloaded zerocopy-derive v0.6.6
13472026-03-19T03:00:09.030Z Downloaded lzma-sys v0.1.20
13482026-03-19T03:00:09.052Z Downloaded chrono-tz v0.10.4
13492026-03-19T03:00:09.084Z Downloaded libz-sys v1.1.24
13502026-03-19T03:00:09.101Z Downloaded sha3 v0.10.8
13512026-03-19T03:00:09.123Z Downloaded tokio v1.49.0
13522026-03-19T03:00:09.261Z Downloaded libgit2-sys v0.18.3+1.9.2
13532026-03-19T03:00:09.998Z Downloaded aws-lc-sys v0.37.1
13542026-03-19T03:00:10.310Z Compiling libc v0.2.180
13552026-03-19T03:00:10.314Z Compiling serde v1.0.228
13562026-03-19T03:00:10.314Z Compiling log v0.4.29
13572026-03-19T03:00:10.314Z Compiling shlex v1.3.0
13582026-03-19T03:00:10.314Z Compiling find-msvc-tools v0.1.9
13592026-03-19T03:00:10.314Z Compiling smallvec v1.15.1
13602026-03-19T03:00:10.315Z Compiling typenum v1.19.0
13612026-03-19T03:00:10.315Z Compiling subtle v2.6.1
13622026-03-19T03:00:10.315Z Compiling scopeguard v1.2.0
13632026-03-19T03:00:10.315Z Compiling portable-atomic v1.13.1
13642026-03-19T03:00:10.468Z Compiling const-oid v0.9.6
13652026-03-19T03:00:10.475Z Compiling critical-section v1.2.0
13662026-03-19T03:00:10.475Z Compiling zerocopy v0.8.40
13672026-03-19T03:00:10.487Z Compiling serde_json v1.0.149
13682026-03-19T03:00:10.496Z Compiling pin-project-lite v0.2.17
13692026-03-19T03:00:10.496Z Compiling parking_lot_core v0.9.12
13702026-03-19T03:00:10.496Z Compiling pkg-config v0.3.32
13712026-03-19T03:00:10.503Z Compiling libm v0.2.16
13722026-03-19T03:00:10.507Z Compiling futures-core v0.3.32
13732026-03-19T03:00:10.507Z Compiling percent-encoding v2.3.2
13742026-03-19T03:00:10.584Z Compiling generic-array v0.14.7
13752026-03-19T03:00:10.598Z Compiling num-traits v0.2.19
13762026-03-19T03:00:10.643Z Compiling allocator-api2 v0.2.21
13772026-03-19T03:00:10.775Z Compiling foldhash v0.2.0
13782026-03-19T03:00:10.788Z Compiling futures-sink v0.3.32
13792026-03-19T03:00:10.797Z Compiling cpufeatures v0.2.17
13802026-03-19T03:00:10.797Z Compiling getrandom v0.4.1
13812026-03-19T03:00:10.821Z Compiling syn v2.0.117
13822026-03-19T03:00:10.826Z Compiling lock_api v0.4.14
13832026-03-19T03:00:10.826Z Compiling bitflags v2.11.0
13842026-03-19T03:00:10.846Z Compiling slab v0.4.12
13852026-03-19T03:00:10.906Z Compiling futures-task v0.3.32
13862026-03-19T03:00:10.920Z Compiling futures-io v0.3.32
13872026-03-19T03:00:10.920Z Compiling getrandom v0.3.4
13882026-03-19T03:00:10.920Z Compiling rand_core v0.10.0
13892026-03-19T03:00:10.930Z Compiling rustversion v1.0.22
13902026-03-19T03:00:10.968Z Compiling form_urlencoded v1.2.2
13912026-03-19T03:00:10.989Z Compiling base64ct v1.8.3
13922026-03-19T03:00:11.003Z Compiling dunce v1.0.5
13932026-03-19T03:00:11.003Z Compiling ident_case v1.0.1
13942026-03-19T03:00:11.014Z Compiling fs_extra v1.3.0
13952026-03-19T03:00:11.130Z Compiling hashbrown v0.16.1
13962026-03-19T03:00:11.284Z Compiling flagset v0.4.7
13972026-03-19T03:00:11.316Z Compiling rustix v1.1.3
13982026-03-19T03:00:11.316Z Compiling iana-time-zone v0.1.65
13992026-03-19T03:00:11.419Z Compiling rustc_version v0.4.1
14002026-03-19T03:00:11.427Z Compiling aws-lc-rs v1.16.0
14012026-03-19T03:00:11.444Z Compiling vcpkg v0.2.15
14022026-03-19T03:00:11.478Z Compiling pem-rfc7468 v0.7.0
14032026-03-19T03:00:11.485Z Compiling regex-syntax v0.8.10
14042026-03-19T03:00:11.522Z Compiling crossbeam-utils v0.8.21
14052026-03-19T03:00:11.538Z Compiling openssl-probe v0.2.1
14062026-03-19T03:00:11.576Z Compiling schemars v0.8.22
14072026-03-19T03:00:11.576Z Compiling syn v1.0.109
14082026-03-19T03:00:11.577Z Compiling httparse v1.10.1
14092026-03-19T03:00:11.577Z Compiling untrusted v0.7.1
14102026-03-19T03:00:11.577Z Compiling untrusted v0.9.0
14112026-03-19T03:00:11.630Z Compiling base64 v0.22.1
14122026-03-19T03:00:11.660Z Compiling tower-service v0.3.3
14132026-03-19T03:00:11.682Z Compiling dyn-clone v1.0.20
14142026-03-19T03:00:11.691Z Compiling futures-channel v0.3.32
14152026-03-19T03:00:11.768Z Compiling try-lock v0.2.5
14162026-03-19T03:00:11.816Z Compiling tower-layer v0.3.3
14172026-03-19T03:00:11.826Z Compiling tinyvec_macros v0.1.1
14182026-03-19T03:00:11.853Z Compiling rustls v0.23.37
14192026-03-19T03:00:11.916Z Compiling atomic-waker v1.1.2
14202026-03-19T03:00:12.006Z Compiling indexmap v2.13.0
14212026-03-19T03:00:12.029Z Compiling spin v0.9.8
14222026-03-19T03:00:12.117Z Compiling aho-corasick v1.1.4
14232026-03-19T03:00:12.129Z Compiling crc32fast v1.5.0
14242026-03-19T03:00:12.129Z Compiling pin-utils v0.1.0
14252026-03-19T03:00:12.130Z Compiling httpdate v1.0.3
14262026-03-19T03:00:12.293Z Compiling tinyvec v1.10.0
14272026-03-19T03:00:12.320Z Compiling foreign-types-shared v0.1.1
14282026-03-19T03:00:12.471Z Compiling want v0.3.1
14292026-03-19T03:00:12.501Z Compiling time-core v0.1.8
14302026-03-19T03:00:12.501Z Compiling powerfmt v0.2.0
14312026-03-19T03:00:12.501Z Compiling openssl v0.10.75
14322026-03-19T03:00:12.501Z Compiling num-conv v0.2.0
14332026-03-19T03:00:12.501Z Compiling siphasher v1.0.2
14342026-03-19T03:00:12.501Z Compiling either v1.15.0
14352026-03-19T03:00:12.534Z Compiling simd-adler32 v0.3.8
14362026-03-19T03:00:12.548Z Compiling num_threads v0.1.7
14372026-03-19T03:00:12.548Z Compiling native-tls v0.2.18
14382026-03-19T03:00:12.614Z Compiling quick-error v1.2.3
14392026-03-19T03:00:12.640Z Compiling bit-vec v0.8.0
14402026-03-19T03:00:12.661Z Compiling usdt-impl v0.6.0
14412026-03-19T03:00:12.727Z Compiling foreign-types v0.3.2
14422026-03-19T03:00:12.760Z Compiling heapless v0.7.17
14432026-03-19T03:00:12.807Z Compiling sync_wrapper v1.0.2
14442026-03-19T03:00:12.825Z Compiling cookie v0.18.1
14452026-03-19T03:00:12.931Z Compiling getrandom v0.2.17
14462026-03-19T03:00:13.000Z Compiling jobserver v0.1.34
14472026-03-19T03:00:13.020Z Compiling errno v0.3.14
14482026-03-19T03:00:13.054Z Compiling mio v1.1.1
14492026-03-19T03:00:13.071Z Compiling socket2 v0.6.2
14502026-03-19T03:00:13.122Z Compiling time-macros v0.2.27
14512026-03-19T03:00:13.171Z Compiling deranged v0.5.8
14522026-03-19T03:00:13.191Z Compiling wait-timeout v0.2.1
14532026-03-19T03:00:13.263Z Compiling unicode-normalization v0.1.25
14542026-03-19T03:00:13.318Z Compiling slog v2.8.2
14552026-03-19T03:00:13.318Z Compiling thread-id v5.1.0
14562026-03-19T03:00:13.358Z Compiling adler2 v2.0.1
14572026-03-19T03:00:13.383Z Compiling unarray v0.1.4
14582026-03-19T03:00:13.447Z Compiling paste v1.0.15
14592026-03-19T03:00:13.464Z Compiling signal-hook v0.3.18
14602026-03-19T03:00:13.495Z Compiling bit-set v0.8.0
14612026-03-19T03:00:13.644Z Compiling anyhow v1.0.102
14622026-03-19T03:00:13.687Z Compiling once_cell v1.21.3
14632026-03-19T03:00:13.687Z Compiling signal-hook-registry v1.4.8
14642026-03-19T03:00:13.687Z Compiling parking_lot v0.12.5
14652026-03-19T03:00:13.709Z Compiling rand_core v0.6.4
14662026-03-19T03:00:13.774Z Compiling cc v1.2.56
14672026-03-19T03:00:13.782Z Compiling rand_core v0.9.5
14682026-03-19T03:00:13.832Z Compiling uuid v1.21.0
14692026-03-19T03:00:13.851Z Compiling crossbeam-epoch v0.9.18
14702026-03-19T03:00:13.858Z Compiling unicode-segmentation v1.12.0
14712026-03-19T03:00:13.984Z Compiling zstd-safe v7.2.4
14722026-03-19T03:00:14.016Z Compiling unicode-bidi v0.3.18
14732026-03-19T03:00:14.016Z Compiling unicode-properties v0.1.4
14742026-03-19T03:00:14.027Z Compiling rayon-core v1.13.0
14752026-03-19T03:00:14.046Z Compiling regex-automata v0.4.14
14762026-03-19T03:00:14.199Z Compiling miniz_oxide v0.8.9
14772026-03-19T03:00:14.237Z Compiling num-integer v0.1.46
14782026-03-19T03:00:14.237Z Compiling rand_xorshift v0.4.0
14792026-03-19T03:00:14.237Z Compiling vergen-lib v0.1.6
14802026-03-19T03:00:14.270Z Compiling curve25519-dalek v4.1.3
14812026-03-19T03:00:14.270Z Compiling hash32 v0.2.1
14822026-03-19T03:00:14.292Z Compiling crossbeam-deque v0.8.6
14832026-03-19T03:00:14.292Z Compiling ff v0.13.1
14842026-03-19T03:00:14.328Z Compiling tracing-core v0.1.36
14852026-03-19T03:00:14.376Z Compiling memoffset v0.9.1
14862026-03-19T03:00:14.462Z Compiling smoltcp v0.9.1
14872026-03-19T03:00:14.462Z Compiling zlib-rs v0.6.2
14882026-03-19T03:00:14.462Z Compiling num-bigint-dig v0.8.6
14892026-03-19T03:00:14.497Z Compiling litrs v1.0.0
14902026-03-19T03:00:14.546Z Compiling ref-cast v1.0.25
14912026-03-19T03:00:14.583Z Compiling cfg_aliases v0.2.1
14922026-03-19T03:00:14.615Z Compiling psl-types v2.0.11
14932026-03-19T03:00:14.662Z Compiling ryu v1.0.23
14942026-03-19T03:00:14.684Z Compiling rustix v0.38.44
14952026-03-19T03:00:14.722Z Compiling base16ct v0.2.0
14962026-03-19T03:00:14.741Z Compiling fallible-iterator v0.2.0
14972026-03-19T03:00:14.741Z Compiling iri-string v0.7.10
14982026-03-19T03:00:14.741Z Compiling nix v0.31.1
14992026-03-19T03:00:14.770Z Compiling synstructure v0.13.2
15002026-03-19T03:00:14.828Z Compiling serde_derive_internals v0.29.1
15012026-03-19T03:00:14.843Z Compiling pest_generator v2.8.6
15022026-03-19T03:00:14.946Z Compiling darling_core v0.20.11
15032026-03-19T03:00:14.978Z Compiling cmake v0.1.57
15042026-03-19T03:00:14.978Z Compiling darling_core v0.21.3
15052026-03-19T03:00:14.978Z Compiling stringprep v0.1.5
15062026-03-19T03:00:15.116Z Compiling group v0.13.0
15072026-03-19T03:00:15.264Z Compiling tempfile v3.25.0
15082026-03-19T03:00:15.375Z Compiling document-features v0.2.12
15092026-03-19T03:00:15.395Z Compiling terminal_size v0.4.3
15102026-03-19T03:00:15.395Z Compiling time v0.3.47
15112026-03-19T03:00:15.395Z Compiling num-iter v0.1.45
15122026-03-19T03:00:15.411Z Compiling heck v0.4.1
15132026-03-19T03:00:15.544Z Compiling phf_shared v0.13.1
15142026-03-19T03:00:15.563Z Compiling vergen v9.0.6
15152026-03-19T03:00:15.563Z Compiling lazy_static v1.5.0
15162026-03-19T03:00:15.603Z Compiling ahash v0.8.12
15172026-03-19T03:00:15.644Z Compiling rusty-fork v0.3.1
15182026-03-19T03:00:15.665Z Compiling fs-err v3.3.0
15192026-03-19T03:00:15.665Z Compiling bumpalo v3.20.2
15202026-03-19T03:00:15.665Z Compiling libbz2-rs-sys v0.2.2
15212026-03-19T03:00:15.683Z Compiling foldhash v0.1.5
15222026-03-19T03:00:15.700Z Compiling object v0.37.3
15232026-03-19T03:00:15.756Z Compiling bitflags v1.3.2
15242026-03-19T03:00:15.856Z Compiling winnow v0.5.40
15252026-03-19T03:00:15.878Z Compiling managed v0.8.0
15262026-03-19T03:00:15.889Z Compiling clap_builder v4.5.60
15272026-03-19T03:00:15.902Z Compiling console v0.16.2
15282026-03-19T03:00:15.906Z Compiling rayon v1.11.0
15292026-03-19T03:00:15.948Z Compiling phf v0.13.1
15302026-03-19T03:00:15.956Z Compiling signal-hook-mio v0.2.5
15312026-03-19T03:00:16.032Z Compiling hashbrown v0.15.5
15322026-03-19T03:00:16.108Z Compiling float-cmp v0.10.0
15332026-03-19T03:00:16.154Z Compiling itertools v0.12.1
15342026-03-19T03:00:16.177Z Compiling proc-macro-error v1.0.4
15352026-03-19T03:00:16.188Z Compiling aws-lc-sys v0.37.1
15362026-03-19T03:00:16.199Z Compiling ring v0.17.14
15372026-03-19T03:00:16.199Z Compiling openssl-sys v0.9.111
15382026-03-19T03:00:16.199Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15392026-03-19T03:00:16.200Z Compiling bzip2-sys v0.1.13+1.0.8
15402026-03-19T03:00:16.254Z Compiling zopfli v0.8.3
15412026-03-19T03:00:16.314Z Compiling phf_shared v0.11.3
15422026-03-19T03:00:16.314Z Compiling thread-id v4.2.2
15432026-03-19T03:00:16.314Z Compiling memmap2 v0.9.10
15442026-03-19T03:00:16.314Z Compiling env_filter v1.0.0
15452026-03-19T03:00:16.366Z Compiling encoding_rs v0.8.35
15462026-03-19T03:00:16.374Z Compiling new_debug_unreachable v1.0.6
15472026-03-19T03:00:16.528Z Compiling bzip2 v0.6.1
15482026-03-19T03:00:16.551Z Compiling fixedbitset v0.5.7
15492026-03-19T03:00:16.678Z Compiling data-encoding v2.10.0
15502026-03-19T03:00:16.750Z Compiling mime v0.3.17
15512026-03-19T03:00:16.764Z Compiling normalize-line-endings v0.3.0
15522026-03-19T03:00:16.858Z Compiling precomputed-hash v0.1.1
15532026-03-19T03:00:16.881Z Compiling static_assertions v1.1.0
15542026-03-19T03:00:16.881Z Compiling unit-prefix v0.5.2
15552026-03-19T03:00:16.899Z Compiling fixedbitset v0.4.2
15562026-03-19T03:00:16.942Z Compiling whoami v2.1.0
15572026-03-19T03:00:16.950Z Compiling keccak v0.1.6
15582026-03-19T03:00:17.017Z Compiling difflib v0.4.0
15592026-03-19T03:00:17.043Z Compiling rustc-hash v2.1.1
15602026-03-19T03:00:17.064Z Compiling predicates-core v1.0.10
15612026-03-19T03:00:17.069Z Compiling jiff v0.2.21
15622026-03-19T03:00:17.069Z Compiling env_logger v0.11.9
15632026-03-19T03:00:17.287Z Compiling toml_parser v1.0.9+spec-1.1.0
15642026-03-19T03:00:17.378Z Compiling regex v1.12.3
15652026-03-19T03:00:17.452Z Compiling serde_derive v1.0.228
15662026-03-19T03:00:17.482Z Compiling zeroize_derive v1.4.3
15672026-03-19T03:00:17.506Z Compiling zerofrom-derive v0.1.6
15682026-03-19T03:00:17.511Z Compiling yoke-derive v0.8.1
15692026-03-19T03:00:17.560Z Compiling zerocopy-derive v0.8.40
15702026-03-19T03:00:17.569Z Compiling zerovec-derive v0.11.2
15712026-03-19T03:00:17.674Z Compiling displaydoc v0.2.5
15722026-03-19T03:00:17.766Z Compiling tokio-macros v2.6.0
15732026-03-19T03:00:17.791Z Compiling futures-macro v0.3.32
15742026-03-19T03:00:17.818Z Compiling der_derive v0.7.3
15752026-03-19T03:00:17.876Z Compiling thiserror-impl v2.0.18
15762026-03-19T03:00:17.946Z Compiling tracing-attributes v0.1.31
15772026-03-19T03:00:17.972Z Compiling schemars_derive v0.8.22
15782026-03-19T03:00:17.999Z Compiling scroll_derive v0.13.1
15792026-03-19T03:00:18.033Z Compiling pest_derive v2.8.6
15802026-03-19T03:00:18.194Z Compiling openssl-macros v0.1.1
15812026-03-19T03:00:18.218Z Compiling thiserror-impl v1.0.69
15822026-03-19T03:00:18.412Z Compiling zeroize v1.8.2
15832026-03-19T03:00:18.583Z Compiling darling_macro v0.20.11
15842026-03-19T03:00:18.619Z Compiling scroll_derive v0.12.1
15852026-03-19T03:00:18.714Z Compiling rustls-pki-types v1.14.0
15862026-03-19T03:00:18.719Z Compiling darling_macro v0.21.3
15872026-03-19T03:00:18.788Z Compiling zerocopy-derive v0.7.35
15882026-03-19T03:00:18.845Z Compiling daft-derive v0.1.5
15892026-03-19T03:00:18.898Z Compiling hubpack_derive v0.1.1
15902026-03-19T03:00:18.947Z Compiling flate2 v1.1.9
15912026-03-19T03:00:18.976Z Compiling futures-util v0.3.32
15922026-03-19T03:00:19.007Z Compiling async-trait v0.1.89
15932026-03-19T03:00:19.244Z Compiling rustls-native-certs v0.8.3
15942026-03-19T03:00:19.270Z Compiling webpki-roots v1.0.6
15952026-03-19T03:00:19.274Z Compiling scroll v0.13.0
15962026-03-19T03:00:19.274Z Compiling der v0.7.10
15972026-03-19T03:00:19.353Z Compiling darling v0.20.11
15982026-03-19T03:00:19.444Z Compiling curve25519-dalek-derive v0.1.1
15992026-03-19T03:00:19.465Z Compiling derive_builder_core v0.20.2
16002026-03-19T03:00:19.502Z Compiling crypto-common v0.1.7
16012026-03-19T03:00:19.502Z Compiling block-buffer v0.10.4
16022026-03-19T03:00:19.560Z Compiling block-padding v0.3.3
16032026-03-19T03:00:19.575Z Compiling darling v0.21.3
16042026-03-19T03:00:19.609Z Compiling zerofrom v0.1.6
16052026-03-19T03:00:19.627Z Compiling crypto-bigint v0.5.5
16062026-03-19T03:00:19.633Z Compiling strum_macros v0.27.2
16072026-03-19T03:00:19.676Z Compiling ref-cast-impl v1.0.25
16082026-03-19T03:00:19.722Z Compiling digest v0.10.7
16092026-03-19T03:00:19.728Z Compiling goblin v0.10.5
16102026-03-19T03:00:19.773Z Compiling yoke v0.8.1
16112026-03-19T03:00:19.784Z Compiling inout v0.1.4
16122026-03-19T03:00:19.785Z Compiling scroll v0.12.0
16132026-03-19T03:00:19.785Z Compiling serde_with_macros v3.17.0
16142026-03-19T03:00:19.854Z Compiling bzip2 v0.4.4
16152026-03-19T03:00:19.858Z Compiling zone_cfg_derive v0.3.1
16162026-03-19T03:00:19.881Z Compiling serde_repr v0.1.20
16172026-03-19T03:00:19.923Z Compiling thiserror v2.0.18
16182026-03-19T03:00:20.003Z Compiling enum-as-inner v0.6.1
16192026-03-19T03:00:20.008Z Compiling tracing v0.1.44
16202026-03-19T03:00:20.069Z Compiling zerovec v0.11.5
16212026-03-19T03:00:20.103Z Compiling zerotrie v0.2.3
16222026-03-19T03:00:20.177Z Compiling hmac v0.12.1
16232026-03-19T03:00:20.200Z Compiling cipher v0.4.4
16242026-03-19T03:00:20.200Z Compiling sha2 v0.10.9
16252026-03-19T03:00:20.200Z Compiling thiserror v1.0.69
16262026-03-19T03:00:20.243Z Compiling dtrace-parser v0.3.0
16272026-03-19T03:00:20.254Z Compiling signature v2.2.0
16282026-03-19T03:00:20.270Z Compiling md-5 v0.10.6
16292026-03-19T03:00:20.369Z Compiling pbkdf2 v0.12.2
16302026-03-19T03:00:20.391Z Compiling hkdf v0.12.4
16312026-03-19T03:00:20.415Z Compiling zerocopy v0.7.35
16322026-03-19T03:00:20.451Z Compiling goblin v0.8.2
16332026-03-19T03:00:20.565Z Compiling salsa20 v0.10.2
16342026-03-19T03:00:20.589Z Compiling spki v0.7.3
16352026-03-19T03:00:20.687Z Compiling cbc v0.1.2
16362026-03-19T03:00:20.748Z Compiling aes v0.8.4
16372026-03-19T03:00:20.748Z Compiling rfc6979 v0.4.0
16382026-03-19T03:00:20.748Z Compiling dtrace-parser v0.2.0
16392026-03-19T03:00:20.748Z Compiling strum_macros v0.26.4
16402026-03-19T03:00:20.787Z Compiling tinystr v0.8.2
16412026-03-19T03:00:20.824Z Compiling potential_utf v0.1.4
16422026-03-19T03:00:20.824Z Compiling scrypt v0.11.0
16432026-03-19T03:00:20.847Z Compiling derive_builder_macro v0.20.2
16442026-03-19T03:00:20.876Z Compiling clap_derive v4.5.55
16452026-03-19T03:00:20.876Z Compiling bstr v1.12.1
16462026-03-19T03:00:20.927Z Compiling x509-cert v0.2.5
16472026-03-19T03:00:20.941Z Compiling zip v0.6.6
16482026-03-19T03:00:20.941Z Compiling sha3 v0.10.8
16492026-03-19T03:00:21.011Z Compiling icu_locale_core v2.1.1
16502026-03-19T03:00:21.095Z Compiling icu_collections v2.1.1
16512026-03-19T03:00:21.095Z Compiling sha1 v0.10.6
16522026-03-19T03:00:21.152Z Compiling indicatif v0.18.4
16532026-03-19T03:00:21.189Z Compiling predicates v3.1.4
16542026-03-19T03:00:21.304Z Compiling pkcs5 v0.7.1
16552026-03-19T03:00:21.338Z Compiling itertools v0.13.0
16562026-03-19T03:00:21.376Z Compiling toml_datetime v0.7.5+spec-1.1.0
16572026-03-19T03:00:21.429Z Compiling peg-runtime v0.8.5
16582026-03-19T03:00:21.477Z Compiling lalrpop-util v0.19.12
16592026-03-19T03:00:21.555Z Compiling derive_builder v0.20.2
16602026-03-19T03:00:21.645Z Compiling similar v2.7.0
16612026-03-19T03:00:21.760Z Compiling pkcs8 v0.10.2
16622026-03-19T03:00:21.803Z Compiling thread_local v1.1.9
16632026-03-19T03:00:21.824Z Compiling slog-async v2.8.0
16642026-03-19T03:00:21.950Z Compiling crossbeam-channel v0.5.15
16652026-03-19T03:00:21.950Z Compiling filetime v0.2.27
16662026-03-19T03:00:21.950Z Compiling is-terminal v0.4.17
16672026-03-19T03:00:21.992Z Compiling icu_provider v2.1.1
16682026-03-19T03:00:22.003Z Compiling futures-executor v0.3.32
16692026-03-19T03:00:22.019Z Compiling sec1 v0.7.3
16702026-03-19T03:00:22.135Z Compiling ed25519 v2.2.3
16712026-03-19T03:00:22.157Z Compiling pkcs1 v0.7.5
16722026-03-19T03:00:22.193Z Compiling term v1.2.1
16732026-03-19T03:00:22.202Z Compiling xattr v1.6.1
16742026-03-19T03:00:22.239Z Compiling take_mut v0.2.2
16752026-03-19T03:00:22.309Z Compiling icu_properties v2.1.2
16762026-03-19T03:00:22.309Z Compiling icu_normalizer v2.1.1
16772026-03-19T03:00:22.370Z Compiling bytes v1.11.1
16782026-03-19T03:00:22.374Z Compiling chrono v0.4.44
16792026-03-19T03:00:22.418Z Compiling ipnet v2.11.0
16802026-03-19T03:00:22.428Z Compiling erased-serde v0.3.31
16812026-03-19T03:00:22.428Z Compiling serde_tokenstream v0.2.3
16822026-03-19T03:00:22.428Z Compiling toml_datetime v0.6.11
16832026-03-19T03:00:22.500Z Compiling serde_spanned v0.6.9
16842026-03-19T03:00:22.527Z Compiling serde_urlencoded v0.7.1
16852026-03-19T03:00:22.555Z Compiling cargo-platform v0.1.9
16862026-03-19T03:00:22.555Z Compiling hex v0.4.3
16872026-03-19T03:00:22.633Z Compiling hubpack v0.1.2
16882026-03-19T03:00:22.642Z Compiling strum v0.27.2
16892026-03-19T03:00:22.683Z Compiling serde-big-array v0.5.1
16902026-03-19T03:00:22.728Z Compiling elliptic-curve v0.13.8
16912026-03-19T03:00:22.771Z Compiling toml_edit v0.19.15
16922026-03-19T03:00:22.862Z Compiling cargo_metadata v0.19.2
16932026-03-19T03:00:22.890Z Compiling toml_edit v0.22.27
16942026-03-19T03:00:22.891Z Compiling ed25519-dalek v2.2.0
16952026-03-19T03:00:22.940Z Compiling openapiv3 v2.2.0
16962026-03-19T03:00:22.945Z Compiling petgraph v0.6.5
16972026-03-19T03:00:22.945Z Compiling crossterm v0.28.1
16982026-03-19T03:00:22.995Z Compiling string_cache v0.8.9
16992026-03-19T03:00:23.022Z Compiling petgraph v0.8.3
17002026-03-19T03:00:23.075Z Compiling tokio v1.49.0
17012026-03-19T03:00:23.075Z Compiling http v1.4.0
17022026-03-19T03:00:23.131Z Compiling tar v0.4.44
17032026-03-19T03:00:23.182Z Compiling futures v0.3.32
17042026-03-19T03:00:23.236Z Compiling strum v0.26.3
17052026-03-19T03:00:23.270Z Compiling ecdsa v0.16.9
17062026-03-19T03:00:23.414Z Compiling clap v4.5.60
17072026-03-19T03:00:23.539Z Compiling dof v0.3.0
17082026-03-19T03:00:23.707Z Compiling idna_adapter v1.2.1
17092026-03-19T03:00:23.790Z Compiling slog-term v2.9.2
17102026-03-19T03:00:23.976Z Compiling idna v1.1.0
17112026-03-19T03:00:24.223Z Compiling ppv-lite86 v0.2.21
17122026-03-19T03:00:24.227Z Compiling http-body v1.0.1
17132026-03-19T03:00:24.227Z Compiling dof v0.4.0
17142026-03-19T03:00:24.227Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17152026-03-19T03:00:24.227Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17162026-03-19T03:00:24.379Z Compiling url v2.5.8
17172026-03-19T03:00:24.433Z Compiling http-body-util v0.1.3
17182026-03-19T03:00:24.458Z Compiling publicsuffix v2.3.0
17192026-03-19T03:00:24.486Z Compiling usdt-impl v0.5.0
17202026-03-19T03:00:24.690Z Compiling toml v0.7.8
17212026-03-19T03:00:24.747Z Compiling rand_chacha v0.9.0
17222026-03-19T03:00:24.775Z Compiling rand_chacha v0.3.1
17232026-03-19T03:00:24.801Z Compiling zstd v0.13.3
17242026-03-19T03:00:25.035Z Compiling rand v0.9.2
17252026-03-19T03:00:25.094Z Compiling rand v0.8.5
17262026-03-19T03:00:25.118Z Compiling cookie_store v0.22.1
17272026-03-19T03:00:25.144Z Compiling zip v4.6.1
17282026-03-19T03:00:25.767Z Compiling proptest v1.10.0
17292026-03-19T03:00:25.767Z Compiling postgres-protocol v0.6.10
17302026-03-19T03:00:25.928Z Compiling usdt-macro v0.6.0
17312026-03-19T03:00:25.982Z Compiling usdt-attr-macro v0.6.0
17322026-03-19T03:00:26.173Z Compiling ipnetwork v0.21.1
17332026-03-19T03:00:26.198Z Compiling serde_with v3.17.0
17342026-03-19T03:00:26.331Z Compiling postgres-types v0.2.12
17352026-03-19T03:00:26.493Z Compiling oxnet v0.1.4
17362026-03-19T03:00:27.066Z Compiling usdt v0.6.0
17372026-03-19T03:00:27.583Z Compiling rsa v0.9.10
17382026-03-19T03:00:28.239Z Compiling tokio-util v0.7.18
17392026-03-19T03:00:28.239Z Compiling tower v0.5.3
17402026-03-19T03:00:28.256Z Compiling tokio-native-tls v0.3.1
17412026-03-19T03:00:28.256Z Compiling buf-list v1.1.2
17422026-03-19T03:00:28.256Z Compiling zone v0.3.1
17432026-03-19T03:00:28.256Z Compiling hickory-proto v0.25.2
17442026-03-19T03:00:28.854Z Compiling tower-http v0.6.8
17452026-03-19T03:00:29.034Z Compiling newtype-uuid v1.3.2
17462026-03-19T03:00:29.119Z Compiling h2 v0.4.13
17472026-03-19T03:00:29.119Z Compiling tokio-postgres v0.7.16
17482026-03-19T03:00:29.140Z Compiling tokio-stream v0.1.18
17492026-03-19T03:00:29.279Z Compiling daft v0.1.5
17502026-03-19T03:00:29.578Z Compiling iddqd v0.3.17
17512026-03-19T03:00:32.635Z Compiling hyper v1.8.1
17522026-03-19T03:00:33.880Z Compiling hyper-util v0.1.20
17532026-03-19T03:00:35.398Z Compiling hyper-tls v0.6.0
17542026-03-19T03:00:45.205Z Compiling rustls-webpki v0.103.9
17552026-03-19T03:00:49.201Z Compiling tokio-rustls v0.26.4
17562026-03-19T03:00:49.208Z Compiling rustls-platform-verifier v0.6.2
17572026-03-19T03:00:49.461Z Compiling hyper-rustls v0.27.7
17582026-03-19T03:00:49.720Z Compiling reqwest v0.13.2
17592026-03-19T03:00:49.720Z Compiling reqwest v0.12.28
17602026-03-19T03:00:52.571Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17612026-03-19T03:00:52.854Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17622026-03-19T03:00:56.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.71s
17632026-03-19T03:00:56.818Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17642026-03-19T03:00:56.883ZMar 19 03:00:56.345 INFO Starting download, target: Console
17652026-03-19T03:00:56.883ZMar 19 03:00:56.346 INFO Starting download, target: Clickhouse
17662026-03-19T03:00:56.883ZMar 19 03:00:56.346 INFO Starting download, target: MaghemiteMgd
17672026-03-19T03:00:56.888ZMar 19 03:00:56.346 INFO Starting download, target: TransceiverControl
17682026-03-19T03:00:56.888ZMar 19 03:00:56.346 INFO Starting download, target: Cockroach
17692026-03-19T03:00:56.888ZMar 19 03:00:56.346 INFO Starting download, target: DendriteStub
17702026-03-19T03:00:56.888ZMar 19 03:00:56.346 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17712026-03-19T03:00:56.888ZMar 19 03:00:56.346 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17722026-03-19T03:00:56.888ZMar 19 03:00:56.346 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17732026-03-19T03:00:56.889ZMar 19 03:00:56.346 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-03-19T03:00:56.889ZMar 19 03:00:56.346 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-03-19T03:00:56.889ZMar 19 03:00:56.346 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-03-19T03:00:57.500ZMar 19 03:00:56.963 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-03-19T03:00:57.850ZMar 19 03:00:57.307 INFO Download complete, target: TransceiverControl
17782026-03-19T03:00:57.918ZMar 19 03:00:57.382 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17792026-03-19T03:00:58.313ZMar 19 03:00:57.769 INFO Download complete, target: Console
17802026-03-19T03:00:58.835ZMar 19 03:00:58.298 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-03-19T03:00:58.874ZMar 19 03:00:58.334 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17822026-03-19T03:00:59.181ZMar 19 03:00:58.638 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-03-19T03:00:59.921ZMar 19 03:00:59.385 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-03-19T03:00:59.921ZMar 19 03:00:59.386 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-03-19T03:01:02.526ZMar 19 03:01:01.988 INFO Download complete, target: DendriteStub
17862026-03-19T03:01:02.864ZMar 19 03:01:02.327 INFO Download complete, target: MaghemiteMgd
17872026-03-19T03:01:07.691ZMar 19 03:01:07.154 INFO Checking that binary works, target: Cockroach
17882026-03-19T03:01:07.825ZMar 19 03:01:07.289 INFO Download complete, target: Cockroach
17892026-03-19T03:01:10.161ZMar 19 03:01:09.616 INFO Checking that binary works, target: Clickhouse
17902026-03-19T03:01:10.299ZMar 19 03:01:09.719 INFO Download complete, target: Clickhouse
17912026-03-19T03:01:10.323ZAll builder prerequisites installed successfully, and PATH looks valid
17922026-03-19T03:01:10.323Z
17932026-03-19T03:01:10.323Zreal 3:32.180183834
17942026-03-19T03:01:10.323Zuser 10:17.148904165
17952026-03-19T03:01:10.323Zsys 2:25.020647410
17962026-03-19T03:01:10.323Ztrap 0.201776499
17972026-03-19T03:01:10.323Ztflt 1.767121052
17982026-03-19T03:01:10.323Zdflt 3.626359817
17992026-03-19T03:01:10.323Zkflt 0.032623214
18002026-03-19T03:01:10.323Zlock 32:13.295818364
18012026-03-19T03:01:10.323Zslp 21:07.759788999
18022026-03-19T03:01:10.324Zlat 9.165277835
18032026-03-19T03:01:10.324Zstop 7:54.151288746
18042026-03-19T03:01:10.324Z++ bmat factory name
18052026-03-19T03:01:10.324Z++ bmat factory private
18062026-03-19T03:01:10.350Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0ea7bef4f4b07d3ab '{
18072026-03-19T03:01:10.350Z buildomat: {
18082026-03-19T03:01:10.351Z factory: {
18092026-03-19T03:01:10.351Z name: $bmat_factory_name,
18102026-03-19T03:01:10.351Z private: $bmat_factory_private,
18112026-03-19T03:01:10.351Z },
18122026-03-19T03:01:10.351Z },
18132026-03-19T03:01:10.351Z }'
18142026-03-19T03:01:10.389Z+ banner ls-apis
18152026-03-19T03:01:10.389Z
18162026-03-19T03:01:10.389Z # #### ## ##### # ####
18172026-03-19T03:01:10.389Z # # # # # # # #
18182026-03-19T03:01:10.389Z # #### ##### # # # # # ####
18192026-03-19T03:01:10.390Z # # ###### ##### # #
18202026-03-19T03:01:10.390Z # # # # # # # # #
18212026-03-19T03:01:10.390Z ###### #### # # # # ####
18222026-03-19T03:01:10.390Z
18232026-03-19T03:01:10.390Z+ source ./tools/include/force-git-over-https.sh
18242026-03-19T03:01:10.390Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18252026-03-19T03:01:10.390Z++ (( i = 0 ))
18262026-03-19T03:01:10.390Z++ (( i < 5 ))
18272026-03-19T03:01:10.390Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18282026-03-19T03:01:10.390Z++ (( i++ ))
18292026-03-19T03:01:10.390Z++ (( i < 5 ))
18302026-03-19T03:01:10.390Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18312026-03-19T03:01:10.391Z++ (( i++ ))
18322026-03-19T03:01:10.391Z++ (( i < 5 ))
18332026-03-19T03:01:10.391Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18342026-03-19T03:01:10.391Z++ (( i++ ))
18352026-03-19T03:01:10.391Z++ (( i < 5 ))
18362026-03-19T03:01:10.391Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18372026-03-19T03:01:10.426Z++ (( i++ ))
18382026-03-19T03:01:10.426Z++ (( i < 5 ))
18392026-03-19T03:01:10.426Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18402026-03-19T03:01:10.426Z++ (( i++ ))
18412026-03-19T03:01:10.427Z++ (( i < 5 ))
18422026-03-19T03:01:10.427Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18432026-03-19T03:01:10.427Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18442026-03-19T03:01:10.427Z+ ptime -m cargo xtask ls-apis apis
18452026-03-19T03:01:11.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18462026-03-19T03:01:11.063Z Running `target/debug/xtask ls-apis apis`
18472026-03-19T03:01:12.065Z Compiling semver v0.1.20
18482026-03-19T03:01:12.241Z Compiling ordered-float v2.10.1
18492026-03-19T03:01:12.289Z Compiling structmeta-derive v0.3.0
18502026-03-19T03:01:12.305Z Compiling toml v0.8.23
18512026-03-19T03:01:12.305Z Compiling cargo-platform v0.2.0
18522026-03-19T03:01:12.305Z Compiling itertools v0.14.0
18532026-03-19T03:01:12.306Z Compiling indent_write v2.2.0
18542026-03-19T03:01:12.385Z Compiling rustc_version v0.1.7
18552026-03-19T03:01:12.553Z Compiling serde-value v0.7.0
18562026-03-19T03:01:12.635Z Compiling newtype_derive v0.1.6
18572026-03-19T03:01:12.821Z Compiling cargo-util-schemas v0.8.2
18582026-03-19T03:01:13.266Z Compiling structmeta v0.3.0
18592026-03-19T03:01:13.505Z Compiling parse-display-derive v0.10.0
18602026-03-19T03:01:13.949Z Compiling cargo_metadata v0.21.0
18612026-03-19T03:01:14.930Z Compiling parse-display v0.10.0
18622026-03-19T03:01:15.108Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18632026-03-19T03:01:19.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s
18642026-03-19T03:01:19.484Z Running `target/debug/ls-apis apis`
18652026-03-19T03:01:19.582Zloading metadata for workspace omicron from current workspace
18662026-03-19T03:01:24.616Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
18672026-03-19T03:01:24.620Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
18682026-03-19T03:01:24.620Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
18692026-03-19T03:01:24.620Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
18702026-03-19T03:01:24.620Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18712026-03-19T03:01:45.796Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18722026-03-19T03:01:46.992Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18732026-03-19T03:01:47.010Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18742026-03-19T03:01:47.109ZBootstrap Agent (client: bootstrap-agent-client)
18752026-03-19T03:01:47.109Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18762026-03-19T03:01:47.109Z consumed by: wicketd (omicron/wicketd) via 1 path
18772026-03-19T03:01:47.109Z
18782026-03-19T03:01:47.109ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18792026-03-19T03:01:47.110Z consumed by: wicketd (omicron/wicketd) via 2 paths
18802026-03-19T03:01:47.110Z
18812026-03-19T03:01:47.110ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18822026-03-19T03:01:47.110Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18832026-03-19T03:01:47.110Z
18842026-03-19T03:01:47.110ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18852026-03-19T03:01:47.110Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18862026-03-19T03:01:47.110Z
18872026-03-19T03:01:47.110ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18882026-03-19T03:01:47.110Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18892026-03-19T03:01:47.110Z
18902026-03-19T03:01:47.110ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18912026-03-19T03:01:47.110Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18922026-03-19T03:01:47.110Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18932026-03-19T03:01:47.110Z
18942026-03-19T03:01:47.110ZCrucible Agent (client: crucible-agent-client)
18952026-03-19T03:01:47.118Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18962026-03-19T03:01:47.118Z
18972026-03-19T03:01:47.118ZCrucible Control (for testing only) (client: crucible-control-client)
18982026-03-19T03:01:47.118Z
18992026-03-19T03:01:47.118ZCrucible Pantry (client: crucible-pantry-client)
19002026-03-19T03:01:47.118Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19012026-03-19T03:01:47.118Z
19022026-03-19T03:01:47.118ZMaghemite DDM Admin (client: ddm-admin-client)
19032026-03-19T03:01:47.118Z consumed by: installinator (omicron/installinator) via 1 path
19042026-03-19T03:01:47.118Z consumed by: mgd (maghemite/mgd) via 1 path
19052026-03-19T03:01:47.118Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19062026-03-19T03:01:47.118Z consumed by: wicketd (omicron/wicketd) via 1 path
19072026-03-19T03:01:47.118Z
19082026-03-19T03:01:47.118ZDNS Server (client: dns-service-client)
19092026-03-19T03:01:47.118Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19102026-03-19T03:01:47.118Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19112026-03-19T03:01:47.118Z
19122026-03-19T03:01:47.118ZDendrite DPD (client: dpd-client)
19132026-03-19T03:01:47.118Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19142026-03-19T03:01:47.118Z consumed by: lldpd (lldp/lldpd) via 2 paths
19152026-03-19T03:01:47.118Z consumed by: mgd (maghemite/mgd) via 1 path
19162026-03-19T03:01:47.118Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19172026-03-19T03:01:47.118Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19182026-03-19T03:01:47.118Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19192026-03-19T03:01:47.118Z consumed by: wicketd (omicron/wicketd) via 2 paths
19202026-03-19T03:01:47.118Z
19212026-03-19T03:01:47.118ZDownstairs Controller (debugging only) (client: dsc-client)
19222026-03-19T03:01:47.118Z
19232026-03-19T03:01:47.118ZManagement Gateway Service (client: gateway-client)
19242026-03-19T03:01:47.130Z consumed by: dpd (dendrite/dpd) via 1 path
19252026-03-19T03:01:47.130Z consumed by: lldpd (lldp/lldpd) via 1 path
19262026-03-19T03:01:47.130Z consumed by: mgd (maghemite/mgd) via 1 path
19272026-03-19T03:01:47.130Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19282026-03-19T03:01:47.130Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19292026-03-19T03:01:47.130Z consumed by: wicketd (omicron/wicketd) via 3 paths
19302026-03-19T03:01:47.130Z
19312026-03-19T03:01:47.130ZWicketd Installinator (client: installinator-client)
19322026-03-19T03:01:47.130Z consumed by: installinator (omicron/installinator) via 1 path
19332026-03-19T03:01:47.130Z
19342026-03-19T03:01:47.130ZLLDP daemon (client: lldpd-client)
19352026-03-19T03:01:47.130Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19362026-03-19T03:01:47.130Z consumed by: tfportd (dendrite/tfportd) via 1 path
19372026-03-19T03:01:47.130Z
19382026-03-19T03:01:47.130ZMaghemite MG Admin (client: mg-admin-client)
19392026-03-19T03:01:47.135Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19402026-03-19T03:01:47.136Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19412026-03-19T03:01:47.136Z
19422026-03-19T03:01:47.136ZNexus Internal API (client: nexus-client)
19432026-03-19T03:01:47.136Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19442026-03-19T03:01:47.136Z consumed by: dpd (dendrite/dpd) via 1 path
19452026-03-19T03:01:47.136Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19462026-03-19T03:01:47.136Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19472026-03-19T03:01:47.136Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19482026-03-19T03:01:47.136Z
19492026-03-19T03:01:47.136ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19502026-03-19T03:01:47.136Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19512026-03-19T03:01:47.136Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19522026-03-19T03:01:47.136Z
19532026-03-19T03:01:47.136ZNTP Admin (client: ntp-admin-client)
19542026-03-19T03:01:47.137Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19552026-03-19T03:01:47.137Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19562026-03-19T03:01:47.137Z
19572026-03-19T03:01:47.137ZExternal API (client: oxide-client)
19582026-03-19T03:01:47.137Z
19592026-03-19T03:01:47.137ZOximeter (client: oximeter-client)
19602026-03-19T03:01:47.137Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19612026-03-19T03:01:47.137Z
19622026-03-19T03:01:47.137ZPropolis (client: propolis-client)
19632026-03-19T03:01:47.137Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19642026-03-19T03:01:47.137Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19652026-03-19T03:01:47.137Z
19662026-03-19T03:01:47.137ZCrucible Repair (client: repair-client)
19672026-03-19T03:01:47.137Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19682026-03-19T03:01:47.137Z
19692026-03-19T03:01:47.137ZRepo Depot API (client: repo-depot-client)
19702026-03-19T03:01:47.137Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19712026-03-19T03:01:47.137Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19722026-03-19T03:01:47.137Z
19732026-03-19T03:01:47.137ZSled Agent (client: sled-agent-client)
19742026-03-19T03:01:47.141Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19752026-03-19T03:01:47.141Z
19762026-03-19T03:01:47.141ZWicketd (client: wicketd-client)
19772026-03-19T03:01:47.141Z
19782026-03-19T03:01:47.233Z
19792026-03-19T03:01:47.237Zreal 36.836718197
19802026-03-19T03:01:47.237Zuser 27.849632839
19812026-03-19T03:01:47.237Zsys 10.994756578
19822026-03-19T03:01:47.237Ztrap 0.004020650
19832026-03-19T03:01:47.237Ztflt 0.102808030
19842026-03-19T03:01:47.237Zdflt 0.242683063
19852026-03-19T03:01:47.237Zkflt 0.000009397
19862026-03-19T03:01:47.237Zlock 1:05.735878644
19872026-03-19T03:01:47.238Zslp 3:34.737136794
19882026-03-19T03:01:47.238Zlat 0.124551858
19892026-03-19T03:01:47.238Zstop 2.587718137
19902026-03-19T03:01:47.238Z+ ptime -m cargo xtask ls-apis deployment-units
19912026-03-19T03:01:48.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19922026-03-19T03:01:48.033Z Running `target/debug/xtask ls-apis deployment-units`
19932026-03-19T03:01:49.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
19942026-03-19T03:01:49.125Z Running `target/debug/ls-apis deployment-units`
19952026-03-19T03:01:49.187Zloading metadata for workspace omicron from current workspace
19962026-03-19T03:01:50.597Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
19972026-03-19T03:01:50.597Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
19982026-03-19T03:01:50.601Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
19992026-03-19T03:01:50.601Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
20002026-03-19T03:01:50.602Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
20012026-03-19T03:01:53.338Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
20022026-03-19T03:01:54.173Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20032026-03-19T03:01:54.188Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20042026-03-19T03:01:54.342ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20052026-03-19T03:01:54.342Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20062026-03-19T03:01:54.342Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20072026-03-19T03:01:54.342Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20082026-03-19T03:01:54.342Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20092026-03-19T03:01:54.342Z
20102026-03-19T03:01:54.342Z
20112026-03-19T03:01:54.343ZCockroach
20122026-03-19T03:01:54.343Z omicron-cockroach-admin (omicron/cockroach-admin)
20132026-03-19T03:01:54.343Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20142026-03-19T03:01:54.343Z
20152026-03-19T03:01:54.343Z
20162026-03-19T03:01:54.343ZCrucible
20172026-03-19T03:01:54.343Z crucible-agent (crucible/agent)
20182026-03-19T03:01:54.343Z exposes: Crucible Agent (client = crucible-agent-client)
20192026-03-19T03:01:54.348Z
20202026-03-19T03:01:54.348Z crucible-downstairs (crucible/downstairs)
20212026-03-19T03:01:54.348Z exposes: Crucible Repair (client = repair-client)
20222026-03-19T03:01:54.348Z consumes: repair-client
20232026-03-19T03:01:54.348Z
20242026-03-19T03:01:54.348Z
20252026-03-19T03:01:54.348ZCrucible Pantry
20262026-03-19T03:01:54.348Z crucible-pantry (crucible/pantry)
20272026-03-19T03:01:54.348Z exposes: Crucible Pantry (client = crucible-pantry-client)
20282026-03-19T03:01:54.348Z consumes: nexus-client
20292026-03-19T03:01:54.348Z
20302026-03-19T03:01:54.348Z
20312026-03-19T03:01:54.348ZDNS Server
20322026-03-19T03:01:54.348Z dns-server (omicron/dns-server)
20332026-03-19T03:01:54.348Z exposes: DNS Server (client = dns-service-client)
20342026-03-19T03:01:54.348Z
20352026-03-19T03:01:54.348Z
20362026-03-19T03:01:54.348ZHost OS
20372026-03-19T03:01:54.348Z ddmd (maghemite/ddmd)
20382026-03-19T03:01:54.348Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20392026-03-19T03:01:54.354Z consumes: dpd-client (intra-deployment-unit-only)
20402026-03-19T03:01:54.354Z
20412026-03-19T03:01:54.354Z dpd (dendrite/dpd)
20422026-03-19T03:01:54.354Z exposes: Dendrite DPD (client = dpd-client)
20432026-03-19T03:01:54.354Z consumes: gateway-client (intra-deployment-unit-only)
20442026-03-19T03:01:54.354Z consumes: nexus-client
20452026-03-19T03:01:54.354Z
20462026-03-19T03:01:54.354Z lldpd (lldp/lldpd)
20472026-03-19T03:01:54.354Z exposes: LLDP daemon (client = lldpd-client)
20482026-03-19T03:01:54.354Z consumes: dpd-client (intra-deployment-unit-only)
20492026-03-19T03:01:54.354Z consumes: gateway-client (intra-deployment-unit-only)
20502026-03-19T03:01:54.354Z
20512026-03-19T03:01:54.354Z mgd (maghemite/mgd)
20522026-03-19T03:01:54.354Z exposes: Maghemite MG Admin (client = mg-admin-client)
20532026-03-19T03:01:54.355Z consumes: ddm-admin-client (intra-deployment-unit-only)
20542026-03-19T03:01:54.355Z consumes: dpd-client (intra-deployment-unit-only)
20552026-03-19T03:01:54.355Z consumes: gateway-client (intra-deployment-unit-only)
20562026-03-19T03:01:54.355Z
20572026-03-19T03:01:54.355Z omicron-gateway (omicron/gateway)
20582026-03-19T03:01:54.355Z exposes: Management Gateway Service (client = gateway-client)
20592026-03-19T03:01:54.355Z
20602026-03-19T03:01:54.355Z omicron-sled-agent (omicron/sled-agent)
20612026-03-19T03:01:54.355Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20622026-03-19T03:01:54.355Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20632026-03-19T03:01:54.355Z exposes: Repo Depot API (client = repo-depot-client)
20642026-03-19T03:01:54.355Z exposes: Sled Agent (client = sled-agent-client)
20652026-03-19T03:01:54.359Z consumes: bootstrap-agent-client
20662026-03-19T03:01:54.359Z consumes: cockroach-admin-client
20672026-03-19T03:01:54.359Z consumes: ddm-admin-client (intra-deployment-unit-only)
20682026-03-19T03:01:54.359Z consumes: dns-service-client
20692026-03-19T03:01:54.359Z consumes: dpd-client (intra-deployment-unit-only)
20702026-03-19T03:01:54.359Z consumes: gateway-client (intra-deployment-unit-only)
20712026-03-19T03:01:54.359Z consumes: mg-admin-client (intra-deployment-unit-only)
20722026-03-19T03:01:54.359Z consumes: nexus-client
20732026-03-19T03:01:54.359Z consumes: nexus-lockstep-client
20742026-03-19T03:01:54.359Z consumes: ntp-admin-client
20752026-03-19T03:01:54.359Z consumes: propolis-client (intra-deployment-unit-only)
20762026-03-19T03:01:54.359Z consumes: repo-depot-client
20772026-03-19T03:01:54.359Z
20782026-03-19T03:01:54.359Z propolis-server (propolis/bin/propolis-server)
20792026-03-19T03:01:54.359Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20802026-03-19T03:01:54.359Z exposes: Propolis (client = propolis-client)
20812026-03-19T03:01:54.359Z consumes: nexus-client
20822026-03-19T03:01:54.359Z
20832026-03-19T03:01:54.359Z tfportd (dendrite/tfportd)
20842026-03-19T03:01:54.359Z consumes: dpd-client (intra-deployment-unit-only)
20852026-03-19T03:01:54.359Z consumes: lldpd-client (intra-deployment-unit-only)
20862026-03-19T03:01:54.359Z
20872026-03-19T03:01:54.359Z wicketd (omicron/wicketd)
20882026-03-19T03:01:54.359Z exposes: Wicketd Installinator (client = installinator-client)
20892026-03-19T03:01:54.359Z exposes: Wicketd (client = wicketd-client)
20902026-03-19T03:01:54.359Z consumes: bootstrap-agent-client
20912026-03-19T03:01:54.361Z consumes: bootstrap-agent-lockstep-client
20922026-03-19T03:01:54.361Z consumes: ddm-admin-client (intra-deployment-unit-only)
20932026-03-19T03:01:54.361Z consumes: dpd-client (intra-deployment-unit-only)
20942026-03-19T03:01:54.361Z consumes: gateway-client (intra-deployment-unit-only)
20952026-03-19T03:01:54.361Z
20962026-03-19T03:01:54.361Z
20972026-03-19T03:01:54.361ZInstallinator
20982026-03-19T03:01:54.361Z installinator (omicron/installinator)
20992026-03-19T03:01:54.361Z consumes: ddm-admin-client
21002026-03-19T03:01:54.361Z consumes: installinator-client
21012026-03-19T03:01:54.361Z
21022026-03-19T03:01:54.361Z
21032026-03-19T03:01:54.361ZNTP
21042026-03-19T03:01:54.361Z omicron-ntp-admin (omicron/ntp-admin)
21052026-03-19T03:01:54.361Z exposes: NTP Admin (client = ntp-admin-client)
21062026-03-19T03:01:54.361Z
21072026-03-19T03:01:54.361Z
21082026-03-19T03:01:54.361ZNexus
21092026-03-19T03:01:54.361Z omicron-nexus (omicron/nexus)
21102026-03-19T03:01:54.361Z exposes: Nexus Internal API (client = nexus-client)
21112026-03-19T03:01:54.361Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21122026-03-19T03:01:54.361Z exposes: External API (client = oxide-client)
21132026-03-19T03:01:54.365Z consumes: clickhouse-admin-keeper-client
21142026-03-19T03:01:54.365Z consumes: clickhouse-admin-server-client
21152026-03-19T03:01:54.365Z consumes: clickhouse-admin-single-client
21162026-03-19T03:01:54.365Z consumes: cockroach-admin-client
21172026-03-19T03:01:54.365Z consumes: crucible-agent-client
21182026-03-19T03:01:54.365Z consumes: crucible-pantry-client
21192026-03-19T03:01:54.365Z consumes: dns-service-client
21202026-03-19T03:01:54.365Z consumes: dpd-client
21212026-03-19T03:01:54.365Z consumes: gateway-client
21222026-03-19T03:01:54.365Z consumes: lldpd-client
21232026-03-19T03:01:54.365Z consumes: mg-admin-client
21242026-03-19T03:01:54.365Z consumes: ntp-admin-client
21252026-03-19T03:01:54.365Z consumes: oximeter-client
21262026-03-19T03:01:54.365Z consumes: propolis-client
21272026-03-19T03:01:54.365Z consumes: repo-depot-client
21282026-03-19T03:01:54.365Z consumes: sled-agent-client
21292026-03-19T03:01:54.365Z
21302026-03-19T03:01:54.365Z
21312026-03-19T03:01:54.365ZOximeter
21322026-03-19T03:01:54.365Z oximeter-collector (omicron/oximeter/collector)
21332026-03-19T03:01:54.366Z exposes: Oximeter (client = oximeter-client)
21342026-03-19T03:01:54.366Z consumes: nexus-client
21352026-03-19T03:01:54.366Z
21362026-03-19T03:01:54.366Z
21372026-03-19T03:01:54.459Z
21382026-03-19T03:01:54.462Zreal 7.194009547
21392026-03-19T03:01:54.462Zuser 5.897399141
21402026-03-19T03:01:54.462Zsys 2.546713037
21412026-03-19T03:01:54.462Ztrap 0.000802343
21422026-03-19T03:01:54.462Ztflt 0.000068147
21432026-03-19T03:01:54.462Zdflt 0.000416018
21442026-03-19T03:01:54.463Zkflt 0.000002519
21452026-03-19T03:01:54.463Zlock 0.174727288
21462026-03-19T03:01:54.463Zslp 24.167674525
21472026-03-19T03:01:54.463Zlat 0.002379697
21482026-03-19T03:01:54.463Zstop 0.006096820
21492026-03-19T03:01:54.463Z+ ptime -m cargo xtask ls-apis servers
21502026-03-19T03:01:55.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
21512026-03-19T03:01:55.167Z Running `target/debug/xtask ls-apis servers`
21522026-03-19T03:01:56.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
21532026-03-19T03:01:56.272Z Running `target/debug/ls-apis servers`
21542026-03-19T03:01:56.331Zloading metadata for workspace omicron from current workspace
21552026-03-19T03:01:57.736Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
21562026-03-19T03:01:57.736Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
21572026-03-19T03:01:57.745Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
21582026-03-19T03:01:57.745Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
21592026-03-19T03:01:57.745Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21602026-03-19T03:02:00.377Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21612026-03-19T03:02:01.220Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21622026-03-19T03:02:01.233Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21632026-03-19T03:02:01.388Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21642026-03-19T03:02:01.388Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21652026-03-19T03:02:01.388Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21662026-03-19T03:02:01.389Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21672026-03-19T03:02:01.389Z
21682026-03-19T03:02:01.389Zomicron-cockroach-admin (omicron/cockroach-admin)
21692026-03-19T03:02:01.389Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21702026-03-19T03:02:01.389Z
21712026-03-19T03:02:01.389Zcrucible-agent (crucible/agent)
21722026-03-19T03:02:01.389Z exposes: Crucible Agent (client = crucible-agent-client)
21732026-03-19T03:02:01.393Z
21742026-03-19T03:02:01.393Zcrucible-downstairs (crucible/downstairs)
21752026-03-19T03:02:01.393Z exposes: Crucible Repair (client = repair-client)
21762026-03-19T03:02:01.393Z consumes: repair-client
21772026-03-19T03:02:01.393Z
21782026-03-19T03:02:01.393Zcrucible-pantry (crucible/pantry)
21792026-03-19T03:02:01.393Z exposes: Crucible Pantry (client = crucible-pantry-client)
21802026-03-19T03:02:01.393Z consumes: nexus-client
21812026-03-19T03:02:01.393Z
21822026-03-19T03:02:01.393Zdns-server (omicron/dns-server)
21832026-03-19T03:02:01.393Z exposes: DNS Server (client = dns-service-client)
21842026-03-19T03:02:01.393Z
21852026-03-19T03:02:01.393Zomicron-sled-agent (omicron/sled-agent)
21862026-03-19T03:02:01.393Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21872026-03-19T03:02:01.393Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21882026-03-19T03:02:01.396Z exposes: Repo Depot API (client = repo-depot-client)
21892026-03-19T03:02:01.397Z exposes: Sled Agent (client = sled-agent-client)
21902026-03-19T03:02:01.397Z consumes: bootstrap-agent-client
21912026-03-19T03:02:01.397Z consumes: cockroach-admin-client
21922026-03-19T03:02:01.397Z consumes: ddm-admin-client (intra-deployment-unit-only)
21932026-03-19T03:02:01.397Z consumes: dns-service-client
21942026-03-19T03:02:01.397Z consumes: dpd-client (intra-deployment-unit-only)
21952026-03-19T03:02:01.397Z consumes: gateway-client (intra-deployment-unit-only)
21962026-03-19T03:02:01.397Z consumes: mg-admin-client (intra-deployment-unit-only)
21972026-03-19T03:02:01.397Z consumes: nexus-client
21982026-03-19T03:02:01.397Z consumes: nexus-lockstep-client
21992026-03-19T03:02:01.397Z consumes: ntp-admin-client
22002026-03-19T03:02:01.397Z consumes: propolis-client (intra-deployment-unit-only)
22012026-03-19T03:02:01.397Z consumes: repo-depot-client
22022026-03-19T03:02:01.397Z
22032026-03-19T03:02:01.397Zpropolis-server (propolis/bin/propolis-server)
22042026-03-19T03:02:01.397Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22052026-03-19T03:02:01.397Z exposes: Propolis (client = propolis-client)
22062026-03-19T03:02:01.397Z consumes: nexus-client
22072026-03-19T03:02:01.397Z
22082026-03-19T03:02:01.397Zddmd (maghemite/ddmd)
22092026-03-19T03:02:01.397Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22102026-03-19T03:02:01.401Z consumes: dpd-client (intra-deployment-unit-only)
22112026-03-19T03:02:01.401Z
22122026-03-19T03:02:01.401Zdpd (dendrite/dpd)
22132026-03-19T03:02:01.401Z exposes: Dendrite DPD (client = dpd-client)
22142026-03-19T03:02:01.401Z consumes: gateway-client (intra-deployment-unit-only)
22152026-03-19T03:02:01.401Z consumes: nexus-client
22162026-03-19T03:02:01.401Z
22172026-03-19T03:02:01.401Zlldpd (lldp/lldpd)
22182026-03-19T03:02:01.401Z exposes: LLDP daemon (client = lldpd-client)
22192026-03-19T03:02:01.401Z consumes: dpd-client (intra-deployment-unit-only)
22202026-03-19T03:02:01.401Z consumes: gateway-client (intra-deployment-unit-only)
22212026-03-19T03:02:01.401Z
22222026-03-19T03:02:01.401Zmgd (maghemite/mgd)
22232026-03-19T03:02:01.401Z exposes: Maghemite MG Admin (client = mg-admin-client)
22242026-03-19T03:02:01.401Z consumes: ddm-admin-client (intra-deployment-unit-only)
22252026-03-19T03:02:01.401Z consumes: dpd-client (intra-deployment-unit-only)
22262026-03-19T03:02:01.401Z consumes: gateway-client (intra-deployment-unit-only)
22272026-03-19T03:02:01.401Z
22282026-03-19T03:02:01.401Zomicron-gateway (omicron/gateway)
22292026-03-19T03:02:01.401Z exposes: Management Gateway Service (client = gateway-client)
22302026-03-19T03:02:01.401Z
22312026-03-19T03:02:01.401Ztfportd (dendrite/tfportd)
22322026-03-19T03:02:01.405Z consumes: dpd-client (intra-deployment-unit-only)
22332026-03-19T03:02:01.405Z consumes: lldpd-client (intra-deployment-unit-only)
22342026-03-19T03:02:01.405Z
22352026-03-19T03:02:01.405Zwicketd (omicron/wicketd)
22362026-03-19T03:02:01.405Z exposes: Wicketd Installinator (client = installinator-client)
22372026-03-19T03:02:01.405Z exposes: Wicketd (client = wicketd-client)
22382026-03-19T03:02:01.405Z consumes: bootstrap-agent-client
22392026-03-19T03:02:01.405Z consumes: bootstrap-agent-lockstep-client
22402026-03-19T03:02:01.405Z consumes: ddm-admin-client (intra-deployment-unit-only)
22412026-03-19T03:02:01.405Z consumes: dpd-client (intra-deployment-unit-only)
22422026-03-19T03:02:01.405Z consumes: gateway-client (intra-deployment-unit-only)
22432026-03-19T03:02:01.405Z
22442026-03-19T03:02:01.405Zinstallinator (omicron/installinator)
22452026-03-19T03:02:01.405Z consumes: ddm-admin-client
22462026-03-19T03:02:01.405Z consumes: installinator-client
22472026-03-19T03:02:01.405Z
22482026-03-19T03:02:01.405Zomicron-ntp-admin (omicron/ntp-admin)
22492026-03-19T03:02:01.405Z exposes: NTP Admin (client = ntp-admin-client)
22502026-03-19T03:02:01.405Z
22512026-03-19T03:02:01.405Zomicron-nexus (omicron/nexus)
22522026-03-19T03:02:01.405Z exposes: Nexus Internal API (client = nexus-client)
22532026-03-19T03:02:01.405Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22542026-03-19T03:02:01.405Z exposes: External API (client = oxide-client)
22552026-03-19T03:02:01.409Z consumes: clickhouse-admin-keeper-client
22562026-03-19T03:02:01.409Z consumes: clickhouse-admin-server-client
22572026-03-19T03:02:01.409Z consumes: clickhouse-admin-single-client
22582026-03-19T03:02:01.409Z consumes: cockroach-admin-client
22592026-03-19T03:02:01.409Z consumes: crucible-agent-client
22602026-03-19T03:02:01.409Z consumes: crucible-pantry-client
22612026-03-19T03:02:01.409Z consumes: dns-service-client
22622026-03-19T03:02:01.409Z consumes: dpd-client
22632026-03-19T03:02:01.409Z consumes: gateway-client
22642026-03-19T03:02:01.409Z consumes: lldpd-client
22652026-03-19T03:02:01.409Z consumes: mg-admin-client
22662026-03-19T03:02:01.409Z consumes: ntp-admin-client
22672026-03-19T03:02:01.409Z consumes: oximeter-client
22682026-03-19T03:02:01.409Z consumes: propolis-client
22692026-03-19T03:02:01.409Z consumes: repo-depot-client
22702026-03-19T03:02:01.409Z consumes: sled-agent-client
22712026-03-19T03:02:01.409Z
22722026-03-19T03:02:01.409Zoximeter-collector (omicron/oximeter/collector)
22732026-03-19T03:02:01.409Z exposes: Oximeter (client = oximeter-client)
22742026-03-19T03:02:01.409Z consumes: nexus-client
22752026-03-19T03:02:01.409Z
22762026-03-19T03:02:01.504Z
22772026-03-19T03:02:01.507Zreal 7.013604705
22782026-03-19T03:02:01.507Zuser 5.866386899
22792026-03-19T03:02:01.507Zsys 2.356725487
22802026-03-19T03:02:01.508Ztrap 0.000722464
22812026-03-19T03:02:01.508Ztflt 0.000067604
22822026-03-19T03:02:01.508Zdflt 0.000261238
22832026-03-19T03:02:01.508Zkflt 0.000005619
22842026-03-19T03:02:01.508Zlock 0.097229908
22852026-03-19T03:02:01.508Zslp 23.063872718
22862026-03-19T03:02:01.508Zlat 0.002039870
22872026-03-19T03:02:01.508Zstop 0.005678231
22882026-03-19T03:02:01.508Z+ ptime -m cargo xtask ls-apis check
22892026-03-19T03:02:02.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
22902026-03-19T03:02:02.195Z Running `target/debug/xtask ls-apis check`
22912026-03-19T03:02:03.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
22922026-03-19T03:02:03.316Z Running `target/debug/ls-apis check`
22932026-03-19T03:02:03.376Zloading metadata for workspace omicron from current workspace
22942026-03-19T03:02:04.775Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
22952026-03-19T03:02:04.779Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
22962026-03-19T03:02:04.779Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22972026-03-19T03:02:04.779Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
22982026-03-19T03:02:04.779Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
22992026-03-19T03:02:07.396Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23002026-03-19T03:02:08.238Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23012026-03-19T03:02:08.254Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23022026-03-19T03:02:08.590Z
23032026-03-19T03:02:08.590Z
23042026-03-19T03:02:08.590ZServer-managed APIs:
23052026-03-19T03:02:08.591Z
23062026-03-19T03:02:08.591Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23072026-03-19T03:02:08.591Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23082026-03-19T03:02:08.591Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23092026-03-19T03:02:08.591Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23102026-03-19T03:02:08.591Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23112026-03-19T03:02:08.591Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23122026-03-19T03:02:08.591Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23132026-03-19T03:02:08.591Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23142026-03-19T03:02:08.591Z DNS Server (dns-service-client, exposed by dns-server)
23152026-03-19T03:02:08.591Z Dendrite DPD (dpd-client, exposed by dpd)
23162026-03-19T03:02:08.591Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23172026-03-19T03:02:08.591Z LLDP daemon (lldpd-client, exposed by lldpd)
23182026-03-19T03:02:08.591Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23192026-03-19T03:02:08.591Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23202026-03-19T03:02:08.591Z External API (oxide-client, exposed by omicron-nexus)
23212026-03-19T03:02:08.591Z Oximeter (oximeter-client, exposed by oximeter-collector)
23222026-03-19T03:02:08.591Z Propolis (propolis-client, exposed by propolis-server)
23232026-03-19T03:02:08.591Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23242026-03-19T03:02:08.591Z Wicketd (wicketd-client, exposed by wicketd)
23252026-03-19T03:02:08.591Z
23262026-03-19T03:02:08.591Z
23272026-03-19T03:02:08.591ZClient-managed API:
23282026-03-19T03:02:08.591Z
23292026-03-19T03:02:08.591Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23302026-03-19T03:02:08.591Z reason: depends on itself (i.e., instances call each other)
23312026-03-19T03:02:08.591Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23322026-03-19T03:02:08.591Z reason: wicketd can wind up calling into sled agent on different sleds
23332026-03-19T03:02:08.591Z Wicketd Installinator (installinator-client, exposed by wicketd)
23342026-03-19T03:02:08.591Z reason: client is provided implicitly by the operator
23352026-03-19T03:02:08.591Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23362026-03-19T03:02:08.591Z reason: Circular dependencies between Nexus and other services
23372026-03-19T03:02:08.591Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23382026-03-19T03:02:08.592Z reason: Circular dependencies between Nexus and other services
23392026-03-19T03:02:08.592Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23402026-03-19T03:02:08.592Z reason: depends on itself (i.e., instances call each other)
23412026-03-19T03:02:08.592Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23422026-03-19T03:02:08.592Z reason: depends on itself (i.e., instances call each other)
23432026-03-19T03:02:08.592Z
23442026-03-19T03:02:08.592Z
23452026-03-19T03:02:08.592ZAPIs with unknown version management: none
23462026-03-19T03:02:08.592Z
23472026-03-19T03:02:08.592Z
23482026-03-19T03:02:08.592ZAPIs that failed consumer checks: none
23492026-03-19T03:02:08.643Z
23502026-03-19T03:02:08.643Zreal 7.107840234
23512026-03-19T03:02:08.646Zuser 5.976669094
23522026-03-19T03:02:08.646Zsys 2.329392381
23532026-03-19T03:02:08.646Ztrap 0.000801934
23542026-03-19T03:02:08.646Ztflt 0.000074085
23552026-03-19T03:02:08.646Zdflt 0.000059938
23562026-03-19T03:02:08.646Zkflt 0.000000000
23572026-03-19T03:02:08.646Zlock 0.092061368
23582026-03-19T03:02:08.646Zslp 22.783217885
23592026-03-19T03:02:08.646Zlat 0.001990695
23602026-03-19T03:02:08.646Zstop 0.005532185
23612026-03-19T03:02:08.646Z+ ptime -m cargo xtask ls-apis adoc
23622026-03-19T03:02:09.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
23632026-03-19T03:02:09.345Z Running `target/debug/xtask ls-apis adoc`
23642026-03-19T03:02:10.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
23652026-03-19T03:02:10.463Z Running `target/debug/ls-apis adoc`
23662026-03-19T03:02:10.539Zloading metadata for workspace omicron from current workspace
23672026-03-19T03:02:11.910Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
23682026-03-19T03:02:11.914Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
23692026-03-19T03:02:11.914Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
23702026-03-19T03:02:11.914Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23712026-03-19T03:02:11.914Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/b603c9f/Cargo.toml
23722026-03-19T03:02:14.526Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23732026-03-19T03:02:15.365Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23742026-03-19T03:02:15.380Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23752026-03-19T03:02:15.660Z
23762026-03-19T03:02:15.664Zreal 6.986333345
23772026-03-19T03:02:15.664Zuser 5.868633952
23782026-03-19T03:02:15.664Zsys 2.336151366
23792026-03-19T03:02:15.664Ztrap 0.000959011
23802026-03-19T03:02:15.664Ztflt 0.000126557
23812026-03-19T03:02:15.664Zdflt 0.000154539
23822026-03-19T03:02:15.664Zkflt 0.000002709
23832026-03-19T03:02:15.664Zlock 0.098016121
23842026-03-19T03:02:15.664Zslp 22.839739037
23852026-03-19T03:02:15.664Zlat 0.002399397
23862026-03-19T03:02:15.664Zstop 0.005725625
23872026-03-19T03:02:15.664Z+ banner build
23882026-03-19T03:02:15.668Z
23892026-03-19T03:02:15.668Z ##### # # # # #####
23902026-03-19T03:02:15.668Z # # # # # # # #
23912026-03-19T03:02:15.669Z ##### # # # # # #
23922026-03-19T03:02:15.669Z # # # # # # # #
23932026-03-19T03:02:15.669Z # # # # # # # #
23942026-03-19T03:02:15.669Z ##### #### # ###### #####
23952026-03-19T03:02:15.669Z
23962026-03-19T03:02:15.669Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23972026-03-19T03:02:15.669Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23982026-03-19T03:02:15.669Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23992026-03-19T03:02:15.669Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24002026-03-19T03:02:15.669Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24012026-03-19T03:02:15.669Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24022026-03-19T03:02:15.669Z+ export TMPDIR=/var/tmp/omicron_tmp
24032026-03-19T03:02:15.670Z+ TMPDIR=/var/tmp/omicron_tmp
24042026-03-19T03:02:15.670Z+ export RUST_BACKTRACE=1
24052026-03-19T03:02:15.670Z+ RUST_BACKTRACE=1
24062026-03-19T03:02:15.670Z+ export CARGO_INCREMENTAL=0
24072026-03-19T03:02:15.670Z+ CARGO_INCREMENTAL=0
24082026-03-19T03:02:15.670Z+ export RUSTC_BOOTSTRAP=1
24092026-03-19T03:02:15.670Z+ RUSTC_BOOTSTRAP=1
24102026-03-19T03:02:15.670Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
24112026-03-19T03:02:18.598Z Compiling proc-macro2 v1.0.106
24122026-03-19T03:02:18.598Z Compiling unicode-ident v1.0.24
24132026-03-19T03:02:18.602Z Compiling quote v1.0.44
24142026-03-19T03:02:18.602Z Compiling libc v0.2.180
24152026-03-19T03:02:18.602Z Compiling serde_core v1.0.228
24162026-03-19T03:02:18.602Z Compiling cfg-if v1.0.4
24172026-03-19T03:02:18.602Z Compiling serde v1.0.228
24182026-03-19T03:02:18.602Z Compiling memchr v2.8.0
24192026-03-19T03:02:18.602Z Compiling smallvec v1.15.1
24202026-03-19T03:02:18.602Z Compiling log v0.4.29
24212026-03-19T03:02:18.602Z Compiling itoa v1.0.17
24222026-03-19T03:02:18.602Z Compiling version_check v0.9.5
24232026-03-19T03:02:18.602Z Compiling autocfg v1.5.0
24242026-03-19T03:02:18.602Z Compiling zmij v1.0.21
24252026-03-19T03:02:18.920Z Compiling libm v0.2.16
24262026-03-19T03:02:18.923Z Compiling serde_json v1.0.149
24272026-03-19T03:02:18.923Z Compiling scopeguard v1.2.0
24282026-03-19T03:02:18.923Z Compiling stable_deref_trait v1.2.1
24292026-03-19T03:02:18.923Z Compiling percent-encoding v2.3.2
24302026-03-19T03:02:18.924Z Compiling writeable v0.6.2
24312026-03-19T03:02:18.924Z Compiling litemap v0.8.1
24322026-03-19T03:02:18.924Z Compiling shlex v1.3.0
24332026-03-19T03:02:18.924Z Compiling icu_normalizer_data v2.1.1
24342026-03-19T03:02:18.924Z Compiling icu_properties_data v2.1.2
24352026-03-19T03:02:18.924Z Compiling find-msvc-tools v0.1.9
24362026-03-19T03:02:18.924Z Compiling utf8_iter v1.0.4
24372026-03-19T03:02:18.924Z Compiling portable-atomic v1.13.1
24382026-03-19T03:02:18.924Z Compiling critical-section v1.2.0
24392026-03-19T03:02:18.963Z Compiling parking_lot_core v0.9.12
24402026-03-19T03:02:18.967Z Compiling allocator-api2 v0.2.21
24412026-03-19T03:02:18.967Z Compiling subtle v2.6.1
24422026-03-19T03:02:18.967Z Compiling zerocopy v0.8.40
24432026-03-19T03:02:18.967Z 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`
24442026-03-19T03:02:18.967Z 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`
24452026-03-19T03:02:18.967Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=570ab496b4f10cf7 -C extra-filename=-a6dc96f5426d52df --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-a6dc96f5426d52df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462026-03-19T03:02:18.967Z 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.180/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=790bff0c7f8c65b1 -C extra-filename=-2a43ea69f792439e --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-2a43ea69f792439e -L 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-03-19T03:02:18.967Z 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-03-19T03:02:18.967Z 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-03-19T03:02:18.967Z 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`
24502026-03-19T03:02:18.967Z 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`
24512026-03-19T03:02:19.002Z 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`
24522026-03-19T03:02:19.008Z 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`
24532026-03-19T03:02:19.008Z 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`
24542026-03-19T03:02:19.008Z 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`
24552026-03-19T03:02:19.008Z 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`
24562026-03-19T03:02:19.008Z 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`
24572026-03-19T03:02:19.008Z 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`
24582026-03-19T03:02:19.259Z Compiling getrandom v0.4.1
24592026-03-19T03:02:19.499Z Compiling rand_core v0.10.0
24602026-03-19T03:02:19.503Z 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`
24612026-03-19T03:02:19.503Z 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`
24622026-03-19T03:02:19.503Z 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`
24632026-03-19T03:02:19.503Z 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`
24642026-03-19T03:02:19.503Z 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`
24652026-03-19T03:02:19.503Z 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`
24662026-03-19T03:02:19.503Z 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`
24672026-03-19T03:02:19.503Z 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`
24682026-03-19T03:02:19.503Z 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`
24692026-03-19T03:02:19.503Z 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`
24702026-03-19T03:02:19.547Z 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`
24712026-03-19T03:02:19.550Z 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`
24722026-03-19T03:02:19.551Z 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`
24732026-03-19T03:02:19.698Z Compiling pin-project-lite v0.2.17
24742026-03-19T03:02:19.701Z Compiling equivalent v1.0.2
24752026-03-19T03:02:19.801Z 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`
24762026-03-19T03:02:19.804Z Compiling thiserror v2.0.18
24772026-03-19T03:02:19.804Z Compiling heck v0.5.0
24782026-03-19T03:02:19.804Z 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`
24792026-03-19T03:02:19.804Z 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`
24802026-03-19T03:02:19.805Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-a6dc96f5426d52df/build-script-build`
24812026-03-19T03:02:19.852Z 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`
24822026-03-19T03:02:19.856Z 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`
24832026-03-19T03:02:19.856Z 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`
24842026-03-19T03:02:19.856Z 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`
24852026-03-19T03:02:19.856Z 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`
24862026-03-19T03:02:19.856Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2/build-script-build`
24872026-03-19T03:02:20.041Z Compiling num-traits v0.2.19
24882026-03-19T03:02:20.045Z 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`
24892026-03-19T03:02:20.083Z 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`
24902026-03-19T03:02:20.512Z Compiling foldhash v0.2.0
24912026-03-19T03:02:20.516Z Compiling fnv v1.0.7
24922026-03-19T03:02:20.516Z Compiling typenum v1.19.0
24932026-03-19T03:02:20.517Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80/build-script-build`
24942026-03-19T03:02:20.556Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e/build-script-build`
24952026-03-19T03:02:20.695Z 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`
24962026-03-19T03:02:21.142Z Compiling lock_api v0.4.14
24972026-03-19T03:02:21.146Z Compiling form_urlencoded v1.2.2
24982026-03-19T03:02:21.146Z Compiling iana-time-zone v0.1.65
24992026-03-19T03:02:21.146Z Compiling regex-syntax v0.8.10
25002026-03-19T03:02:21.146Z Compiling rustversion v1.0.22
25012026-03-19T03:02:21.146Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-2a43ea69f792439e/build-script-build`
25022026-03-19T03:02:21.146Z 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`
25032026-03-19T03:02:21.146Z 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`
25042026-03-19T03:02:21.147Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364/build-script-build`
25052026-03-19T03:02:21.147Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab/build-script-build`
25062026-03-19T03:02:21.147Z 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`
25072026-03-19T03:02:21.584Z 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)'`
25082026-03-19T03:02:21.584Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116/build-script-build`
25092026-03-19T03:02:21.587Z 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`
25102026-03-19T03:02:21.587Z Compiling generic-array v0.14.7
25112026-03-19T03:02:21.587Z Compiling futures-core v0.3.32
25122026-03-19T03:02:21.587Z Compiling dyn-clone v1.0.20
25132026-03-19T03:02:21.587Z Compiling schemars v0.8.22
25142026-03-19T03:02:21.587Z Compiling strsim v0.11.1
25152026-03-19T03:02:21.587Z Compiling aho-corasick v1.1.4
25162026-03-19T03:02:21.623Z Compiling const-oid v0.9.6
25172026-03-19T03:02:21.626Z Compiling byteorder v1.5.0
25182026-03-19T03:02:21.626Z Compiling rustix v1.1.3
25192026-03-19T03:02:21.626Z Compiling futures-sink v0.3.32
25202026-03-19T03:02:21.664Z Compiling futures-task v0.3.32
25212026-03-19T03:02:21.667Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4/build-script-build`
25222026-03-19T03:02:21.667Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41/build-script-build`
25232026-03-19T03:02:21.667Z 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`
25242026-03-19T03:02:21.667Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537/build-script-build`
25252026-03-19T03:02:21.715Z 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`
25262026-03-19T03:02:21.718Z 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`
25272026-03-19T03:02:21.718Z 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`
25282026-03-19T03:02:22.039Z 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)'`
25292026-03-19T03:02:22.043Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471/build-script-build`
25302026-03-19T03:02:22.043Z 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`
25312026-03-19T03:02:22.043Z 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`
25322026-03-19T03:02:22.043Z 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`
25332026-03-19T03:02:22.043Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70/build-script-build`
25342026-03-19T03:02:22.043Z 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`
25352026-03-19T03:02:22.043Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a/build-script-build`
25362026-03-19T03:02:22.043Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963/build-script-build`
25372026-03-19T03:02:22.043Z 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)'`
25382026-03-19T03:02:22.043Z 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.180/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f7aff1e06fd3c43f -C extra-filename=-b1db1361eaf8c359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
25392026-03-19T03:02:22.043Z 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`
25402026-03-19T03:02:22.043Z 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`
25412026-03-19T03:02:22.044Z 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`
25422026-03-19T03:02:22.044Z 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`
25432026-03-19T03:02:22.090Z Compiling hashbrown v0.16.1
25442026-03-19T03:02:22.128Z Compiling slab v0.4.12
25452026-03-19T03:02:22.131Z Compiling futures-io v0.3.32
25462026-03-19T03:02:22.131Z 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`
25472026-03-19T03:02:22.132Z 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`
25482026-03-19T03:02:22.132Z 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`
25492026-03-19T03:02:22.550Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71/build-script-build`
25502026-03-19T03:02:22.554Z 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)'`
25512026-03-19T03:02:22.595Z Compiling syn v1.0.109
25522026-03-19T03:02:22.598Z Compiling thiserror v1.0.69
25532026-03-19T03:02:22.598Z Compiling cpufeatures v0.2.17
25542026-03-19T03:02:22.598Z Compiling pkg-config v0.3.32
25552026-03-19T03:02:22.599Z Compiling getrandom v0.3.4
25562026-03-19T03:02:22.642Z Compiling anyhow v1.0.102
25572026-03-19T03:02:22.645Z 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)'`
25582026-03-19T03:02:22.645Z 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`
25592026-03-19T03:02:22.645Z 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)'`
25602026-03-19T03:02:22.688Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83/build-script-build`
25612026-03-19T03:02:22.694Z 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`
25622026-03-19T03:02:22.694Z 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`
25632026-03-19T03:02:22.971Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99/build-script-build`
25642026-03-19T03:02:22.971Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7/build-script-build`
25652026-03-19T03:02:23.111Z Compiling errno v0.3.14
25662026-03-19T03:02:23.154Z Compiling getrandom v0.2.17
25672026-03-19T03:02:23.159Z Compiling jobserver v0.1.34
25682026-03-19T03:02:23.159Z Compiling mio v1.1.1
25692026-03-19T03:02:23.159Z 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`
25702026-03-19T03:02:23.159Z 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`
25712026-03-19T03:02:23.264Z 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`
25722026-03-19T03:02:23.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/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`
25732026-03-19T03:02:23.298Z 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`
25742026-03-19T03:02:23.346Z 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`
25752026-03-19T03:02:23.351Z 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"))'`
25762026-03-19T03:02:23.547Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=77333d1256697f8d -C extra-filename=-a491b5cd39c65810 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772026-03-19T03:02:23.547Z 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=ec3e08c085f150ae -C extra-filename=-1988f17f35e1db6f --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-03-19T03:02:23.547Z 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=035574e8e367267f -C extra-filename=-4de86be00ea20ca8 --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-b1db1361eaf8c359.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)'`
25792026-03-19T03:02:23.551Z Compiling socket2 v0.6.2
25802026-03-19T03:02:23.551Z Compiling futures-channel v0.3.32
25812026-03-19T03:02:23.551Z Compiling ident_case v1.0.1
25822026-03-19T03:02:23.551Z Compiling either v1.15.0
25832026-03-19T03:02:23.551Z Compiling base64 v0.22.1
25842026-03-19T03:02:23.551Z Compiling untrusted v0.9.0
25852026-03-19T03:02:23.551Z 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=34c2d3f2b50597a9 -C extra-filename=-ca4ed8820e30a707 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862026-03-19T03:02:23.551Z 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=2089118c5a8b2558 -C extra-filename=-0aca6a5997de6e76 --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-b1db1361eaf8c359.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`
25872026-03-19T03:02:23.551Z 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`
25882026-03-19T03:02:23.551Z 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.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(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=d3a913524a7ed680 -C extra-filename=-130593d29dd9f38d --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-b1db1361eaf8c359.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`
25892026-03-19T03:02:23.943Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1edeb5d936a4f79b -C extra-filename=-05dfe87d7423cf60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25902026-03-19T03:02:23.947Z 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.2/src/lib.rs --error-format=json --json=diagnostic-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=77bde550c5472fbd -C extra-filename=-154b959f3a3ff3c7 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-03-19T03:02:23.947Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20/build-script-build`
25922026-03-19T03:02:23.947Z 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`
25932026-03-19T03:02:23.987Z Compiling bitflags v2.11.0
25942026-03-19T03:02:23.990Z Compiling semver v1.0.27
25952026-03-19T03:02:23.990Z Compiling once_cell v1.21.3
25962026-03-19T03:02:23.990Z Compiling signal-hook-registry v1.4.8
25972026-03-19T03:02:23.990Z Compiling indexmap v2.13.0
25982026-03-19T03:02:23.991Z Compiling regex-automata v0.4.14
25992026-03-19T03:02:23.991Z 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`
26002026-03-19T03:02:23.991Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284/build-script-build`
26012026-03-19T03:02:23.991Z 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`
26022026-03-19T03:02:24.035Z 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`
26032026-03-19T03:02:24.038Z 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`
26042026-03-19T03:02:24.435Z 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"))'`
26052026-03-19T03:02:24.435Z 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`
26062026-03-19T03:02:24.439Z Compiling syn v2.0.117
26072026-03-19T03:02:24.439Z Compiling cc v1.2.56
26082026-03-19T03:02:24.439Z Compiling parking_lot v0.12.5
26092026-03-19T03:02:24.439Z Compiling rand_core v0.6.4
26102026-03-19T03:02:24.439Z Compiling uuid v1.21.0
26112026-03-19T03:02:24.439Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eaae755cf7d6ec51 -C extra-filename=-8b8139eadeadf9ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122026-03-19T03:02:24.486Z 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"))'`
26132026-03-19T03:02:24.489Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd/build-script-build`
26142026-03-19T03:02:24.581Z 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`
26152026-03-19T03:02:24.585Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=72683d5b240de1f7 -C extra-filename=-ec5a7b71e39fc295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162026-03-19T03:02:24.585Z 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=a69906acb9896df8 -C extra-filename=-a075bcad381634a1 --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-a491b5cd39c65810.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172026-03-19T03:02:24.675Z 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`
26182026-03-19T03:02:24.875Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=eb52a284bb6ede23 -C extra-filename=-7a2f750586328fe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192026-03-19T03:02:24.875Z 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=43b1fd0a0ec45800 -C extra-filename=-349968d8e5d688bc --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-ca4ed8820e30a707.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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`
26202026-03-19T03:02:24.879Z Compiling anstyle v1.0.13
26212026-03-19T03:02:24.879Z Compiling utf8parse v0.2.2
26222026-03-19T03:02:24.879Z Compiling base64ct v1.8.3
26232026-03-19T03:02:24.879Z Compiling httparse v1.10.1
26242026-03-19T03:02:24.879Z Compiling crossbeam-utils v0.8.21
26252026-03-19T03:02:24.879Z Compiling is_terminal_polyfill v1.70.2
26262026-03-19T03:02:24.879Z Compiling anstyle-query v1.1.5
26272026-03-19T03:02:24.879Z Compiling colorchoice v1.0.4
26282026-03-19T03:02:24.879Z Compiling ryu v1.0.23
26292026-03-19T03:02:24.879Z Compiling clap_lex v1.0.0
26302026-03-19T03:02:24.879Z Compiling num-conv v0.2.0
26312026-03-19T03:02:24.922Z Compiling atomic-waker v1.1.2
26322026-03-19T03:02:24.927Z 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=7b0bdec9e4eb067b -C extra-filename=-887e140ba4b052f4 --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-4de86be00ea20ca8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332026-03-19T03:02:24.927Z 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.21.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=e328392ebbb4bef6 -C extra-filename=-5a01416151711b52 --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-0aca6a5997de6e76.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`
26342026-03-19T03:02:24.927Z 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)'`
26352026-03-19T03:02:24.927Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e/build-script-build`
26362026-03-19T03:02:24.927Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908/build-script-build`
26372026-03-19T03:02:25.009Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb/build-script-build`
26382026-03-19T03:02:25.017Z 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=0d2379df8ac57962 -C extra-filename=-cb1154d6df4dcc09 --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-1988f17f35e1db6f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392026-03-19T03:02:25.468Z 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`
26402026-03-19T03:02:25.468Z 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`
26412026-03-19T03:02:25.468Z 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`
26422026-03-19T03:02:25.474Z 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`
26432026-03-19T03:02:25.474Z 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`
26442026-03-19T03:02:25.474Z Compiling tracing-core v0.1.36
26452026-03-19T03:02:25.474Z Compiling time-core v0.1.8
26462026-03-19T03:02:25.474Z Compiling powerfmt v0.2.0
26472026-03-19T03:02:25.474Z Compiling num_threads v0.1.7
26482026-03-19T03:02:25.474Z Compiling flagset v0.4.7
26492026-03-19T03:02:25.474Z Compiling try-lock v0.2.5
26502026-03-19T03:02:25.474Z 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`
26512026-03-19T03:02:25.474Z 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`
26522026-03-19T03:02:25.474Z 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`
26532026-03-19T03:02:25.474Z 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`
26542026-03-19T03:02:25.474Z 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`
26552026-03-19T03:02:25.474Z 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`
26562026-03-19T03:02:25.474Z 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`
26572026-03-19T03:02:25.907Z 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=0badd1037d791940 -C extra-filename=-ecf1f97deaa88adb --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-a491b5cd39c65810.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26582026-03-19T03:02:25.907Z 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=806a808418db5853 -C extra-filename=-feb7f6000b7d256e --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-03-19T03:02:25.911Z Compiling anstyle-parse v0.2.7
26602026-03-19T03:02:25.911Z Compiling vcpkg v0.2.15
26612026-03-19T03:02:25.911Z Compiling dunce v1.0.5
26622026-03-19T03:02:25.911Z Compiling httpdate v1.0.3
26632026-03-19T03:02:25.911Z Compiling fs_extra v1.3.0
26642026-03-19T03:02:25.911Z Compiling slog v2.8.2
26652026-03-19T03:02:25.911Z Compiling tower-layer v0.3.3
26662026-03-19T03:02:25.911Z Compiling tower-service v0.3.3
26672026-03-19T03:02:25.911Z Compiling camino v1.2.2
26682026-03-19T03:02:25.911Z Compiling pin-utils v0.1.0
26692026-03-19T03:02:25.949Z Compiling spin v0.9.8
26702026-03-19T03:02:25.952Z 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`
26712026-03-19T03:02:25.952Z 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`
26722026-03-19T03:02:25.953Z 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`
26732026-03-19T03:02:25.953Z 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`
26742026-03-19T03:02:25.953Z 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`
26752026-03-19T03:02:25.953Z 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`
26762026-03-19T03:02:25.953Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=81486b1e4b04d019 -C extra-filename=-60f9e10d0c2141f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26772026-03-19T03:02:26.510Z 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)'`
26782026-03-19T03:02:26.510Z 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`
26792026-03-19T03:02:26.510Z 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`
26802026-03-19T03:02:26.515Z 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`
26812026-03-19T03:02:26.515Z 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`
26822026-03-19T03:02:26.515Z 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`
26832026-03-19T03:02:26.515Z 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`
26842026-03-19T03:02:26.515Z 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`
26852026-03-19T03:02:26.515Z Compiling pem-rfc7468 v0.7.0
26862026-03-19T03:02:26.515Z Compiling cmake v0.1.57
26872026-03-19T03:02:26.515Z Compiling time-macros v0.2.27
26882026-03-19T03:02:26.515Z Compiling want v0.3.1
26892026-03-19T03:02:26.515Z Compiling aws-lc-rs v1.16.0
26902026-03-19T03:02:26.515Z Compiling pretty-hex v0.4.1
26912026-03-19T03:02:26.515Z Compiling ucd-trie v0.1.7
26922026-03-19T03:02:26.515Z Compiling fastrand v2.3.0
26932026-03-19T03:02:26.515Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7/build-script-build`
26942026-03-19T03:02:26.515Z 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`
26952026-03-19T03:02:26.516Z 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`
26962026-03-19T03:02:26.516Z 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`
26972026-03-19T03:02:26.516Z 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`
26982026-03-19T03:02:26.755Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5/build-script-build`
26992026-03-19T03:02:26.758Z Compiling anstream v0.6.21
27002026-03-19T03:02:26.758Z Compiling rand_core v0.9.5
27012026-03-19T03:02:26.758Z Compiling deranged v0.5.8
27022026-03-19T03:02:26.758Z Compiling unicode-segmentation v1.12.0
27032026-03-19T03:02:26.759Z Compiling winnow v0.7.14
27042026-03-19T03:02:26.759Z Compiling untrusted v0.7.1
27052026-03-19T03:02:26.759Z Compiling plain v0.2.3
27062026-03-19T03:02:26.759Z Compiling openssl-probe v0.2.1
27072026-03-19T03:02:26.759Z Compiling rustls v0.23.37
27082026-03-19T03:02:26.759Z Compiling rustc_version v0.4.1
27092026-03-19T03:02:26.764Z 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=0d5f9d70f12b3493 -C extra-filename=-76bbdb5a156335cb --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-349968d8e5d688bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102026-03-19T03:02:26.764Z 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`
27112026-03-19T03:02:26.764Z 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`
27122026-03-19T03:02:26.764Z 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`
27132026-03-19T03:02:26.764Z 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`
27142026-03-19T03:02:26.764Z 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`
27152026-03-19T03:02:26.764Z 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`
27162026-03-19T03:02:26.764Z 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`
27172026-03-19T03:02:26.764Z 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)'`
27182026-03-19T03:02:26.765Z 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=7ffa99b77669b871 -C extra-filename=-adc5e70527ea3ff9 --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-feb7f6000b7d256e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-03-19T03:02:26.765Z 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`
27202026-03-19T03:02:26.765Z 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`
27212026-03-19T03:02:26.765Z 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`
27222026-03-19T03:02:26.765Z 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`
27232026-03-19T03:02:26.765Z 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`
27242026-03-19T03:02:26.765Z 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`
27252026-03-19T03:02:26.765Z Compiling terminal_size v0.4.3
27262026-03-19T03:02:26.765Z Compiling unicode-width v0.2.0
27272026-03-19T03:02:26.765Z Compiling sync_wrapper v1.0.2
27282026-03-19T03:02:26.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a8ed1cb6a25fef6 -C extra-filename=-93cd3c7fb33a6037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292026-03-19T03:02:26.765Z 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=991308801186088b -C extra-filename=-dfe31b45dc442a58 --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-ecf1f97deaa88adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302026-03-19T03:02:26.765Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0/build-script-build`
27312026-03-19T03:02:26.765Z 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`
27322026-03-19T03:02:26.769Z 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`
27332026-03-19T03:02:26.769Z 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`
27342026-03-19T03:02:26.790Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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-03-19T03:02:26.790Z 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`
27362026-03-19T03:02:27.000Z Compiling tempfile v3.25.0
27372026-03-19T03:02:27.054Z Compiling iri-string v0.7.10
27382026-03-19T03:02:27.290Z Compiling regex v1.12.3
27392026-03-19T03:02:27.294Z Compiling mime v0.3.17
27402026-03-19T03:02:27.294Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=6cf6ac3c9625eb26 -C extra-filename=-e37e385602b72a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-03-19T03:02:27.294Z 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=884fdb7d54824e37 -C extra-filename=-ca10530b8913080d --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-0aca6a5997de6e76.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-03-19T03:02:27.474Z Compiling ring v0.17.14
27432026-03-19T03:02:27.477Z Compiling aws-lc-sys v0.37.1
27442026-03-19T03:02:27.477Z Compiling pest v2.8.6
27452026-03-19T03:02:27.477Z Compiling openssl-sys v0.9.111
27462026-03-19T03:02:27.517Z 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`
27472026-03-19T03:02:27.521Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8/build-script-build`
27482026-03-19T03:02:27.521Z 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`
27492026-03-19T03:02:27.800Z Compiling lazy_static v1.5.0
27502026-03-19T03:02:27.803Z Compiling static_assertions v1.1.0
27512026-03-19T03:02:27.804Z Compiling foreign-types-shared v0.1.1
27522026-03-19T03:02:27.804Z Compiling openssl v0.10.75
27532026-03-19T03:02:27.804Z Compiling simd-adler32 v0.3.8
27542026-03-19T03:02:27.804Z Compiling encoding_rs v0.8.35
27552026-03-19T03:02:27.804Z 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-03-19T03:02:27.804Z 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=9d14fa3274c3aefd -C extra-filename=-46dc43cfb8bdf616 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46dc43cfb8bdf616 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-76bbdb5a156335cb.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`
27572026-03-19T03:02:27.804Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=dbba8d13731144a9 -C extra-filename=-5f7c2f767a096a26 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-5f7c2f767a096a26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.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`
27582026-03-19T03:02:27.804Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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=95f609fc23320650 -C extra-filename=-7d9a82299b817696 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7d9a82299b817696 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592026-03-19T03:02:28.048Z 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`
27602026-03-19T03:02:28.052Z Compiling paste v1.0.15
27612026-03-19T03:02:28.053Z Compiling adler2 v2.0.1
27622026-03-19T03:02:28.053Z Compiling toml_datetime v0.7.5+spec-1.1.0
27632026-03-19T03:02:28.053Z Compiling native-tls v0.2.18
27642026-03-19T03:02:28.053Z 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`
27652026-03-19T03:02:28.053Z 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`
27662026-03-19T03:02:28.099Z 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`
27672026-03-19T03:02:28.102Z 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`
27682026-03-19T03:02:28.102Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=5a307a0bc72da546 -C extra-filename=-8251b5d5639f018a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8251b5d5639f018a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-03-19T03:02:28.301Z Compiling data-encoding v2.10.0
27702026-03-19T03:02:28.307Z Compiling tinyvec_macros v0.1.1
27712026-03-19T03:02:28.307Z Compiling num-integer v0.1.46
27722026-03-19T03:02:28.307Z Compiling crc32fast v1.5.0
27732026-03-19T03:02:28.307Z 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`
27742026-03-19T03:02:28.348Z 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`
27752026-03-19T03:02:28.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/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`
27762026-03-19T03:02:28.402Z 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`
27772026-03-19T03:02:28.538Z Compiling clap_builder v4.5.60
27782026-03-19T03:02:28.542Z Compiling usdt-impl v0.6.0
27792026-03-19T03:02:28.542Z 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`
27802026-03-19T03:02:28.584Z 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`
27812026-03-19T03:02:28.588Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=5a2ba16f126866c4 -C extra-filename=-7b8b4079daab0ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822026-03-19T03:02:28.588Z 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`
27832026-03-19T03:02:28.788Z Compiling synstructure v0.13.2
27842026-03-19T03:02:28.832Z Compiling serde_derive_internals v0.29.1
27852026-03-19T03:02:28.836Z Compiling darling_core v0.21.3
27862026-03-19T03:02:28.836Z Compiling foreign-types v0.3.2
27872026-03-19T03:02:28.836Z 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=0d63c6638c1dc748 -C extra-filename=-d341717297823e3b --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-dfe31b45dc442a58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-03-19T03:02:28.836Z 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)'`
27892026-03-19T03:02:28.836Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=edc64a0a2b2f2217 -C extra-filename=-dec54908fb143fe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-03-19T03:02:29.252Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=4185cedc2897c102 -C extra-filename=-e8f1bb9ff17a4893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-03-19T03:02:29.255Z Compiling toml_parser v1.0.9+spec-1.1.0
27922026-03-19T03:02:29.255Z Compiling miniz_oxide v0.8.9
27932026-03-19T03:02:29.255Z Compiling thread-id v5.1.0
27942026-03-19T03:02:29.255Z Compiling ahash v0.8.12
27952026-03-19T03:02:29.255Z Compiling base16ct v0.2.0
27962026-03-19T03:02:29.255Z Compiling object v0.37.3
27972026-03-19T03:02:29.255Z Compiling crossbeam-epoch v0.9.18
27982026-03-19T03:02:29.255Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c041c12b253d29e0 -C extra-filename=-186ed057f2be0056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992026-03-19T03:02:29.255Z 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`
28002026-03-19T03:02:29.255Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=bc83b3614b21dec4 -C extra-filename=-644937c78de1b446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012026-03-19T03:02:29.590Z 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`
28022026-03-19T03:02:29.595Z Compiling time v0.3.47
28032026-03-19T03:02:29.595Z Compiling pest_meta v2.8.6
28042026-03-19T03:02:29.595Z Compiling tinyvec v1.10.0
28052026-03-19T03:02:29.595Z Compiling ff v0.13.1
28062026-03-19T03:02:29.595Z Compiling memmap2 v0.9.10
28072026-03-19T03:02:29.595Z Compiling bit-vec v0.8.0
28082026-03-19T03:02:29.595Z Compiling num-iter v0.1.45
28092026-03-19T03:02:29.595Z Compiling heck v0.4.1
28102026-03-19T03:02:29.641Z 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`
28112026-03-19T03:02:29.644Z 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`
28122026-03-19T03:02:29.644Z 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`
28132026-03-19T03:02:29.645Z 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`
28142026-03-19T03:02:29.645Z 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`
28152026-03-19T03:02:29.645Z 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=60c9a851de3903d9 -C extra-filename=-d9f0b456e7dc20d1 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162026-03-19T03:02:29.936Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7d9a82299b817696/build-script-build`
28172026-03-19T03:02:29.940Z 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=ad23c42411b004db -C extra-filename=-cbed36e7fc71d6db --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-b1db1361eaf8c359.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`
28182026-03-19T03:02:29.940Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5f7c2f767a096a26/build-script-main`
28192026-03-19T03:02:29.940Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84/build-script-build`
28202026-03-19T03:02:29.940Z 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`
28212026-03-19T03:02:29.940Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd/build-script-build`
28222026-03-19T03:02:29.940Z 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=a9ddf82d8dfe21a2 -C extra-filename=-c6efbb6be0ff4359 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-03-19T03:02:29.940Z 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`
28242026-03-19T03:02:29.940Z 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`
28252026-03-19T03:02:29.981Z Compiling bstr v1.12.1
28262026-03-19T03:02:29.985Z Compiling wait-timeout v0.2.1
28272026-03-19T03:02:29.985Z Compiling proc-macro-error-attr v1.0.4
28282026-03-19T03:02:29.985Z 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`
28292026-03-19T03:02:29.985Z 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=6a6d6162f76e15bc -C extra-filename=-fc852f2af93df796 --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-cb1154d6df4dcc09.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`
28302026-03-19T03:02:29.985Z 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`
28312026-03-19T03:02:30.268Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4/build-script-build`
28322026-03-19T03:02:30.271Z 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`
28332026-03-19T03:02:30.320Z Compiling siphasher v1.0.2
28342026-03-19T03:02:30.368Z 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=000d928e50cd35ab -C extra-filename=-50f5419d8aacbbbf --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-03-19T03:02:30.374Z 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`
28362026-03-19T03:02:30.669Z Compiling bit-set v0.8.0
28372026-03-19T03:02:30.672Z Compiling group v0.13.0
28382026-03-19T03:02:30.672Z Compiling rustix v0.38.44
28392026-03-19T03:02:30.672Z Compiling num-bigint-dig v0.8.6
28402026-03-19T03:02:30.672Z Compiling cfg_aliases v0.2.1
28412026-03-19T03:02:30.672Z Compiling darling_core v0.20.11
28422026-03-19T03:02:30.672Z Compiling itertools v0.13.0
28432026-03-19T03:02:30.672Z Compiling proc-macro-error v1.0.4
28442026-03-19T03:02:30.672Z Compiling cookie v0.18.1
28452026-03-19T03:02:30.712Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9/build-script-build`
28462026-03-19T03:02:30.715Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1108a424f89ffd86 -C extra-filename=-b1ece98aa23d2d5f --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
28472026-03-19T03:02:30.716Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8251b5d5639f018a/build-script-build`
28482026-03-19T03:02:30.716Z 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`
28492026-03-19T03:02:30.716Z Running `/work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6/build-script-build`
28502026-03-19T03:02:30.760Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5/build-script-build`
28512026-03-19T03:02:31.171Z 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"))'`
28522026-03-19T03:02:31.171Z 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`
28532026-03-19T03:02:31.175Z Compiling pest_generator v2.8.6
28542026-03-19T03:02:31.175Z Compiling usdt-impl v0.5.0
28552026-03-19T03:02:31.175Z Compiling quick-error v1.2.3
28562026-03-19T03:02:31.175Z Compiling winnow v0.5.40
28572026-03-19T03:02:31.175Z Compiling litrs v1.0.0
28582026-03-19T03:02:31.175Z Compiling rand_xorshift v0.4.0
28592026-03-19T03:02:31.175Z Compiling curve25519-dalek v4.1.3
28602026-03-19T03:02:31.175Z 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=7a03f4465586ee4f -C extra-filename=-c720c3fef9372955 --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-fc852f2af93df796.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.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`
28612026-03-19T03:02:31.175Z 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`
28622026-03-19T03:02:31.175Z 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`
28632026-03-19T03:02:31.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=d8071f1536d9b536 -C extra-filename=-ca42e8c6e5993854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642026-03-19T03:02:31.175Z 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`
28652026-03-19T03:02:31.175Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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`
28662026-03-19T03:02:31.223Z 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`
28672026-03-19T03:02:31.228Z 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`
28682026-03-19T03:02:31.724Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b3ccb94e0aeaf8c6 -C extra-filename=-299c7c1285c5945a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-82b6458813c5ac03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-03-19T03:02:31.724Z 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)'`
28702026-03-19T03:02:31.740Z 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`
28712026-03-19T03:02:31.740Z Compiling serde_derive v1.0.228
28722026-03-19T03:02:31.740Z Compiling zeroize_derive v1.4.3
28732026-03-19T03:02:31.740Z Compiling zerofrom-derive v0.1.6
28742026-03-19T03:02:31.740Z Compiling yoke-derive v0.8.1
28752026-03-19T03:02:31.740Z Compiling zerovec-derive v0.11.2
28762026-03-19T03:02:31.740Z Compiling displaydoc v0.2.5
28772026-03-19T03:02:31.740Z Compiling zerocopy-derive v0.8.40
28782026-03-19T03:02:31.740Z Compiling thiserror-impl v2.0.18
28792026-03-19T03:02:31.740Z 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=e6b4c34f63fddbdd -C extra-filename=-1dbe04f2fdd9d8ac --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-adc5e70527ea3ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-03-19T03:02:31.740Z 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`
28812026-03-19T03:02:31.740Z 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`
28822026-03-19T03:02:31.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/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`
28832026-03-19T03:02:31.740Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a/build-script-build`
28842026-03-19T03:02:31.740Z 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)'`
28852026-03-19T03:02:31.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/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=1d8d4e55641865fc -C extra-filename=-95a32e5a88eff220 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-95a32e5a88eff220 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862026-03-19T03:02:32.061Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=e2f6e76370735f5e -C extra-filename=-e04030d52c537d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872026-03-19T03:02:32.065Z Compiling tokio-macros v2.6.0
28882026-03-19T03:02:32.065Z Compiling schemars_derive v0.8.22
28892026-03-19T03:02:32.065Z Compiling futures-macro v0.3.32
28902026-03-19T03:02:32.065Z Compiling thiserror-impl v1.0.69
28912026-03-19T03:02:32.065Z Compiling tracing-attributes v0.1.31
28922026-03-19T03:02:32.065Z Compiling clap_derive v4.5.55
28932026-03-19T03:02:32.066Z Compiling der_derive v0.7.3
28942026-03-19T03:02:32.066Z Compiling async-trait v0.1.89
28952026-03-19T03:02:32.066Z Compiling hubpack_derive v0.1.1
28962026-03-19T03:02:32.105Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce6d3884db398ebb -C extra-filename=-08b04244e7d4da09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-03-19T03:02:32.110Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e47ba3e113485a3f -C extra-filename=-1e15ebb7a06b491f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-03-19T03:02:32.110Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c69ab371a6dd3264 -C extra-filename=-6ba382c3f51299b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-03-19T03:02:32.110Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7c2e305bc5328b6 -C extra-filename=-48be899401e2bff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-03-19T03:02:32.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37dd0e4e94e7ed01 -C extra-filename=-fbba08d7e403729c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-03-19T03:02:32.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b6df546c4010464 -C extra-filename=-3c509900f286cffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-e8f1bb9ff17a4893.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-03-19T03:02:32.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2ffdaf00e95891b -C extra-filename=-0dbd4b74c5e71236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-e8f1bb9ff17a4893.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032026-03-19T03:02:32.356Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ca933bf9095ad49 -C extra-filename=-85002ade11b4ff5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-03-19T03:02:32.363Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=459075fb18dd7bfa -C extra-filename=-33c4b69d66a36c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-186ed057f2be0056.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052026-03-19T03:02:32.363Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4d3154da2ef36fd -C extra-filename=-2a3ed83a82b6c7e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062026-03-19T03:02:32.363Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0c8fc2e26f7a632 -C extra-filename=-a393eb2d50036fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-03-19T03:02:32.363Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=5537333d3d7d650f -C extra-filename=-30d54ab20e9dcfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082026-03-19T03:02:32.363Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=d79fdc7408d10ac8 -C extra-filename=-0e2ea2788d235950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-03-19T03:02:32.363Z Compiling strum_macros v0.26.4
29102026-03-19T03:02:32.363Z Compiling openssl-macros v0.1.1
29112026-03-19T03:02:32.363Z Compiling scroll_derive v0.13.1
29122026-03-19T03:02:32.401Z Compiling scroll_derive v0.12.1
29132026-03-19T03:02:32.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bc46b58ce23606b -C extra-filename=-059cf9f819953873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-03-19T03:02:32.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0930baa98a48d308 -C extra-filename=-7a627029a175eba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-03-19T03:02:32.405Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff4134e3e581bcba -C extra-filename=-4ae4202e04529fb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162026-03-19T03:02:32.508Z Compiling pest_derive v2.8.6
29172026-03-19T03:02:32.560Z Compiling zerocopy-derive v0.7.35
29182026-03-19T03:02:32.564Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63aefc8b8c554b9 -C extra-filename=-f4708de838994be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-03-19T03:02:32.564Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54c165e4acb96605 -C extra-filename=-cdb34a68aef283e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202026-03-19T03:02:32.564Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02cd42e621ec749f -C extra-filename=-ce564823738f1922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212026-03-19T03:02:32.656Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1d2fd9f6d130dbe -C extra-filename=-923a0a7b0f8e4a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222026-03-19T03:02:32.659Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e6ca9f5308529068 -C extra-filename=-5aa2316c79f72e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-299c7c1285c5945a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232026-03-19T03:02:32.660Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ac60e9c8a9c505f -C extra-filename=-513e837a9e6fa26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-03-19T03:02:32.660Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50/build-script-build`
29252026-03-19T03:02:32.876Z Compiling darling_macro v0.21.3
29262026-03-19T03:02:32.880Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3d4b8246c1cfdbc -C extra-filename=-7de085c31a9b03bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-644937c78de1b446.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-03-19T03:02:32.880Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00/build-script-build`
29282026-03-19T03:02:32.983Z Compiling document-features v0.2.12
29292026-03-19T03:02:32.988Z 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`
29302026-03-19T03:02:33.046Z Compiling zeroize v1.8.2
29312026-03-19T03:02:33.049Z Compiling rusty-fork v0.3.1
29322026-03-19T03:02:33.049Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=8092bbfa01ec0557 -C extra-filename=-e1162002be34ba6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-08b04244e7d4da09.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-03-19T03:02:33.095Z 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=948e4a7719967bac -C extra-filename=-46286ff34d9534f8 --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-ca10530b8913080d.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-50f5419d8aacbbbf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-03-19T03:02:33.249Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46/build-script-build`
29352026-03-19T03:02:33.259Z 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=6605ac9bc02d3e4c -C extra-filename=-5790665f688b09aa --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-a491b5cd39c65810.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29362026-03-19T03:02:33.319Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6fa95a5530c1d0f3 -C extra-filename=-d360b8343ba5b75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29372026-03-19T03:02:33.420Z Compiling rustls-pki-types v1.14.0
29382026-03-19T03:02:33.423Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=e128153dacf5bffb -C extra-filename=-0de3afb176597fec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392026-03-19T03:02:33.477Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6ffbc977ee85e94 -C extra-filename=-b44c6dc939254ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402026-03-19T03:02:33.529Z Compiling thread-id v4.2.2
29412026-03-19T03:02:33.529Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=ba89d5034c982e43 -C extra-filename=-e0196f4060b80094 --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-b1db1361eaf8c359.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-ce564823738f1922.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)'`
29422026-03-19T03:02:33.533Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b/build-script-build`
29432026-03-19T03:02:33.533Z 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=4224022238b5a46d -C extra-filename=-4d9b92661e5552d3 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-03-19T03:02:33.533Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a/build-script-build`
29452026-03-19T03:02:33.750Z Compiling memoffset v0.9.1
29462026-03-19T03:02:33.754Z 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`
29472026-03-19T03:02:33.808Z Compiling psl-types v2.0.11
29482026-03-19T03:02:33.811Z 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`
29492026-03-19T03:02:33.863Z Compiling zlib-rs v0.6.2
29502026-03-19T03:02:33.923Z Compiling unarray v0.1.4
29512026-03-19T03:02:33.923Z 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`
29522026-03-19T03:02:33.978Z Compiling futures-util v0.3.32
29532026-03-19T03:02:33.978Z Compiling der v0.7.10
29542026-03-19T03:02:33.982Z Compiling rustls-native-certs v0.8.3
29552026-03-19T03:02:33.982Z Compiling webpki-roots v1.0.6
29562026-03-19T03:02:33.982Z Compiling darling v0.21.3
29572026-03-19T03:02:33.982Z Compiling scroll v0.13.0
29582026-03-19T03:02:33.982Z 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`
29592026-03-19T03:02:33.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=b423a5595514fb33 -C extra-filename=-dac69a3fe8e72409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-644937c78de1b446.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7de085c31a9b03bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-03-19T03:02:33.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=5e0d69b9735cdffc -C extra-filename=-2af439753ba3fae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-2a3ed83a82b6c7e7.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612026-03-19T03:02:33.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eefc16f132ded47 -C extra-filename=-8b0cbcd1ae2c3e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622026-03-19T03:02:33.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=e1fbd682f86ffa5d -C extra-filename=-30c734ef007773f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-cdb34a68aef283e9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-03-19T03:02:33.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dc8fdd96ecf87a2 -C extra-filename=-b1c23b7ca6abed9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-03-19T03:02:33.983Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=a76e61e07725f09f -C extra-filename=-417f69d8a1ccd116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-059cf9f819953873.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-03-19T03:02:34.252Z Compiling scroll v0.12.0
29662026-03-19T03:02:34.255Z 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=a1a5caab049568e1 -C extra-filename=-df754a6ac0f3c8ff --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-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-03-19T03:02:34.462Z Compiling zerofrom v0.1.6
29682026-03-19T03:02:34.462Z Compiling crypto-common v0.1.7
29692026-03-19T03:02:34.466Z Compiling block-buffer v0.10.4
29702026-03-19T03:02:34.466Z Compiling block-padding v0.3.3
29712026-03-19T03:02:34.466Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=1cdd8d3e7797c02b -C extra-filename=-8dbb03729d45c659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-923a0a7b0f8e4a4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722026-03-19T03:02:34.466Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-95a32e5a88eff220/build-script-build`
29732026-03-19T03:02:34.666Z Compiling tracing v0.1.44
29742026-03-19T03:02:34.669Z Compiling crypto-bigint v0.5.5
29752026-03-19T03:02:34.669Z Compiling zerocopy v0.7.35
29762026-03-19T03:02:34.669Z Compiling darling_macro v0.20.11
29772026-03-19T03:02:34.669Z Compiling curve25519-dalek-derive v0.1.1
29782026-03-19T03:02:34.669Z Compiling crossbeam-deque v0.8.6
29792026-03-19T03:02:34.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=f6339ca88ae8287b -C extra-filename=-f016854169fb0f48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-0dbd4b74c5e71236.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-03-19T03:02:34.669Z 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=c958806ecdc9fac2 -C extra-filename=-9efdc25063733208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.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`
29812026-03-19T03:02:34.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=11b3fc2d7af0452e -C extra-filename=-bfc099fd21137fa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-03-19T03:02:34.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d331dffa20b95e6 -C extra-filename=-a7a7b96567b23653 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832026-03-19T03:02:34.669Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=90285217eb4f911a -C extra-filename=-867692b189580a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-48be899401e2bff4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)'`
29842026-03-19T03:02:34.669Z 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=d7c5f82dbf62e3a6 -C extra-filename=-381fb8b9bb58d2f8 --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-1988f17f35e1db6f.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-615063de10837e60/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
29852026-03-19T03:02:34.669Z Compiling yoke v0.8.1
29862026-03-19T03:02:34.673Z Compiling goblin v0.10.5
29872026-03-19T03:02:34.715Z Compiling serde_with_macros v3.17.0
29882026-03-19T03:02:34.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a35d692ee8e8ec81 -C extra-filename=-f4985a9e8a380b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-b44c6dc939254ac3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
29892026-03-19T03:02:34.719Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5/build-script-build`
29902026-03-19T03:02:34.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b4de3d0420091d8 -C extra-filename=-fab36104829485ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-03-19T03:02:34.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bacc9955b35ea643 -C extra-filename=-020ae0f863ac6e6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ca42e8c6e5993854.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-03-19T03:02:34.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=096a9380bcff1e10 -C extra-filename=-cedfdcbdcdc30045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-513e837a9e6fa26a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-03-19T03:02:34.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=4ebbe1fa3984fb9b -C extra-filename=-f05cd7af60490361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-30d54ab20e9dcfc0.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-61f2464b9e941b65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-03-19T03:02:34.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3899af514618ae2 -C extra-filename=-1bbdb513003c6cd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-a393eb2d50036fca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
29952026-03-19T03:02:34.720Z 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`
29962026-03-19T03:02:34.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=98355dd4c5c8e174 -C extra-filename=-adb40abc60c255f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-6ba382c3f51299b0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
29972026-03-19T03:02:34.720Z 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=8fd81366180e877d -C extra-filename=-c8f513e2061a3802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-03-19T03:02:34.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=b4a523e1af79e9fa -C extra-filename=-35364b62aabb565e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-3c509900f286cffc.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-03-19T03:02:34.720Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=3e5c297381437054 -C extra-filename=-12ee54eb32641bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-30c734ef007773f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-03-19T03:02:34.764Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=66fc4afd195bd8e8 -C extra-filename=-47d8c27765709821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-dac69a3fe8e72409.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-03-19T03:02:34.815Z Compiling inout v0.1.4
30022026-03-19T03:02:34.889Z Compiling goblin v0.8.2
30032026-03-19T03:02:34.889Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=c48e0756d272ad67 -C extra-filename=-e425f2701dae9a30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-bfc099fd21137fa3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-03-19T03:02:35.049Z Compiling digest v0.10.7
30052026-03-19T03:02:35.052Z Compiling env_filter v1.0.0
30062026-03-19T03:02:35.148Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=161560b5aab11e72 -C extra-filename=-9b6bf89d831ba713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-8dbb03729d45c659.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-03-19T03:02:35.152Z Compiling toml_write v0.1.2
30082026-03-19T03:02:35.152Z Compiling signal-hook v0.3.18
30092026-03-19T03:02:35.348Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-46dc43cfb8bdf616/build-script-main`
30102026-03-19T03:02:35.352Z 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=9d3b4da216545e88 -C extra-filename=-c051f503f089cbc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-a7a7b96567b23653.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.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`
30112026-03-19T03:02:35.452Z 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`
30122026-03-19T03:02:35.458Z Compiling cipher v0.4.4
30132026-03-19T03:02:35.458Z Compiling keccak v0.1.6
30142026-03-19T03:02:35.498Z Compiling rayon-core v1.13.0
30152026-03-19T03:02:35.598Z 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`
30162026-03-19T03:02:35.601Z 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`
30172026-03-19T03:02:35.790Z Compiling clap v4.5.60
30182026-03-19T03:02:35.794Z Compiling spki v0.7.3
30192026-03-19T03:02:35.836Z Compiling dtrace-parser v0.3.0
30202026-03-19T03:02:35.840Z Compiling dtrace-parser v0.2.0
30212026-03-19T03:02:35.840Z 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=2efc98568b8bf424 -C extra-filename=-8007375be0995fdd --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-9efdc25063733208.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222026-03-19T03:02:35.840Z 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`
30232026-03-19T03:02:35.840Z 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`
30242026-03-19T03:02:35.840Z 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`
30252026-03-19T03:02:36.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=3a452063da9e725d -C extra-filename=-6c5ce86718ad8a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-03-19T03:02:36.191Z Compiling zerovec v0.11.5
30272026-03-19T03:02:36.191Z Compiling zerotrie v0.2.3
30282026-03-19T03:02:36.191Z Compiling strum v0.26.3
30292026-03-19T03:02:36.191Z Compiling darling v0.20.11
30302026-03-19T03:02:36.191Z Compiling nix v0.31.1
30312026-03-19T03:02:36.191Z 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=29fae130fa8e82d0 -C extra-filename=-40416eaef8f7236b --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-d341717297823e3b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-0e2ea2788d235950.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-03-19T03:02:36.191Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85fde2c554380458 -C extra-filename=-d6eac2cf4364fb0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-5aa2316c79f72e77.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332026-03-19T03:02:36.191Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e7c05c2b81a617f -C extra-filename=-043d7a1526811242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-5aa2316c79f72e77.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-03-19T03:02:36.491Z Compiling sha2 v0.10.9
30352026-03-19T03:02:36.491Z Compiling hmac v0.12.1
30362026-03-19T03:02:36.495Z Compiling signature v2.2.0
30372026-03-19T03:02:36.495Z Compiling sha1 v0.10.6
30382026-03-19T03:02:36.495Z Compiling env_logger v0.11.9
30392026-03-19T03:02:36.495Z Compiling sha3 v0.10.8
30402026-03-19T03:02:36.495Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=798ae1ab8d7c1627 -C extra-filename=-e207619bb20e2d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-fbba08d7e403729c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-03-19T03:02:36.495Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=5d899b0b4448000f -C extra-filename=-3c5fe4ef693ce370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1e15ebb7a06b491f.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-03-19T03:02:36.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=689f51aeb49befb5 -C extra-filename=-35699615af3c3358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f4708de838994be0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432026-03-19T03:02:36.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e36a352ca4508431 -C extra-filename=-68291b4f14fb4100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ca42e8c6e5993854.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-020ae0f863ac6e6a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-03-19T03:02:36.496Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d/build-script-build`
30452026-03-19T03:02:36.496Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="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=e3accf137eb82433 -C extra-filename=-fa75f3e5165e87a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-fa75f3e5165e87a0 -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`
30462026-03-19T03:02:36.792Z Compiling aes v0.8.4
30472026-03-19T03:02:36.795Z Compiling cbc v0.1.2
30482026-03-19T03:02:36.796Z Compiling salsa20 v0.10.2
30492026-03-19T03:02:36.796Z Compiling x509-cert v0.2.5
30502026-03-19T03:02:36.840Z Compiling derive_builder_core v0.20.2
30512026-03-19T03:02:36.843Z Compiling daft-derive v0.1.5
30522026-03-19T03:02:36.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5640622141f7f1ed -C extra-filename=-5e836c051e4e885b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
30532026-03-19T03:02:36.844Z 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=f29f398db063a474 -C extra-filename=-0410eb56f99ce773 --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-c051f503f089cbc9.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`
30542026-03-19T03:02:36.844Z 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`
30552026-03-19T03:02:36.844Z 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=86200756d0e0a03b -C extra-filename=-c67a89cf9a47f2b5 --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-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562026-03-19T03:02:36.844Z 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=9600a9f48e72c39d -C extra-filename=-81766a0f29b2fd64 --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-c051f503f089cbc9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572026-03-19T03:02:36.844Z 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=66f7a298c8521849 -C extra-filename=-9bde2911196ef7ab --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-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-03-19T03:02:36.844Z 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=9765f0288650eda2 -C extra-filename=-444a27183bbc0bbd --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-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-03-19T03:02:37.081Z 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=9a969d6a8dc82de2 -C extra-filename=-fb58a2d244e3fc18 --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-8007375be0995fdd.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`
30602026-03-19T03:02:37.085Z 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=888453bc4564ca05 -C extra-filename=-f8e501a937f6539a --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-03-19T03:02:37.130Z Compiling pbkdf2 v0.12.2
30622026-03-19T03:02:37.135Z Compiling hkdf v0.12.4
30632026-03-19T03:02:37.135Z Compiling rfc6979 v0.4.0
30642026-03-19T03:02:37.135Z 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=d3fd4c29fe691123 -C extra-filename=-10f5967d7c45816a --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-03-19T03:02:37.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=49c8218c0d8a6f37 -C extra-filename=-1663407d045d2736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662026-03-19T03:02:37.186Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe/build-script-build`
30672026-03-19T03:02:37.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=e0c6838446adeb97 -C extra-filename=-d40d24fabadde0a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-68291b4f14fb4100.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682026-03-19T03:02:37.186Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=267c1b843ea32ccb -C extra-filename=-860f38112229de57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-03-19T03:02:37.383Z Compiling tinystr v0.8.2
30702026-03-19T03:02:37.383Z Compiling potential_utf v0.1.4
30712026-03-19T03:02:37.386Z Compiling zstd-sys v2.0.16+zstd.1.5.7
30722026-03-19T03:02:37.386Z Compiling bzip2-sys v0.1.13+1.0.8
30732026-03-19T03:02:37.386Z Compiling bitflags v1.3.2
30742026-03-19T03:02:37.386Z 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=938c818c9ef72498 -C extra-filename=-6e6d8d56e8d96846 --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-c051f503f089cbc9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-03-19T03:02:37.386Z 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=bb3a198e9024daf7 -C extra-filename=-27e4d2e5251ca86e --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-e0196f4060b80094.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-b1ece98aa23d2d5f.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)'`
30762026-03-19T03:02:37.386Z 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=1669f38254ae3d2b -C extra-filename=-1b0fd666269bcefb --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-9bde2911196ef7ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-03-19T03:02:37.386Z 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=b8e6e20aa4cf193a -C extra-filename=-30b2db433a50339c --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-9bde2911196ef7ab.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`
30782026-03-19T03:02:37.675Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=5e6ef01ba8e938b6 -C extra-filename=-25abce78689579ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1e15ebb7a06b491f.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792026-03-19T03:02:37.679Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=dad36d30a5465ea1 -C extra-filename=-e555f22568d20079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802026-03-19T03:02:37.679Z Compiling scrypt v0.11.0
30812026-03-19T03:02:37.679Z Compiling enum-as-inner v0.6.1
30822026-03-19T03:02:37.679Z Compiling unicode-normalization v0.1.25
30832026-03-19T03:02:37.679Z Compiling vergen-lib v0.1.6
30842026-03-19T03:02:37.720Z Compiling managed v0.8.0
30852026-03-19T03:02:37.723Z 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=c87cfa11cfc338e3 -C extra-filename=-ede334972a2e3e07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-fab36104829485ba.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
30862026-03-19T03:02:37.723Z 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=4bc13f8b5bd3574e -C extra-filename=-e4ba2d9964509c73 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e4ba2d9964509c73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.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`
30872026-03-19T03:02:37.723Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fa75f3e5165e87a0/build-script-build`
30882026-03-19T03:02:37.821Z 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`
30892026-03-19T03:02:37.824Z 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=e4505cd18408e191 -C extra-filename=-d09ba835cea19099 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-d09ba835cea19099 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-03-19T03:02:38.021Z 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=38b1cf9d6b01cb5c -C extra-filename=-6d27caf6a49f1911 --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-6e6d8d56e8d96846.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-f8e501a937f6539a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-03-19T03:02:38.025Z Compiling bytes v1.11.1
30922026-03-19T03:02:38.025Z Compiling icu_locale_core v2.1.1
30932026-03-19T03:02:38.025Z Compiling icu_collections v2.1.1
30942026-03-19T03:02:38.025Z Compiling chrono v0.4.44
30952026-03-19T03:02:38.025Z Compiling serde_tokenstream v0.2.3
30962026-03-19T03:02:38.025Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0ce62b668cc3f86 -C extra-filename=-5028ff464868707e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-03-19T03:02:38.025Z 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`
30982026-03-19T03:02:38.025Z 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=e16621f8a1a374f3 -C extra-filename=-494a5fba6ead56c2 --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-b1db1361eaf8c359.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a075bcad381634a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-03-19T03:02:38.025Z 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`
31002026-03-19T03:02:38.025Z 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`
31012026-03-19T03:02:38.176Z Compiling ipnet v2.11.0
31022026-03-19T03:02:38.181Z Compiling erased-serde v0.3.31
31032026-03-19T03:02:38.181Z Compiling hex v0.4.3
31042026-03-19T03:02:38.181Z Compiling serde_urlencoded v0.7.1
31052026-03-19T03:02:38.181Z Compiling pkcs5 v0.7.1
31062026-03-19T03:02:38.181Z Compiling openapiv3 v2.2.0
31072026-03-19T03:02:38.181Z Compiling serde_spanned v0.6.9
31082026-03-19T03:02:38.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=c9050f79626defc8 -C extra-filename=-c11560d9b5666be8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092026-03-19T03:02:38.181Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=0d41c81f7f40819f -C extra-filename=-d33b24db3b255967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102026-03-19T03:02:38.182Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb09d6fc6c9fd1fc -C extra-filename=-8140cca6fe309559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112026-03-19T03:02:38.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=fdea531874520af7 -C extra-filename=-39bba66942528f3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1e15ebb7a06b491f.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-e555f22568d20079.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122026-03-19T03:02:38.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=ac3efd02e7557086 -C extra-filename=-f88c998a58232777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1e15ebb7a06b491f.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-aa272defcd706b4d.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-25abce78689579ff.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132026-03-19T03:02:38.232Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8731de1143d7893f -C extra-filename=-ce82e998364a0399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-03-19T03:02:38.284Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=e68b7465126be2cc -C extra-filename=-c53d3365c72bf5ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152026-03-19T03:02:38.287Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60229f25b665b409 -C extra-filename=-67a409a95ba2a68a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-03-19T03:02:38.287Z Compiling toml_datetime v0.6.11
31172026-03-19T03:02:38.287Z Compiling hubpack v0.1.2
31182026-03-19T03:02:38.287Z 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=28b9ed486f88a0ad -C extra-filename=-dc8dda31ce301e7b --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-fb58a2d244e3fc18.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10f5967d7c45816a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6e6d8d56e8d96846.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-6d27caf6a49f1911.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-03-19T03:02:38.288Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9edb7332321fbf50 -C extra-filename=-70bfe26bf693ac5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-03-19T03:02:38.288Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=898afe2f1039ac3e -C extra-filename=-d4f476048b76b3c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-03-19T03:02:38.288Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=432c9bb9db57aff1 -C extra-filename=-34898c4640e92688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-03-19T03:02:38.387Z Compiling dof v0.3.0
31232026-03-19T03:02:38.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d57ae442d626b2af -C extra-filename=-61e874c337ece72f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-03-19T03:02:38.528Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=241d4e30a483a0ac -C extra-filename=-693a4dbac6957403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-4ae4202e04529fb2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-03-19T03:02:38.590Z Compiling flate2 v1.1.9
31262026-03-19T03:02:38.594Z Compiling derive_builder_macro v0.20.2
31272026-03-19T03:02:38.642Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=91a421b89fc7cf68 -C extra-filename=-f36ddc049d2e6511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9b6bf89d831ba713.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cedfdcbdcdc30045.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-03-19T03:02:38.899Z Compiling cargo-platform v0.1.9
31292026-03-19T03:02:39.047Z 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`
31302026-03-19T03:02:39.099Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=bedf0e20fad5a318 -C extra-filename=-9af12432c24c5281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-d40d24fabadde0a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-03-19T03:02:39.103Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-d09ba835cea19099/build-script-build`
31322026-03-19T03:02:39.207Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e4ba2d9964509c73/build-script-build`
31332026-03-19T03:02:39.211Z Compiling tokio v1.49.0
31342026-03-19T03:02:39.211Z Compiling http v1.4.0
31352026-03-19T03:02:39.211Z Compiling pkcs8 v0.10.2
31362026-03-19T03:02:39.211Z Compiling phf_shared v0.11.3
31372026-03-19T03:02:39.211Z Compiling vergen v9.0.6
31382026-03-19T03:02:39.211Z Compiling fs-err v3.3.0
31392026-03-19T03:02:39.211Z Compiling ref-cast v1.0.25
31402026-03-19T03:02:39.211Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-c37eb626818e4c60/build-script-build`
31412026-03-19T03:02:39.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b32cb15a1f3de02 -C extra-filename=-7cf2bb95adc02fe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-03-19T03:02:39.211Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=cc902062db62d169 -C extra-filename=-ec9588cfb7999655 --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-b1db1361eaf8c359.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"))'`
31432026-03-19T03:02:39.212Z 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`
31442026-03-19T03:02:39.459Z 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.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=fb3ba8b1e4e8c8fa -C extra-filename=-036d7813d2dacbc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.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-a075bcad381634a1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-154b959f3a3ff3c7.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-85002ade11b4ff5d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-03-19T03:02:39.462Z Compiling toml_edit v0.19.15
31462026-03-19T03:02:39.463Z Compiling toml_edit v0.22.27
31472026-03-19T03:02:39.463Z Compiling precomputed-hash v0.1.1
31482026-03-19T03:02:39.463Z Compiling zstd-safe v7.2.4
31492026-03-19T03:02:39.510Z 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=662d620202e8dc0a -C extra-filename=-2be77b91a54bf29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-dc8dda31ce301e7b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-03-19T03:02:39.513Z 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`
31512026-03-19T03:02:39.513Z 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`
31522026-03-19T03:02:39.513Z 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`
31532026-03-19T03:02:39.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f6aced25f0f2c1fb -C extra-filename=-bd162c0c86e103cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-03-19T03:02:39.513Z 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`
31552026-03-19T03:02:39.732Z Compiling ppv-lite86 v0.2.21
31562026-03-19T03:02:39.736Z Compiling dof v0.4.0
31572026-03-19T03:02:39.736Z Compiling new_debug_unreachable v1.0.6
31582026-03-19T03:02:39.781Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=82a6d3780b0ff4e5 -C extra-filename=-febe477698915f63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5b14b0a300cb9907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592026-03-19T03:02:39.785Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=a116b6b3623eb837 -C extra-filename=-81c506065a6fc17b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-c53d3365c72bf5ed.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
31602026-03-19T03:02:39.838Z 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=41067c088505c7a8 -C extra-filename=-f0c03c4074502130 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-043d7a1526811242.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-4d9b92661e5552d3.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`
31612026-03-19T03:02:39.843Z 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`
31622026-03-19T03:02:39.843Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=2a43cbae468118fd -C extra-filename=-777df11dc961b25a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-6b540301fa1f26bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632026-03-19T03:02:39.843Z 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`
31642026-03-19T03:02:40.028Z Compiling icu_provider v2.1.1
31652026-03-19T03:02:40.031Z Compiling sec1 v0.7.3
31662026-03-19T03:02:40.031Z Compiling pkcs1 v0.7.5
31672026-03-19T03:02:40.031Z Compiling ed25519 v2.2.3
31682026-03-19T03:02:40.031Z 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`
31692026-03-19T03:02:40.032Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=f76c90f0a4622e97 -C extra-filename=-235c7ef47960a868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-03-19T03:02:40.032Z 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=e98d5aa22740cfa3 -C extra-filename=-9889dffc8fb05374 --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-feb7f6000b7d256e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
31712026-03-19T03:02:40.032Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=fe7168da73ded0d6 -C extra-filename=-9ebf915e91b2c8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-12ee54eb32641bf5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-03-19T03:02:40.281Z Compiling derive_builder v0.20.2
31732026-03-19T03:02:40.370Z Compiling fixedbitset v0.4.2
31742026-03-19T03:02:40.370Z Compiling foldhash v0.1.5
31752026-03-19T03:02:40.370Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=3abc8bfb0fb2ea86 -C extra-filename=-64576f83af2e334a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1e15ebb7a06b491f.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-f88c998a58232777.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-35364b62aabb565e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f016854169fb0f48.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-3c5fe4ef693ce370.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762026-03-19T03:02:40.370Z 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=b6d2b7f83321a544 -C extra-filename=-91360c25133ebeeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-03-19T03:02:40.370Z 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=c0ba06f05016038e -C extra-filename=-d9651fbcc65fa558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-03-19T03:02:40.370Z 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=25cdef60b68293cd -C extra-filename=-7fe173b965ba6635 --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-2be77b91a54bf29b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-03-19T03:02:40.484Z Compiling http-body v1.0.1
31802026-03-19T03:02:40.488Z Compiling string_cache v0.8.9
31812026-03-19T03:02:40.488Z Compiling cargo_metadata v0.19.2
31822026-03-19T03:02:40.488Z Compiling signal-hook-mio v0.2.5
31832026-03-19T03:02:40.488Z Compiling ref-cast-impl v1.0.25
31842026-03-19T03:02:40.535Z Compiling rustc-hash v2.1.1
31852026-03-19T03:02:40.586Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=6a3d93b96fc88766 -C extra-filename=-20becf909a9773f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-9af12432c24c5281.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-03-19T03:02:40.590Z 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`
31872026-03-19T03:02:40.590Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a/build-script-build`
31882026-03-19T03:02:40.590Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5/build-script-build`
31892026-03-19T03:02:40.590Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8186817b1de4f8ec/build-script-build`
31902026-03-19T03:02:40.590Z 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`
31912026-03-19T03:02:40.590Z 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=e7a332ab42d3c12c -C extra-filename=-97a211e526d6ec19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-eeb72f07277ec165/out/lib -l static=bz2`
31922026-03-19T03:02:40.634Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ab9a7f862033cd2 -C extra-filename=-a1af09c9c8a6b650 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-03-19T03:02:40.638Z 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=d9816394a638976e -C extra-filename=-fd8729d4a99e8b9e --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-887e140ba4b052f4.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3bd3c49fbd5e76b7.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c40e69f07b38b683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-03-19T03:02:40.638Z 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=c02bff55c5d4feba -C extra-filename=-01abc7363302675f --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-b1db1361eaf8c359.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952026-03-19T03:02:40.638Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=b59e020f80430c3b -C extra-filename=-c2f5dfad79fe2b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-7cf2bb95adc02fe0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-03-19T03:02:40.638Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2bd92e9d3278b18 -C extra-filename=-dbbaab83cd7eb49d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-03-19T03:02:40.689Z Compiling icu_properties v2.1.2
31982026-03-19T03:02:40.743Z 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`
31992026-03-19T03:02:41.005Z Compiling icu_normalizer v2.1.1
32002026-03-19T03:02:41.009Z Compiling rand_chacha v0.9.0
32012026-03-19T03:02:41.009Z Compiling rand_chacha v0.3.1
32022026-03-19T03:02:41.009Z Compiling elliptic-curve v0.13.8
32032026-03-19T03:02:41.009Z Compiling ed25519-dalek v2.2.0
32042026-03-19T03:02:41.009Z Compiling bzip2 v0.4.4
32052026-03-19T03:02:41.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=9661152942ccee6b -C extra-filename=-c250d746b449375e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-39bba66942528f3e.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-f88c998a58232777.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-b4bc34960579f53a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-64576f83af2e334a.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-3c5fe4ef693ce370.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062026-03-19T03:02:41.313Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=4c6fe06641cf3c36 -C extra-filename=-d9df857861fabc14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-39bba66942528f3e.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-9396e77066661b89.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-64576f83af2e334a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e207619bb20e2d3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-03-19T03:02:41.316Z 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=e7cbd24332812c96 -C extra-filename=-e49cc20cc0f98c24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-03-19T03:02:41.316Z 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=85a688a86489c651 -C extra-filename=-c724d2dea3154e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-03-19T03:02:41.316Z Compiling http-body-util v0.1.3
32102026-03-19T03:02:41.316Z Compiling hashbrown v0.15.5
32112026-03-19T03:02:41.358Z Compiling heapless v0.7.17
32122026-03-19T03:02:41.362Z Compiling lalrpop-util v0.19.12
32132026-03-19T03:02:41.362Z Compiling libbz2-rs-sys v0.2.2
32142026-03-19T03:02:41.362Z Compiling bumpalo v3.20.2
32152026-03-19T03:02:41.362Z Compiling rayon v1.11.0
32162026-03-19T03:02:41.362Z Compiling serde-big-array v0.5.1
32172026-03-19T03:02:41.408Z 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=09ec4d24ac0547dc -C extra-filename=-3cc79f083d4ad7af --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-c8f513e2061a3802.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9651fbcc65fa558.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-03-19T03:02:41.413Z 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=d05fe2035d9f9f05 -C extra-filename=-af227fa9d0c7900b --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-ede334972a2e3e07.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7fe173b965ba6635.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-03-19T03:02:41.413Z 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=0dd9c8397c00f8dd -C extra-filename=-7df5e323639eb186 --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-97a211e526d6ec19.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --cap-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-eeb72f07277ec165/out/lib`
32202026-03-19T03:02:41.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=2fb83bc2f7651d89 -C extra-filename=-f61ce2b0fa5dde8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32212026-03-19T03:02:41.738Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=a9ae85112e11e973 -C extra-filename=-7ee5b9deaa63e8ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-03-19T03:02:41.757Z 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=4ba4061675836c97 -C extra-filename=-3607ce37b6a966f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d6eac2cf4364fb0f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d9f0b456e7dc20d1.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)'`
32232026-03-19T03:02:41.757Z 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`
32242026-03-19T03:02:41.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/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=1457b087cfd2da6c -C extra-filename=-16d58879cbb79d19 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-16d58879cbb79d19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252026-03-19T03:02:41.766Z 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`
32262026-03-19T03:02:41.766Z 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`
32272026-03-19T03:02:41.770Z Compiling petgraph v0.6.5
32282026-03-19T03:02:41.810Z Compiling crossterm v0.28.1
32292026-03-19T03:02:41.814Z Compiling similar v2.7.0
32302026-03-19T03:02:41.814Z Compiling hash32 v0.2.1
32312026-03-19T03:02:41.814Z Compiling unicode-properties v0.1.4
32322026-03-19T03:02:41.814Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04b95e972bf5f433 -C extra-filename=-43aa9fb8f231b9f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-03-19T03:02:41.815Z 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`
32342026-03-19T03:02:41.815Z 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`
32352026-03-19T03:02:42.071Z Compiling rand v0.9.2
32362026-03-19T03:02:42.071Z Compiling rand v0.8.5
32372026-03-19T03:02:42.076Z Compiling toml v0.7.8
32382026-03-19T03:02:42.076Z Compiling zip v0.6.6
32392026-03-19T03:02:42.076Z Compiling jiff v0.2.21
32402026-03-19T03:02:42.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=eeb3c4c34462247b -C extra-filename=-41650820d2f17ba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8ad7a70031326172.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-03-19T03:02:42.076Z 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=e1610c42dc006438 -C extra-filename=-4a1e00424da5848f --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-130593d29dd9f38d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-01abc7363302675f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422026-03-19T03:02:42.076Z 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`
32432026-03-19T03:02:42.076Z 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`
32442026-03-19T03:02:42.076Z 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`
32452026-03-19T03:02:42.388Z Compiling idna_adapter v1.2.1
32462026-03-19T03:02:42.393Z Compiling ecdsa v0.16.9
32472026-03-19T03:02:42.393Z Compiling zopfli v0.8.3
32482026-03-19T03:02:42.393Z Compiling smoltcp v0.9.1
32492026-03-19T03:02:42.393Z Compiling predicates-core v1.0.10
32502026-03-19T03:02:42.393Z 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=a6fa61c4cbb30851 -C extra-filename=-9593bc0c283a9d67 --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-e49cc20cc0f98c24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512026-03-19T03:02:42.393Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=b153441945d66c8e -C extra-filename=-5e1de2712858255e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522026-03-19T03:02:42.394Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=2da2f6c6ba2caa9e -C extra-filename=-90f065035915e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-c2f5dfad79fe2b03.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32532026-03-19T03:02:42.394Z 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`
32542026-03-19T03:02:42.394Z 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=941dde0bba461e2c -C extra-filename=-82f8dd637d8a4bb9 --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-b1db1361eaf8c359.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552026-03-19T03:02:42.394Z 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=aa9f72d7ffcc83fb -C extra-filename=-36d66cae1e080f6b --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-7df5e323639eb186.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-eeb72f07277ec165/out/lib`
32562026-03-19T03:02:42.632Z Compiling usdt-attr-macro v0.6.0
32572026-03-19T03:02:42.635Z Compiling usdt-macro v0.6.0
32582026-03-19T03:02:42.635Z Compiling bzip2 v0.6.1
32592026-03-19T03:02:42.675Z Compiling unicode-bidi v0.3.18
32602026-03-19T03:02:42.678Z Compiling md-5 v0.10.6
32612026-03-19T03:02:42.678Z Compiling strum_macros v0.27.2
32622026-03-19T03:02:42.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=63be4a22b784b111 -C extra-filename=-6a6be3f48eb1e588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-d9df857861fabc14.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-c250d746b449375e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-03-19T03:02:42.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a21f01b972524fff -C extra-filename=-9d2d5ee8cf0aec8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-dbbaab83cd7eb49d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
32642026-03-19T03:02:42.678Z 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`
32652026-03-19T03:02:42.728Z 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`
32662026-03-19T03:02:42.732Z 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=2f39fa1423f19fbf -C extra-filename=-7a4900832fc93ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-30b2db433a50339c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672026-03-19T03:02:42.732Z 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`
32682026-03-19T03:02:42.972Z 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=3bfebd9b2568b617 -C extra-filename=-ccf49688a418e228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d6eac2cf4364fb0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692026-03-19T03:02:42.976Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-16d58879cbb79d19/build-script-build`
32702026-03-19T03:02:42.976Z Compiling float-cmp v0.10.0
32712026-03-19T03:02:42.976Z Compiling normalize-line-endings v0.3.0
32722026-03-19T03:02:42.976Z Compiling difflib v0.4.0
32732026-03-19T03:02:42.976Z Compiling fallible-iterator v0.2.0
32742026-03-19T03:02:43.018Z Compiling zone_cfg_derive v0.3.1
32752026-03-19T03:02:43.021Z 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=32f6d65f5aca9dac -C extra-filename=-8cdf8235b9ce4404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d6eac2cf4364fb0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-03-19T03:02:43.021Z 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`
32772026-03-19T03:02:43.021Z 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`
32782026-03-19T03:02:43.021Z 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=cf076267a93300d2 -C extra-filename=-b439799b253669a8 --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-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-03-19T03:02:43.022Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=387945661a99462b -C extra-filename=-ec444930233c813b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802026-03-19T03:02:43.270Z Compiling idna v1.1.0
32812026-03-19T03:02:43.276Z Compiling proptest v1.10.0
32822026-03-19T03:02:43.276Z 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`
32832026-03-19T03:02:43.276Z 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`
32842026-03-19T03:02:43.276Z 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`
32852026-03-19T03:02:43.276Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8a480dfa7888d59 -C extra-filename=-b7e52e9dd3f0ee7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-03-19T03:02:43.276Z 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`
32872026-03-19T03:02:43.469Z Compiling serde_repr v0.1.20
32882026-03-19T03:02:43.469Z Compiling phf_shared v0.13.1
32892026-03-19T03:02:43.478Z Compiling console v0.16.2
32902026-03-19T03:02:43.478Z Compiling itertools v0.12.1
32912026-03-19T03:02:43.478Z Compiling fixedbitset v0.5.7
32922026-03-19T03:02:43.478Z Compiling unit-prefix v0.5.2
32932026-03-19T03:02:43.478Z Compiling peg-runtime v0.8.5
32942026-03-19T03:02:43.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=7915334d37a0a319 -C extra-filename=-8f02865f11d66aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-6a6be3f48eb1e588.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-530edc1d78d8d38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-03-19T03:02:43.478Z 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=f446a9be1c2bd32d -C extra-filename=-f8ec8cbb552e371e --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-9593bc0c283a9d67.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-1dbe04f2fdd9d8ac.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-46286ff34d9534f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.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`
32962026-03-19T03:02:43.480Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=5792b8f9feab9b32 -C extra-filename=-3d460714bd08b8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-6bebb303f7391209.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32972026-03-19T03:02:43.484Z 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=0e908415aba7440a -C extra-filename=-e333bf9a7842bb1a --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-82f8dd637d8a4bb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32982026-03-19T03:02:43.488Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365/build-script-build`
32992026-03-19T03:02:43.488Z 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`
33002026-03-19T03:02:43.488Z 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=80ca3fca72552765 -C extra-filename=-15fca129afcab229 --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-b1db1361eaf8c359.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`
33012026-03-19T03:02:43.488Z 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`
33022026-03-19T03:02:43.488Z 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`
33032026-03-19T03:02:43.488Z Compiling stringprep v0.1.5
33042026-03-19T03:02:43.535Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33052026-03-19T03:02:43.556Z 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`
33062026-03-19T03:02:43.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=530e59bc64ff5d09 -C extra-filename=-83e2b9f87ee5221f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072026-03-19T03:02:43.556Z 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`
33082026-03-19T03:02:43.556Z 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`
33092026-03-19T03:02:43.556Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=24bb2adfbec00d91 -C extra-filename=-62cb94a11d90e592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-03-19T03:02:43.593Z Compiling predicates v3.1.4
33112026-03-19T03:02:43.640Z 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`
33122026-03-19T03:02:43.691Z Compiling whoami v2.1.0
33132026-03-19T03:02:43.849Z Compiling is-terminal v0.4.17
33142026-03-19T03:02:43.852Z Compiling futures-executor v0.3.32
33152026-03-19T03:02:43.852Z Compiling crossbeam-channel v0.5.15
33162026-03-19T03:02:43.852Z 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`
33172026-03-19T03:02:43.852Z 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=977f4f65ef8aba61 -C extra-filename=-51fff23f7be6f907 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-03-19T03:02:43.852Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=d40608ae62bdcb13 -C extra-filename=-5d446f02ddbf1c37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-03-19T03:02:43.852Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b6ceaaa71879093 -C extra-filename=-44f9d96f1d23d9ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-03-19T03:02:43.955Z Compiling url v2.5.8
33212026-03-19T03:02:44.066Z Compiling publicsuffix v2.3.0
33222026-03-19T03:02:44.070Z Compiling postgres-protocol v0.6.10
33232026-03-19T03:02:44.070Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=f9765755be8efec2 -C extra-filename=-1d450f798a1ac453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-03-19T03:02:44.168Z Compiling phf v0.13.1
33252026-03-19T03:02:44.173Z Compiling regress v0.10.5
33262026-03-19T03:02:44.270Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=ad50af5960ea0b56 -C extra-filename=-d8dcb85d6057f2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-d7c954c5e8c62581.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272026-03-19T03:02:44.273Z 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=0f57cdd45e072e40 -C extra-filename=-927203c8d4136f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b439799b253669a8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.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`
33282026-03-19T03:02:44.467Z Compiling indicatif v0.18.4
33292026-03-19T03:02:44.470Z Compiling futures v0.3.32
33302026-03-19T03:02:44.470Z Compiling thread_local v1.1.9
33312026-03-19T03:02:44.470Z Compiling slog-async v2.8.0
33322026-03-19T03:02:44.470Z Compiling take_mut v0.2.2
33332026-03-19T03:02:44.519Z 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`
33342026-03-19T03:02:44.668Z 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`
33352026-03-19T03:02:44.770Z Compiling tokio-util v0.7.18
33362026-03-19T03:02:44.774Z Compiling tower v0.5.3
33372026-03-19T03:02:44.774Z Compiling tokio-native-tls v0.3.1
33382026-03-19T03:02:44.774Z Compiling usdt v0.6.0
33392026-03-19T03:02:44.774Z Compiling buf-list v1.1.2
33402026-03-19T03:02:44.774Z Compiling term v1.2.1
33412026-03-19T03:02:44.774Z Compiling structmeta-derive v0.3.0
33422026-03-19T03:02:44.774Z 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=67d06be3f45b4c33 -C extra-filename=-d4856efce1ab07e8 --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-15fca129afcab229.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`
33432026-03-19T03:02:44.774Z 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`
33442026-03-19T03:02:44.774Z 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`
33452026-03-19T03:02:44.774Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=036894abc326a2d3 -C extra-filename=-97a3868d40601a98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-5d446f02ddbf1c37.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-03-19T03:02:44.775Z 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`
33472026-03-19T03:02:44.963Z 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=f591b85dff909778 -C extra-filename=-fe6e83778497c0f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-03-19T03:02:44.967Z Compiling postgres-types v0.2.12
33492026-03-19T03:02:44.967Z Compiling petgraph v0.8.3
33502026-03-19T03:02:44.967Z Compiling newtype-uuid-macros v0.1.0
33512026-03-19T03:02:44.967Z Compiling match_cfg v0.1.0
33522026-03-19T03:02:45.007Z Compiling slog-json v2.6.1
33532026-03-19T03:02:45.011Z Compiling serde_spanned v1.0.4
33542026-03-19T03:02:45.011Z 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=bf9cf4d7f8ed38d9 -C extra-filename=-6fa2c56d52c083d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-12ee54eb32641bf5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-c6efbb6be0ff4359.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ccf49688a418e228.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-8cdf8235b9ce4404.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-03-19T03:02:45.011Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9420d4928b5318f4 -C extra-filename=-18021c815c1d3b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-3d460714bd08b8cb.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-03-19T03:02:45.011Z 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`
33572026-03-19T03:02:45.011Z 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=e475b3b0ec92f170 -C extra-filename=-1d914afc30a75e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-03-19T03:02:45.011Z 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=f8abced4daa5705c -C extra-filename=-7841f1a7de6b5219 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.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`
33592026-03-19T03:02:45.011Z 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=b19c867c43c98989 -C extra-filename=-97048be6794bc2c3 --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-27e4d2e5251ca86e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.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`
33602026-03-19T03:02:45.011Z 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=75590de90c6d088a -C extra-filename=-007d1b766f2f7d3d --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-036d7813d2dacbc4.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)'`
33612026-03-19T03:02:45.011Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40b7f7e9d880edc0 -C extra-filename=-fb1e42b9cf9e846e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-03-19T03:02:45.108Z Compiling cookie_store v0.22.1
33632026-03-19T03:02:45.111Z 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`
33642026-03-19T03:02:45.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d634c76db079266 -C extra-filename=-85814c9d092ee3d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-03-19T03:02:45.112Z 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=830d3f78fde29276 -C extra-filename=-5a74338218170aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-927203c8d4136f8e.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-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-03-19T03:02:45.156Z 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=a6ca7c11f09acfdb -C extra-filename=-7da7109faeb6dc2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-03-19T03:02:45.160Z 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`
33682026-03-19T03:02:45.160Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=7f00cccb126a183b -C extra-filename=-59a140cf81e57d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692026-03-19T03:02:45.202Z Compiling hickory-proto v0.25.2
33702026-03-19T03:02:45.205Z 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=6b1b279a8095499d -C extra-filename=-43f482176f5c27dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-33c4b69d66a36c14.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33712026-03-19T03:02:45.254Z 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=60f69b43605b9936 -C extra-filename=-b8723c07a68c1a2e --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-df754a6ac0f3c8ff.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-d8dcb85d6057f2ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-03-19T03:02:45.353Z Compiling toml_writer v1.0.6+spec-1.1.0
33732026-03-19T03:02:45.409Z 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=1b62fe6f5d62e4bb -C extra-filename=-ba330990ac1d012f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-03-19T03:02:45.457Z Compiling zone v0.3.1
33752026-03-19T03:02:45.462Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44/build-script-build`
33762026-03-19T03:02:45.462Z 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`
33772026-03-19T03:02:45.514Z Compiling tower-http v0.6.8
33782026-03-19T03:02:45.518Z 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"' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=9785fd05298dadd0 -C extra-filename=-8356f9fdeb409fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-079631bae9789ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b7e52e9dd3f0ee7c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792026-03-19T03:02:45.566Z Compiling slog-term v2.9.2
33802026-03-19T03:02:45.570Z 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=e261cdd5e8315c07 -C extra-filename=-cefcd20c37b108c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-e37e385602b72a4a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7841f1a7de6b5219.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`
33812026-03-19T03:02:45.616Z 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=7814357f9d1f8bbc -C extra-filename=-79c32e6a6d9e4d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-51fff23f7be6f907.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4726b16ef8640a46.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-03-19T03:02:45.620Z Compiling rsa v0.9.10
33832026-03-19T03:02:45.808Z Compiling hostname v0.3.1
33842026-03-19T03:02:45.812Z Compiling debug-ignore v1.0.5
33852026-03-19T03:02:45.863Z 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=a4c25ec876f62e4d -C extra-filename=-35b0bd3a06de5051 --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-c051f503f089cbc9.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.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-91360c25133ebeeb.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-03-19T03:02:46.057Z Compiling h2 v0.4.13
33872026-03-19T03:02:46.061Z Compiling tokio-stream v0.1.18
33882026-03-19T03:02:46.061Z Compiling strum v0.27.2
33892026-03-19T03:02:46.061Z Compiling tokio-postgres v0.7.16
33902026-03-19T03:02:46.061Z 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=ae96395784cd0c32 -C extra-filename=-c562cffc2773d79f --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-b1db1361eaf8c359.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`
33912026-03-19T03:02:46.061Z 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`
33922026-03-19T03:02:46.220Z Compiling toml v0.9.12+spec-1.1.0
33932026-03-19T03:02:46.223Z Compiling rustls v0.22.4
33942026-03-19T03:02:46.223Z Compiling rustls-webpki v0.102.8
33952026-03-19T03:02:46.224Z 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=bd0b450226216af3 -C extra-filename=-4e7af298f8788b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.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-927203c8d4136f8e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5a74338218170aaa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-154b959f3a3ff3c7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.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`
33962026-03-19T03:02:46.224Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=ef4f97d6695f9ca3 -C extra-filename=-2864dcdad0d218a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec444930233c813b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972026-03-19T03:02:46.273Z 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=f7da415d17ae3c66 -C extra-filename=-cb53b2c11e278d26 --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-036d7813d2dacbc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982026-03-19T03:02:46.279Z 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=f62b9989501335d2 -C extra-filename=-32ee764d42fff236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-03-19T03:02:46.425Z Compiling slog-bunyan v2.5.0
34002026-03-19T03:02:46.428Z Compiling serde_path_to_error v0.1.20
34012026-03-19T03:02:46.428Z Compiling multer v3.1.0
34022026-03-19T03:02:46.428Z 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`
34032026-03-19T03:02:46.471Z 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`
34042026-03-19T03:02:46.475Z 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=21719123dc41daaf -C extra-filename=-16b4d0fee88a9348 --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-381fb8b9bb58d2f8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
34052026-03-19T03:02:46.641Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=fc0cf413b7572fde -C extra-filename=-02d0c236cd440461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b72da4781351932d.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
34062026-03-19T03:02:46.641Z 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=f3fae88645614924 -C extra-filename=-da7697cd56dd3673 --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-c562cffc2773d79f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7da7109faeb6dc2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072026-03-19T03:02:46.644Z 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`
34082026-03-19T03:02:46.645Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
34092026-03-19T03:02:46.645Z Compiling async-stream-impl v0.3.6
34102026-03-19T03:02:46.645Z Compiling dropshot v0.16.7
34112026-03-19T03:02:46.645Z Compiling dropshot_endpoint v0.16.7
34122026-03-19T03:02:46.645Z Compiling rustls-pemfile v2.2.0
34132026-03-19T03:02:46.645Z Compiling waitgroup v0.1.2
34142026-03-19T03:02:46.645Z 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`
34152026-03-19T03:02:46.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfdf8b7c56766b9e -C extra-filename=-35c55e2734f6868a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-03-19T03:02:46.645Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=fb719dfde66da3a0 -C extra-filename=-7eee259367dfaf72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-83e2b9f87ee5221f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-18021c815c1d3b58.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec444930233c813b.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-03-19T03:02:46.645Z 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`
34182026-03-19T03:02:46.686Z Compiling hostname v0.4.2
34192026-03-19T03:02:46.689Z Compiling itertools v0.14.0
34202026-03-19T03:02:46.689Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34212026-03-19T03:02:46.689Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=781536ae4b507d34 -C extra-filename=-53065c8e8253a743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-03-19T03:02:46.689Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5f84f642ae359d0f -C extra-filename=-532724550d84ea3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-03-19T03:02:46.689Z 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`
34242026-03-19T03:02:46.734Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40/build-script-build`
34252026-03-19T03:02:46.738Z 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=ef54a2d8067d5f34 -C extra-filename=-e2bd119e292ea0a5 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-03-19T03:02:46.739Z 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`
34272026-03-19T03:02:46.739Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=f8a31bb33f77f920 -C extra-filename=-95a458c6659b1f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-03-19T03:02:46.840Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34292026-03-19T03:02:46.892Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=7b908164d08c7777 -C extra-filename=-f874c5ebebef521c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-03-19T03:02:46.940Z Compiling ipnetwork v0.21.1
34312026-03-19T03:02:46.944Z 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=7ccf1198e3f53aa6 -C extra-filename=-721a419a51d2d2d4 --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-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-03-19T03:02:46.993Z Compiling newtype-uuid v1.3.2
34332026-03-19T03:02:47.050Z Compiling serde_with v3.17.0
34342026-03-19T03:02:47.054Z 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=eab2b48d315f27a4 -C extra-filename=-a26184e0aafee52e --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-f8ec8cbb552e371e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-03-19T03:02:47.105Z 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=30db84308b56fa31 -C extra-filename=-91907f0850a75d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-47d8c27765709821.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-03-19T03:02:47.109Z 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=09d0cf4cec66b311 -C extra-filename=-510ab9aefba5fba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-2173e318c097e7ac/out -l static=zstd`
34372026-03-19T03:02:47.212Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a/build-script-build`
34382026-03-19T03:02:47.316Z Compiling structmeta v0.3.0
34392026-03-19T03:02:47.368Z 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=f7ea764264a5e852 -C extra-filename=-64476eacd2008698 --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-381fb8b9bb58d2f8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-16b4d0fee88a9348.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
34402026-03-19T03:02:47.507Z Compiling macaddr v1.0.1
34412026-03-19T03:02:47.513Z Compiling instant v0.1.13
34422026-03-19T03:02:47.513Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f474f8c11e96ea96 -C extra-filename=-7164abf2cbc254bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-fb1e42b9cf9e846e.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-03-19T03:02:47.513Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e/build-script-build`
34442026-03-19T03:02:47.582Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
34452026-03-19T03:02:47.585Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931/build-script-build`
34462026-03-19T03:02:47.585Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=9336052c846b5716 -C extra-filename=-1a9ae6b8537a6d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-03-19T03:02:47.634Z 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`
34482026-03-19T03:02:47.785Z Compiling backon v1.6.0
34492026-03-19T03:02:47.788Z Compiling toml v0.8.23
34502026-03-19T03:02:47.788Z Compiling camino-tempfile v1.4.1
34512026-03-19T03:02:47.788Z 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=8926aebcc2791f7c -C extra-filename=-e281fa0397783dbc --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-510ab9aefba5fba9.rmeta --cap-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-2173e318c097e7ac/out`
34522026-03-19T03:02:47.789Z 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=f74229e69c354a7b -C extra-filename=-1aa8174ccc902c85 --out-dir /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-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532026-03-19T03:02:47.994Z Compiling oxnet v0.1.4
34542026-03-19T03:02:47.997Z Compiling async-stream v0.3.6
34552026-03-19T03:02:48.091Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34562026-03-19T03:02:48.142Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=149cfa41e644eba9 -C extra-filename=-8a50f808802d6daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-34898c4640e92688.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-03-19T03:02:48.147Z 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=9f947df696294530 -C extra-filename=-4241d8afd279da3e --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-ca10530b8913080d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582026-03-19T03:02:48.147Z 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`
34592026-03-19T03:02:48.253Z 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=40f3bcf99f143e5f -C extra-filename=-007dad6efd7a17f3 --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-721a419a51d2d2d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602026-03-19T03:02:48.256Z Compiling zstd v0.13.3
34612026-03-19T03:02:48.257Z Compiling derive-ex v0.1.8
34622026-03-19T03:02:48.257Z Compiling parse-display-derive v0.10.0
34632026-03-19T03:02:48.257Z Compiling backoff v0.4.0
34642026-03-19T03:02:48.257Z Compiling unsafe-libyaml v0.2.11
34652026-03-19T03:02:48.257Z Compiling convert_case v0.4.0
34662026-03-19T03:02:48.257Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=627605c36ac3d1eb -C extra-filename=-7bc560c1e73e395d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-35c55e2734f6868a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-03-19T03:02:48.309Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=12dec626734bcb51 -C extra-filename=-7c799f01f543fd29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-03-19T03:02:48.354Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=d865d4d209057aba -C extra-filename=-8ede348f1f418989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f874c5ebebef521c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-03-19T03:02:48.507Z 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=f90aa608c827b9fd -C extra-filename=-049729af0b0b69bf --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-e281fa0397783dbc.rmeta --cap-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-2173e318c097e7ac/out`
34702026-03-19T03:02:48.512Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73887b7901b2e165 -C extra-filename=-ffeed4f710fb4271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-03-19T03:02:48.558Z Compiling secrecy v0.10.3
34722026-03-19T03:02:48.562Z Compiling glob v0.3.3
34732026-03-19T03:02:48.562Z Compiling typify-impl v0.6.1
34742026-03-19T03:02:48.562Z Compiling toml_edit v0.23.10+spec-1.0.0
34752026-03-19T03:02:48.562Z Compiling crucible-workspace-hack v0.1.0
34762026-03-19T03:02:48.562Z Compiling heapless v0.8.0
34772026-03-19T03:02:48.562Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=538abe899ac5c6cf -C extra-filename=-de1927ffabb85bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-03-19T03:02:48.562Z 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=5862da2451338f29 -C extra-filename=-9c44e07fbcbacb75 --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-1988f17f35e1db6f.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-82f8dd637d8a4bb9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-03-19T03:02:48.562Z 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`
34802026-03-19T03:02:48.562Z 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`
34812026-03-19T03:02:48.764Z Compiling daft v0.1.5
34822026-03-19T03:02:48.768Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34832026-03-19T03:02:48.768Z Compiling half v2.7.1
34842026-03-19T03:02:48.768Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d5d08dc490ab9f42 -C extra-filename=-253a49645f9faf1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852026-03-19T03:02:48.768Z 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`
34862026-03-19T03:02:48.768Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=4cf5d8434b1ed4a6 -C extra-filename=-4282c72e613cdd8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-03-19T03:02:48.768Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8372958e3fd19433 -C extra-filename=-6662382532cd17d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-03-19T03:02:48.817Z 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`
34892026-03-19T03:02:48.821Z 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`
34902026-03-19T03:02:48.974Z Compiling zip v4.6.1
34912026-03-19T03:02:48.977Z Compiling ingot-macros v0.1.1
34922026-03-19T03:02:49.024Z 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`
34932026-03-19T03:02:49.028Z 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=a951ee5b02f9e4b3 -C extra-filename=-0db8fe7a52ec78b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-860f38112229de57.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-03-19T03:02:49.028Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=4dba737b790ceed8 -C extra-filename=-b8a887ede189b15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952026-03-19T03:02:49.080Z Compiling derive_more v0.99.20
34962026-03-19T03:02:49.086Z Compiling tabwriter v1.4.1
34972026-03-19T03:02:49.086Z Compiling hash32 v0.3.1
34982026-03-19T03:02:49.127Z Compiling ciborium-io v0.2.2
34992026-03-19T03:02:49.180Z 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=938d232624f2fb1e -C extra-filename=-a96f2ab4c252a0d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-c4a9e5e5ff78eef0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-89ca56f9fb569726.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-049729af0b0b69bf.rmeta --cap-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-2173e318c097e7ac/out`
35002026-03-19T03:02:49.183Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=767fa631f50ad2a9 -C extra-filename=-46c915933335eb47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-dac69a3fe8e72409.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012026-03-19T03:02:49.339Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35022026-03-19T03:02:49.342Z Compiling smoltcp v0.11.0
35032026-03-19T03:02:49.342Z Compiling cobs v0.3.0
35042026-03-19T03:02:49.343Z Compiling foreign-types-macros v0.2.3
35052026-03-19T03:02:49.343Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=32c9f938f435c925 -C extra-filename=-c70ee8b8546d9309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-f0151779063ab4a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-03-19T03:02:49.343Z 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`
35072026-03-19T03:02:49.343Z 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`
35082026-03-19T03:02:49.343Z 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`
35092026-03-19T03:02:49.390Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8/build-script-build`
35102026-03-19T03:02:49.393Z Compiling iddqd v0.3.17
35112026-03-19T03:02:49.393Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35122026-03-19T03:02:49.393Z Compiling serde_yaml v0.9.34+deprecated
35132026-03-19T03:02:49.393Z 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`
35142026-03-19T03:02:49.393Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1ca27d9ff36a6195 -C extra-filename=-67491513fa2e2be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-03-19T03:02:49.393Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=6f97f8d77fb948b8 -C extra-filename=-646a67aa2183e6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-03-19T03:02:49.445Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8541c879314d5a1c -C extra-filename=-acc578f05ddc32ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-583cfd0c0cc1cf48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172026-03-19T03:02:49.449Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176/build-script-build`
35182026-03-19T03:02:49.496Z 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=26534d92aac510f6 -C extra-filename=-14c3507ff367e67e --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-0db8fe7a52ec78b4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192026-03-19T03:02:49.500Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=bfba4401dd0378a7 -C extra-filename=-b040a82236bbd4cd --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-0db8fe7a52ec78b4.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-f8ec8cbb552e371e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.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`
35202026-03-19T03:02:49.500Z 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`
35212026-03-19T03:02:49.548Z Compiling ciborium-ll v0.2.2
35222026-03-19T03:02:49.631Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07/build-script-build`
35232026-03-19T03:02:49.636Z Compiling foreign-types-shared v0.3.1
35242026-03-19T03:02:49.657Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f4eb28e5c45eab58 -C extra-filename=-611065599d460bcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b8a887ede189b15f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-03-19T03:02:49.707Z Compiling proc-macro-crate v3.4.0
35262026-03-19T03:02:49.809Z 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`
35272026-03-19T03:02:49.813Z Compiling cpufeatures v0.3.0
35282026-03-19T03:02:49.967Z 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`
35292026-03-19T03:02:49.970Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce38aa2ec4690008 -C extra-filename=-24adcddf22f58b1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4282c72e613cdd8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302026-03-19T03:02:49.970Z Compiling postcard v1.1.3
35312026-03-19T03:02:50.011Z 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`
35322026-03-19T03:02:50.015Z 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`
35332026-03-19T03:02:50.109Z Compiling tokio-rustls v0.25.0
35342026-03-19T03:02:50.112Z Compiling ciborium v0.2.2
35352026-03-19T03:02:50.176Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=636b43b28516ef71 -C extra-filename=-0d897d1666ed339a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-646a67aa2183e6d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-03-19T03:02:50.229Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a/build-script-build`
35372026-03-19T03:02:50.329Z Compiling chacha20 v0.10.0
35382026-03-19T03:02:50.333Z Compiling proc-macro-crate v1.3.1
35392026-03-19T03:02:50.333Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35402026-03-19T03:02:50.333Z 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=cc6c9358738446fd -C extra-filename=-d6ed381ceb221592 --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-64476eacd2008698.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-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-615063de10837e60/out`
35412026-03-19T03:02:50.333Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=537e7cc1c666a62f -C extra-filename=-1bc321bceb338989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-611065599d460bcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-03-19T03:02:50.530Z Compiling hyper v1.8.1
35432026-03-19T03:02:50.534Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35442026-03-19T03:02:50.534Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35452026-03-19T03:02:50.534Z Compiling cstr-argument v0.1.2
35462026-03-19T03:02:50.534Z 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`
35472026-03-19T03:02:50.580Z 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`
35482026-03-19T03:02:50.583Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e563ee773d28a017 -C extra-filename=-e2c0ca15e9441740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-03-19T03:02:50.583Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb8b0b45d88fecc4 -C extra-filename=-003708f9f08f1814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502026-03-19T03:02:50.737Z 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=8223e4f4668589fe -C extra-filename=-9ab24c4afd1b9cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-32ee764d42fff236.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-02d7ef8c098a2a2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.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`
35512026-03-19T03:02:50.741Z 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/e547d07/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=485f154874251469 -C extra-filename=-10ae072e1db3e8d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-10ae072e1db3e8d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-03-19T03:02:50.741Z 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`
35532026-03-19T03:02:50.791Z 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/e547d07/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=ba3c7f2c404479d8 -C extra-filename=-a16c4044a14c2b3b --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`
35542026-03-19T03:02:50.794Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
35552026-03-19T03:02:50.794Z Compiling colored v3.1.1
35562026-03-19T03:02:50.794Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4/build-script-build`
35572026-03-19T03:02:50.794Z 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`
35582026-03-19T03:02:50.842Z Compiling num_enum_derive v0.7.5
35592026-03-19T03:02:50.898Z 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`
35602026-03-19T03:02:50.898Z Compiling rand v0.10.0
35612026-03-19T03:02:51.001Z 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`
35622026-03-19T03:02:51.005Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=da2d1f4c07b340fc -C extra-filename=-2835ca4522b5f476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-24adcddf22f58b1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632026-03-19T03:02:51.058Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35642026-03-19T03:02:51.062Z Compiling sigpipe v0.1.3
35652026-03-19T03:02:51.062Z 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=9b5b6c1ae37ce23d -C extra-filename=-43361329d4d40a41 --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-0aca6a5997de6e76.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`
35662026-03-19T03:02:51.220Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35672026-03-19T03:02:51.220Z Compiling indent_write v2.2.0
35682026-03-19T03:02:51.220Z 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=3e1c05548553d69c -C extra-filename=-02e3046d35894c0b --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-03-19T03:02:51.223Z 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/e547d07/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35c90e4bcc22dea2 -C extra-filename=-6938a5461d34d31e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-03-19T03:02:51.375Z Compiling test-strategy v0.4.5
35712026-03-19T03:02:51.378Z Compiling parse-display v0.10.0
35722026-03-19T03:02:51.378Z Compiling foreign-types v0.5.0
35732026-03-19T03:02:51.378Z Compiling num_enum_derive v0.5.11
35742026-03-19T03:02:51.378Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
35752026-03-19T03:02:51.378Z Compiling smf v0.2.3
35762026-03-19T03:02:51.378Z Compiling num-derive v0.4.2
35772026-03-19T03:02:51.378Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35782026-03-19T03:02:51.378Z Compiling whoami v1.6.1
35792026-03-19T03:02:51.378Z 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`
35802026-03-19T03:02:51.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/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=675c47703f77f6af -C extra-filename=-e9857e04780c05eb --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-e9857e04780c05eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812026-03-19T03:02:51.378Z 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`
35822026-03-19T03:02:51.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=e178141c9801d685 -C extra-filename=-2b484c1ac7964fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-de1927ffabb85bc1.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-03-19T03:02:51.482Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35842026-03-19T03:02:51.482Z Compiling universal-hash v0.5.1
35852026-03-19T03:02:51.482Z Compiling opaque-debug v0.3.1
35862026-03-19T03:02:51.482Z Compiling aead v0.5.2
35872026-03-19T03:02:51.482Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-10ae072e1db3e8d6/build-script-build`
35882026-03-19T03:02:51.528Z 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`
35892026-03-19T03:02:51.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4c0c4af4a70222b -C extra-filename=-2103e36ff950f728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-03-19T03:02:51.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9829b54c789968c5 -C extra-filename=-9544354c5c503a30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912026-03-19T03:02:51.532Z 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`
35922026-03-19T03:02:51.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=571ab6ff45321ecb -C extra-filename=-4e86e66753237f79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-e2c0ca15e9441740.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-03-19T03:02:51.532Z 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/36f20be/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f6a4a9aacb41bfb -C extra-filename=-38e4f8e7c9d61e81 --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-b1db1361eaf8c359.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942026-03-19T03:02:51.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=47b3b73911f33d4b -C extra-filename=-40d5200e860ebfa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-67491513fa2e2be3.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-e2b03b1de77612b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952026-03-19T03:02:51.532Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3131f38e0f8f15ff -C extra-filename=-d485e9a46a9073e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-ffeed4f710fb4271.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7164abf2cbc254bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962026-03-19T03:02:51.532Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb/build-script-build`
35972026-03-19T03:02:51.578Z 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`
35982026-03-19T03:02:51.640Z 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=72fdca9107dbe64b -C extra-filename=-de26d08b52fb48ef --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-9efdc25063733208.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`
35992026-03-19T03:02:51.640Z 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=bdbfc39f7d659741 -C extra-filename=-b5c2bbb092cf9333 --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-9efdc25063733208.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002026-03-19T03:02:51.640Z 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=246543e67dc34891 -C extra-filename=-8c73ef531eca64d0 --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-b1db1361eaf8c359.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-003708f9f08f1814.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012026-03-19T03:02:51.641Z Compiling chacha20 v0.9.1
36022026-03-19T03:02:51.680Z Compiling swrite v0.1.0
36032026-03-19T03:02:51.684Z 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=9d421059c76c9dfb -C extra-filename=-ce942dec674e549d --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-8007375be0995fdd.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`
36042026-03-19T03:02:51.684Z 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`
36052026-03-19T03:02:51.784Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36062026-03-19T03:02:51.788Z 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/36f20be/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=859405e3c7bd472e -C extra-filename=-094d038346fb289b --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-38e4f8e7c9d61e81.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072026-03-19T03:02:51.833Z Compiling unicode-width v0.1.14
36082026-03-19T03:02:51.931Z Compiling thiserror-impl-no-std v2.0.2
36092026-03-19T03:02:51.934Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36102026-03-19T03:02:51.985Z 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`
36112026-03-19T03:02:52.038Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e843fb86a7365329 -C extra-filename=-001b065364cd9ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-03-19T03:02:52.042Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36132026-03-19T03:02:52.135Z 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/7103cd3/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffff46449e68d6cf -C extra-filename=-df3a6cd461b5fe4a --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-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-03-19T03:02:52.235Z Compiling poly1305 v0.8.0
36152026-03-19T03:02:52.239Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36162026-03-19T03:02:52.239Z Compiling blake2 v0.10.6
36172026-03-19T03:02:52.239Z Compiling password-hash v0.5.0
36182026-03-19T03:02:52.239Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36599df50593833a -C extra-filename=-5700595b02ef7a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-b2b295196ab278b2.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-40d5200e860ebfa0.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-03-19T03:02:52.239Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-e9857e04780c05eb/build-script-build`
36202026-03-19T03:02:52.433Z Compiling hyper-util v0.1.20
36212026-03-19T03:02:52.440Z Compiling usdt-macro v0.5.0
36222026-03-19T03:02:52.440Z Compiling usdt-attr-macro v0.5.0
36232026-03-19T03:02:52.440Z Compiling atomicwrites v0.4.4
36242026-03-19T03:02:52.536Z 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=07ca90b241f46291 -C extra-filename=-7da2ec21875bf870 --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-de26d08b52fb48ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-03-19T03:02:52.539Z 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=63bf20d2d0e97d79 -C extra-filename=-ebfe21a42ae7d09e --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-cb1154d6df4dcc09.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`
36262026-03-19T03:02:52.539Z 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=d21f37392d06152a -C extra-filename=-2d74eb411f0b05b7 --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-c051f503f089cbc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-03-19T03:02:52.539Z 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/36f20be/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e7bad166bf46d44 -C extra-filename=-bc0ce21c943611a2 --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-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-03-19T03:02:52.540Z Compiling memmap v0.7.0
36292026-03-19T03:02:52.540Z 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=c3554f33f37174f4 -C extra-filename=-c57e1957e31f1d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-043d7a1526811242.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-03-19T03:02:52.581Z 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=2e50118b45cf1b43 -C extra-filename=-cd73e7fb317dba7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-154b959f3a3ff3c7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-03-19T03:02:52.585Z 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=36a045548fde47ea -C extra-filename=-b6f601029bc67859 --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-5790665f688b09aa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-03-19T03:02:52.585Z 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=a85ab4b2a03e4555 -C extra-filename=-95eafc8d5a2f326a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-043d7a1526811242.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-03-19T03:02:52.632Z Compiling derive-where v1.6.0
36342026-03-19T03:02:52.636Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b/build-script-build`
36352026-03-19T03:02:52.636Z 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=a8a82a4f2dabcdd2 -C extra-filename=-24967c8cc9c32932 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-03-19T03:02:52.734Z Compiling console v0.15.11
36372026-03-19T03:02:52.738Z Compiling newline-converter v0.3.0
36382026-03-19T03:02:52.738Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=4b408c31b969b438 -C extra-filename=-3ffff16a0e8e2ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392026-03-19T03:02:52.838Z Compiling bytecount v0.6.9
36402026-03-19T03:02:52.842Z Compiling owo-colors v4.3.0
36412026-03-19T03:02:52.842Z 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=5c13fa3c0501292b -C extra-filename=-bd8db95484c97424 --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-b1db1361eaf8c359.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`
36422026-03-19T03:02:52.842Z 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`
36432026-03-19T03:02:52.995Z Compiling num_enum v0.7.5
36442026-03-19T03:02:52.999Z Compiling prettyplease v0.2.37
36452026-03-19T03:02:52.999Z Compiling num-rational v0.4.2
36462026-03-19T03:02:52.999Z 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`
36472026-03-19T03:02:52.999Z 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`
36482026-03-19T03:02:53.090Z Compiling argon2 v0.5.3
36492026-03-19T03:02:53.093Z Compiling num-complex v0.4.6
36502026-03-19T03:02:53.093Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=1b12d4877e8cf5ce -C extra-filename=-700e7238e9014ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-2835ca4522b5f476.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512026-03-19T03:02:53.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/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`
36522026-03-19T03:02:53.239Z 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`
36532026-03-19T03:02:53.246Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36542026-03-19T03:02:53.246Z Compiling cancel-safe-futures v0.1.5
36552026-03-19T03:02:53.247Z Compiling libsw-core v0.3.2
36562026-03-19T03:02:53.247Z 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=531b4c77527db7ef -C extra-filename=-b02895a4c285a2eb --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-2d74eb411f0b05b7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ebfe21a42ae7d09e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572026-03-19T03:02:53.247Z 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`
36582026-03-19T03:02:53.396Z Compiling chacha20poly1305 v0.10.1
36592026-03-19T03:02:53.400Z Compiling float-ord v0.3.2
36602026-03-19T03:02:53.400Z Compiling linear-map v1.2.0
36612026-03-19T03:02:53.400Z 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=cfd5234bfecd933f -C extra-filename=-606147e1ae0fc628 --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-b1db1361eaf8c359.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9544354c5c503a30.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-03-19T03:02:53.401Z 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=739234f5e5220999 -C extra-filename=-d73b0589dfe883f9 --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-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-03-19T03:02:53.401Z 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`
36642026-03-19T03:02:53.503Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
36652026-03-19T03:02:53.506Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36662026-03-19T03:02:53.644Z 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`
36672026-03-19T03:02:53.655Z 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`
36682026-03-19T03:02:53.655Z 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=c00865ad2d6818eb -C extra-filename=-9c71297ff2717ee1 --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-b5c2bbb092cf9333.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ce942dec674e549d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7da2ec21875bf870.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692026-03-19T03:02:53.660Z Compiling ingot-types v0.1.2
36702026-03-19T03:02:53.660Z Compiling gethostname v0.5.0
36712026-03-19T03:02:53.660Z Compiling same-file v1.0.6
36722026-03-19T03:02:53.660Z 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=4544e96ff413f70c -C extra-filename=-7a153eff30884154 --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-b1db1361eaf8c359.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bca8bb8c1bf9d50f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-700e7238e9014ef4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732026-03-19T03:02:53.660Z 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/36f20be/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d8948b4212592b5 -C extra-filename=-e7cc4b73dcb12489 --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-df3a6cd461b5fe4a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-bc0ce21c943611a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-03-19T03:02:53.759Z Compiling num_enum v0.5.11
36752026-03-19T03:02:53.762Z Compiling libsw v3.5.0
36762026-03-19T03:02:53.762Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e56dd193675e85db -C extra-filename=-cdb4c5a3370cd5be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-46c915933335eb47.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-03-19T03:02:53.762Z 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=fa7d6517bf355de0 -C extra-filename=-38032840d62b6ea9 --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-5790665f688b09aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-03-19T03:02:53.762Z 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`
36792026-03-19T03:02:53.916Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=5ca66f1f2c31d227 -C extra-filename=-21034107fa2e8297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-4e86e66753237f79.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802026-03-19T03:02:53.972Z 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=8d5290885b830308 -C extra-filename=-c6704c7d91c35af0 --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-d73b0589dfe883f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-03-19T03:02:53.979Z Compiling num v0.4.3
36822026-03-19T03:02:54.025Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c/build-script-build`
36832026-03-19T03:02:54.174Z Compiling walkdir v2.5.0
36842026-03-19T03:02:54.185Z Compiling unicode-xid v0.2.6
36852026-03-19T03:02:54.186Z Compiling async-recursion v1.1.1
36862026-03-19T03:02:54.186Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339/build-script-build`
36872026-03-19T03:02:54.221Z 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`
36882026-03-19T03:02:54.577Z Compiling thiserror-no-std v2.0.2
36892026-03-19T03:02:54.583Z Compiling usdt v0.5.0
36902026-03-19T03:02:54.584Z Compiling expectorate v1.2.0
36912026-03-19T03:02:54.584Z Compiling resolv-conf v0.7.6
36922026-03-19T03:02:54.584Z Compiling convert_case v0.10.0
36932026-03-19T03:02:54.584Z Compiling smawk v0.3.2
36942026-03-19T03:02:54.584Z Compiling unicode-linebreak v0.1.5
36952026-03-19T03:02:54.584Z Compiling globset v0.4.18
36962026-03-19T03:02:54.584Z Compiling slog-dtrace v0.3.0
36972026-03-19T03:02:54.584Z 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=d13a94812fa59530 -C extra-filename=-d0e21f6f088d9873 --out-dir /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-7a153eff30884154.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-700e7238e9014ef4.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5700595b02ef7a4c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-43361329d4d40a41.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-8c73ef531eca64d0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-154b959f3a3ff3c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36982026-03-19T03:02:54.584Z 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`
36992026-03-19T03:02:54.584Z 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`
37002026-03-19T03:02:54.590Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2da27c0042d3aba -C extra-filename=-06f73d05a211c991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-03-19T03:02:54.929Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=cc8091b34397cf74 -C extra-filename=-f765dc701cb02aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-001b065364cd9ac4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022026-03-19T03:02:54.934Z 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=360a57f018cb4c0e -C extra-filename=-a77601f95f2fa6bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-043d7a1526811242.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9b6bf89d831ba713.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-24967c8cc9c32932.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-95eafc8d5a2f326a.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c57e1957e31f1d65.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-03-19T03:02:54.934Z 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=45e02831763998bf -C extra-filename=-e29bf263e307f126 --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-b6f601029bc67859.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-bd8db95484c97424.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`
37042026-03-19T03:02:54.934Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf/build-script-build`
37052026-03-19T03:02:54.934Z Compiling hyper-tls v0.6.0
37062026-03-19T03:02:54.973Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37072026-03-19T03:02:54.977Z Compiling ingot v0.1.1
37082026-03-19T03:02:54.977Z Compiling termtree v0.5.1
37092026-03-19T03:02:54.978Z Compiling pin-project-internal v1.1.11
37102026-03-19T03:02:55.019Z Compiling fd-lock v4.0.4
37112026-03-19T03:02:55.025Z Compiling vte v0.14.1
37122026-03-19T03:02:55.025Z 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`
37132026-03-19T03:02:55.025Z 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`
37142026-03-19T03:02:55.025Z 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`
37152026-03-19T03:02:55.025Z 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`
37162026-03-19T03:02:55.025Z 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`
37172026-03-19T03:02:55.026Z 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`
37182026-03-19T03:02:55.317Z 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=c60265b7dd119a80 -C extra-filename=-e61c8a002678d2e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-27e4d2e5251ca86e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-97048be6794bc2c3.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`
37192026-03-19T03:02:55.322Z 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=badef0934ab9453f -C extra-filename=-ccf60ca82959ab0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-7bc560c1e73e395d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-53065c8e8253a743.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e2bd119e292ea0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7c799f01f543fd29.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7da7109faeb6dc2a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d6ed381ceb221592.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5272333e71804918.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-615063de10837e60/out`
37202026-03-19T03:02:55.322Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37212026-03-19T03:02:55.322Z Compiling vsss-rs v3.3.4
37222026-03-19T03:02:55.322Z Compiling linked-hash-map v0.5.6
37232026-03-19T03:02:55.366Z Compiling minimal-lexical v0.2.1
37242026-03-19T03:02:55.369Z Compiling hickory-proto v0.24.4
37252026-03-19T03:02:55.416Z 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=ff5deff73d884074 -C extra-filename=-8667ea0137aa1281 --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-0db8fe7a52ec78b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262026-03-19T03:02:55.420Z 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`
37272026-03-19T03:02:55.420Z 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=541a2c18cf7c9cff -C extra-filename=-8415196cf4788f1b --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-ecf1f97deaa88adb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282026-03-19T03:02:55.420Z 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`
37292026-03-19T03:02:55.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e30f5242819f7d1 -C extra-filename=-97d2f635cac76560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302026-03-19T03:02:55.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=2bc5b389ce57c817 -C extra-filename=-2ea35f8f1ae95352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
37312026-03-19T03:02:55.420Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=45799c1983a7f2db -C extra-filename=-fa651574ff73e462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-46c915933335eb47.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-cdb4c5a3370cd5be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-03-19T03:02:55.751Z 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=1f634655b528ce62 -C extra-filename=-222553181e9ecc5a --out-dir /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-b1db1361eaf8c359.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-21034107fa2e8297.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-03-19T03:02:55.824Z 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=8dc14fff2c505830 -C extra-filename=-c790592146f65176 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342026-03-19T03:02:55.824Z Compiling typify-macro v0.6.1
37352026-03-19T03:02:55.824Z Compiling tokio-dtrace v0.1.1
37362026-03-19T03:02:55.850Z Compiling derive_more-impl v2.1.1
37372026-03-19T03:02:55.851Z Compiling strip-ansi-escapes v0.2.1
37382026-03-19T03:02:55.851Z Compiling pem v3.0.6
37392026-03-19T03:02:55.851Z 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`
37402026-03-19T03:02:55.851Z 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=30f8e106246098bb -C extra-filename=-040e1ad17fac6d2b --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-ede334972a2e3e07.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f765dc701cb02aec.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-03-19T03:02:55.851Z 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-03-19T03:02:55.869Z 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=ff9486a0541e40d6 -C extra-filename=-a4053eb5275dc249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-03-19T03:02:56.136Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82a97d09cb4868ab -C extra-filename=-9f06c4b472fb93ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-6662382532cd17d5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-03-19T03:02:56.140Z Compiling nibble_vec v0.1.0
37452026-03-19T03:02:56.140Z Compiling nu-ansi-term v0.50.3
37462026-03-19T03:02:56.140Z Compiling display-error-chain v0.2.2
37472026-03-19T03:02:56.140Z Compiling endian-type v0.1.2
37482026-03-19T03:02:56.140Z Compiling ar_archive_writer v0.5.1
37492026-03-19T03:02:56.140Z Compiling snafu-derive v0.8.9
37502026-03-19T03:02:56.140Z Compiling textwrap v0.16.2
37512026-03-19T03:02:56.140Z Compiling olpc-cjson v0.1.4
37522026-03-19T03:02:56.141Z Compiling serde_plain v1.0.2
37532026-03-19T03:02:56.184Z 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=51ee54665a01f049 -C extra-filename=-6eb84ed867edd473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-03-19T03:02:56.189Z 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)'`
37552026-03-19T03:02:56.235Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=cf9115e6f52762c0 -C extra-filename=-4b16e32a2cb11a90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-d0eea7c597dd0bad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-03-19T03:02:56.239Z 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`
37572026-03-19T03:02:56.239Z 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`
37582026-03-19T03:02:56.240Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a/build-script-build`
37592026-03-19T03:02:56.572Z 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`
37602026-03-19T03:02:56.576Z 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`
37612026-03-19T03:02:56.576Z 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`
37622026-03-19T03:02:56.576Z Compiling oxide-tokio-rt v0.1.3
37632026-03-19T03:02:56.576Z Compiling nom v7.1.3
37642026-03-19T03:02:56.576Z Compiling lru-cache v0.1.2
37652026-03-19T03:02:56.576Z Compiling typed-path v0.9.3
37662026-03-19T03:02:56.577Z 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`
37672026-03-19T03:02:56.577Z 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`
37682026-03-19T03:02:56.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=c3ee84434c300e91 -C extra-filename=-0bfc0d4a374e8cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692026-03-19T03:02:56.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=409425748f0fd6e4 -C extra-filename=-93579350b8206f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-03-19T03:02:56.577Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9396ef23990624c3 -C extra-filename=-66e816845a3c3a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-03-19T03:02:56.577Z 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=43a65d9d0432b630 -C extra-filename=-544d6c657e9c4194 --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-dfe31b45dc442a58.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`
37722026-03-19T03:02:56.873Z 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=443e9a2a20311b75 -C extra-filename=-33f5f11d015be99a --out-dir /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-222553181e9ecc5a.rmeta --cap-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-67aff659fdf95efa/out -l static=pci`
37732026-03-19T03:02:56.876Z 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=89f9f3ffb4ccda52 -C extra-filename=-ea7b2aae9259721b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-03-19T03:02:56.876Z Compiling stacker v0.1.23
37752026-03-19T03:02:56.876Z Compiling csv-core v0.1.13
37762026-03-19T03:02:56.876Z Compiling humantime v2.3.0
37772026-03-19T03:02:56.876Z Compiling highway v1.3.0
37782026-03-19T03:02:56.876Z Compiling cfg_aliases v0.1.1
37792026-03-19T03:02:56.876Z Compiling home v0.5.12
37802026-03-19T03:02:56.919Z Compiling papergrid v0.11.0
37812026-03-19T03:02:56.922Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37822026-03-19T03:02:56.922Z 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`
37832026-03-19T03:02:56.923Z 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`
37842026-03-19T03:02:56.923Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=782bbe0faca916e1 -C extra-filename=-cb9a43a6464c78e9 --out-dir /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-ec9588cfb7999655.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-6eb84ed867edd473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-03-19T03:02:56.969Z 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`
37862026-03-19T03:02:57.230Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=a1849764e4089b7f -C extra-filename=-b06b4308cd2d0f67 --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-b06b4308cd2d0f67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-03-19T03:02:57.241Z 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`
37882026-03-19T03:02:57.241Z 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`
37892026-03-19T03:02:57.241Z 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`
37902026-03-19T03:02:57.241Z 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`
37912026-03-19T03:02:57.242Z 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`
37922026-03-19T03:02:57.242Z Compiling pin-project v1.1.11
37932026-03-19T03:02:57.242Z Compiling radix_trie v0.2.1
37942026-03-19T03:02:57.242Z Compiling reedline v0.40.0
37952026-03-19T03:02:57.280Z Compiling tabled_derive v0.7.0
37962026-03-19T03:02:57.287Z Compiling recursive-proc-macro-impl v0.1.1
37972026-03-19T03:02:57.287Z 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`
37982026-03-19T03:02:57.287Z 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=da24b52eadd1c2fa -C extra-filename=-e21d386c8acd78a5 --out-dir /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-40416eaef8f7236b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992026-03-19T03:02:57.533Z Compiling csv v1.4.0
38002026-03-19T03:02:57.543Z Compiling phf_shared v0.12.1
38012026-03-19T03:02:57.543Z Compiling semver v0.1.20
38022026-03-19T03:02:57.543Z Compiling chrono-tz v0.10.4
38032026-03-19T03:02:57.543Z Compiling const_format_proc_macros v0.2.34
38042026-03-19T03:02:57.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13f8eaabdfa3dcd6 -C extra-filename=-094c81373b782df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-03-19T03:02:57.543Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac81bee985241561 -C extra-filename=-57958fddfb9dbace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-97d2f635cac76560.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-03-19T03:02:57.588Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4827d8a46a92a5b6 -C extra-filename=-3dbbcdaceddb5104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-03-19T03:02:57.593Z 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=3d946ebb68e0cd07 -C extra-filename=-1552454a6dbcd8ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-8415196cf4788f1b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-62d06a8cd2db10be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-129169b27369193c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f4708de838994be0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082026-03-19T03:02:57.593Z 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`
38092026-03-19T03:02:57.793Z 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`
38102026-03-19T03:02:57.880Z Compiling derive_more v2.1.1
38112026-03-19T03:02:57.880Z Compiling psm v0.1.30
38122026-03-19T03:02:57.880Z Compiling nix v0.28.0
38132026-03-19T03:02:57.880Z Compiling peg-macros v0.8.5
38142026-03-19T03:02:57.880Z Compiling sqlparser_derive v0.5.0
38152026-03-19T03:02:57.880Z Compiling winnow v0.6.26
38162026-03-19T03:02:57.880Z Compiling unicode_categories v0.1.1
38172026-03-19T03:02:57.880Z Compiling base64 v0.21.7
38182026-03-19T03:02:57.880Z Compiling bcs v0.1.6
38192026-03-19T03:02:57.880Z 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`
38202026-03-19T03:02:57.881Z 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`
38212026-03-19T03:02:57.881Z 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`
38222026-03-19T03:02:57.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=3a0b7ca7d170def7 -C extra-filename=-678bbdc40ba25fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-03-19T03:02:57.943Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=2d922d4841d83146 -C extra-filename=-9bcc34f4b9043861 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-4b16e32a2cb11a90.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242026-03-19T03:02:57.949Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-b06b4308cd2d0f67/build-script-build`
38252026-03-19T03:02:57.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=1140399df6de9207 -C extra-filename=-405c455d6ab88401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-03-19T03:02:57.949Z 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`
38272026-03-19T03:02:57.949Z 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`
38282026-03-19T03:02:57.949Z 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`
38292026-03-19T03:02:57.987Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
38302026-03-19T03:02:57.992Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
38312026-03-19T03:02:57.992Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b5141609c499a7b -C extra-filename=-2520c199c51d5b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322026-03-19T03:02:57.992Z 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`
38332026-03-19T03:02:57.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=fd1d4c81e02a9e75 -C extra-filename=-587ce044773e7cc2 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-587ce044773e7cc2 -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-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-03-19T03:02:57.993Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3a95a4e559c7c54 -C extra-filename=-0b420b0e47f16de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-03-19T03:02:58.095Z Compiling crossterm v0.29.0
38362026-03-19T03:02:58.109Z Compiling phf v0.12.1
38372026-03-19T03:02:58.109Z 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/e547d07/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=c7d9a3387c28ed89 -C extra-filename=-65a19d577012992b --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-a16c4044a14c2b3b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-fa651574ff73e462.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cb388b4807b3b38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-03-19T03:02:58.110Z 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/b603c9f/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=37c6e0331a06276e -C extra-filename=-b90737c97521ebe2 --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-007dad6efd7a17f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392026-03-19T03:02:58.284Z Compiling rustc_version v0.1.7
38402026-03-19T03:02:58.287Z Compiling typify-impl v0.4.3
38412026-03-19T03:02:58.287Z Compiling utf-8 v0.7.6
38422026-03-19T03:02:58.287Z 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=aa676943e87f4c3f -C extra-filename=-58f015fb1f52f436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9bcc34f4b9043861.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-01abc7363302675f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432026-03-19T03:02:58.287Z 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`
38442026-03-19T03:02:58.393Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc/build-script-build`
38452026-03-19T03:02:58.406Z Compiling arc-swap v1.8.2
38462026-03-19T03:02:58.406Z Compiling filetime v0.2.27
38472026-03-19T03:02:58.406Z 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`
38482026-03-19T03:02:58.406Z 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`
38492026-03-19T03:02:58.406Z 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=b425e0800f878b30 -C extra-filename=-ce9b2f96dc6e633a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-03-19T03:02:58.440Z Compiling hickory-resolver v0.24.4
38512026-03-19T03:02:58.490Z 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`
38522026-03-19T03:02:58.495Z 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=17a199fd71788f59 -C extra-filename=-d367f691492eb65e --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-03-19T03:02:58.495Z Compiling xattr v1.6.1
38542026-03-19T03:02:58.549Z 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=e8ad604b2e4791e9 -C extra-filename=-f44f9dfeea90a656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a4053eb5275dc249.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-887e140ba4b052f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552026-03-19T03:02:58.553Z Compiling typeid v1.0.3
38562026-03-19T03:02:58.554Z 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-03-19T03:02:58.597Z Compiling subprocess v0.2.15
38582026-03-19T03:02:58.651Z Compiling headers-core v0.3.0
38592026-03-19T03:02:58.655Z 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`
38602026-03-19T03:02:58.710Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38612026-03-19T03:02:58.715Z 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=b6d8e6253c29e6d7 -C extra-filename=-a6f0596770879eb1 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-03-19T03:02:58.716Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c57ab3b3d5ce0c4 -C extra-filename=-3d278c03b6f7453f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-03-19T03:02:58.761Z Compiling lzma-sys v0.1.20
38642026-03-19T03:02:58.765Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ffa2306dde3e55db -C extra-filename=-265fede021c7bb03 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-265fede021c7bb03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-03-19T03:02:58.818Z Compiling cargo_toml v0.22.3
38662026-03-19T03:02:58.866Z 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/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=31743d673fe742be -C extra-filename=-f74ed3fca5640396 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-f74ed3fca5640396 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.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`
38672026-03-19T03:02:58.922Z Compiling typify v0.6.1
38682026-03-19T03:02:58.925Z 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.22.3/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=998ef5fae7d25a18 -C extra-filename=-c237f91ab9c325cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5272333e71804918.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692026-03-19T03:02:58.925Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb/build-script-build`
38702026-03-19T03:02:58.969Z Compiling tabled v0.15.0
38712026-03-19T03:02:58.973Z Compiling slog-scope v4.4.1
38722026-03-19T03:02:59.073Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=3d71333dd5a0f8af -C extra-filename=-650e203ebc111744 --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-6662382532cd17d5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9f06c4b472fb93ce.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732026-03-19T03:02:59.077Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=24acf5867e385239 -C extra-filename=-c709906a8e75c71e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1cc3d69a5b340d4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742026-03-19T03:02:59.077Z Compiling const_format v0.2.35
38752026-03-19T03:02:59.227Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-587ce044773e7cc2/build-script-build`
38762026-03-19T03:02:59.278Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7fe1f96ae3dd675 -C extra-filename=-47e9c8b342575b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-90e8f2c254a14af8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772026-03-19T03:02:59.281Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=2c71928033336b82 -C extra-filename=-19d8d497c53e0b20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-79b04dba0041c8e4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-094c81373b782df2.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-03-19T03:02:59.282Z Compiling tungstenite v0.21.0
38792026-03-19T03:02:59.282Z Compiling yasna v0.5.2
38802026-03-19T03:02:59.282Z Compiling base16ct v1.0.0
38812026-03-19T03:02:59.282Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=9359f92fd70c19b5 -C extra-filename=-b96b5aa171e7158a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-678bbdc40ba25fdc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-03-19T03:02:59.471Z Compiling newtype_derive v0.1.6
38832026-03-19T03:02:59.474Z Compiling tar v0.4.44
38842026-03-19T03:02:59.474Z Compiling headers v0.4.1
38852026-03-19T03:02:59.520Z 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=ba5b9f36a230e329 -C extra-filename=-c91e4853d57d3ddf --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-cbed36e7fc71d6db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-03-19T03:02:59.523Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc"))' -C metadata=68dc6a9deecfe3fe -C extra-filename=-5d03809e94090e25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872026-03-19T03:02:59.573Z 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=c91b22f64e751570 -C extra-filename=-455b966e55d8b1b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-03-19T03:02:59.670Z Compiling snafu v0.8.9
38892026-03-19T03:02:59.673Z Compiling slog-stdlog v4.1.1
38902026-03-19T03:02:59.674Z Compiling dropshot-api-manager-types v0.6.0
38912026-03-19T03:02:59.674Z 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/e547d07/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=11eed8f5ca04df06 -C extra-filename=-c4fa263fce1c7091 --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-a16c4044a14c2b3b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-fa651574ff73e462.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-6938a5461d34d31e.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-65a19d577012992b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
38922026-03-19T03:02:59.720Z 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`
38932026-03-19T03:02:59.723Z 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.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=88e8e9b1c58c9227 -C extra-filename=-da301715aabf1478 --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-d367f691492eb65e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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`
38942026-03-19T03:02:59.723Z 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=2802e50acfd12b45 -C extra-filename=-b4bea5d4c989ae74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-3d278c03b6f7453f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-03-19T03:02:59.945Z Compiling progenitor-impl v0.13.0
38962026-03-19T03:02:59.948Z Compiling sqlformat v0.3.5
38972026-03-19T03:02:59.948Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=bf525387ae2d8acb -C extra-filename=-e984f6592b564be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-57958fddfb9dbace.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-0bfc0d4a374e8cb1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-03-19T03:02:59.948Z 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=16b200f3f4bb93e9 -C extra-filename=-c26dcd9c69bdb67f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-640d2ec8e3ec01ca/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
38992026-03-19T03:02:59.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=90b890b3159c6030 -C extra-filename=-dbaa781b978f9aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-47e9c8b342575b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-03-19T03:02:59.949Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c7fd020b9e7061c -C extra-filename=-6c24f3beaf08c134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-03-19T03:02:59.994Z Compiling tagptr v0.2.0
39022026-03-19T03:02:59.997Z 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`
39032026-03-19T03:02:59.997Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053/build-script-build`
39042026-03-19T03:02:59.997Z 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=7c3c473070effde5 -C extra-filename=-a4ff784f95e8d0ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-650e203ebc111744.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`
39052026-03-19T03:02:59.997Z 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=4e8efd9056d5d0c0 -C extra-filename=-4c577e458a0fa557 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
39062026-03-19T03:02:59.997Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-265fede021c7bb03/build-script-build`
39072026-03-19T03:03:00.045Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39082026-03-19T03:03:00.049Z 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`
39092026-03-19T03:03:00.049Z 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`
39102026-03-19T03:03:00.098Z Compiling libefi-sys v0.1.0
39112026-03-19T03:03:00.144Z Compiling bitfield-struct v0.6.2
39122026-03-19T03:03:00.193Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
39132026-03-19T03:03:00.245Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34f3b71d36a3316f -C extra-filename=-c6ec84973037b99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142026-03-19T03:03:00.393Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
39152026-03-19T03:03:00.397Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39162026-03-19T03:03:00.397Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7/build-script-build`
39172026-03-19T03:03:00.590Z Compiling peg v0.8.5
39182026-03-19T03:03:00.593Z Compiling moka v0.12.13
39192026-03-19T03:03:00.593Z Compiling radium v0.7.0
39202026-03-19T03:03:00.593Z Compiling maybe-uninit v2.0.0
39212026-03-19T03:03:00.593Z 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/e547d07/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=c64d0f3203df5292 -C extra-filename=-0c49c396d37a1b4a --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-a16c4044a14c2b3b.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c4fa263fce1c7091.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-03-19T03:03:00.637Z 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=b56ff686be3fb43d -C extra-filename=-c31116e17d3f7a2d --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-b1db1361eaf8c359.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-c26dcd9c69bdb67f.rmeta --cap-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-640d2ec8e3ec01ca/out`
39232026-03-19T03:03:00.641Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-f74ed3fca5640396/build-script-build`
39242026-03-19T03:03:00.641Z 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`
39252026-03-19T03:03:00.786Z Compiling qorb v0.4.1
39262026-03-19T03:03:00.789Z Compiling tokio-tungstenite v0.21.0
39272026-03-19T03:03:00.789Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=f74208367ce6354f -C extra-filename=-dcf4020f0700e8a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-405c455d6ab88401.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-03-19T03:03:00.789Z 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`
39292026-03-19T03:03:00.789Z 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=903e9e0b433a19b1 -C extra-filename=-337dd50bb172244b --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-887e140ba4b052f4.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-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302026-03-19T03:03:00.789Z 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`
39312026-03-19T03:03:00.837Z Compiling slog-envlogger v2.2.0
39322026-03-19T03:03:00.888Z Compiling rcgen v0.12.1
39332026-03-19T03:03:00.990Z Compiling recursive v0.1.1
39342026-03-19T03:03:01.095Z Compiling tap v1.0.1
39352026-03-19T03:03:01.197Z 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=0366520ba15fd646 -C extra-filename=-754392da7f38efed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-3dbbcdaceddb5104.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-c31116e17d3f7a2d.rmeta --cap-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-640d2ec8e3ec01ca/out`
39362026-03-19T03:03:01.202Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699/build-script-build`
39372026-03-19T03:03:01.202Z 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=567bae2daa4ee801 -C extra-filename=-77b633194728ef42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-47e9c8b342575b7e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-dbaa781b978f9aff.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382026-03-19T03:03:01.202Z 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)'`
39392026-03-19T03:03:01.202Z 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=8425a6c01e07c554 -C extra-filename=-f9753df34bf392d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-455b966e55d8b1b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402026-03-19T03:03:01.202Z 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=c23ee77655799692 -C extra-filename=-167e7c84c162fc3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f44f9dfeea90a656.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-03-19T03:03:01.202Z Compiling zerocopy-derive v0.6.6
39422026-03-19T03:03:01.240Z 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=c372f856cd6c4e27 -C extra-filename=-94b1ec77297e56a9 --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-381fb8b9bb58d2f8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c91e4853d57d3ddf.rmeta --cap-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-615063de10837e60/out`
39432026-03-19T03:03:01.244Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e/build-script-build`
39442026-03-19T03:03:01.389Z 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`
39452026-03-19T03:03:01.488Z Compiling crc-catalog v2.4.0
39462026-03-19T03:03:01.492Z Compiling packed_struct v0.10.1
39472026-03-19T03:03:01.492Z Compiling funty v2.0.0
39482026-03-19T03:03:01.492Z Compiling packed_struct_codegen v0.10.1
39492026-03-19T03:03:01.588Z 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`
39502026-03-19T03:03:01.591Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08a74816c990beb3 -C extra-filename=-d9e3bb92705d3d95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512026-03-19T03:03:01.820Z Compiling sqlparser v0.61.0
39522026-03-19T03:03:01.824Z Compiling rustyline v14.0.0
39532026-03-19T03:03:01.824Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39542026-03-19T03:03:01.824Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=b34f61c766cb8276 -C extra-filename=-e6a1276ba4066f3c --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
39552026-03-19T03:03:01.824Z 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`
39562026-03-19T03:03:01.870Z 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`
39572026-03-19T03:03:01.873Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a228fbad5dc9a111 -C extra-filename=-2945faefcbd24140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582026-03-19T03:03:01.873Z 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`
39592026-03-19T03:03:02.070Z Compiling steno v0.4.1
39602026-03-19T03:03:02.073Z Compiling ron v0.12.0
39612026-03-19T03:03:02.073Z Compiling hickory-resolver v0.25.2
39622026-03-19T03:03:02.073Z Compiling wyz v0.5.1
39632026-03-19T03:03:02.073Z Compiling bitfield-macros v0.19.4
39642026-03-19T03:03:02.073Z 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=89647198966c5f0c -C extra-filename=-c6b86e661dcf42ba --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-754392da7f38efed.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0b420b0e47f16de5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out`
39652026-03-19T03:03:02.073Z 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=5807fa5658d96a81 -C extra-filename=-3a8435232f9be2b3 --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-8415196cf4788f1b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-4c577e458a0fa557.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`
39662026-03-19T03:03:02.120Z 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`
39672026-03-19T03:03:02.125Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea5e8a6423ebeb40 -C extra-filename=-dffe9acce1131fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-c6ec84973037b99f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-03-19T03:03:02.125Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8/build-script-build`
39692026-03-19T03:03:02.125Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5/build-script-build`
39702026-03-19T03:03:02.366Z Compiling xz2 v0.1.7
39712026-03-19T03:03:02.370Z Compiling crc v3.4.0
39722026-03-19T03:03:02.371Z Compiling indexmap v1.9.3
39732026-03-19T03:03:02.371Z Compiling nodrop v0.1.14
39742026-03-19T03:03:02.371Z Compiling hashbrown v0.12.3
39752026-03-19T03:03:02.371Z Compiling ron v0.8.1
39762026-03-19T03:03:02.371Z 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=6b8415fe16ae7e1f -C extra-filename=-63ad8c1a8b061283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772026-03-19T03:03:02.371Z 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.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("default", "indexmap", "integer128", "internal-span-substring-test", "std", "unicode-segmentation"))' -C metadata=d13511da23ed8fc0 -C extra-filename=-91c8c0393024abb1 --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 once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.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`
39782026-03-19T03:03:02.372Z 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`
39792026-03-19T03:03:02.372Z 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=359d7ab8855f97e4 -C extra-filename=-24c02e5e309fc5d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-337dd50bb172244b.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-887e140ba4b052f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-03-19T03:03:02.373Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58dfdeb99ec0d3bb -C extra-filename=-1390cf9209a072a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-03-19T03:03:02.472Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
39822026-03-19T03:03:02.477Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39832026-03-19T03:03:02.477Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39842026-03-19T03:03:02.477Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=d22bf2ff4902a8a4 -C extra-filename=-17a9cc06c94a705e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-e6a1276ba4066f3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
39852026-03-19T03:03:02.477Z 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`
39862026-03-19T03:03:02.477Z 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`
39872026-03-19T03:03:02.477Z 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`
39882026-03-19T03:03:02.477Z 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`
39892026-03-19T03:03:02.478Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=8a5a4a468084f6d1 -C extra-filename=-dc6bccccd51e9c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-03-19T03:03:02.478Z 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`
39912026-03-19T03:03:02.478Z 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`
39922026-03-19T03:03:02.523Z 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/e547d07/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cce8d28d4c7be6dd -C extra-filename=-3d92fa3c2e2b7a70 --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-b1db1361eaf8c359.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-d0e21f6f088d9873.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c4fa263fce1c7091.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0c49c396d37a1b4a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-0d897d1666ed339a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-03-19T03:03:02.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f05e81715e7b980 -C extra-filename=-2710c06b0597b522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-dffe9acce1131fbf.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-e386cd846ec3269e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-03-19T03:03:02.577Z 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=a9b37759915cc753 -C extra-filename=-88c1fdc831cad184 --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-b1db1361eaf8c359.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-2c5b4012fdeaaa56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-03-19T03:03:02.577Z Compiling hashbrown v0.13.2
39962026-03-19T03:03:02.622Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5/build-script-build`
39972026-03-19T03:03:02.625Z Compiling smallvec v0.6.14
39982026-03-19T03:03:02.670Z 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=7aa8af1b011bcd76 -C extra-filename=-170ce5472e32f0ca --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-9889dffc8fb05374.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-03-19T03:03:02.673Z Compiling crc-any v2.5.0
40002026-03-19T03:03:02.673Z 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`
40012026-03-19T03:03:02.722Z Compiling xshell-macros v0.2.7
40022026-03-19T03:03:02.727Z 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`
40032026-03-19T03:03:02.727Z 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`
40042026-03-19T03:03:02.774Z Compiling array-init v0.0.4
40052026-03-19T03:03:02.824Z Compiling path-slash v0.1.5
40062026-03-19T03:03:02.827Z 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`
40072026-03-19T03:03:02.870Z Compiling half v1.8.3
40082026-03-19T03:03:02.874Z 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`
40092026-03-19T03:03:02.921Z Compiling num-derive v0.3.3
40102026-03-19T03:03:02.927Z 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`
40112026-03-19T03:03:02.972Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=1dea29285f7a3e06 -C extra-filename=-0bc9f6852a78650d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-03-19T03:03:02.976Z Compiling zerocopy v0.6.6
40132026-03-19T03:03:03.022Z Compiling bitvec v1.0.1
40142026-03-19T03:03:03.072Z Compiling proc-macro-error-attr2 v2.0.0
40152026-03-19T03:03:03.075Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=174c54a15253ebdd -C extra-filename=-07d9a0c27f746347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d9e3bb92705d3d95.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-03-19T03:03:03.075Z 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`
40172026-03-19T03:03:03.076Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6410d885cce3ecd7 -C extra-filename=-e9da9abda901af9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-03-19T03:03:03.196Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40192026-03-19T03:03:03.200Z 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-13/lib/amd64 -l pq`
40202026-03-19T03:03:03.201Z 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=efdf43aee4cb35ee -C extra-filename=-85eb6f5410f59552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-03-19T03:03:03.298Z Compiling maplit v1.0.2
40222026-03-19T03:03:03.354Z Compiling papergrid v0.17.0
40232026-03-19T03:03:03.359Z Compiling testing_table v0.3.0
40242026-03-19T03:03:03.402Z 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`
40252026-03-19T03:03:03.448Z Compiling fxhash v0.2.1
40262026-03-19T03:03:03.498Z 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`
40272026-03-19T03:03:03.503Z 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`
40282026-03-19T03:03:03.635Z Compiling bitfield v0.19.4
40292026-03-19T03:03:03.639Z Compiling serde-hex v0.1.0
40302026-03-19T03:03:03.640Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40312026-03-19T03:03:03.640Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b/build-script-build`
40322026-03-19T03:03:03.640Z 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`
40332026-03-19T03:03:03.784Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
40342026-03-19T03:03:03.788Z Compiling xshell v0.2.7
40352026-03-19T03:03:03.788Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40362026-03-19T03:03:03.788Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40372026-03-19T03:03:03.788Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c945086fcd3ad231 -C extra-filename=-f0fad55f39e6f50a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-1390cf9209a072a7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-03-19T03:03:03.835Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=21ff864f67a96b14 -C extra-filename=-7f5661016d151124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-03-19T03:03:03.838Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c85909520714166c -C extra-filename=-9a4ad6ed0f63fd39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-737283aa05120af2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d000bd11ea7d48a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-03-19T03:03:03.883Z 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/falcon-45d28c3107cfa8a3/d83f56a/lib/build.rs --error-format=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=09caa2df0bc430bf -C extra-filename=-ba92d24499a2e391 --out-dir /work/oxidecomputer/omicron/target/debug/build/libfalcon-ba92d24499a2e391 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-c237f91ab9c325cd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-03-19T03:03:03.887Z 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`
40422026-03-19T03:03:03.887Z 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`
40432026-03-19T03:03:03.887Z 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=07bf8200d62be767 -C extra-filename=-21a45baa4595c01e --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-40416eaef8f7236b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-03-19T03:03:03.987Z Compiling serde_cbor v0.11.2
40452026-03-19T03:03:03.992Z Compiling crc8 v0.1.1
40462026-03-19T03:03:04.039Z Compiling unicase v2.9.0
40472026-03-19T03:03:04.087Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40482026-03-19T03:03:04.091Z Compiling diff v0.1.13
40492026-03-19T03:03:04.091Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=447cabc45bed68b5 -C extra-filename=-8d556b8c77aea8ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e54dfc1655ecf43f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-03-19T03:03:04.091Z 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`
40512026-03-19T03:03:04.136Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40522026-03-19T03:03:04.140Z Compiling git-stub v1.0.0
40532026-03-19T03:03:04.180Z Compiling diesel_derives v2.3.7
40542026-03-19T03:03:04.184Z 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`
40552026-03-19T03:03:04.227Z 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`
40562026-03-19T03:03:04.231Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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`
40572026-03-19T03:03:04.332Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3565d15be0f105ca -C extra-filename=-3cbda9d6f0c45bc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-dc6bccccd51e9c18.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582026-03-19T03:03:04.378Z Compiling proc-macro-error2 v2.0.1
40592026-03-19T03:03:04.383Z Compiling parking_lot_core v0.8.6
40602026-03-19T03:03:04.470Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79fb72df2ea34245 -C extra-filename=-c1554f9c0a479804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-03-19T03:03:04.473Z 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`
40622026-03-19T03:03:04.570Z Compiling progenitor-macro v0.13.0
40632026-03-19T03:03:04.573Z Compiling kstat-rs v0.2.4
40642026-03-19T03:03:04.573Z Compiling dsl_auto_type v0.2.0
40652026-03-19T03:03:04.573Z Compiling diesel_table_macro_syntax v0.3.0
40662026-03-19T03:03:04.573Z Compiling vergen-gitcl v1.0.8
40672026-03-19T03:03:04.669Z 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`
40682026-03-19T03:03:04.673Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=62ca91a4e9801b18 -C extra-filename=-5dd3716cbfcdde49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-e9da9abda901af9c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692026-03-19T03:03:04.673Z 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`
40702026-03-19T03:03:04.673Z Compiling scheduled-thread-pool v0.2.7
40712026-03-19T03:03:04.673Z Compiling downcast-rs v2.0.2
40722026-03-19T03:03:04.674Z 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=984711756659243e -C extra-filename=-643e08516b59e5f1 --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-b1db1361eaf8c359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732026-03-19T03:03:04.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/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`
40742026-03-19T03:03:04.717Z 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=f222cd7dabe7f43a -C extra-filename=-4299a302789194f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a4ff784f95e8d0ba.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-03-19T03:03:04.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=831c1568f463f1c8 -C extra-filename=-fe003ae7c6870d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762026-03-19T03:03:04.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=998b54e09f6983e6 -C extra-filename=-b6d3d77a032f3ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-dac69a3fe8e72409.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-03-19T03:03:04.718Z 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=0ca6a582ade878fe -C extra-filename=-7d445890c96cc625 --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-887e140ba4b052f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782026-03-19T03:03:04.718Z 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`
40792026-03-19T03:03:04.815Z Compiling git-stub-vcs v0.1.0
40802026-03-19T03:03:04.819Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371/build-script-build`
40812026-03-19T03:03:04.869Z 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=2c1f6311cbd65e6c -C extra-filename=-c7e02c5104833bf0 --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-b6f601029bc67859.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-c1554f9c0a479804.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-03-19T03:03:04.921Z Compiling prefix-trie v0.7.0
40832026-03-19T03:03:04.926Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38/build-script-build`
40842026-03-19T03:03:05.021Z Compiling libscf-sys v1.1.0
40852026-03-19T03:03:05.024Z Compiling nanorand v0.7.0
40862026-03-19T03:03:05.024Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=82ca6d411d84f9c3 -C extra-filename=-01a06f6021530933 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872026-03-19T03:03:05.075Z Compiling dirs-sys-next v0.1.2
40882026-03-19T03:03:05.078Z Compiling crunchy v0.2.4
40892026-03-19T03:03:05.124Z Compiling hickory-client v0.25.2
40902026-03-19T03:03:05.127Z Compiling clang-sys v1.8.1
40912026-03-19T03:03:05.127Z 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=feff69510cd90295 -C extra-filename=-e84f2936a43f62f0 --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-b1db1361eaf8c359.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-0bc9f6852a78650d.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922026-03-19T03:03:05.172Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae/build-script-build`
40932026-03-19T03:03:05.176Z 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=02640fc8108a8348 -C extra-filename=-09a4922ce3265021 --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-1988f17f35e1db6f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942026-03-19T03:03:05.221Z 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=1039a0859deed3cf -C extra-filename=-bcfd2f7453c4d206 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-03-19T03:03:05.224Z Compiling tiny-keccak v2.0.2
40962026-03-19T03:03:05.224Z Compiling salty v0.3.0
40972026-03-19T03:03:05.224Z Compiling bit-vec v0.6.3
40982026-03-19T03:03:05.224Z 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`
40992026-03-19T03:03:05.225Z 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=91263770d3d61c32 -C extra-filename=-0d622b8b8048883b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.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-9593bc0c283a9d67.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-03-19T03:03:05.225Z 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`
41012026-03-19T03:03:05.430Z Compiling typify-macro v0.4.3
41022026-03-19T03:03:05.477Z Compiling r2d2 v0.8.10
41032026-03-19T03:03:05.480Z 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`
41042026-03-19T03:03:05.480Z 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`
41052026-03-19T03:03:05.480Z 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`
41062026-03-19T03:03:05.578Z 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=0ff081e8da9ed1ea -C extra-filename=-e526d8fcd2db9a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ce9b2f96dc6e633a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-03-19T03:03:05.582Z Compiling object v0.30.4
41082026-03-19T03:03:05.582Z Compiling tabled_derive v0.11.0
41092026-03-19T03:03:05.582Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
41102026-03-19T03:03:05.631Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1/build-script-build`
41112026-03-19T03:03:05.635Z 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=ce21ef30bb431754 -C extra-filename=-d7c543bc98d4b547 --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-887e140ba4b052f4.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-7d445890c96cc625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-03-19T03:03:05.734Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=72f10b8d886017e7 -C extra-filename=-729b85643b8c4770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-ce8240904e94ca51.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-2945faefcbd24140.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-03-19T03:03:05.737Z 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=1a682dd8d4ead13b -C extra-filename=-02e862410dbab6b3 --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-170ce5472e32f0ca.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`
41142026-03-19T03:03:05.738Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63a55460da42a2d -C extra-filename=-4f6c2dc2c6cec0dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-5dd3716cbfcdde49.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-03-19T03:03:05.780Z 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=6e5b404f5328c420 -C extra-filename=-86e207f5864f76fa --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-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-21a45baa4595c01e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162026-03-19T03:03:05.877Z Compiling dirs-next v2.0.0
41172026-03-19T03:03:05.880Z Compiling bit-set v0.5.3
41182026-03-19T03:03:05.880Z Compiling primeorder v0.13.6
41192026-03-19T03:03:05.880Z Compiling itertools v0.10.5
41202026-03-19T03:03:05.880Z Compiling ena v0.14.4
41212026-03-19T03:03:05.923Z 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=7505f204fd936d05 -C extra-filename=-8409b01aebc61e5f --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-b1db1361eaf8c359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
41222026-03-19T03:03:05.973Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764/build-script-build`
41232026-03-19T03:03:06.025Z 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=a73553f3e6c190d1 -C extra-filename=-91cba5de46a52192 --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-b1db1361eaf8c359.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`
41242026-03-19T03:03:06.029Z 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=1c50a9d8f95fbda9 -C extra-filename=-e7ed73b08cd06b87 --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-bcfd2f7453c4d206.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252026-03-19T03:03:06.073Z Compiling libloading v0.8.9
41262026-03-19T03:03:06.077Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303/build-script-build`
41272026-03-19T03:03:06.077Z 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`
41282026-03-19T03:03:06.077Z 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`
41292026-03-19T03:03:06.077Z 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`
41302026-03-19T03:03:06.077Z 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=d9a3a5781565c637 -C extra-filename=-ae634e5eea1b5661 --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-3cc79f083d4ad7af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312026-03-19T03:03:06.128Z Running `/work/oxidecomputer/omicron/target/debug/build/libfalcon-ba92d24499a2e391/build-script-build`
41322026-03-19T03:03:06.168Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41332026-03-19T03:03:06.176Z Compiling flume v0.11.1
41342026-03-19T03:03:06.176Z Compiling bindgen v0.71.1
41352026-03-19T03:03:06.176Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f/build-script-build`
41362026-03-19T03:03:06.176Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5/build-script-build`
41372026-03-19T03:03:06.176Z 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`
41382026-03-19T03:03:06.217Z Compiling regex-syntax v0.6.29
41392026-03-19T03:03:06.220Z Compiling cexpr v0.6.0
41402026-03-19T03:03:06.221Z 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=0656fd3e044f5b51 -C extra-filename=-9a1d30cef25b60e5 --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-b1db1361eaf8c359.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-e84f2936a43f62f0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412026-03-19T03:03:06.221Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=c310b116025019f5 -C extra-filename=-10739075c3468038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-fe003ae7c6870d42.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-b6d3d77a032f3ecb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422026-03-19T03:03:06.221Z 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=01b0d891e5964fc4 -C extra-filename=-df4a20e1a03f3eb5 --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-09a4922ce3265021.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`
41432026-03-19T03:03:06.259Z 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`
41442026-03-19T03:03:06.310Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41452026-03-19T03:03:06.313Z 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`
41462026-03-19T03:03:06.313Z 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`
41472026-03-19T03:03:06.355Z 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=b20f619e18420427 -C extra-filename=-db8ebe9ff8f5be0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
41482026-03-19T03:03:06.358Z 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=e4fb4d1bbe5f624b -C extra-filename=-d7a01bc6c14644bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-03-19T03:03:06.450Z Compiling hickory-server v0.25.2
41502026-03-19T03:03:06.454Z Compiling libxml v0.3.3
41512026-03-19T03:03:06.454Z 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=7c701ed98a67e999 -C extra-filename=-d0c04b32a9be3620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5028ff464868707e.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-01a06f6021530933.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-03-19T03:03:06.625Z 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`
41532026-03-19T03:03:06.635Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41542026-03-19T03:03:06.635Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95/build-script-build`
41552026-03-19T03:03:06.643Z Compiling strum_macros v0.24.3
41562026-03-19T03:03:06.647Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df90a93ca31f3b51 -C extra-filename=-dff3331c0c39fbb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-03-19T03:03:06.647Z 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=80b098a30a364951 -C extra-filename=-d9746b48031eee89 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-d9746b48031eee89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-c7e02c5104833bf0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-03-19T03:03:06.689Z Compiling indoc v1.0.9
41592026-03-19T03:03:06.736Z 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`
41602026-03-19T03:03:06.782Z Compiling quick-xml v0.37.5
41612026-03-19T03:03:06.826Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=74d4f5d0e79501f6 -C extra-filename=-c54194c33841684e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622026-03-19T03:03:06.873Z Compiling impl-trait-for-tuples v0.2.3
41632026-03-19T03:03:06.924Z 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=b5f0fb2f12bad566 -C extra-filename=-6c9560feefb7597b --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-b1db1361eaf8c359.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`
41642026-03-19T03:03:06.968Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c010b70901be068a -C extra-filename=-48a01c7a681ebce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652026-03-19T03:03:07.014Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85/build-script-build`
41662026-03-19T03:03:07.061Z Compiling oso-derive v0.27.3
41672026-03-19T03:03:07.065Z Compiling fs-err v2.11.0
41682026-03-19T03:03:07.065Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=aca6c95f956f5cc2 -C extra-filename=-2f2d6ddd935582f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41692026-03-19T03:03:07.065Z Compiling p384 v0.13.1
41702026-03-19T03:03:07.065Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79212a3917bb3464 -C extra-filename=-00d71a86e3c041f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712026-03-19T03:03:07.106Z 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`
41722026-03-19T03:03:07.109Z 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=79eb311efb5fed70 -C extra-filename=-211fd7019d0d176e --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-7a4900832fc93ac8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ae634e5eea1b5661.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732026-03-19T03:03:07.237Z Compiling openssl-probe v0.1.6
41742026-03-19T03:03:07.281Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156/build-script-build`
41752026-03-19T03:03:07.329Z Compiling predicates-tree v1.0.13
41762026-03-19T03:03:07.332Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
41772026-03-19T03:03:07.333Z 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`
41782026-03-19T03:03:07.333Z 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`
41792026-03-19T03:03:07.333Z 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/b31ba90/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=718c0b568ea605b6 -C extra-filename=-17e522072e51f409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9a1d30cef25b60e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802026-03-19T03:03:07.382Z Compiling term v0.7.0
41812026-03-19T03:03:07.430Z 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=af4d9fa0593000b6 -C extra-filename=-d8829435d45d6b2b --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-e7ed73b08cd06b87.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822026-03-19T03:03:07.571Z Compiling tabled v0.20.0
41832026-03-19T03:03:07.574Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=8be9422a0fbcb420 -C extra-filename=-2f4e784d8df5db46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-5fc6c03f1838dc63.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4f6c2dc2c6cec0dc.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-d44ada03f4aac874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-03-19T03:03:07.621Z Compiling parking_lot v0.11.2
41852026-03-19T03:03:07.667Z Compiling trait-variant v0.1.2
41862026-03-19T03:03:07.758Z 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=b87b651d2e314a75 -C extra-filename=-9b55cd1e571dc724 --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-91cba5de46a52192.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-03-19T03:03:07.805Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41882026-03-19T03:03:07.901Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4578e072221548a3 -C extra-filename=-4912fc2f5075b79f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-03-19T03:03:07.905Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
41902026-03-19T03:03:07.951Z 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`
41912026-03-19T03:03:07.955Z 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=c742b632501782c4 -C extra-filename=-cecb76b8cf32e637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-f0fad55f39e6f50a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-729b85643b8c4770.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-03-19T03:03:08.001Z 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`
41932026-03-19T03:03:08.199Z 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=aa3349d8078b5639 -C extra-filename=-5a069ea16008f83a --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-b1db1361eaf8c359.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`
41942026-03-19T03:03:08.253Z Compiling parse-size v1.1.0
41952026-03-19T03:03:08.306Z 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`
41962026-03-19T03:03:08.356Z Compiling ascii-canvas v3.0.0
41972026-03-19T03:03:08.406Z Compiling assert_matches v1.5.0
41982026-03-19T03:03:08.409Z Compiling mime_guess v2.0.5
41992026-03-19T03:03:08.459Z 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=c0c2a0635ad0c33a -C extra-filename=-27bd149642ecf419 --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-d8829435d45d6b2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002026-03-19T03:03:08.510Z 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`
42012026-03-19T03:03:08.514Z Compiling typify v0.4.3
42022026-03-19T03:03:08.514Z 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`
42032026-03-19T03:03:08.610Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42042026-03-19T03:03:08.661Z 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=ad6f5ce50159d50a -C extra-filename=-17b01bcef2bb9032 --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-ce9b2f96dc6e633a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e526d8fcd2db9a11.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052026-03-19T03:03:08.708Z Compiling sled v0.34.7
42062026-03-19T03:03:08.757Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8/build-script-build`
42072026-03-19T03:03:08.760Z 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=46a5606b7669b11e -C extra-filename=-9e153b28430c5f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d7a01bc6c14644bc.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-03-19T03:03:08.760Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-d9746b48031eee89/build-script-build`
42092026-03-19T03:03:08.808Z Compiling ignore v0.4.25
42102026-03-19T03:03:08.812Z Compiling bb8 v0.8.6
42112026-03-19T03:03:08.812Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42122026-03-19T03:03:08.853Z 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`
42132026-03-19T03:03:08.857Z 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=7b2ad2794ba9da19 -C extra-filename=-34df5441190144f2 --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-b1db1361eaf8c359.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b55cd1e571dc724.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-03-19T03:03:08.906Z Compiling progenitor-impl v0.10.0
42152026-03-19T03:03:08.910Z Compiling progenitor-impl v0.11.2
42162026-03-19T03:03:08.910Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a/build-script-build`
42172026-03-19T03:03:08.962Z 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`
42182026-03-19T03:03:08.966Z 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=a6e058584b7462a9 -C extra-filename=-29a8c7b9ff25042e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-887e140ba4b052f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-03-19T03:03:08.966Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=0556f42fccd69e39 -C extra-filename=-c6939f3a22b3b744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-03-19T03:03:09.014Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
42212026-03-19T03:03:09.017Z Compiling corncobs v0.1.4
42222026-03-19T03:03:09.017Z Compiling http-range v0.1.5
42232026-03-19T03:03:09.017Z 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=fe2e634a1854d9bc -C extra-filename=-adeaa2d024aaf887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-17b01bcef2bb9032.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`
42242026-03-19T03:03:09.064Z 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=d714d2f36028f5cc -C extra-filename=-de7bebbee7ae22f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-17b01bcef2bb9032.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`
42252026-03-19T03:03:09.067Z 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`
42262026-03-19T03:03:09.067Z 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`
42272026-03-19T03:03:09.068Z 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`
42282026-03-19T03:03:09.155Z Compiling lalrpop v0.19.12
42292026-03-19T03:03:09.159Z 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=6e9009c8fcbae2b9 -C extra-filename=-5898eeceed0ec7aa --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-6c9560feefb7597b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-03-19T03:03:09.159Z 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=77eecf270dbd7ff6 -C extra-filename=-cd0a357c5fe4b004 --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-27bd149642ecf419.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-51fff23f7be6f907.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0bdb4d1729bd24d1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4ebebc69f093df9f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.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`
42312026-03-19T03:03:09.159Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
42322026-03-19T03:03:09.204Z 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)'`
42332026-03-19T03:03:09.352Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f43e55755b6f7fe -C extra-filename=-da773e1c36da6530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-4912fc2f5075b79f.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-615063de10837e60/out`
42342026-03-19T03:03:09.402Z Compiling signal-hook-tokio v0.3.1
42352026-03-19T03:03:09.405Z 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=79b597c5832ad135 -C extra-filename=-aa10b82c8596a035 --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-b1db1361eaf8c359.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-03-19T03:03:09.456Z Compiling secrecy v0.8.0
42372026-03-19T03:03:09.501Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee/build-script-build`
42382026-03-19T03:03:09.549Z Compiling atty v0.2.14
42392026-03-19T03:03:09.552Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=47691d4aff29fc95 -C extra-filename=-e2cc61805a6590f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-03-19T03:03:09.599Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42412026-03-19T03:03:09.647Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42422026-03-19T03:03:09.651Z 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=4dbe7c8cf4f11584 -C extra-filename=-1f8ee9ded7c7c117 --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-b1db1361eaf8c359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42432026-03-19T03:03:09.651Z 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=d7a4dba02bdd0daf -C extra-filename=-3dad9555e99bb764 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-03-19T03:03:09.651Z 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`
42452026-03-19T03:03:09.697Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=77abfabd78e3fab7 -C extra-filename=-7616ad328e70e854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-d945b2c55f29d708.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-c6939f3a22b3b744.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-03-19T03:03:09.700Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b/build-script-build`
42472026-03-19T03:03:09.749Z Compiling globwalk v0.9.1
42482026-03-19T03:03:09.752Z 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`
42492026-03-19T03:03:09.845Z Compiling nonempty v0.12.0
42502026-03-19T03:03:09.849Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42512026-03-19T03:03:09.849Z 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`
42522026-03-19T03:03:09.931Z Compiling tungstenite v0.23.0
42532026-03-19T03:03:09.934Z 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`
42542026-03-19T03:03:09.934Z 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=8a6af46f733c5a7b -C extra-filename=-13848885f53fb670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d7a01bc6c14644bc.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-03-19T03:03:09.981Z Compiling void v1.0.2
42562026-03-19T03:03:10.026Z 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=bce1705058433897 -C extra-filename=-f8861488a5a30f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-03-19T03:03:10.030Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42582026-03-19T03:03:10.071Z 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`
42592026-03-19T03:03:10.074Z Compiling nix v0.27.1
42602026-03-19T03:03:10.122Z Compiling serde_bytes v0.11.19
42612026-03-19T03:03:10.125Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5a313e7553b8832e -C extra-filename=-d01aceb244be1b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-03-19T03:03:10.125Z Compiling camino-tempfile-ext v0.3.3
42632026-03-19T03:03:10.173Z 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=97c5ab215a993acc -C extra-filename=-1bd1e86478fc3fe0 --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-b1db1361eaf8c359.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`
42642026-03-19T03:03:10.177Z 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`
42652026-03-19T03:03:10.177Z 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=48217abe3ce16e02 -C extra-filename=-b8cb3e2f7daefaf0 --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-4241d8afd279da3e.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`
42662026-03-19T03:03:10.323Z Compiling rand_seeder v0.4.0
42672026-03-19T03:03:10.326Z Compiling is_ci v1.2.0
42682026-03-19T03:03:10.326Z 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=891fd9390db511d7 -C extra-filename=-5f5a9d8355306515 --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-adc5e70527ea3ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-03-19T03:03:10.370Z 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`
42702026-03-19T03:03:10.470Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42712026-03-19T03:03:10.473Z Compiling hyper-staticfile v0.10.1
42722026-03-19T03:03:10.520Z 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=35a9d2f9071574ed -C extra-filename=-9e6adc524c32cd3e --out-dir /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-40416eaef8f7236b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-2f4e784d8df5db46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-86e207f5864f76fa.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-21a45baa4595c01e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42732026-03-19T03:03:10.524Z Compiling yansi v1.0.1
42742026-03-19T03:03:10.524Z 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=bdd758583f6c3b4f -C extra-filename=-61cbe61f65675a28 --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-9e153b28430c5f7c.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-af227fa9d0c7900b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-1f8ee9ded7c7c117.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d7a01bc6c14644bc.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42752026-03-19T03:03:10.524Z 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=9ba2bc3503363cea -C extra-filename=-40dad18e13559df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.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-82f8dd637d8a4bb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-03-19T03:03:10.621Z Compiling lzss v0.8.2
42772026-03-19T03:03:10.624Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829/build-script-build`
42782026-03-19T03:03:10.624Z 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`
42792026-03-19T03:03:10.674Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42802026-03-19T03:03:10.678Z Compiling darling_core v0.23.0
42812026-03-19T03:03:10.678Z 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`
42822026-03-19T03:03:10.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cb09c5f5fb34a94 -C extra-filename=-e6880c98b13b6197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-03-19T03:03:10.678Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=988299d11deca67b -C extra-filename=-46131c3141f9a78d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842026-03-19T03:03:10.728Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42852026-03-19T03:03:10.782Z 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=48730ebb579acfae -C extra-filename=-da2c1c231799f44d --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-40416eaef8f7236b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42862026-03-19T03:03:10.835Z Compiling tokio-tungstenite v0.23.1
42872026-03-19T03:03:10.840Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42882026-03-19T03:03:10.840Z Compiling indoc v2.0.7
42892026-03-19T03:03:10.840Z 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=36e5eea1f5e46da2 -C extra-filename=-1950bc9cdeb90570 --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-b1db1361eaf8c359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42902026-03-19T03:03:10.840Z Compiling instability v0.3.11
42912026-03-19T03:03:10.879Z Compiling castaway v0.2.4
42922026-03-19T03:03:10.926Z 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`
42932026-03-19T03:03:10.930Z 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`
42942026-03-19T03:03:10.930Z 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=c20b382769e348d1 -C extra-filename=-c7c5729a0642ad03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f8861488a5a30f55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952026-03-19T03:03:10.930Z Compiling unicode-truncate v1.1.0
42962026-03-19T03:03:10.930Z Compiling lru v0.12.5
42972026-03-19T03:03:10.930Z Compiling cassowary v0.3.0
42982026-03-19T03:03:10.972Z 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`
42992026-03-19T03:03:10.976Z 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`
43002026-03-19T03:03:10.976Z 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`
43012026-03-19T03:03:10.976Z 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`
43022026-03-19T03:03:10.976Z 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`
43032026-03-19T03:03:11.316Z Compiling pretty_assertions v1.4.1
43042026-03-19T03:03:11.320Z Compiling supports-color v3.0.2
43052026-03-19T03:03:11.320Z 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`
43062026-03-19T03:03:11.384Z 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`
43072026-03-19T03:03:11.418Z Compiling compact_str v0.8.1
43082026-03-19T03:03:11.466Z Compiling libz-sys v1.1.24
43092026-03-19T03:03:11.613Z 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=21675a922508f622 -C extra-filename=-3f37ee02bf263467 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-3f37ee02bf263467 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.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`
43102026-03-19T03:03:11.616Z Compiling erased-serde v0.4.9
43112026-03-19T03:03:11.616Z 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`
43122026-03-19T03:03:11.661Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931/build-script-build`
43132026-03-19T03:03:11.664Z Compiling colored v2.2.0
43142026-03-19T03:03:11.711Z Compiling libgit2-sys v0.18.3+1.9.2
43152026-03-19T03:03:11.714Z Compiling hex-literal v0.4.1
43162026-03-19T03:03:11.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/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`
43172026-03-19T03:03:11.714Z 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`
43182026-03-19T03:03:11.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/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=b54e6b8c06404369 -C extra-filename=-19abad6a0503777a --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-19abad6a0503777a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.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`
43192026-03-19T03:03:11.714Z 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`
43202026-03-19T03:03:11.766Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43212026-03-19T03:03:11.772Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd/build-script-build`
43222026-03-19T03:03:11.819Z 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=507868a7ecd35657 -C extra-filename=-c5106028f174325f --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-13848885f53fb670.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-af227fa9d0c7900b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-1950bc9cdeb90570.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d7a01bc6c14644bc.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43232026-03-19T03:03:11.869Z Compiling shell-words v1.1.1
43242026-03-19T03:03:11.872Z Compiling petname v2.0.2
43252026-03-19T03:03:11.873Z 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`
43262026-03-19T03:03:11.918Z Compiling ordered-float v2.10.1
43272026-03-19T03:03:11.921Z 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`
43282026-03-19T03:03:11.921Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=15a772cd74db1435 -C extra-filename=-7a8c393120288dc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-7a8c393120288dc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-03-19T03:03:11.925Z Compiling vergen-git2 v1.0.7
43302026-03-19T03:03:12.009Z Compiling cargo-platform v0.2.0
43312026-03-19T03:03:12.016Z Compiling sapling-renderdag v0.1.0
43322026-03-19T03:03:12.061Z 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`
43332026-03-19T03:03:12.064Z Compiling rtoolbox v0.0.3
43342026-03-19T03:03:12.064Z Compiling rustls v0.21.12
43352026-03-19T03:03:12.064Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9c1ea049d6c1640 -C extra-filename=-da04edc7b6d9f449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-03-19T03:03:12.065Z 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`
43372026-03-19T03:03:12.107Z Compiling sync-ptr v0.1.4
43382026-03-19T03:03:12.111Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43392026-03-19T03:03:12.111Z 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=643fc92d4daeb06e -C extra-filename=-3a7511c98851d99b --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402026-03-19T03:03:12.111Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
43412026-03-19T03:03:12.112Z 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`
43422026-03-19T03:03:12.112Z 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=6bdf82767e3df993 -C extra-filename=-bdcbdfc3426d273f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9a1d30cef25b60e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-03-19T03:03:12.301Z Compiling serde-value v0.7.0
43442026-03-19T03:03:12.351Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=417189e4994755d1 -C extra-filename=-af79faa4f48f9111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-6aa5a7e9fa034105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452026-03-19T03:03:12.397Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-3f37ee02bf263467/build-script-build`
43462026-03-19T03:03:12.400Z Compiling sct v0.7.1
43472026-03-19T03:03:12.449Z 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=596bf4e4f92ec844 -C extra-filename=-4a26eb6c42c40e3e --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-381fb8b9bb58d2f8.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-615063de10837e60/out`
43482026-03-19T03:03:12.500Z Compiling rustls-webpki v0.101.7
43492026-03-19T03:03:12.503Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-82d89d16a7f3cae3/build-script-build`
43502026-03-19T03:03:12.553Z Compiling nix v0.29.0
43512026-03-19T03:03:12.556Z 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=9d5239ec9823534c -C extra-filename=-88f4d7d9641095df --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-381fb8b9bb58d2f8.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-615063de10837e60/out`
43522026-03-19T03:03:12.556Z 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`
43532026-03-19T03:03:12.604Z Compiling polyval v0.6.2
43542026-03-19T03:03:12.607Z Compiling target-lexicon v0.13.3
43552026-03-19T03:03:12.654Z 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`
43562026-03-19T03:03:12.659Z 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=2d492bd178be225f -C extra-filename=-162fc3db78361d77 --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-de26d08b52fb48ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572026-03-19T03:03:12.659Z Compiling gimli v0.32.3
43582026-03-19T03:03:12.701Z 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`
43592026-03-19T03:03:12.704Z 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=d709b7ef43e3b80b -C extra-filename=-d30f28b4bf4d3cb8 --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-b1db1361eaf8c359.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`
43602026-03-19T03:03:12.704Z Compiling rustls-pemfile v1.0.4
43612026-03-19T03:03:12.751Z 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`
43622026-03-19T03:03:12.803Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43632026-03-19T03:03:12.807Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43642026-03-19T03:03:12.807Z Compiling twox-hash v2.1.2
43652026-03-19T03:03:12.807Z Compiling ctr v0.9.2
43662026-03-19T03:03:12.807Z 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=a387ba147616cdcc -C extra-filename=-080ac56df5914f87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-147c502226db37b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cecb76b8cf32e637.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-729b85643b8c4770.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-9a4ad6ed0f63fd39.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43672026-03-19T03:03:12.858Z 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=c937c7138578263b -C extra-filename=-e7727e138bbae85d --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-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-da2c1c231799f44d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682026-03-19T03:03:12.864Z 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=ca2e8c3392bbbe70 -C extra-filename=-c4fd77ef3cb4a949 --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-03-19T03:03:12.864Z 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=815c7fcf908e4c27 -C extra-filename=-f951885574bc758c --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-9593bc0c283a9d67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-03-19T03:03:12.864Z Compiling concurrent-queue v2.5.0
43712026-03-19T03:03:12.910Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5/build-script-build`
43722026-03-19T03:03:12.914Z 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`
43732026-03-19T03:03:12.914Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-7a8c393120288dc4/build-script-build`
43742026-03-19T03:03:13.019Z Compiling progenitor-macro v0.11.2
43752026-03-19T03:03:13.023Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-19abad6a0503777a/build-script-build`
43762026-03-19T03:03:13.023Z Compiling rpassword v7.4.0
43772026-03-19T03:03:13.023Z 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=ed32de7a758503c1 -C extra-filename=-ec84dfa8f5be1e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-adeaa2d024aaf887.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782026-03-19T03:03:13.067Z 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=5d3f6d270c6bed1b -C extra-filename=-26e8745acce0af61 --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-b1db1361eaf8c359.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-3a7511c98851d99b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792026-03-19T03:03:13.072Z Compiling rustc-demangle v0.1.27
43802026-03-19T03:03:13.118Z Compiling guppy-workspace-hack v0.1.0
43812026-03-19T03:03:13.121Z 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`
43822026-03-19T03:03:13.171Z Compiling progenitor-macro v0.10.0
43832026-03-19T03:03:13.174Z Compiling parking v2.2.1
43842026-03-19T03:03:13.174Z 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`
43852026-03-19T03:03:13.220Z 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=cd0eb70916e6d619 -C extra-filename=-0b7c24b06e68dedc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-de7bebbee7ae22f3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-acc578f05ddc32ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862026-03-19T03:03:13.224Z 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`
43872026-03-19T03:03:13.224Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7/build-script-build`
43882026-03-19T03:03:13.317Z Compiling plotters-backend v0.3.7
43892026-03-19T03:03:13.320Z 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=021bbf27a299dea7 -C extra-filename=-e4c7a6777b114a0b --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-82f8dd637d8a4bb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902026-03-19T03:03:13.320Z 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`
43912026-03-19T03:03:13.367Z Compiling fatfs v0.3.6
43922026-03-19T03:03:13.409Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=7a6f1464d14f2378 -C extra-filename=-8dcb87892ff7dd9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-03-19T03:03:13.503Z Compiling ssh-encoding v0.2.0
43942026-03-19T03:03:13.507Z Compiling blowfish v0.9.1
43952026-03-19T03:03:13.507Z 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=3b183ec01a0d8767 -C extra-filename=-f99cf535ea94530c --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-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-03-19T03:03:13.507Z 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=634bbfbbd2e9f13c -C extra-filename=-8a7569a929c32a6c --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972026-03-19T03:03:13.600Z Compiling event-listener v5.4.1
43982026-03-19T03:03:13.603Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979/build-script-build`
43992026-03-19T03:03:13.641Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44002026-03-19T03:03:13.644Z Compiling cast v0.3.0
44012026-03-19T03:03:13.737Z Compiling target-spec v3.5.7
44022026-03-19T03:03:13.740Z 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`
44032026-03-19T03:03:13.740Z Compiling constant_time_eq v0.4.2
44042026-03-19T03:03:13.784Z 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`
44052026-03-19T03:03:13.787Z 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`
44062026-03-19T03:03:13.787Z 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`
44072026-03-19T03:03:13.787Z 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`
44082026-03-19T03:03:13.831Z 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)'`
44092026-03-19T03:03:14.031Z Compiling ghash v0.5.1
44102026-03-19T03:03:14.037Z 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=34053a637856b54d -C extra-filename=-f24544093c2f9600 --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-162fc3db78361d77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112026-03-19T03:03:14.131Z Compiling arrayref v0.3.9
44122026-03-19T03:03:14.134Z 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`
44132026-03-19T03:03:14.227Z Compiling futures-timer v3.0.3
44142026-03-19T03:03:14.230Z 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`
44152026-03-19T03:03:14.320Z Compiling diesel v2.3.7
44162026-03-19T03:03:14.323Z Compiling plotters-svg v0.3.7
44172026-03-19T03:03:14.371Z 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=3ae743961c228376 -C extra-filename=-fec866652f427803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-10739075c3468038.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-98cfe07c2d8a807c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7c543bc98d4b547.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44182026-03-19T03:03:14.374Z 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`
44192026-03-19T03:03:14.374Z Compiling arrayvec v0.7.6
44202026-03-19T03:03:14.423Z 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`
44212026-03-19T03:03:14.426Z Compiling seq-macro v0.3.6
44222026-03-19T03:03:14.426Z Compiling criterion-plot v0.6.0
44232026-03-19T03:03:14.473Z Compiling event-listener-strategy v0.5.4
44242026-03-19T03:03:14.522Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-abc9f58e98fd53ac/build-script-build`
44252026-03-19T03:03:14.525Z 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`
44262026-03-19T03:03:14.525Z 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`
44272026-03-19T03:03:14.574Z 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`
44282026-03-19T03:03:14.577Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983/build-script-build`
44292026-03-19T03:03:14.577Z 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`
44302026-03-19T03:03:14.618Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79/build-script-build`
44312026-03-19T03:03:14.621Z 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=90a82560db07cc22 -C extra-filename=-9d38dd3bd8a2ed9b --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-381fb8b9bb58d2f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-88f4d7d9641095df.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-4a26eb6c42c40e3e.rmeta --cap-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-615063de10837e60/out`
44322026-03-19T03:03:14.622Z Compiling bcrypt-pbkdf v0.10.0
44332026-03-19T03:03:14.666Z 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=74b6d78dc020cd93 -C extra-filename=-13a377a856a726f2 --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-8a7569a929c32a6c.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6e6d8d56e8d96846.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-03-19T03:03:14.764Z Compiling supports-color v2.1.0
44352026-03-19T03:03:14.767Z 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=6b944af94ee045dd -C extra-filename=-4a3f2bc886d550d6 --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-51fff23f7be6f907.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`
44362026-03-19T03:03:14.820Z Compiling darling_macro v0.23.0
44372026-03-19T03:03:14.820Z 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=7deaddf197867012 -C extra-filename=-ec6d6c0cd3413342 --out-dir /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-40416eaef8f7236b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-2f4e784d8df5db46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-e7727e138bbae85d.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-da2c1c231799f44d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44382026-03-19T03:03:14.867Z Compiling aes-gcm v0.10.3
44392026-03-19T03:03:14.870Z Compiling textwrap v0.15.2
44402026-03-19T03:03:14.928Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4ea9f94094fbfa5 -C extra-filename=-44e5a3f7676ee3b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-46131c3141f9a78d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412026-03-19T03:03:14.931Z Compiling supports-unicode v2.1.0
44422026-03-19T03:03:14.931Z Compiling supports-hyperlinks v2.1.0
44432026-03-19T03:03:14.931Z 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`
44442026-03-19T03:03:14.931Z 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=0ff176cdcde05acc -C extra-filename=-03df9c2f5aa99c52 --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-b5c2bbb092cf9333.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-fb58a2d244e3fc18.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c4fd77ef3cb4a949.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-f24544093c2f9600.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`
44452026-03-19T03:03:14.931Z Compiling hashbrown v0.14.5
44462026-03-19T03:03:14.931Z 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=cc847167edbca823 -C extra-filename=-5f3906e59100d0ef --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-51fff23f7be6f907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-03-19T03:03:14.931Z 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=d6d083d4eb7bb0a3 -C extra-filename=-3449800328d88558 --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-51fff23f7be6f907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-03-19T03:03:14.971Z 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=565f966bbe43683b -C extra-filename=-9a47fa4ead61875b --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-9889dffc8fb05374.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`
44492026-03-19T03:03:15.061Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44502026-03-19T03:03:15.106Z 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=9878bb3fb3e848d2 -C extra-filename=-c1a90662167210a9 --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-c051f503f089cbc9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cecb76b8cf32e637.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-080ac56df5914f87.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-02e862410dbab6b3.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3cbda9d6f0c45bc7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rmeta --cap-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-eeb72f07277ec165/out/lib`
44512026-03-19T03:03:15.203Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44522026-03-19T03:03:15.206Z Compiling plotters v0.3.7
44532026-03-19T03:03:15.206Z 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=41a942b8e5559126 -C extra-filename=-d29f70d84cd546c0 --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-c051f503f089cbc9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cecb76b8cf32e637.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-080ac56df5914f87.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-02e862410dbab6b3.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7f5661016d151124.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3cbda9d6f0c45bc7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-07d9a0c27f746347.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rmeta --cap-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-eeb72f07277ec165/out/lib`
44542026-03-19T03:03:15.300Z 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`
44552026-03-19T03:03:15.349Z 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=4ea8be31696a2dd5 -C extra-filename=-8a245631c993f304 --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-b1db1361eaf8c359.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)'`
44562026-03-19T03:03:15.353Z Compiling serde-untagged v0.1.9
44572026-03-19T03:03:15.400Z Compiling tinytemplate v1.2.1
44582026-03-19T03:03:15.403Z 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`
44592026-03-19T03:03:15.403Z 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"'`
44602026-03-19T03:03:15.403Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3a7b9e0822f3c6c -C extra-filename=-2ab2842ffd036358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-03-19T03:03:15.451Z Compiling miette-derive v5.10.0
44622026-03-19T03:03:15.497Z Compiling password-hash v0.4.2
44632026-03-19T03:03:15.500Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f0ad1caeb4da2ee -C extra-filename=-7baa419454d1ab3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44642026-03-19T03:03:15.543Z 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=eb69e8fcc1f943b6 -C extra-filename=-da6012f01d2d0b5d --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-cb1154d6df4dcc09.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-03-19T03:03:15.593Z Compiling cargo-platform v0.3.2
44662026-03-19T03:03:15.639Z 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`
44672026-03-19T03:03:15.840Z Compiling cargo-util-schemas v0.8.2
44682026-03-19T03:03:15.844Z Compiling cfg-expr v0.20.6
44692026-03-19T03:03:15.844Z Compiling terminal_size v0.1.17
44702026-03-19T03:03:15.886Z Compiling oorandom v11.1.5
44712026-03-19T03:03:15.889Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=86a8017c14a6e696 -C extra-filename=-08ebb7250ac5dafb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-c24ea79e2b327063.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-af79faa4f48f9111.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-03-19T03:03:15.889Z 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`
44732026-03-19T03:03:15.889Z 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=792977026b0aa5ad -C extra-filename=-b700e0125fb3113e --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742026-03-19T03:03:15.937Z Compiling ssh-cipher v0.2.0
44752026-03-19T03:03:15.940Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
44762026-03-19T03:03:15.940Z 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`
44772026-03-19T03:03:15.940Z 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=22edcee8311f158e -C extra-filename=-b7bc3970dd0115b7 --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-fb58a2d244e3fc18.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-03df9c2f5aa99c52.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10f5967d7c45816a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ce942dec674e549d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c4fd77ef3cb4a949.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7da2ec21875bf870.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f99cf535ea94530c.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`
44782026-03-19T03:03:15.941Z Compiling anes v0.1.6
44792026-03-19T03:03:15.941Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9317f9f314e189b7 -C extra-filename=-1897827b66b244c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9c44e07fbcbacb75.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.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-1bd1e86478fc3fe0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-43aa9fb8f231b9f0.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-e416b75830014548.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-154b959f3a3ff3c7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d01aceb244be1b73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rmeta --cap-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-eeb72f07277ec165/out/lib`
44802026-03-19T03:03:15.984Z 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`
44812026-03-19T03:03:15.988Z Compiling owo-colors v3.5.0
44822026-03-19T03:03:15.988Z Compiling cargo_metadata v0.23.1
44832026-03-19T03:03:16.078Z 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`
44842026-03-19T03:03:16.079Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=ecb770c5571f62ca -C extra-filename=-bb3d14a61f6747fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-6d7eeb442726ed90.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-03-19T03:03:16.182Z Compiling addr2line v0.25.1
44862026-03-19T03:03:16.186Z 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`
44872026-03-19T03:03:16.229Z Compiling chumsky v0.9.3
44882026-03-19T03:03:16.233Z 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=f49dbe3ddf4132f5 -C extra-filename=-79b76ad747c6d7be --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-9a47fa4ead61875b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44892026-03-19T03:03:16.282Z Compiling async-lock v3.4.2
44902026-03-19T03:03:16.326Z 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`
44912026-03-19T03:03:16.468Z Compiling pbkdf2 v0.11.0
44922026-03-19T03:03:16.558Z 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=4a77cc032a419d62 -C extra-filename=-47e258927514f3fd --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-c051f503f089cbc9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-da6012f01d2d0b5d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932026-03-19T03:03:16.716Z Compiling darling v0.23.0
44942026-03-19T03:03:16.719Z Compiling backtrace v0.3.76
44952026-03-19T03:03:16.719Z Compiling criterion v0.7.0
44962026-03-19T03:03:16.719Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=2584f8ffe5135a96 -C extra-filename=-ece34aadacbf3090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-46131c3141f9a78d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-44e5a3f7676ee3b0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972026-03-19T03:03:16.767Z 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=9c2cc952fb4986b9 -C extra-filename=-42451ab555cae6b1 --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-b1db1361eaf8c359.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`
44982026-03-19T03:03:16.770Z 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=fb02eeecd3b63efb -C extra-filename=-443cd5e4836ca739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-d1209bcec19c5b18.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e7f70a01a72d5ece.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-7bfce6c1a8bdf7d3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e2cdec78a2c72467.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-2ab2842ffd036358.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.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`
44992026-03-19T03:03:16.770Z Compiling p521 v0.13.3
45002026-03-19T03:03:16.810Z Compiling p256 v0.13.2
45012026-03-19T03:03:16.813Z 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=6b3ba9f536b54f6a -C extra-filename=-d737d62c31f1725f --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-7a4900832fc93ac8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ae634e5eea1b5661.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-03-19T03:03:16.813Z 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=2aeae85851333281 -C extra-filename=-189cc57a0f47f69a --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-7a4900832fc93ac8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ae634e5eea1b5661.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-03-19T03:03:16.813Z Compiling knuffel-derive v3.2.0
45042026-03-19T03:03:16.813Z Compiling pathdiff v0.2.3
45052026-03-19T03:03:16.858Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a52bae63c0732c -C extra-filename=-fe25e2321325a65d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f4985a9e8a380b43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-03-19T03:03:16.862Z 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`
45072026-03-19T03:03:16.907Z Compiling ssh-key v0.6.7
45082026-03-19T03:03:16.955Z 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=6a1c6f06f8fa497b -C extra-filename=-b14721a3463475c0 --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-13a377a856a726f2.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9651fbcc65fa558.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-b7bc3970dd0115b7.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f99cf535ea94530c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-03-19T03:03:17.004Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d37abd419bb3009 -C extra-filename=-58f9df46d281f833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-ece34aadacbf3090.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
45102026-03-19T03:03:17.148Z Compiling tokio-rustls v0.24.1
45112026-03-19T03:03:17.151Z Compiling blake3 v1.8.3
45122026-03-19T03:03:17.151Z 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=dd179b068534d105 -C extra-filename=-dc4954cb3d36ec1a --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-9d38dd3bd8a2ed9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-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-615063de10837e60/out`
45132026-03-19T03:03:17.151Z 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=643e9efd4780cd2b -C extra-filename=-98c13ceb019bd904 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-98c13ceb019bd904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142026-03-19T03:03:17.248Z 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`
45152026-03-19T03:03:17.300Z Compiling russh-cryptovec v0.7.3
45162026-03-19T03:03:17.304Z 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=b98865a1705bfed4 -C extra-filename=-e4cf9e94f96cab3e --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172026-03-19T03:03:17.354Z Compiling cargo_metadata v0.21.0
45182026-03-19T03:03:17.357Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=6d2d468cc0abe0c0 -C extra-filename=-9760db4f1fa1977d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-da04edc7b6d9f449.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-08ebb7250ac5dafb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-03-19T03:03:17.410Z Compiling md5 v0.7.0
45202026-03-19T03:03:17.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d43e2bc14d4ac9d2 -C extra-filename=-5805290730a93ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45212026-03-19T03:03:17.472Z Compiling nested v0.1.1
45222026-03-19T03:03:17.475Z Compiling async-object-pool v0.2.0
45232026-03-19T03:03:17.475Z 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`
45242026-03-19T03:03:17.476Z 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`
45252026-03-19T03:03:17.526Z Compiling num-bigint v0.4.6
45262026-03-19T03:03:17.577Z Compiling serde_regex v1.1.0
45272026-03-19T03:03:17.580Z 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=eaf8a5ef98608ace -C extra-filename=-749bf0493ca5f9f6 --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-82f8dd637d8a4bb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-03-19T03:03:17.580Z Compiling assert-json-diff v2.0.2
45292026-03-19T03:03:17.626Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30a993315a9d6daf -C extra-filename=-d7ba8e8fccd84fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-03-19T03:03:17.629Z Compiling des v0.8.1
45312026-03-19T03:03:17.677Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ab73ee8b7f769f2 -C extra-filename=-928fd458eb9a2bfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322026-03-19T03:03:17.681Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45332026-03-19T03:03:17.681Z 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=8cb2ed339463bd0d -C extra-filename=-40ed1a90a64f09fa --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-8007375be0995fdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342026-03-19T03:03:17.681Z 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`
45352026-03-19T03:03:17.836Z Compiling backtrace-ext v0.2.1
45362026-03-19T03:03:17.840Z Compiling guppy v0.17.25
45372026-03-19T03:03:17.840Z 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=3ed1cb375e139149 -C extra-filename=-7a173a9dd85b1123 --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-42451ab555cae6b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-03-19T03:03:17.840Z 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=2d9244d770564880 -C extra-filename=-674fde21a158ca2e --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-9889dffc8fb05374.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bb3d14a61f6747fd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8a695a6485ea906f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-704be69533d1daf5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-442b4a9336586c38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392026-03-19T03:03:17.900Z Compiling path-tree v0.8.3
45402026-03-19T03:03:17.904Z 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`
45412026-03-19T03:03:17.904Z Compiling stringmetrics v2.2.2
45422026-03-19T03:03:17.905Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45432026-03-19T03:03:17.941Z 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`
45442026-03-19T03:03:17.944Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d1586579e19021e -C extra-filename=-9ec3617791239809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-03-19T03:03:18.005Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-98c13ceb019bd904/build-script-build`
45462026-03-19T03:03:18.041Z Compiling rstest_macros v0.25.0
45472026-03-19T03:03:18.044Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=fa9f9ffbb88c98b1 -C extra-filename=-d1163d5cb2d77424 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-d1163d5cb2d77424 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-93cd3c7fb33a6037.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482026-03-19T03:03:18.044Z Compiling miette v5.10.0
45492026-03-19T03:03:18.092Z Compiling socket2 v0.5.10
45502026-03-19T03:03:18.095Z 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=c091aada5b99187d -C extra-filename=-d480a8db7d117d26 --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-42451ab555cae6b1.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-7a173a9dd85b1123.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-51fff23f7be6f907.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-7baa419454d1ab3c.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f57e697abd1dec75.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4a3f2bc886d550d6.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-3449800328d88558.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-5f3906e59100d0ef.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-b700e0125fb3113e.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8c75c4712fc10b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-03-19T03:03:18.140Z 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=45fe49cb424071a9 -C extra-filename=-f8fe8f956124d369 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522026-03-19T03:03:18.143Z Compiling assert_cmd v2.1.2
45532026-03-19T03:03:18.192Z Compiling internet-checksum v0.2.1
45542026-03-19T03:03:18.196Z 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`
45552026-03-19T03:03:18.196Z 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`
45562026-03-19T03:03:18.196Z Compiling target-triple v1.0.0
45572026-03-19T03:03:18.246Z 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`
45582026-03-19T03:03:18.251Z Compiling httpmock v0.8.3
45592026-03-19T03:03:18.302Z 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=2de8d6c86c8f60d7 -C extra-filename=-aabdcbb954ae22b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-928fd458eb9a2bfe.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6d7af4494022d7b8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae8ed33f76e5e95c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-d7ba8e8fccd84fd6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-d1c8a857a282f108.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602026-03-19T03:03:18.351Z Compiling ratatui v0.29.0
45612026-03-19T03:03:18.399Z Compiling russh-keys v0.45.0
45622026-03-19T03:03:18.402Z Compiling escape8259 v0.5.3
45632026-03-19T03:03:18.402Z Compiling topological-sort v0.2.2
45642026-03-19T03:03:18.449Z 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=ad9a910de0881310 -C extra-filename=-cadee9893d91519c --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-4a1e00424da5848f.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-58f9df46d281f833.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ad33d0f5c3bf8af3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2762c27bd5f54408.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45652026-03-19T03:03:18.452Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
45662026-03-19T03:03:18.452Z 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`
45672026-03-19T03:03:18.452Z 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=af398dfd08007659 -C extra-filename=-bab3370b2905146a --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-fb58a2d244e3fc18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-13a377a856a726f2.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-bfc099fd21137fa3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10f5967d7c45816a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c4fd77ef3cb4a949.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5805290730a93ba5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-189cc57a0f47f69a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-d737d62c31f1725f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-47e258927514f3fd.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-91360c25133ebeeb.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-dc8dda31ce301e7b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e4cf9e94f96cab3e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9651fbcc65fa558.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f99cf535ea94530c.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b14721a3463475c0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-03-19T03:03:18.452Z 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`
45692026-03-19T03:03:18.498Z 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=0c8fdd6c9c6daa0c -C extra-filename=-3d72f524f7c5a147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feb7f6000b7d256e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d7a01bc6c14644bc.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2f2d6ddd935582f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-03-19T03:03:18.549Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45712026-03-19T03:03:18.553Z Compiling fancy-regex v0.14.0
45722026-03-19T03:03:18.553Z 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=a062fe3fb0ed950c -C extra-filename=-23588a9471712adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-fd401fe8815a65ce.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a4053eb5275dc249.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732026-03-19T03:03:18.553Z 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`
45742026-03-19T03:03:18.651Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-d1163d5cb2d77424/build-script-build`
45752026-03-19T03:03:18.801Z 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=d02ad578fba208fd -C extra-filename=-e5bb3d476cbfebfa --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-c6efbb6be0ff4359.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-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/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()))'`
45762026-03-19T03:03:18.805Z Compiling toml_datetime v1.0.0+spec-1.1.0
45772026-03-19T03:03:18.855Z 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`
45782026-03-19T03:03:18.858Z Compiling linkme-impl v0.3.35
45792026-03-19T03:03:18.905Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=6265cfcefc13fc04 -C extra-filename=-694f3e356f71d2e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-03-19T03:03:18.908Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083/build-script-build`
45812026-03-19T03:03:18.908Z Compiling libtest-mimic v0.8.1
45822026-03-19T03:03:18.960Z 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=da4741c68d0f80f8 -C extra-filename=-3f5fb59510b62d04 --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-40416eaef8f7236b.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`
45832026-03-19T03:03:18.963Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487/build-script-build`
45842026-03-19T03:03:19.009Z Compiling relative-path v1.9.3
45852026-03-19T03:03:19.058Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45862026-03-19T03:03:19.061Z 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`
45872026-03-19T03:03:19.061Z 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`
45882026-03-19T03:03:19.166Z 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"))'`
45892026-03-19T03:03:19.266Z Compiling knuffel v3.2.0
45902026-03-19T03:03:19.305Z 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=129bd75db0c37be6 -C extra-filename=-cb75ef6de31d8bc6 --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-79b76ad747c6d7be.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-fe25e2321325a65d.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-d480a8db7d117d26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912026-03-19T03:03:19.356Z Compiling multimap v0.10.1
45922026-03-19T03:03:19.360Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=39a99dea325fb80b -C extra-filename=-f4fda58f249b853c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-03-19T03:03:19.460Z Compiling toml v1.0.3+spec-1.1.0
45942026-03-19T03:03:19.464Z Compiling uzers v0.12.2
45952026-03-19T03:03:19.464Z 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=4122590f11fc4f54 -C extra-filename=-0debae88ac7044a3 --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-50f5419d8aacbbbf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-03-19T03:03:19.464Z 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.3+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=2f3457f444a13904 -C extra-filename=-36835410473cdd10 --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`
45972026-03-19T03:03:19.515Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2/build-script-build`
45982026-03-19T03:03:19.518Z 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=8fa39c209955d3dc -C extra-filename=-9daf5f2b319ef6bf --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-b1db1361eaf8c359.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-03-19T03:03:19.519Z Compiling linkme v0.3.35
46002026-03-19T03:03:19.565Z Compiling termcolor v1.4.1
46012026-03-19T03:03:19.570Z 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-03-19T03:03:19.570Z 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`
46032026-03-19T03:03:19.617Z Compiling blake2b_simd v1.0.4
46042026-03-19T03:03:19.620Z 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`
46052026-03-19T03:03:19.714Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=bdd809a1aafef706 -C extra-filename=-9e2f18f8512001f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
46062026-03-19T03:03:19.717Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=5574a2b0618deaf2 -C extra-filename=-8f81b9716de556e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-24adcddf22f58b1b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-377b2e0d62ee541f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-03-19T03:03:19.717Z Compiling datatest-stable v0.3.3
46082026-03-19T03:03:19.764Z Compiling partial-io v0.5.4
46092026-03-19T03:03:19.767Z 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=95b158f3e7fbdc34 -C extra-filename=-c7b45fd1c37ea457 --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-3f5fb59510b62d04.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`
46102026-03-19T03:03:19.811Z 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=0c3de56ebc7739db -C extra-filename=-3ca0f523261d13a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-57958fddfb9dbace.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-03-19T03:03:19.921Z Compiling russh v0.45.0
46122026-03-19T03:03:19.925Z 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=7f03ae2f4607f8e1 -C extra-filename=-023574b6340d3c3c --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-fb58a2d244e3fc18.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-03df9c2f5aa99c52.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10f5967d7c45816a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ce942dec674e549d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c4fd77ef3cb4a949.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-40ed1a90a64f09fa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-749bf0493ca5f9f6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-189cc57a0f47f69a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-d737d62c31f1725f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7da2ec21875bf870.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-cb1154d6df4dcc09.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e4cf9e94f96cab3e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bab3370b2905146a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f99cf535ea94530c.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b14721a3463475c0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132026-03-19T03:03:20.023Z Compiling httptest v0.16.4
46142026-03-19T03:03:20.027Z 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=cefd1ffd32b288e9 -C extra-filename=-90d3f5f78c8de15d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-03-19T03:03:20.125Z Compiling rand_distr v0.5.1
46162026-03-19T03:03:20.136Z 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=239702e74a6701d6 -C extra-filename=-d10bff429efb0e63 --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-9593bc0c283a9d67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-03-19T03:03:20.220Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58/build-script-build`
46182026-03-19T03:03:20.283Z Compiling drift v0.1.3
46192026-03-19T03:03:20.295Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca85dee5995e5d0e -C extra-filename=-994df12a282148a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-03-19T03:03:20.362Z Compiling approx v0.5.1
46212026-03-19T03:03:20.365Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=53ae93be6df1aa57 -C extra-filename=-883c3d25adb1e1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-03-19T03:03:20.413Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46232026-03-19T03:03:20.417Z 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=710bbb3e546a6335 -C extra-filename=-7ec43683971219cb --out-dir /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-3d72f524f7c5a147.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-cb75ef6de31d8bc6.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-d480a8db7d117d26.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-d7a01bc6c14644bc.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`
46242026-03-19T03:03:20.465Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46252026-03-19T03:03:20.469Z Compiling constant_time_eq v0.3.1
46262026-03-19T03:03:20.469Z Compiling similar-asserts v1.7.0
46272026-03-19T03:03:20.469Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46282026-03-19T03:03:20.469Z 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=e36ca8f5e6362887 -C extra-filename=-14cfea4cbf3933cd --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-40416eaef8f7236b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-cb75ef6de31d8bc6.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-d480a8db7d117d26.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-211fd7019d0d176e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-81766a0f29b2fd64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-03-19T03:03:20.485Z 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`
46302026-03-19T03:03:20.485Z 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=72a5166505604143 -C extra-filename=-5df1b62b60f8e534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-03-19T03:03:20.516Z 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=1dea2d617f568e76 -C extra-filename=-917b2676cc36eb06 --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-bd8db95484c97424.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`
46322026-03-19T03:03:20.691Z Compiling trybuild v1.0.116
46332026-03-19T03:03:20.701Z Compiling cargo_toml v0.21.0
46342026-03-19T03:03:20.701Z 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=a4f10ded6a5ff198 -C extra-filename=-e48ae4e88187fe5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e842e7fa7c3f5846.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8bcc17db1b340a54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-36835410473cdd10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-03-19T03:03:20.701Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=fffb982a8d963b0b -C extra-filename=-ce8ecf1593bb2b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-03-19T03:03:20.781Z Compiling rust-argon2 v2.1.0
46372026-03-19T03:03:20.795Z Compiling termios v0.3.3
46382026-03-19T03:03:20.795Z 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`
46392026-03-19T03:03:20.795Z 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=ab3d1501ad35c029 -C extra-filename=-15d72de0d2f066f0 --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-b1db1361eaf8c359.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-03-19T03:03:20.879Z 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=289ca6f9f844d093 -C extra-filename=-7c1023d53dea8dba --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-0db8fe7a52ec78b4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-03-19T03:03:20.973Z 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`
46422026-03-19T03:03:21.117Z Compiling tui-tree-widget v0.23.1
46432026-03-19T03:03:21.148Z 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=72d3262b3a8869ec -C extra-filename=-df75671d082e534b --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-cadee9893d91519c.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`
46442026-03-19T03:03:21.204Z Compiling support-bundle-viewer v0.1.2
46452026-03-19T03:03:21.204Z 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=407b2f6f06c085d8 -C extra-filename=-b8998b77ba23cc42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a1e00424da5848f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cap-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-2173e318c097e7ac/out`
46462026-03-19T03:03:21.302Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=874a8cc860eb16d1 -C extra-filename=-537dd229f533e4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linkme_impl=/work/oxidecomputer/omicron/target/debug/deps/liblinkme_impl-9e2f18f8512001f1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-03-19T03:03:21.435Z Compiling dropshot-api-manager v0.6.0
46482026-03-19T03:03:21.446Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71917682c5d6dae4 -C extra-filename=-8a8362c279d63e66 --out-dir /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-b6f601029bc67859.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-994df12a282148a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-c1554f9c0a479804.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-c7e02c5104833bf0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.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-544d6c657e9c4194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46492026-03-19T03:03:23.491Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
46502026-03-19T03:03:23.495Z 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=fd42cff48937c446 -C extra-filename=-d14af20758565cc9 --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-14cfea4cbf3933cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512026-03-19T03:03:24.471Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46522026-03-19T03:03:24.474Z 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=69db588ca273ec7e -C extra-filename=-db6d5a99f4775e8b --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-ce8ecf1593bb2b6c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-007d1b766f2f7d3d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532026-03-19T03:03:25.268Z Compiling rstest v0.25.0
46542026-03-19T03:03:25.271Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=66c823603b534f37 -C extra-filename=-e47e7e83d923127b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8f81b9716de556e2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-03-19T03:03:29.324Z Compiling samael v0.0.19
46562026-03-19T03:03:29.329Z 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=e21c9a6b06aa111e -C extra-filename=-b752a38ae153770b --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-b752a38ae153770b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-5898eeceed0ec7aa.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`
46572026-03-19T03:03:31.218Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-b752a38ae153770b/build-script-bindings`
46582026-03-19T03:03:32.163Z Compiling polar-core v0.27.3
46592026-03-19T03:03:32.166Z 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=16f6f3d6a1996f49 -C extra-filename=-e35e2a41f50295ef --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-e35e2a41f50295ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-cd0a357c5fe4b004.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-03-19T03:03:32.496Z 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=34f4a76b911e4700 -C extra-filename=-1e52a4c2291740e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-5a069ea16008f83a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.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-b1ece98aa23d2d5f.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c54194c33841684e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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)'`
46612026-03-19T03:03:32.590Z 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=c062b19a750d0550 -C extra-filename=-2516297172ac2cb7 --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-b1db1361eaf8c359.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-d30f28b4bf4d3cb8.rmeta --cap-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-9b216c29df55cc34/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46622026-03-19T03:03:32.909Z Compiling git2 v0.20.4
46632026-03-19T03:03:32.912Z 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=5818e684f26d7aa9 -C extra-filename=-54a2d46a887f386c --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-b1db1361eaf8c359.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-2516297172ac2cb7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/usr/lib/amd64`
46642026-03-19T03:03:33.389Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e902a69ed8c87be6/build-script-build`
46652026-03-19T03:03:33.393Z 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=ad2a40dd153bc547 -C extra-filename=-4d5351703a6c81ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-5ca7f9e42700fd7b/out -l static=aws_lc_0_37_1_crypto --cfg universal`
46662026-03-19T03:03:33.469Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-e35e2a41f50295ef/build-script-build`
46672026-03-19T03:03:33.527Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2/build-script-build`
46682026-03-19T03:03:34.091Z 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=37e81f7a2642e496 -C extra-filename=-1fac33b1019736e4 --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-4d5351703a6c81ea.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
46692026-03-19T03:03:34.822Z 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=0616909544ffeef1 -C extra-filename=-0d72df81b3edd60d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5e3caf26cddc1468.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-dff3331c0c39fbb5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-03-19T03:03:35.298Z Compiling rustls-webpki v0.103.9
46712026-03-19T03:03:35.301Z 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=9d5c01ee9fe1cdd9 -C extra-filename=-90fbbc05046d5ba7 --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-1fac33b1019736e4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46722026-03-19T03:03:35.764Z 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=c14f0f8072318a24 -C extra-filename=-db52747590aaa61a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-20becf909a9773f7.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-54a2d46a887f386c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46732026-03-19T03:03:35.905Z 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=e485e7e3ec362f19 -C extra-filename=-59057dd9a189f61a --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-1fac33b1019736e4.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-381fb8b9bb58d2f8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46742026-03-19T03:03:36.086Z Compiling async-bb8-diesel v0.2.1
46752026-03-19T03:03:36.086Z Compiling diesel-dtrace v0.5.0
46762026-03-19T03:03:36.089Z 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=572245072109da9e -C extra-filename=-83619ebd19ed03d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-29a8c7b9ff25042e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46772026-03-19T03:03:36.090Z 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=f43f53cf24f42e8c -C extra-filename=-9f155a883e35961f --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-fec866652f427803.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46782026-03-19T03:03:36.341Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46792026-03-19T03:03:36.345Z 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=493ee0915854cd4c -C extra-filename=-e9722b72c67da035 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-e9722b72c67da035 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-db52747590aaa61a.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-9b216c29df55cc34/out/build -L native=/usr/lib/amd64`
46802026-03-19T03:03:37.694Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-e9722b72c67da035/build-script-build`
46812026-03-19T03:03:38.797Z 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=84c6216767e81577 -C extra-filename=-890ee5791db33d10 --out-dir /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-3dad9555e99bb764.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-ccf60ca82959ab0d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8a245631c993f304.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-4e07fe3b1ac697d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dc4954cb3d36ec1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-f951885574bc758c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-615063de10837e60/out`
46822026-03-19T03:03:39.556Z Compiling tokio-rustls v0.26.4
46832026-03-19T03:03:39.560Z Compiling rustls-platform-verifier v0.6.2
46842026-03-19T03:03:39.560Z 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=9d17594a014220b9 -C extra-filename=-7105da395e91aebd --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-59057dd9a189f61a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46852026-03-19T03:03:39.560Z 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=31d78c6c9581a96a -C extra-filename=-da0d0efe331ef4de --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-59057dd9a189f61a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b1c23b7ca6abed9b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46862026-03-19T03:03:39.789Z Compiling oso v0.27.3
46872026-03-19T03:03:39.794Z 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=92e67f26fd5e4b7c -C extra-filename=-deb56a7c78e3b82b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-48a01c7a681ebce6.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-00d71a86e3c041f7.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-0d72df81b3edd60d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46882026-03-19T03:03:39.858Z Compiling hyper-rustls v0.27.7
46892026-03-19T03:03:39.861Z 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=23a44375f0797f10 -C extra-filename=-53bddb7aa74f1481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b1c23b7ca6abed9b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7105da395e91aebd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8b0cbcd1ae2c3e60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46902026-03-19T03:03:39.862Z 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=d96d2a7b75dc132c -C extra-filename=-9cc0d8dc85aab327 --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-9e153b28430c5f7c.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-40416eaef8f7236b.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-7616ad328e70e854.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-61cbe61f65675a28.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-693a4dbac6957403.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8409b01aebc61e5f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e2cc61805a6590f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7105da395e91aebd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/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/`
46912026-03-19T03:03:40.175Z Compiling reqwest v0.12.28
46922026-03-19T03:03:40.175Z Compiling reqwest v0.13.2
46932026-03-19T03:03:40.178Z 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=72db3182c4158d27 -C extra-filename=-17488aa6665d3680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-32ee764d42fff236.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-e61c8a002678d2e6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.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-27e4d2e5251ca86e.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-59057dd9a189f61a.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-97048be6794bc2c3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7105da395e91aebd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7841f1a7de6b5219.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-cefcd20c37b108c5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8b0cbcd1ae2c3e60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
46942026-03-19T03:03:40.178Z 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=28131e8060ce4729 -C extra-filename=-349151ad49bd99b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-b8723c07a68c1a2e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-32ee764d42fff236.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.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-59057dd9a189f61a.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0de3afb176597fec.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-da0d0efe331ef4de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7105da395e91aebd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7841f1a7de6b5219.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-cefcd20c37b108c5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
46952026-03-19T03:03:42.108Z Compiling progenitor-client v0.10.0
46962026-03-19T03:03:42.108Z Compiling tough v0.20.0
46972026-03-19T03:03:42.116Z Compiling progenitor-client v0.11.2
46982026-03-19T03:03:42.117Z Compiling omicron-zone-package v0.12.2
46992026-03-19T03:03:42.117Z 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=7b03cf31fce33ca3 -C extra-filename=-a3ca9f1a262bf46d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47002026-03-19T03:03:42.117Z 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=2cdc1995dcb5d5df -C extra-filename=-2a7fbbed71de5162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1fac33b1019736e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-66e816845a3c3a3a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-93579350b8206f00.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-e984f6592b564be3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-bbdfa85da1bca7a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47012026-03-19T03:03:42.117Z 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=10bae38ee9e60568 -C extra-filename=-925defe06466290c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47022026-03-19T03:03:42.117Z 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=211b67c05e5498c3 -C extra-filename=-8d6a2d83bee0ecf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-e5bb3d476cbfebfa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e04030d52c537d80.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2884642a5c7261b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47032026-03-19T03:03:42.192Z Compiling progenitor-client v0.13.0
47042026-03-19T03:03:42.235Z 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=c34a1a196989bdd7 -C extra-filename=-193a4b2c0f021c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47052026-03-19T03:03:42.436Z Compiling progenitor v0.10.0
47062026-03-19T03:03:42.439Z 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=c027d6b4fe4c41fd -C extra-filename=-c6355ac91fd1fa1f --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-a3ca9f1a262bf46d.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-de7bebbee7ae22f3.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0b7c24b06e68dedc.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47072026-03-19T03:03:42.489Z Compiling progenitor v0.11.2
47082026-03-19T03:03:42.492Z 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=b50aa38290ea6655 -C extra-filename=-aea80bc14be943b9 --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-925defe06466290c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-adeaa2d024aaf887.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ec84dfa8f5be1e33.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47092026-03-19T03:03:42.584Z Compiling progenitor-extras v0.1.1
47102026-03-19T03:03:42.584Z Compiling progenitor v0.13.0
47112026-03-19T03:03:42.587Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba4ff1a8f64cd018 -C extra-filename=-0a6c967d111b9ff7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47122026-03-19T03:03:42.587Z 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=7b7b769beae275c7 -C extra-filename=-e28bd1ff5adcdbd3 --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-193a4b2c0f021c1d.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a4ff784f95e8d0ba.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4299a302789194f7.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47132026-03-19T03:03:42.680Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
47142026-03-19T03:03:42.683Z 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/36f20be/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=406c38332d3658e6 -C extra-filename=-ddee7f7a5f119d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-df3a6cd461b5fe4a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c6355ac91fd1fa1f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a3ca9f1a262bf46d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f9753df34bf392d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47152026-03-19T03:03:42.733Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47162026-03-19T03:03:42.783Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
47172026-03-19T03:03:42.786Z 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=862291c4a07c9eb9 -C extra-filename=-957a56f410b9b669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c6355ac91fd1fa1f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47182026-03-19T03:03:42.786Z 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/36f20be/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11cbecda4fc57509 -C extra-filename=-0e58661c9493d5ed --out-dir /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-3dad9555e99bb764.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c6355ac91fd1fa1f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-bc0ce21c943611a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f9753df34bf392d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/usr/ssl-3/lib/amd64`
47192026-03-19T03:03:42.834Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47202026-03-19T03:03:42.837Z 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=935ec84cea220b2a -C extra-filename=-78b9d3f527a8fe55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-c6355ac91fd1fa1f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
47212026-03-19T03:03:42.886Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
47222026-03-19T03:03:42.890Z 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/b603c9f/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=220009c53f3ae54f -C extra-filename=-5a05340b3b900573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47232026-03-19T03:03:42.934Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
47242026-03-19T03:03:42.937Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
47252026-03-19T03:03:42.937Z 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/b603c9f/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=b5eee63c7fcfa29a -C extra-filename=-38f2d21a1a7f6460 --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-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47262026-03-19T03:03:42.937Z 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/b31ba90/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=8f23a0597fe01555 -C extra-filename=-f645e545963a37f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-17e522072e51f409.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-9e6adc524c32cd3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47272026-03-19T03:03:43.035Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
47282026-03-19T03:03:43.035Z 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=7e5ba4af156b6316 -C extra-filename=-6d007d321422b53f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-bdcbdfc3426d273f.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-9e6adc524c32cd3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
47292026-03-19T03:03:43.536Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47302026-03-19T03:03:43.554Z 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=ea198b05a6fb6583 -C extra-filename=-b806aa210ce29e99 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b806aa210ce29e99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-9889dffc8fb05374.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-1fac33b1019736e4.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-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-349968d8e5d688bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d341717297823e3b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.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-4a1e00424da5848f.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.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-007d1b766f2f7d3d.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-b1db1361eaf8c359.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.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-5a74338218170aaa.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.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-17488aa6665d3680.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-47d8c27765709821.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-60f9e10d0c2141f4.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7105da395e91aebd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-90f065035915e822.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f61ce2b0fa5dde8d.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47312026-03-19T03:03:43.831Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b806aa210ce29e99/build-script-build`
47322026-03-19T03:03:43.895Z 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=4df284f169feb5aa -C extra-filename=-a9c8a65077de096a --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-9889dffc8fb05374.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-1fac33b1019736e4.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-1d914afc30a75e02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d341717297823e3b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.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-4a1e00424da5848f.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.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-007d1b766f2f7d3d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-b1db1361eaf8c359.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.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-5a74338218170aaa.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.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-17488aa6665d3680.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7105da395e91aebd.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rmeta --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rmeta --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47332026-03-19T03:03:43.895Z 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=3436b3af493c89b9 -C extra-filename=-a473765240861578 --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-9889dffc8fb05374.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-1fac33b1019736e4.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-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d341717297823e3b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.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-4a1e00424da5848f.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.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-007d1b766f2f7d3d.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-b1db1361eaf8c359.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.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-5a74338218170aaa.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.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-17488aa6665d3680.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7105da395e91aebd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47342026-03-19T03:03:44.057Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47352026-03-19T03:03:44.057Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47362026-03-19T03:03:44.060Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47372026-03-19T03:03:44.060Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47382026-03-19T03:03:44.060Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47392026-03-19T03:03:44.060Z 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=4b4e3a50c93fc6eb -C extra-filename=-656faf97a83c2f1c --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-0db8fe7a52ec78b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47402026-03-19T03:03:44.060Z 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=5869853a38f8b128 -C extra-filename=-13ac4b9e765740f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47412026-03-19T03:03:44.061Z 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=e5a577049867852f -C extra-filename=-d212113d92011c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47422026-03-19T03:03:44.061Z 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=661325a165805908 -C extra-filename=-0fb8b817659d8789 --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-c051f503f089cbc9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47432026-03-19T03:03:44.061Z 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=09c88979bc8492b1 -C extra-filename=-e57cd3af1515987d --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-a9c8a65077de096a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47442026-03-19T03:03:44.102Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47452026-03-19T03:03:44.105Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47462026-03-19T03:03:44.105Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47472026-03-19T03:03:44.105Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47482026-03-19T03:03:44.147Z 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=7e366d1a35592497 -C extra-filename=-7f13e4b5b79e2498 --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-b02895a4c285a2eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47492026-03-19T03:03:44.196Z 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=29247f4512dadad1 -C extra-filename=-ca7663b8fc58259a --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-0db8fe7a52ec78b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47502026-03-19T03:03:44.200Z 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=71330d982b60affa -C extra-filename=-a9ebdae10eb37bfb --out-dir /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-c790592146f65176.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c6704c7d91c35af0.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-a9c8a65077de096a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47512026-03-19T03:03:44.200Z 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=f0927b5fcb928e63 -C extra-filename=-20ab6f143cb6fc75 --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-ccf60ca82959ab0d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47522026-03-19T03:03:44.238Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47532026-03-19T03:03:44.289Z 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=19aa68057c269a54 -C extra-filename=-5210e51a69dd0f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47542026-03-19T03:03:44.387Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47552026-03-19T03:03:44.390Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47562026-03-19T03:03:44.390Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47572026-03-19T03:03:44.390Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47582026-03-19T03:03:44.439Z 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=9492f77e7c1a9eb0 -C extra-filename=-b4f46d62cba206a1 --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-a9c8a65077de096a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47592026-03-19T03:03:44.442Z 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=230d09372b48c650 -C extra-filename=-5138ae47a36b1074 --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-a9c8a65077de096a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47602026-03-19T03:03:44.442Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
47612026-03-19T03:03:44.486Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
47622026-03-19T03:03:44.489Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47632026-03-19T03:03:44.534Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47642026-03-19T03:03:44.537Z 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=d189eccbf112e483 -C extra-filename=-1efb5ca9a892258f --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-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47652026-03-19T03:03:44.585Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47662026-03-19T03:03:44.588Z 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=5b37f99e3a8d0d45 -C extra-filename=-3b3f1475ec4f7263 --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-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47672026-03-19T03:03:44.589Z 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=a40cd362a98db46d -C extra-filename=-5653dca5d4ba2e30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47682026-03-19T03:03:44.636Z 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=4edaeed0dd5d3591 -C extra-filename=-82d3df37fc388adb --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-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47692026-03-19T03:03:44.733Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47702026-03-19T03:03:44.736Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47712026-03-19T03:03:44.736Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47722026-03-19T03:03:44.736Z 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=60b31f0e5571fa71 -C extra-filename=-31b5206001129b11 --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-a9c8a65077de096a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47732026-03-19T03:03:44.786Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47742026-03-19T03:03:44.790Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47752026-03-19T03:03:44.836Z 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=76ce61044a435178 -C extra-filename=-ab691735379f88cc --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-a26184e0aafee52e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5f5a9d8355306515.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47762026-03-19T03:03:44.928Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47772026-03-19T03:03:44.931Z 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=c8f442ec8013f186 -C extra-filename=-18e7016e28e1c62d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47782026-03-19T03:03:44.979Z 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=229f2fa5b2269ba6 -C extra-filename=-fb08e0bf80368025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47792026-03-19T03:03:44.983Z 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=3c2633d2332518d6 -C extra-filename=-befaf0ef7b904619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47802026-03-19T03:03:44.983Z 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=2bc7dcd1ce77bd59 -C extra-filename=-44e30e728ac2c8a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47812026-03-19T03:03:44.983Z 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=33ad6125c9d24cc5 -C extra-filename=-599f3cec6d2a1006 --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-a9c8a65077de096a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47822026-03-19T03:03:45.029Z 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=483b8d206b9732e3 -C extra-filename=-cfe222979991a4e3 --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-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47832026-03-19T03:03:45.033Z 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=7209d6fc7970554f -C extra-filename=-3adde155e2fb891f --out-dir /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-40416eaef8f7236b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47842026-03-19T03:03:45.033Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47852026-03-19T03:03:45.086Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47862026-03-19T03:03:45.090Z 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=2249ce35bf535ce6 -C extra-filename=-47adbffd9ce4a870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47872026-03-19T03:03:45.090Z 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=1f69833853934525 -C extra-filename=-b2c5bebdd1a0d13a --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-0db8fe7a52ec78b4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47882026-03-19T03:03:45.245Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47892026-03-19T03:03:45.347Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47902026-03-19T03:03:45.399Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
47912026-03-19T03:03:45.403Z 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=957f3c897f01386e -C extra-filename=-952fd5f1826065b7 --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-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47922026-03-19T03:03:45.455Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
47932026-03-19T03:03:45.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/d83f56a/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=1c64ea49f75294f7 -C extra-filename=-f1d33dd895f189f4 --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 base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-5d03809e94090e25.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-d0e21f6f088d9873.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-91c8c0393024abb1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f9753df34bf392d5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5272333e71804918.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-17a9cc06c94a705e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
47942026-03-19T03:03:45.508Z 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=cab4e17f00f9bf0a -C extra-filename=-750e693acee0571e --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-5210e51a69dd0f18.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47952026-03-19T03:03:45.565Z 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=6ec3f92d8e3e166c -C extra-filename=-d3772ee2dedfb81d --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-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
47962026-03-19T03:03:45.568Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47972026-03-19T03:03:45.568Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
47982026-03-19T03:03:45.568Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
47992026-03-19T03:03:45.619Z 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=9197072996c59d04 -C extra-filename=-86c409aad5e10d17 --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-31b5206001129b11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48002026-03-19T03:03:45.677Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48012026-03-19T03:03:45.681Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48022026-03-19T03:03:45.795Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48032026-03-19T03:03:45.801Z 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=20d055f9a5ae42ef -C extra-filename=-904aae23f421bb56 --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-31b5206001129b11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48042026-03-19T03:03:45.801Z 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=8ae37e3a06670ff3 -C extra-filename=-b06f44f4a3794dab --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-a9c8a65077de096a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48052026-03-19T03:03:45.801Z 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=b1f912d89021c1b3 -C extra-filename=-1cff6422c0f4e048 --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-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48062026-03-19T03:03:45.801Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48072026-03-19T03:03:45.801Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48082026-03-19T03:03:45.801Z 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=72f7d0b75ef31ed5 -C extra-filename=-2e8fe7b5941c83a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2e8fe7b5941c83a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-db8ebe9ff8f5be0c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48092026-03-19T03:03:45.819Z 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=d15f74e8461fea2c -C extra-filename=-296f66ff04e92420 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-296f66ff04e92420 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48102026-03-19T03:03:45.870Z 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=2f331edbdd3c8dc0 -C extra-filename=-a1f886a19e08dc0c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-a1f886a19e08dc0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48112026-03-19T03:03:45.873Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48122026-03-19T03:03:45.874Z 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=d3af4d958e763968 -C extra-filename=-086cef7faa45f2ed --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-086cef7faa45f2ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48132026-03-19T03:03:45.874Z 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=c8bd00df8fe25b20 -C extra-filename=-581a0484e93ef2f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-1fac33b1019736e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b1fb3636e30508e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-d29f70d84cd546c0.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-82f8dd637d8a4bb9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48142026-03-19T03:03:45.921Z 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=2c43c0f16c94357b -C extra-filename=-12657d69ad653819 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-12657d69ad653819 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48152026-03-19T03:03:45.921Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48162026-03-19T03:03:45.974Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48172026-03-19T03:03:46.022Z 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=51b9815ebd4a421b -C extra-filename=-58bee3d88e41bc83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48182026-03-19T03:03:46.025Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48192026-03-19T03:03:46.026Z 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=da4c1972899c4b9d -C extra-filename=-9e6b2ac7af39f908 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9e6b2ac7af39f908 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48202026-03-19T03:03:46.070Z 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=3285317a82de8104 -C extra-filename=-d8a22152be1872fa --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-d8a22152be1872fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48212026-03-19T03:03:46.120Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48222026-03-19T03:03:46.124Z 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=6d2acf4ace053d02 -C extra-filename=-ee8e70ea824d8e22 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ee8e70ea824d8e22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48232026-03-19T03:03:46.341Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48242026-03-19T03:03:46.399Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48252026-03-19T03:03:46.403Z 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=a7c902de4a0b349d -C extra-filename=-9b7cc36748854c4b --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-a9c8a65077de096a.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b2c5bebdd1a0d13a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48262026-03-19T03:03:46.403Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-a1f886a19e08dc0c/build-script-build`
48272026-03-19T03:03:46.403Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-12657d69ad653819/build-script-build`
48282026-03-19T03:03:46.403Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-086cef7faa45f2ed/build-script-build`
48292026-03-19T03:03:46.454Z 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=eaf1c585f2f48c0e -C extra-filename=-cfc42a39494e5cdc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-cfc42a39494e5cdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48302026-03-19T03:03:46.606Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48312026-03-19T03:03:46.610Z 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=0970359435e9117d -C extra-filename=-e3135167d262b1eb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e3135167d262b1eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48322026-03-19T03:03:46.657Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48332026-03-19T03:03:46.663Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48342026-03-19T03:03:46.707Z 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=3df07aa405667e75 -C extra-filename=-52378763b8ea5021 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-52378763b8ea5021 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48352026-03-19T03:03:46.756Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48362026-03-19T03:03:46.760Z 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=36252741729b2c3f -C extra-filename=-a2bc03c545c7af01 --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-ca7663b8fc58259a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48372026-03-19T03:03:46.860Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
48382026-03-19T03:03:46.864Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-296f66ff04e92420/build-script-build`
48392026-03-19T03:03:46.864Z 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=53bb55968f63ce65 -C extra-filename=-d7ea21ac7afdec92 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d7ea21ac7afdec92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48402026-03-19T03:03:46.970Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48412026-03-19T03:03:46.974Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48422026-03-19T03:03:46.974Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48432026-03-19T03:03:46.974Z 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=70ec0a45dc309275 -C extra-filename=-4514ab362f8196fc --out-dir /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-952fd5f1826065b7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9c44e07fbcbacb75.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a3ca9f1a262bf46d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1aa8174ccc902c85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48442026-03-19T03:03:46.974Z 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=55b834cfc185f3bc -C extra-filename=-4c0ee2365aae3ff8 --out-dir /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-952fd5f1826065b7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9c44e07fbcbacb75.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a3ca9f1a262bf46d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1aa8174ccc902c85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48452026-03-19T03:03:47.078Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48462026-03-19T03:03:47.081Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ee8e70ea824d8e22/build-script-build`
48472026-03-19T03:03:47.082Z 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=099ca359e6fedb1a -C extra-filename=-27626502dd058a2e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-27626502dd058a2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48482026-03-19T03:03:47.130Z 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=199111c8da6e3521 -C extra-filename=-c58f0b50a03d40ad --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-c58f0b50a03d40ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48492026-03-19T03:03:47.133Z 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=431146f097d94129 -C extra-filename=-1821f31c1b6d053d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-1821f31c1b6d053d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48502026-03-19T03:03:47.185Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
48512026-03-19T03:03:47.189Z 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=06fe065b1da4c901 -C extra-filename=-370e6a5468376780 --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-fec866652f427803.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48522026-03-19T03:03:47.235Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9e6b2ac7af39f908/build-script-build`
48532026-03-19T03:03:47.382Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-d8a22152be1872fa/build-script-build`
48542026-03-19T03:03:47.432Z 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=10baa658a21ecf6b -C extra-filename=-9693f70f43be82cd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-9693f70f43be82cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48552026-03-19T03:03:47.435Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e3135167d262b1eb/build-script-build`
48562026-03-19T03:03:47.435Z 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=641d88a598d5e9dd -C extra-filename=-8c7987b1baa29576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48572026-03-19T03:03:47.435Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-cfc42a39494e5cdc/build-script-build`
48582026-03-19T03:03:47.482Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48592026-03-19T03:03:47.485Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48602026-03-19T03:03:47.485Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48612026-03-19T03:03:47.530Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48622026-03-19T03:03:47.533Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-52378763b8ea5021/build-script-build`
48632026-03-19T03:03:47.533Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2e8fe7b5941c83a3/build-script-build`
48642026-03-19T03:03:47.674Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48652026-03-19T03:03:47.677Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48662026-03-19T03:03:47.677Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48672026-03-19T03:03:47.677Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48682026-03-19T03:03:47.677Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d7ea21ac7afdec92/build-script-build`
48692026-03-19T03:03:47.677Z 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=8b42ad1a55a87daf -C extra-filename=-2571ef199616f2f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-2571ef199616f2f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48702026-03-19T03:03:47.677Z 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=bc6ffe7b767b582b -C extra-filename=-0decd424b71535b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0decd424b71535b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48712026-03-19T03:03:47.678Z 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=bcb6a472b4bac2b4 -C extra-filename=-2177a879aea7d1d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2177a879aea7d1d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-db8ebe9ff8f5be0c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48722026-03-19T03:03:47.725Z 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=f26b7a59610ca23c -C extra-filename=-16d74ba1b73f1105 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-16d74ba1b73f1105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48732026-03-19T03:03:47.772Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
48742026-03-19T03:03:47.820Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48752026-03-19T03:03:47.824Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48762026-03-19T03:03:47.824Z 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=eaf45173e4bca308 -C extra-filename=-c541c930be3d864d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-c541c930be3d864d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48772026-03-19T03:03:47.824Z 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=f710654ca2b33b4d -C extra-filename=-98b950f55f92a633 --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-cfe222979991a4e3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48782026-03-19T03:03:47.824Z 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=177406d6b0a9615f -C extra-filename=-644cbaff8c2fdc19 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-644cbaff8c2fdc19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48792026-03-19T03:03:47.824Z 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=44ddc26fe2cf9514 -C extra-filename=-af8f381dd3eaade4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-af8f381dd3eaade4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48802026-03-19T03:03:47.824Z 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=86fa682417509f43 -C extra-filename=-f13cc843ba62de8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-bd8db95484c97424.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48812026-03-19T03:03:47.824Z 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=904af692e97c7ab2 -C extra-filename=-49669327787fd17a --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-49669327787fd17a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48822026-03-19T03:03:47.824Z 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=c48e44259d80fb4f -C extra-filename=-5a92786a07eda7a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-5a92786a07eda7a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4f46d62cba206a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48832026-03-19T03:03:47.824Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-27626502dd058a2e/build-script-build`
48842026-03-19T03:03:47.870Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-1821f31c1b6d053d/build-script-build`
48852026-03-19T03:03:47.874Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-9693f70f43be82cd/build-script-build`
48862026-03-19T03:03:47.874Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-c58f0b50a03d40ad/build-script-build`
48872026-03-19T03:03:47.874Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48882026-03-19T03:03:47.918Z 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=a13b2c2dd3b384c0 -C extra-filename=-7829bc1dcf566f59 --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-a9c8a65077de096a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48892026-03-19T03:03:47.964Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48902026-03-19T03:03:47.967Z 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=05fab57db5130cda -C extra-filename=-28d41a212fdc90be --out-dir /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-40416eaef8f7236b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48912026-03-19T03:03:48.036Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48922026-03-19T03:03:48.101Z 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=cf95d38ad0211f37 -C extra-filename=-a6c3a6532f081b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48932026-03-19T03:03:48.194Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-0decd424b71535b3/build-script-build`
48942026-03-19T03:03:48.197Z 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=a1e696768621937a -C extra-filename=-d972be897b327fee --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-ca7663b8fc58259a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48952026-03-19T03:03:48.197Z 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=5b14acf3c2831c7b -C extra-filename=-f7b456cb2f67fdc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48962026-03-19T03:03:48.246Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-2571ef199616f2f1/build-script-build`
48972026-03-19T03:03:48.292Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-16d74ba1b73f1105/build-script-build`
48982026-03-19T03:03:48.296Z 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=1e1f89dafd858e13 -C extra-filename=-7dea67d7a2ee8bdd --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-a9c8a65077de096a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b2c5bebdd1a0d13a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
48992026-03-19T03:03:48.481Z 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=7c73d37808672382 -C extra-filename=-f88634a5ca3bb7ba --out-dir /work/oxidecomputer/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-952fd5f1826065b7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9c44e07fbcbacb75.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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a3ca9f1a262bf46d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1aa8174ccc902c85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49002026-03-19T03:03:48.739Z 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=504fde0e43f45566 -C extra-filename=-1e1fa4dff357f9d0 --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-0db8fe7a52ec78b4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49012026-03-19T03:03:48.788Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-5a92786a07eda7a8/build-script-build`
49022026-03-19T03:03:48.791Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-49669327787fd17a/build-script-build`
49032026-03-19T03:03:48.836Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2177a879aea7d1d7/build-script-build`
49042026-03-19T03:03:48.839Z 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=4834b0d63acd16e2 -C extra-filename=-470432a44641b034 --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-5210e51a69dd0f18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49052026-03-19T03:03:48.839Z 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=d73479be06742c89 -C extra-filename=-6e2e285a29b39773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49062026-03-19T03:03:48.883Z 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=7756ee0e53e7b56d -C extra-filename=-37545ef26f76fad4 --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-cfe222979991a4e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49072026-03-19T03:03:48.886Z 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=c7ecd53db97b761d -C extra-filename=-27483a255206b84c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d212113d92011c6e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49082026-03-19T03:03:48.982Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-af8f381dd3eaade4/build-script-build`
49092026-03-19T03:03:48.985Z 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=525876e39655889d -C extra-filename=-ceab1578b7b839e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49102026-03-19T03:03:49.218Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-c541c930be3d864d/build-script-build`
49112026-03-19T03:03:49.271Z 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=4e755d6bcc13e0cf -C extra-filename=-470bbd0072749f67 --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-e29bf263e307f126.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-31b5206001129b11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49122026-03-19T03:03:49.364Z 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=cdb521a07d0dcd84 -C extra-filename=-bc0a473ec7e179c4 --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-e29bf263e307f126.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-31b5206001129b11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49132026-03-19T03:03:49.367Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49142026-03-19T03:03:49.513Z 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=75d34293c5d95eed -C extra-filename=-9c18948b8628adf0 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49152026-03-19T03:03:49.517Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-644cbaff8c2fdc19/build-script-build`
49162026-03-19T03:03:49.563Z 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=2cec2fdd763e2799 -C extra-filename=-8c3046c9c260f040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49172026-03-19T03:03:49.567Z 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=5fda7e89b8d922d2 -C extra-filename=-594c38dcbbd27f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49182026-03-19T03:03:49.667Z 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=204f878fd14d60d7 -C extra-filename=-8746bea0d2025f08 --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-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49192026-03-19T03:03:49.671Z 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=0072b5202488ea25 -C extra-filename=-3bc56fc4e4ca49be --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-a9c8a65077de096a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49202026-03-19T03:03:49.775Z 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=3f7c3a5735b3b5f5 -C extra-filename=-78a9d9616a8cf28e --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49212026-03-19T03:03:49.932Z 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=6f35c6df2b5aa471 -C extra-filename=-bb676483a150bc7d --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49222026-03-19T03:03:49.932Z 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=611b4feacd05c315 -C extra-filename=-67519ccddefcec15 --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-0db8fe7a52ec78b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49232026-03-19T03:03:49.993Z 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=22cbcfd0e8752aa4 -C extra-filename=-57f5beeabd514c51 --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-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49242026-03-19T03:03:50.045Z 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=3d788a237f97112f -C extra-filename=-e52e4935a60828f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49252026-03-19T03:03:50.334Z 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=d27d4a28e871a88f -C extra-filename=-521cb88a0d333eab --out-dir /work/oxidecomputer/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-b02895a4c285a2eb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49262026-03-19T03:03:50.412Z 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=3be613d92e07a36c -C extra-filename=-47dc67f808e11ec7 --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-0db8fe7a52ec78b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49272026-03-19T03:03:50.413Z 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=07b8e53155d86bfb -C extra-filename=-c6aec098799b6f21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-befaf0ef7b904619.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49282026-03-19T03:03:50.467Z 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=edd50403c9b8d564 -C extra-filename=-e20a9b58750c03b0 --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-a26184e0aafee52e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5f5a9d8355306515.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49292026-03-19T03:03:50.569Z 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=f44023a2a7f1a707 -C extra-filename=-b75d6bf7e01f2416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49302026-03-19T03:03:50.622Z 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=a4d0e9bded64ec5c -C extra-filename=-17c4e37a5968dfc5 --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-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49312026-03-19T03:03:50.719Z 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=e039987eecff13ec -C extra-filename=-8cbbc8c7884653d8 --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-a9c8a65077de096a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49322026-03-19T03:03:50.781Z 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=6c267148535e9cb3 -C extra-filename=-dde1f009c5622d4e --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-c051f503f089cbc9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49332026-03-19T03:03:50.852Z 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=99d1f896872468e3 -C extra-filename=-f33e72629fa4ea2a --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-ccf60ca82959ab0d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49342026-03-19T03:03:50.958Z 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=14f02e1a149a50c1 -C extra-filename=-9b0a82e4cb85ecf7 --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-a9c8a65077de096a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49352026-03-19T03:03:51.109Z 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=18d479bf8398e731 -C extra-filename=-dbb5033d43df3ab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49362026-03-19T03:03:51.160Z 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=9a344eae38706d5b -C extra-filename=-8edc56fcce1ae58c --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-a9c8a65077de096a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49372026-03-19T03:03:51.206Z 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=fae6f5fff5f6054f -C extra-filename=-22590887340e2113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49382026-03-19T03:03:51.286Z 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=52e0fb47e9d7915d -C extra-filename=-afd8fdba36bb8168 --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-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49392026-03-19T03:03:51.333Z 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=8b6b1a8da6b8fe33 -C extra-filename=-019426a941528c8b --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-a9c8a65077de096a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49402026-03-19T03:03:51.574Z 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=418828b72236e758 -C extra-filename=-7a94ab83dcffb1fc --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-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49412026-03-19T03:03:51.632Z 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=ea2412fdc62068c7 -C extra-filename=-e692a22db6ff8204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49422026-03-19T03:03:51.687Z 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=5b78548d437def20 -C extra-filename=-32f8301e45e1aa91 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-28d41a212fdc90be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49432026-03-19T03:03:51.691Z 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=96578f282d6ec4e2 -C extra-filename=-db28d67d600e409c --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-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49442026-03-19T03:03:51.788Z 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=6e14f5a98b23049c -C extra-filename=-2c49a4352b2d66b7 --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-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49452026-03-19T03:03:51.835Z 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=05cebd0fa9ddec8f -C extra-filename=-95376ce91210f535 --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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49462026-03-19T03:03:51.955Z 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=cfd86632ba0cfc97 -C extra-filename=-715c5e378b0cf145 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49472026-03-19T03:03:52.515Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
49482026-03-19T03:03:52.518Z 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=96ce9fefdb15d683 -C extra-filename=-27e3f9df13cb4337 --out-dir /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-6d007d321422b53f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out`
49492026-03-19T03:03:53.060Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
49502026-03-19T03:03:53.065Z 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=96d10da8f6655dca -C extra-filename=-ed6d0147094b89b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-27e3f9df13cb4337.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aea80bc14be943b9.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1aa8174ccc902c85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
49512026-03-19T03:03:53.595Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
49522026-03-19T03:03:53.598Z 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=7e4de64cd84a3faf -C extra-filename=-b64c61d34c01400a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4c0ee2365aae3ff8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49532026-03-19T03:03:53.678Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49542026-03-19T03:03:53.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=d03a5d9ba3825953 -C extra-filename=-795164a03a79163d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4c0ee2365aae3ff8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49552026-03-19T03:03:53.944Z 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=fbae83f6be38d552 -C extra-filename=-19df4248171a55ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-094d038346fb289b.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-4241d8afd279da3e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-606147e1ae0fc628.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-e57cd3af1515987d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0c49c396d37a1b4a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d212113d92011c6e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
49562026-03-19T03:03:54.004Z 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=04aa80d968e17ae5 -C extra-filename=-b3ba78c13fcb6f52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49572026-03-19T03:03:54.059Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
49582026-03-19T03:03:54.062Z 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=591e04fc3d9268dc -C extra-filename=-6dd7bc0889d60cf6 --out-dir /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-b6f601029bc67859.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49592026-03-19T03:03:54.158Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49602026-03-19T03:03:54.162Z 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=3f4c2cbbc75e5c46 -C extra-filename=-e33364419ea17e46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49612026-03-19T03:03:54.267Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
49622026-03-19T03:03:54.272Z 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=54d3f90a40020e2e -C extra-filename=-bc988ceb9c6e6ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e57cd3af1515987d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49632026-03-19T03:03:54.391Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49642026-03-19T03:03:54.395Z 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=f75d96f97e5de6dd -C extra-filename=-e39e3edc0a6a5a60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4c0ee2365aae3ff8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b64c61d34c01400a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49652026-03-19T03:03:54.525Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49662026-03-19T03:03:54.531Z 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=b09c34635131f707 -C extra-filename=-6c74f43b9c94fc17 --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-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49672026-03-19T03:03:54.582Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49682026-03-19T03:03:54.586Z 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=1303a69fc2c9352d -C extra-filename=-422d062396b87ae6 --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-721a419a51d2d2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49692026-03-19T03:03:54.692Z 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=f413073d9761fe8b -C extra-filename=-7ab00802e08c4f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b3ba78c13fcb6f52.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49702026-03-19T03:03:54.746Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
49712026-03-19T03:03:54.877Z 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=e45e828d9e4642ab -C extra-filename=-241fa7eb3cf86554 --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-38f2d21a1a7f6460.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49722026-03-19T03:03:54.892Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49732026-03-19T03:03:54.892Z 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=1f774240d824f880 -C extra-filename=-878a6126e893a307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4c0ee2365aae3ff8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-795164a03a79163d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49742026-03-19T03:03:54.943Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
49752026-03-19T03:03:54.946Z 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=1cbf4e7df2a12b7f -C extra-filename=-f4d06214bae8ef1d --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-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49762026-03-19T03:03:54.998Z 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=dfbe7b09f3fb6da0 -C extra-filename=-5884f3e2528fbddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49772026-03-19T03:03:55.070Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49782026-03-19T03:03:55.076Z 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=6013c5081154af83 -C extra-filename=-974e8e08963e6526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8409b01aebc61e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
49792026-03-19T03:03:55.119Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
49802026-03-19T03:03:55.170Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49812026-03-19T03:03:55.177Z 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=3d8ab3d779437f44 -C extra-filename=-ec761a3f5123ed79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49822026-03-19T03:03:55.177Z 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=639f9ac5eedfc1aa -C extra-filename=-02361b1e80b4433d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49832026-03-19T03:03:55.274Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
49842026-03-19T03:03:55.278Z 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=bb46bac180764907 -C extra-filename=-b59901851c5b0de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49852026-03-19T03:03:55.332Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
49862026-03-19T03:03:55.335Z 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=47a53890c6ae59d4 -C extra-filename=-8305e1b3a9c6e3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49872026-03-19T03:03:55.380Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49882026-03-19T03:03:55.384Z 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=e4d8d9783225cab9 -C extra-filename=-5ac362198da3765f --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-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49892026-03-19T03:03:55.441Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
49902026-03-19T03:03:55.445Z 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=badd1b9d2624be84 -C extra-filename=-9a6c5856f7ab9539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49912026-03-19T03:03:55.494Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49922026-03-19T03:03:55.500Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49932026-03-19T03:03:55.500Z 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=4f6df93b816e16ee -C extra-filename=-f9fb341e055131f8 --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-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b3ba78c13fcb6f52.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49942026-03-19T03:03:55.500Z 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=a2d0794a6fc4e14b -C extra-filename=-94688d869976b429 --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-5210e51a69dd0f18.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49952026-03-19T03:03:55.555Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49962026-03-19T03:03:55.558Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49972026-03-19T03:03:55.615Z 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=57aac21b8b3bf6ad -C extra-filename=-1c9caaafdb3085b6 --out-dir /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-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-1efb5ca9a892258f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49982026-03-19T03:03:55.619Z 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=43e8222b8a72d2d6 -C extra-filename=-98a6f02663a36255 --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-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
49992026-03-19T03:03:55.718Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50002026-03-19T03:03:55.722Z 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=139b3cc7d1a8ddc2 -C extra-filename=-200c50b62baa90ba --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-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-cfe222979991a4e3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50012026-03-19T03:03:55.835Z 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=75350feaa4c995c2 -C extra-filename=-0a3d9a16fa2c3e86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-5884f3e2528fbddc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50022026-03-19T03:03:55.839Z 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=3fab8f3410c43469 -C extra-filename=-7001a5c6d02df0e4 --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-47adbffd9ce4a870.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50032026-03-19T03:03:55.900Z 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=bffa6ef64e764ea4 -C extra-filename=-7d32d58440c49f70 --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-47adbffd9ce4a870.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50042026-03-19T03:03:55.967Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
50052026-03-19T03:03:55.967Z 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=57a3fb9e28ae18d7 -C extra-filename=-c24e85d2dcb83b2b --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-6dd7bc0889d60cf6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50062026-03-19T03:03:56.030Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
50072026-03-19T03:03:56.033Z 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=e5d7faf1d728212d -C extra-filename=-724bdc2f3334c19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50082026-03-19T03:03:56.132Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50092026-03-19T03:03:56.136Z 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=513d07e3abe4f57c -C extra-filename=-2336e99033ba052b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50102026-03-19T03:03:56.136Z 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=44be3fe60e0ee4b6 -C extra-filename=-c1c3ce973001890e --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-6dd7bc0889d60cf6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50112026-03-19T03:03:56.289Z 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=71d4b1a1c72cc221 -C extra-filename=-38b5ed95292607f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-200c50b62baa90ba.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-98b950f55f92a633.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50122026-03-19T03:03:56.348Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50132026-03-19T03:03:56.349Z 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=e8f6dfe9f6fe3399 -C extra-filename=-dfd44fc4b5dda4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50142026-03-19T03:03:56.423Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50152026-03-19T03:03:56.473Z 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=c1e24b7abb689901 -C extra-filename=-a35c9589cf2cbbb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50162026-03-19T03:03:56.477Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50172026-03-19T03:03:56.477Z 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=e6784f0b0008c54e -C extra-filename=-29f7e77d6b9b7e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50182026-03-19T03:03:56.544Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
50192026-03-19T03:03:56.548Z 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=c5739d077233818e -C extra-filename=-d7dc0d87c3eb8679 --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-c24e85d2dcb83b2b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50202026-03-19T03:03:56.674Z 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=ea06b11ebae484f9 -C extra-filename=-62a1626ff99ca1c4 --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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50212026-03-19T03:03:56.729Z 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=230c16f94b2443b2 -C extra-filename=-bed6a02f93a65c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50222026-03-19T03:03:56.784Z 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=eeb1210e634263f4 -C extra-filename=-ea7df10e40783270 --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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b3ba78c13fcb6f52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50232026-03-19T03:03:56.963Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
50242026-03-19T03:03:56.966Z 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=ce1b6103b7b97bb4 -C extra-filename=-1bfbe9566b680208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e39e3edc0a6a5a60.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50252026-03-19T03:03:57.022Z 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=819204dfef6170c8 -C extra-filename=-db5df992ade39a22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50262026-03-19T03:03:57.079Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50272026-03-19T03:03:57.083Z 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=42d8c252245438e3 -C extra-filename=-db6dc4bda24b9ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50282026-03-19T03:03:57.132Z 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=a03651464e410f56 -C extra-filename=-32fcbe94d208c937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50292026-03-19T03:03:57.182Z 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=b3ef849e5ff46a79 -C extra-filename=-b52dd83c8392481a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50302026-03-19T03:03:57.239Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50312026-03-19T03:03:57.243Z 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=429aeb138666c15a -C extra-filename=-f4c7662b3761e586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-878a6126e893a307.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50322026-03-19T03:03:57.244Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50332026-03-19T03:03:57.244Z 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=163ef9dbe48b7caf -C extra-filename=-3d3525a8b0761545 --out-dir /work/oxidecomputer/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-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.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-aa10b82c8596a035.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50342026-03-19T03:03:57.346Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50352026-03-19T03:03:57.350Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50362026-03-19T03:03:57.350Z 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=285a5c64095f70da -C extra-filename=-5f0330a5baef24b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-222553181e9ecc5a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-88c1fdc831cad184.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
50372026-03-19T03:03:57.350Z 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=8097082a189347fc -C extra-filename=-7eb9bb5df69ba74d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b2c5bebdd1a0d13a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
50382026-03-19T03:03:57.546Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50392026-03-19T03:03:57.552Z 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=e09d442d392b125a -C extra-filename=-72c9e9aff01bd9d1 --out-dir /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-19df4248171a55ec.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-1efb5ca9a892258f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
50402026-03-19T03:03:58.259Z 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=96fcc088fa8f71c1 -C extra-filename=-af0e9ea98be89042 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0a3d9a16fa2c3e86.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50412026-03-19T03:03:58.322Z 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=e4afd46825894bf4 -C extra-filename=-af5325c20c106c3d --out-dir /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-4241d8afd279da3e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94688d869976b429.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5210e51a69dd0f18.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50422026-03-19T03:03:58.373Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50432026-03-19T03:03:58.378Z 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=a46a24bef258e895 -C extra-filename=-f9774ac834e6b751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50442026-03-19T03:03:58.469Z 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=3da23e85155e666b -C extra-filename=-f98647ddc6659e50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50452026-03-19T03:03:58.517Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50462026-03-19T03:03:58.629Z 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=a70c5b06fc499817 -C extra-filename=-c16fecb3547c3097 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a6c3a6532f081b88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8d6a2d83bee0ecf1.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-5df1b62b60f8e534.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/usr/ssl-3/lib/amd64`
50472026-03-19T03:03:58.633Z 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=58b43c6771cd76dd -C extra-filename=-fb95929d13a66864 --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-6dd7bc0889d60cf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50482026-03-19T03:03:58.655Z 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=24103d4567f78df9 -C extra-filename=-8dd9058b32f480e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50492026-03-19T03:03:58.753Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50502026-03-19T03:03:58.757Z 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=506d3d31a81d22d1 -C extra-filename=-3bfb863fce88e835 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50512026-03-19T03:03:58.868Z 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=c6284ba1e7c11d49 -C extra-filename=-1016b25e2fcc441c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50522026-03-19T03:03:59.029Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50532026-03-19T03:03:59.033Z 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=f7c89fa959e49a2f -C extra-filename=-a2e90d6a0c19bac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
50542026-03-19T03:03:59.309Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
50552026-03-19T03:03:59.314Z 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=489d499b85a5669a -C extra-filename=-63c16a2f28fd7daf --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-a9c8a65077de096a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1bfbe9566b680208.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e39e3edc0a6a5a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50562026-03-19T03:03:59.361Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50572026-03-19T03:03:59.365Z 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=eba2827675696681 -C extra-filename=-f63cd94996dda2c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8d6a2d83bee0ecf1.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/usr/ssl-3/lib/amd64`
50582026-03-19T03:03:59.551Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50592026-03-19T03:03:59.555Z 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=5380bc57ee4260c0 -C extra-filename=-25ecfc393c6a2c32 --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-a9c8a65077de096a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f4c7662b3761e586.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-878a6126e893a307.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50602026-03-19T03:03:59.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=bfa7219fa762a81b -C extra-filename=-44d2d5c9ef5f5a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f9774ac834e6b751.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50612026-03-19T03:03:59.762Z 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=b50fd82c0b4ae105 -C extra-filename=-0a1e039f24f2d46f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-db6dc4bda24b9ec5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50622026-03-19T03:03:59.851Z 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=739980d6bd81bef0 -C extra-filename=-4ab4ac41272b2db9 --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-a9c8a65077de096a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1bfbe9566b680208.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e39e3edc0a6a5a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50632026-03-19T03:03:59.906Z 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=3ce63d847e92aaf6 -C extra-filename=-7bdf2a96dc158908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.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-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b3ba78c13fcb6f52.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d10bff429efb0e63.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e48ae4e88187fe5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50642026-03-19T03:04:00.078Z 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=701a089b9b3aaabf -C extra-filename=-a21089cd0efe0fff --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-6dd7bc0889d60cf6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50652026-03-19T03:04:00.079Z 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=4a825dd4e81b9786 -C extra-filename=-6dc50019a2d6c66f --out-dir /work/oxidecomputer/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-19df4248171a55ec.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-1efb5ca9a892258f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
50662026-03-19T03:04:00.135Z 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=64a4a01e5b4e3e7a -C extra-filename=-068fd74421573c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8d6a2d83bee0ecf1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/usr/ssl-3/lib/amd64`
50672026-03-19T03:04:00.254Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50682026-03-19T03:04:00.258Z 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=a6d4fba7b18954ee -C extra-filename=-37d03247b8c6895e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
50692026-03-19T03:04:00.493Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50702026-03-19T03:04:00.498Z 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=89203d7b7630a965 -C extra-filename=-90f25c07f5b22d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-98a6f02663a36255.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
50712026-03-19T03:04:00.584Z 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=4ceea53a309aa911 -C extra-filename=-635b426914bd562a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
50722026-03-19T03:04:00.790Z 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=09dc4aa1b25168ca -C extra-filename=-82f4ab0048b1c57a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50732026-03-19T03:04:00.898Z 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=e289f1b2b52f1c5a -C extra-filename=-31bdd142d6bf304e --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-c24e85d2dcb83b2b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50742026-03-19T03:04:01.155Z 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=428c1f84009a2e41 -C extra-filename=-c645fbc8a73631e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e57cd3af1515987d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50752026-03-19T03:04:01.427Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
50762026-03-19T03:04:01.430Z 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=18a2b91ade236471 -C extra-filename=-2e3959bdb07b7d57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d212113d92011c6e.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
50772026-03-19T03:04:01.750Z 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=2d1e6caad2b06caa -C extra-filename=-0e3b19c037a9fdb1 --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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-cfe222979991a4e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50782026-03-19T03:04:01.841Z 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=9a61abc4ded38843 -C extra-filename=-ea5dc612b198591f --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-5210e51a69dd0f18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50792026-03-19T03:04:01.978Z 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=f1ca552f44804951 -C extra-filename=-0d32cfd7b4b2ec03 --out-dir /work/oxidecomputer/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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-1efb5ca9a892258f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50802026-03-19T03:04:02.082Z 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=29427819feef1ea3 -C extra-filename=-0843e69774ae4b0a --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-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50812026-03-19T03:04:02.193Z 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=fcd50397c0d4da81 -C extra-filename=-4c8cca1febc49c85 --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-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50822026-03-19T03:04:02.563Z 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=9a4dfcaab419ea8d -C extra-filename=-22e1db73abcd5ef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50832026-03-19T03:04:02.589Z 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=944e5f5d812f0c29 -C extra-filename=-d417fea36d51414c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50842026-03-19T03:04:02.808Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa01dc9b618a2c46 -C extra-filename=-9f2d9105ae419034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50852026-03-19T03:04:03.018Z 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=390e1a0f99c160c7 -C extra-filename=-479b0b5446889b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f63cd94996dda2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8d6a2d83bee0ecf1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/usr/ssl-3/lib/amd64`
50862026-03-19T03:04:03.241Z 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=2ae562ecaacfec01 -C extra-filename=-ddb16cf569914a72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50872026-03-19T03:04:03.399Z 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=e4e310dfec35b821 -C extra-filename=-52a47660114a5021 --out-dir /work/oxidecomputer/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-b6f601029bc67859.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50882026-03-19T03:04:03.577Z 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=d3fbaa035a543c55 -C extra-filename=-08b79abe69bac818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50892026-03-19T03:04:03.628Z 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=96c7613e39c0f890 -C extra-filename=-5011a7bab701e284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50902026-03-19T03:04:03.807Z 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=280acd5f556784cc -C extra-filename=-3592359caa8a6579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.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-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b3ba78c13fcb6f52.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d10bff429efb0e63.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e48ae4e88187fe5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50912026-03-19T03:04:03.858Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50922026-03-19T03:04:03.860Z 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=cb40fe1a24bbb1e7 -C extra-filename=-9605a401658cb0e9 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-15d72de0d2f066f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c7c5729a0642ad03.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50932026-03-19T03:04:04.001Z 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=043fcbfb67cbb83f -C extra-filename=-4a7786d34229b9df --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-38f2d21a1a7f6460.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50942026-03-19T03:04:04.208Z 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=454bcd5cee61ec43 -C extra-filename=-343ccf59bc9161bc --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-721a419a51d2d2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50952026-03-19T03:04:04.257Z 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=293c4e9e311b4a38 -C extra-filename=-6d9a96dcebc4aeda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50962026-03-19T03:04:04.305Z 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=aacc089ac3568884 -C extra-filename=-2a09da92d15f038c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8409b01aebc61e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
50972026-03-19T03:04:04.983Z 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=990f8fabbacf125b -C extra-filename=-557ce66782fa87b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
50982026-03-19T03:04:07.373Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50992026-03-19T03:04:07.376Z 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("proptest", "test-strategy", "testing"))' -C metadata=87a4c99ddfd216c8 -C extra-filename=-19f4ba3da03c8c06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern 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-7eb9bb5df69ba74d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51002026-03-19T03:04:07.649Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51012026-03-19T03:04:07.653Z 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=fdd14891de81ab84 -C extra-filename=-10f87c680bb86fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-db6dc4bda24b9ec5.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-63c16a2f28fd7daf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51022026-03-19T03:04:07.653Z 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=d2ed1b03ddecf30b -C extra-filename=-ce770412830d6c5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-db6dc4bda24b9ec5.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-63c16a2f28fd7daf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51032026-03-19T03:04:07.751Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
51042026-03-19T03:04:07.755Z 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=a2e96c1469637642 -C extra-filename=-03da8c59ca13676e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1cff6422c0f4e048.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-af0e9ea98be89042.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-25ecfc393c6a2c32.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0a3d9a16fa2c3e86.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51052026-03-19T03:04:08.102Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51062026-03-19T03:04:08.105Z 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=70e19f4f4472e1ae -C extra-filename=-aeb7899051a4d84a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.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-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51072026-03-19T03:04:08.105Z 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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat"))' -C metadata=3d0b629ea6832d6b -C extra-filename=-89f82319837b7be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-643e08516b59e5f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51082026-03-19T03:04:08.151Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51092026-03-19T03:04:08.202Z 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=4b994befad7eb16e -C extra-filename=-663cf76ca5d1179c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-03da8c59ca13676e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9a1d30cef25b60e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1bbdb513003c6cd4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51102026-03-19T03:04:08.260Z 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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat"))' -C metadata=e89678bcd4fa8e58 -C extra-filename=-4008341802105f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-643e08516b59e5f1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51112026-03-19T03:04:09.128Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51122026-03-19T03:04:09.128Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51132026-03-19T03:04:09.134Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51142026-03-19T03:04:09.134Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51152026-03-19T03:04:09.134Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51162026-03-19T03:04:09.134Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
51172026-03-19T03:04:09.134Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51182026-03-19T03:04:09.134Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51192026-03-19T03:04:09.134Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
51202026-03-19T03:04:09.134Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51212026-03-19T03:04:09.134Z 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=a91271f1b400c271 -C extra-filename=-e784c5a42096e374 --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-47adbffd9ce4a870.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51222026-03-19T03:04:09.134Z 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=fa8aa9040169945b -C extra-filename=-823c6146f330ea95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51232026-03-19T03:04:09.134Z 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=f1b355752c41abb9 -C extra-filename=-f4dd08429ccc4e21 --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-b8cb3e2f7daefaf0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51242026-03-19T03:04:09.135Z 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=a37217015e83e107 -C extra-filename=-831130839b493838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51252026-03-19T03:04:09.135Z 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=02a078a24bed18fd -C extra-filename=-65412f6ca833e55d --out-dir /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-f645e545963a37f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51262026-03-19T03:04:09.180Z 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=86474ba62ab4a920 -C extra-filename=-10965a423d15ae62 --out-dir /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-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.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-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9daf5f2b319ef6bf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51272026-03-19T03:04:09.183Z 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=a8be97b308b0021a -C extra-filename=-70c2e0efb4ad2edb --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-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51282026-03-19T03:04:09.184Z 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=0f29561f3f70a93c -C extra-filename=-1b38109b8fde4d3c --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-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51292026-03-19T03:04:09.184Z 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=8a12af70fc037ca8 -C extra-filename=-c1e69a317db7b54d --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-ccf60ca82959ab0d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51302026-03-19T03:04:09.184Z 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=5f6d96ddc7df9055 -C extra-filename=-d99a87fed80fd780 --out-dir /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-952fd5f1826065b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51312026-03-19T03:04:09.689Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51322026-03-19T03:04:09.692Z 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=b3f97e7431c6d320 -C extra-filename=-a4894692517d10fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-663cf76ca5d1179c.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-aea80bc14be943b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-9e6adc524c32cd3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/usr/ssl-3/lib/amd64`
51332026-03-19T03:04:10.064Z 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=3fed7adee3bb0583 -C extra-filename=-06533bdc1fbbbbff --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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51342026-03-19T03:04:10.064Z 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=7618c57affca02e1 -C extra-filename=-ebc45de33ec566ea --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-b8cb3e2f7daefaf0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51352026-03-19T03:04:10.068Z 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=b442a2cf776bed48 -C extra-filename=-d66d9123a7ac1301 --out-dir /work/oxidecomputer/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-952fd5f1826065b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51362026-03-19T03:04:10.157Z 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=11996528129ecce8 -C extra-filename=-20a804bb6c51b801 --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-ccf60ca82959ab0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51372026-03-19T03:04:10.161Z 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=adf04fc69ca964b0 -C extra-filename=-b37c530b8c787aa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51382026-03-19T03:04:10.314Z 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=d8673281a787505e -C extra-filename=-3bae543b988a73fa --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.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-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9daf5f2b319ef6bf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51392026-03-19T03:04:10.373Z 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=92c81932b0ac8ee8 -C extra-filename=-7dbe81848d1753dd --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-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51402026-03-19T03:04:10.377Z 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=08d72c3b0906a3e2 -C extra-filename=-e8df574375030750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51412026-03-19T03:04:10.422Z 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=6694287b804337d7 -C extra-filename=-b1c5b387c7360618 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.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-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9daf5f2b319ef6bf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-10965a423d15ae62.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51422026-03-19T03:04:10.580Z 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=9271f88d5fffbd18 -C extra-filename=-bc34c77449a2ea77 --out-dir /work/oxidecomputer/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-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51432026-03-19T03:04:10.705Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51442026-03-19T03:04:10.708Z 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=adcfb9d7996ecbb3 -C extra-filename=-a135a94fa0310bfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e57cd3af1515987d.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51452026-03-19T03:04:10.807Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51462026-03-19T03:04:10.814Z 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=184769d25aaf0133 -C extra-filename=-0e339b73fc28fc88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51472026-03-19T03:04:10.834Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
51482026-03-19T03:04:10.838Z 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=a3ae54cca50722ea -C extra-filename=-22f5f899be9488cb --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-47adbffd9ce4a870.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51492026-03-19T03:04:11.858Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51502026-03-19T03:04:11.858Z 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=ac7c13b72619af57 -C extra-filename=-10f7a6bf76d51250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51512026-03-19T03:04:11.993Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
51522026-03-19T03:04:11.996Z 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=fc69eec0499c5d17 -C extra-filename=-7dddd4885a018177 --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-1b38109b8fde4d3c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51532026-03-19T03:04:12.109Z 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=99b2c828e282992c -C extra-filename=-3a0a9b54366db0bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51542026-03-19T03:04:12.285Z 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=b401656cfed7c5df -C extra-filename=-3c7f844b1aefb84f --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-47adbffd9ce4a870.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51552026-03-19T03:04:12.747Z 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=d0276fc44313a327 -C extra-filename=-a635af57a9a643f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51562026-03-19T03:04:12.750Z 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=48eacae5f836c6f6 -C extra-filename=-2f37d03445570611 --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-1b38109b8fde4d3c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51572026-03-19T03:04:14.720Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
51582026-03-19T03:04:14.723Z 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=959aa1763228cad5 -C extra-filename=-9857ff945e5b957c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51592026-03-19T03:04:15.241Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51602026-03-19T03:04:15.244Z 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=c30ebec0e72c92c8 -C extra-filename=-4d62862ceedad906 --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-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51612026-03-19T03:04:16.393Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51622026-03-19T03:04:16.396Z 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=1b7ac7335975030b -C extra-filename=-b19c6bbe69823aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51632026-03-19T03:04:17.214Z 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=c49cc82fa577f638 -C extra-filename=-abae9b7769c448e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51642026-03-19T03:04:17.217Z 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=ac5d49af0e077a1b -C extra-filename=-76b2d8a9a5a27627 --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-b8cb3e2f7daefaf0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51652026-03-19T03:04:17.217Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51662026-03-19T03:04:17.259Z 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=bfd5d7607203a83a -C extra-filename=-a35250eb9ad3298e --out-dir /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-47adbffd9ce4a870.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/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/`
51672026-03-19T03:04:17.824Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51682026-03-19T03:04:17.824Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51692026-03-19T03:04:17.829Z 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=8e20c38b33d7e305 -C extra-filename=-99f3484afc029739 --out-dir /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-1d914afc30a75e02.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.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-a9ebdae10eb37bfb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51702026-03-19T03:04:17.829Z 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=2c2181ec26ff11bf -C extra-filename=-3ff61014dba3c1a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-1b38109b8fde4d3c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-f645e545963a37f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-1c9caaafdb3085b6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c74f43b9c94fc17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7dddd4885a018177.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51712026-03-19T03:04:18.212Z 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=b6da583fb722ef97 -C extra-filename=-5ebca89b4c4a45a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.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-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51722026-03-19T03:04:18.664Z 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=a32e79f6be22f2ae -C extra-filename=-dfae4eec4094e7ca --out-dir /work/oxidecomputer/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-0debae88ac7044a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.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-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.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-a9ebdae10eb37bfb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51732026-03-19T03:04:19.115Z 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=46620260690e1113 -C extra-filename=-84fd1b348187e542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9857ff945e5b957c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51742026-03-19T03:04:19.119Z 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=7dd4fed8429d77d0 -C extra-filename=-660a842aaec18df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9857ff945e5b957c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51752026-03-19T03:04:19.119Z 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=d0cd4d3e23072d8d -C extra-filename=-e5f36808cd3b89c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9857ff945e5b957c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51762026-03-19T03:04:23.315Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51772026-03-19T03:04:23.318Z 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=af2ed64494d895f0 -C extra-filename=-4e20b92e61e0d16e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51782026-03-19T03:04:23.801Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51792026-03-19T03:04:23.805Z 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=4c9f54107bd4ac2a -C extra-filename=-e7e471394fd5c2aa --out-dir /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-952fd5f1826065b7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.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-ec761a3f5123ed79.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.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-d99a87fed80fd780.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.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-a9ebdae10eb37bfb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51802026-03-19T03:04:27.749Z 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=81f3c9ad98908216 -C extra-filename=-a2a471bd989c861b --out-dir /work/oxidecomputer/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-1d914afc30a75e02.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.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-a9ebdae10eb37bfb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51812026-03-19T03:04:27.749Z 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=c914ef6e6cff30f4 -C extra-filename=-b8654076c1902e79 --out-dir /work/oxidecomputer/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-0debae88ac7044a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.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-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.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-a9ebdae10eb37bfb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51822026-03-19T03:04:27.755Z 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=fa37bcb049830225 -C extra-filename=-c8933f876cf4b851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51832026-03-19T03:04:27.755Z 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=282cc49a73dc6bb0 -C extra-filename=-93795f3e73d7b4bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4e20b92e61e0d16e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51842026-03-19T03:04:27.791Z 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=9936a343ce4f781a -C extra-filename=-e7fc91722a3cdf14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4e20b92e61e0d16e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51852026-03-19T03:04:27.794Z 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=eaf4d3f7f235e9ef -C extra-filename=-df4c8e2651645096 --out-dir /work/oxidecomputer/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-0debae88ac7044a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.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-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.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-a9ebdae10eb37bfb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51862026-03-19T03:04:30.995Z 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=dba5f66705270937 -C extra-filename=-050305cb37167d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-1b38109b8fde4d3c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-1c9caaafdb3085b6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c74f43b9c94fc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3ff61014dba3c1a4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7dddd4885a018177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64`
51872026-03-19T03:04:35.256Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51882026-03-19T03:04:35.261Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51892026-03-19T03:04:35.261Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51902026-03-19T03:04:35.261Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
51912026-03-19T03:04:35.261Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51922026-03-19T03:04:35.261Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51932026-03-19T03:04:35.261Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51942026-03-19T03:04:35.261Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
51952026-03-19T03:04:35.261Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
51962026-03-19T03:04:35.261Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
51972026-03-19T03:04:35.261Z 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=4f2b2c0234e10079 -C extra-filename=-069d501e76fa7555 --out-dir /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-ccf60ca82959ab0d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51982026-03-19T03:04:35.262Z 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=79580f6918d7c0f2 -C extra-filename=-75c771eebaaf75fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
51992026-03-19T03:04:35.262Z 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=0e0551d99a937730 -C extra-filename=-aa23a9d79d14ee8f --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-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52002026-03-19T03:04:35.298Z 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=e682de3511e5b5d6 -C extra-filename=-bce33da6b29ef36b --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-ccf60ca82959ab0d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52012026-03-19T03:04:35.302Z 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=b249afa4f01050cb -C extra-filename=-5ab89f471ea7b53e --out-dir /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-952fd5f1826065b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52022026-03-19T03:04:35.302Z 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=9c78f19ded9ec1a2 -C extra-filename=-1ce3c6c73d402133 --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-ccf60ca82959ab0d.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52032026-03-19T03:04:35.302Z 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=1baaa7bed6ca5c20 -C extra-filename=-98131739ab9c721d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52042026-03-19T03:04:35.302Z 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=1e986af8596d225b -C extra-filename=-75d23f4136c7fe7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-58bee3d88e41bc83.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.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-823c6146f330ea95.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52052026-03-19T03:04:35.303Z 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=a832fd5f8063a428 -C extra-filename=-e29dc699ab015dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52062026-03-19T03:04:35.340Z 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=754b70ab17307ca1 -C extra-filename=-c2e50d003954e247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52072026-03-19T03:04:37.575Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52082026-03-19T03:04:37.579Z 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=85eced879188e427 -C extra-filename=-1c4dcfb2c6698e07 --out-dir /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-b6f601029bc67859.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f1d33dd895f189f4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52092026-03-19T03:04:37.579Z 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=39c440f337c6f972 -C extra-filename=-d48615e8ecf66b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c74f43b9c94fc17.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-58bee3d88e41bc83.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52102026-03-19T03:04:37.804Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52112026-03-19T03:04:37.808Z 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=dd3a71cfa7b5f300 -C extra-filename=-d07b15e955ed5b11 --out-dir /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-4241d8afd279da3e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.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-8c7987b1baa29576.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52122026-03-19T03:04:38.101Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52132026-03-19T03:04:38.101Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52142026-03-19T03:04:38.104Z 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=7a79863ba2557ca1 -C extra-filename=-e0dee9d1dbaeb698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.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-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52152026-03-19T03:04:38.104Z 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=68ac48fe4271b0dd -C extra-filename=-f05d42fee5d15d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52162026-03-19T03:04:38.804Z 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=e0065294737a7fd1 -C extra-filename=-d7107282f36b89d1 --out-dir /work/oxidecomputer/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-952fd5f1826065b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52172026-03-19T03:04:38.804Z 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=49d8f285bf64807a -C extra-filename=-b0ad4a3647236d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52182026-03-19T03:04:38.808Z 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=7057471cd59b1d83 -C extra-filename=-c7369e6bda8fc130 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52192026-03-19T03:04:38.808Z 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=6e7752e1329c43f2 -C extra-filename=-1c210ddfdad299e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52202026-03-19T03:04:38.808Z 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=dcdd00cecb50210c -C extra-filename=-3824f5d7737068bf --out-dir /work/oxidecomputer/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-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52212026-03-19T03:04:38.848Z 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=9d5076ace7bff957 -C extra-filename=-e69569e475c589e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52222026-03-19T03:04:38.851Z 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=09c1f4be72e5683c -C extra-filename=-1e7b9f3b1f179a1b --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-ccf60ca82959ab0d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52232026-03-19T03:04:38.851Z 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=08fc8c4c4df79e7e -C extra-filename=-911328ed3df00f89 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c74f43b9c94fc17.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52242026-03-19T03:04:38.851Z 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=4395a200509ecadf -C extra-filename=-81ece0db98adf39b --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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52252026-03-19T03:04:38.851Z 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=0a475f91438fd231 -C extra-filename=-86475582fe0ad4ee --out-dir /work/oxidecomputer/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-b6f601029bc67859.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f1d33dd895f189f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52262026-03-19T03:04:39.295Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52272026-03-19T03:04:39.298Z 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=13dbd0e81a4f499d -C extra-filename=-78277677e848be02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.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-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.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-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52282026-03-19T03:04:39.406Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
52292026-03-19T03:04:39.409Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
52302026-03-19T03:04:39.409Z 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=428b7ac26203d653 -C extra-filename=-8594b4e4423f859b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52312026-03-19T03:04:39.409Z 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=0936ce22cb3186e2 -C extra-filename=-54375d21e242586c --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-b1db1361eaf8c359.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52322026-03-19T03:04:39.844Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52332026-03-19T03:04:39.844Z 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=2fb25bc922efe2ec -C extra-filename=-f16fe8c17a94aa2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5ac362198da3765f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1897827b66b244c6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aa10b82c8596a035.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c7c5729a0642ad03.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52342026-03-19T03:04:40.218Z 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=a58eb3314db0dc56 -C extra-filename=-e7b9e806adca929f --out-dir /work/oxidecomputer/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-952fd5f1826065b7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.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-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.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-d99a87fed80fd780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.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-a9ebdae10eb37bfb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52352026-03-19T03:04:40.222Z 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=d9101e72c86de36b -C extra-filename=-db31f9e03eb49ddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.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-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52362026-03-19T03:04:40.265Z 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=d45f44108c69f91a -C extra-filename=-08822217e37d35c7 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52372026-03-19T03:04:40.385Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f4011c56e7c0088 -C extra-filename=-3ba76d3a7bd98d8c --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52382026-03-19T03:04:40.439Z 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=cbe9116189b50fcc -C extra-filename=-118721a739da1e00 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-54375d21e242586c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.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-aa10b82c8596a035.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52392026-03-19T03:04:40.571Z 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=6939e52105fa280d -C extra-filename=-2c6afaa9410e1b09 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-54375d21e242586c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.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-aa10b82c8596a035.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52402026-03-19T03:04:40.651Z 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=fdee4f31de0865a6 -C extra-filename=-36d6409cfc415de0 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52412026-03-19T03:04:40.734Z 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=bc660651ce465ae7 -C extra-filename=-cffecdb04a3f1475 --out-dir /work/oxidecomputer/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-7ec43683971219cb.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-d14af20758565cc9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-22f5f899be9488cb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52422026-03-19T03:04:40.849Z 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=051a5b108c1a506d -C extra-filename=-da7679da0e8e74a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52432026-03-19T03:04:40.927Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2024 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=7fa8e61041b105af -C extra-filename=-cf0d1afb0e790915 --out-dir /work/oxidecomputer/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-b6f601029bc67859.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f1d33dd895f189f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52442026-03-19T03:04:40.982Z 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=8dfbac1669409a07 -C extra-filename=-d3127a27b402904b --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-7ec43683971219cb.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-22f5f899be9488cb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52452026-03-19T03:04:40.982Z 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=7320c012ee1a7c06 -C extra-filename=-4ac5daa15ca9a9a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-befaf0ef7b904619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52462026-03-19T03:04:41.415Z 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=56712bfb35cafd42 -C extra-filename=-b60016390422f312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d212113d92011c6e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52472026-03-19T03:04:41.471Z 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=2b2621d18dc1798d -C extra-filename=-25c22fd03b070821 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52482026-03-19T03:04:41.571Z 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=98037dc64e2f9f7f -C extra-filename=-bc318592912ef963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.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-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52492026-03-19T03:04:41.587Z 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=877f1ac672a0894b -C extra-filename=-d46bcffaaf50b2d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-d7dc0d87c3eb8679.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52502026-03-19T03:04:41.898Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52512026-03-19T03:04:41.901Z 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=c5cf2200d1e589f8 -C extra-filename=-485be0a0e78f9e7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e4c7a6777b114a0b.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-19f4ba3da03c8c06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52522026-03-19T03:04:41.968Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
52532026-03-19T03:04:41.972Z 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=5d70a35f61baf0fa -C extra-filename=-dd796985305b6063 --out-dir /work/oxidecomputer/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-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94688d869976b429.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-8a8362c279d63e66.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5ac362198da3765f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-1c9caaafdb3085b6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-200c50b62baa90ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7dddd4885a018177.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52542026-03-19T03:04:42.023Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52552026-03-19T03:04:42.028Z 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=ea0a0f96f06f2668 -C extra-filename=-037cd9f0ed5f6fbc --out-dir /work/oxidecomputer/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-d7dc0d87c3eb8679.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52562026-03-19T03:04:42.550Z 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=119689dca6592af7 -C extra-filename=-bd6afbf1fd54e296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-d7dc0d87c3eb8679.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9857ff945e5b957c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52572026-03-19T03:04:43.384Z 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=57f1714a76ac1b45 -C extra-filename=-f2dc2725367bfd73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.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-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52582026-03-19T03:04:43.496Z 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=66bcf7cd79b2e75e -C extra-filename=-f7721096ae595d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.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-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52592026-03-19T03:04:43.558Z 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=fcf02209b132ebce -C extra-filename=-724214b15dccb9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-d7dc0d87c3eb8679.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9857ff945e5b957c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52602026-03-19T03:04:43.675Z 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=df47fe4e85ef1752 -C extra-filename=-2c377bf5e9f9712a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-d7dc0d87c3eb8679.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9857ff945e5b957c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52612026-03-19T03:04:44.614Z 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=05e86d09730f2e2f -C extra-filename=-f745a98f82e0386e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.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-ec761a3f5123ed79.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52622026-03-19T03:04:45.044Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52632026-03-19T03:04:45.053Z 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=8491673c23584d63 -C extra-filename=-5c76f1c49476cd67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/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/`
52642026-03-19T03:04:45.327Z 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=593e386817d8d9ca -C extra-filename=-259ad0419c73a866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-d7dc0d87c3eb8679.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9857ff945e5b957c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52652026-03-19T03:04:45.812Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
52662026-03-19T03:04:45.816Z 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=663e63c0ba31e388 -C extra-filename=-10bd210bfabe46a8 --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-ccf60ca82959ab0d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f16fe8c17a94aa2e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52672026-03-19T03:04:46.365Z 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=913dcdfa709b5353 -C extra-filename=-a22f803a077bdbea --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-b1db1361eaf8c359.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52682026-03-19T03:04:46.452Z 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=6179729536973f5a -C extra-filename=-28bb11c0e8c4ee8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52692026-03-19T03:04:46.505Z 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=9891d51048166c69 -C extra-filename=-74c5c97166a38e35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-befaf0ef7b904619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52702026-03-19T03:04:48.037Z 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=b8bfe2ac1b9d528c -C extra-filename=-68527f4d14a23a03 --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-7ec43683971219cb.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-22f5f899be9488cb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52712026-03-19T03:04:49.003Z 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=56a80a6a58a9d110 -C extra-filename=-a1fcc8af7c0f33ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52722026-03-19T03:04:49.324Z 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=509fc5bc39534452 -C extra-filename=-e0a947e32fa2eec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52732026-03-19T03:04:50.171Z 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=c470c5d46db5b8f5 -C extra-filename=-6af29ffb089c82fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52742026-03-19T03:04:50.246Z 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=245569730dc202f5 -C extra-filename=-1d58b8b53a19bd1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e4c7a6777b114a0b.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-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
52752026-03-19T03:04:50.734Z 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=a2ac710140af81e3 -C extra-filename=-001aa6f3fdac1fbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52762026-03-19T03:04:50.861Z 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=fff2210acbfe526c -C extra-filename=-8b8d0ed1889ccb64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.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-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52772026-03-19T03:04:52.889Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52782026-03-19T03:04:52.892Z 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=bc6c1c6917aba9f4 -C extra-filename=-d7c36eada0907d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52792026-03-19T03:04:55.498Z 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=45f1ed7af218bc4f -C extra-filename=-4afa58e513cd6ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52802026-03-19T03:04:55.549Z 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=e4cb105bf5fcf405 -C extra-filename=-a113f6a6bc33885f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-1b38109b8fde4d3c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-90f25c07f5b22d3a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-1c9caaafdb3085b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-98a6f02663a36255.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.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-6c74f43b9c94fc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3ff61014dba3c1a4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7dddd4885a018177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52812026-03-19T03:04:56.138Z 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=1035c721c48c17d8 -C extra-filename=-31f030d54f77fb48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-1b38109b8fde4d3c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-90f25c07f5b22d3a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-1c9caaafdb3085b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-98a6f02663a36255.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.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-6c74f43b9c94fc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3ff61014dba3c1a4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7dddd4885a018177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52822026-03-19T03:04:56.316Z 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=f9102592d89c5f51 -C extra-filename=-f26f7db32a726216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5ac362198da3765f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1897827b66b244c6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f16fe8c17a94aa2e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aa10b82c8596a035.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c7c5729a0642ad03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52832026-03-19T03:04:57.455Z 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=ace32608bf60cfe5 -C extra-filename=-6bd3996ff052ab50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5ac362198da3765f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1897827b66b244c6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aa10b82c8596a035.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c7c5729a0642ad03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52842026-03-19T03:04:57.875Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
52852026-03-19T03:04:57.878Z 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=ea9da246d1d9d361 -C extra-filename=-8a5c1cd72bb18f30 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f16fe8c17a94aa2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aa10b82c8596a035.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52862026-03-19T03:04:58.992Z 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=f96e19e1ac81fb30 -C extra-filename=-085ab7f68ef911c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5ac362198da3765f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1897827b66b244c6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f16fe8c17a94aa2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aa10b82c8596a035.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c7c5729a0642ad03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52872026-03-19T03:04:59.447Z 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=2e33b2afeb64f98d -C extra-filename=-07ecf6c83e7a0818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5ac362198da3765f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1897827b66b244c6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f16fe8c17a94aa2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aa10b82c8596a035.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c7c5729a0642ad03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52882026-03-19T03:05:00.806Z 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=1aa458a04c06431e -C extra-filename=-23c8fd8210010e1f --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-ccf60ca82959ab0d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f16fe8c17a94aa2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52892026-03-19T03:05:01.651Z 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=46057904e0b909ae -C extra-filename=-49b404a9840cf55f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52902026-03-19T03:05:01.708Z 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=739a3f1dec49845c -C extra-filename=-e42ef479787177c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-1b38109b8fde4d3c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-90f25c07f5b22d3a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-1c9caaafdb3085b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-98a6f02663a36255.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.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-6c74f43b9c94fc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7dddd4885a018177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52912026-03-19T03:05:01.891Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
52922026-03-19T03:05:01.894Z 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=8dd9c11b2b85a7e1 -C extra-filename=-f6a0cc3be8cb593e --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f745a98f82e0386e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.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-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-22f5f899be9488cb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52932026-03-19T03:05:01.962Z 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=e036bf68b9475e1f -C extra-filename=-b158d35d33d675f9 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.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-24c02e5e309fc5d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f745a98f82e0386e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52942026-03-19T03:05:02.165Z 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=6849126acb634fae -C extra-filename=-86dd13a63f489c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.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-ec761a3f5123ed79.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-f745a98f82e0386e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52952026-03-19T03:05:02.703Z 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=b004ef24e100a43b -C extra-filename=-1f11ad00ee9081a4 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-c7b45fd1c37ea457.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.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-ec761a3f5123ed79.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-f745a98f82e0386e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52962026-03-19T03:05:02.794Z 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=d2c301a01e784386 -C extra-filename=-968c12f5e8eb76a0 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-f745a98f82e0386e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52972026-03-19T03:05:03.319Z 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=f3087706ca59efc5 -C extra-filename=-52c62bf357bc766b --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.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-24c02e5e309fc5d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f745a98f82e0386e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52982026-03-19T03:05:03.715Z 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=789f9f425e1ba96a -C extra-filename=-f27372dce1978c78 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-c7b45fd1c37ea457.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.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-ec761a3f5123ed79.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-f745a98f82e0386e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52992026-03-19T03:05:03.967Z 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=7107b488fdd5d24c -C extra-filename=-04be13b6b0a53fb9 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-c7b45fd1c37ea457.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.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-ec761a3f5123ed79.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53002026-03-19T03:05:04.231Z 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=16e4555c4be12981 -C extra-filename=-839b191a01fb8672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64`
53012026-03-19T03:05:04.581Z 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=80f6b038d92c9e81 -C extra-filename=-d8f8d1230b472dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53022026-03-19T03:05:04.634Z 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=e66eff7d558ab5af -C extra-filename=-0575b3900bd3d88b --out-dir /work/oxidecomputer/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-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53032026-03-19T03:05:05.024Z 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=40ebc641c6c9304c -C extra-filename=-d944abd83df8018f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b8cb3e2f7daefaf0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e57cd3af1515987d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53042026-03-19T03:05:05.699Z 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=36721386a02432dd -C extra-filename=-b67c34ed940ceef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-98a6f02663a36255.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3ca0f523261d13a9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53052026-03-19T03:05:06.138Z 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=6a4d029a5073205b -C extra-filename=-2773596f025c7cf5 --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-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53062026-03-19T03:05:06.759Z 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("proptest", "test-strategy", "testing"))' -C metadata=3302c6091fd5ec42 -C extra-filename=-b189b8bc12420872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.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-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53072026-03-19T03:05:07.657Z 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=6ccfb606a3cb1137 -C extra-filename=-1a5b0e7786d93aa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-ccf60ca82959ab0d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53082026-03-19T03:05:07.783Z 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=245b79505d57b2e8 -C extra-filename=-1916638a2f6f7d85 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53092026-03-19T03:05:07.903Z 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=c3842a804cc835c9 -C extra-filename=-1c2b93aa11c9d746 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-aa10b82c8596a035.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53102026-03-19T03:05:09.029Z 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=1d58fee67a1afcda -C extra-filename=-649e62c8ffdd4960 --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-fec866652f427803.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-537dd229f533e4bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-917b2676cc36eb06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53112026-03-19T03:05:09.255Z 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=b5d6ac82e6b2c7e6 -C extra-filename=-defee5f8db197310 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53122026-03-19T03:05:10.980Z 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=77c7d5522ab9aec2 -C extra-filename=-69680d79f99b51f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.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-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b2c5bebdd1a0d13a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53132026-03-19T03:05:11.773Z 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=052eaac233f652ab -C extra-filename=-0397709463666e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53142026-03-19T03:05:16.521Z 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=4226e6a9b826f73a -C extra-filename=-0adcda33bbbbc30b --out-dir /work/oxidecomputer/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-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c6704c7d91c35af0.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-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53152026-03-19T03:05:17.648Z 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=e1bad64e104a1e72 -C extra-filename=-7e74c6584de02747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-222553181e9ecc5a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-88c1fdc831cad184.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53162026-03-19T03:05:17.934Z 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=e3bf13261443a67a -C extra-filename=-14380e10df1921d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-094d038346fb289b.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-4241d8afd279da3e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-606147e1ae0fc628.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-e57cd3af1515987d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0c49c396d37a1b4a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d212113d92011c6e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53172026-03-19T03:05:21.150Z 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=746edb84025be361 -C extra-filename=-2318ca45eeb1edca --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53182026-03-19T03:05:21.226Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53192026-03-19T03:05:21.230Z 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=1f729f2d9e226dd4 -C extra-filename=-79cf734e810b9712 --out-dir /work/oxidecomputer/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-ccf60ca82959ab0d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53202026-03-19T03:05:21.942Z 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=2e7bc613b55f1683 -C extra-filename=-cec7445fa13500da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-90f25c07f5b22d3a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-98a6f02663a36255.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3ca0f523261d13a9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53212026-03-19T03:05:22.014Z 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=745f15f599e215fe -C extra-filename=-23e1bc71f9327689 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53222026-03-19T03:05:22.611Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2024 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=8c27e73a9e849e04 -C extra-filename=-2a29222437aabc73 --out-dir /work/oxidecomputer/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-b6f601029bc67859.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f1d33dd895f189f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53232026-03-19T03:05:23.853Z 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=6537e9eb7ad87fd4 -C extra-filename=-f20309f6576334a2 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.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-aa10b82c8596a035.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53242026-03-19T03:05:24.058Z 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=67f5725970b024de -C extra-filename=-d9df95518141ff3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53252026-03-19T03:05:24.516Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b61e12a8d4a7aff -C extra-filename=-1245bdc66b6ec380 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53262026-03-19T03:05:35.769Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53272026-03-19T03:05:35.773Z 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=8818b9721b0bb11d -C extra-filename=-eae930e7b015405c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-23588a9471712adf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-023574b6340d3c3c.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bab3370b2905146a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53282026-03-19T03:05:38.777Z 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=28e54292823eeee8 -C extra-filename=-c2b7eff7c9ff2eaf --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-d48615e8ecf66b51.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53292026-03-19T03:05:39.871Z 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=42ad8f65fbec95a2 -C extra-filename=-f486bca772b54412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-904aae23f421bb56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.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-c2b7eff7c9ff2eaf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53302026-03-19T03:05:43.073Z 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=15de78b349a072a0 -C extra-filename=-2e1d6606191fb85e --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-d48615e8ecf66b51.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53312026-03-19T03:05:43.077Z 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=4d598f5b99aa06a1 -C extra-filename=-60b99d4080a9182f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-904aae23f421bb56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.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-c2b7eff7c9ff2eaf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53322026-03-19T03:05:43.925Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53332026-03-19T03:05:43.929Z 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=3156cda25b57b86e -C extra-filename=-24cdf2b91c2a4d78 --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-fec866652f427803.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53342026-03-19T03:05:45.024Z 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=e7dabb9a8e505768 -C extra-filename=-b85f53e511faec21 --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-83619ebd19ed03d7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9f155a883e35961f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53352026-03-19T03:05:45.070Z 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=bc6082a63839f278 -C extra-filename=-80eec4aad3e300e7 --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-fec866652f427803.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53362026-03-19T03:05:50.410Z 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=42ee0708d0e95ae3 -C extra-filename=-c46482b4f877c905 --out-dir /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-83619ebd19ed03d7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9f155a883e35961f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c2b7eff7c9ff2eaf.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.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-58bee3d88e41bc83.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.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-167e7c84c162fc3f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53372026-03-19T03:05:51.943Z 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=f189284c015ad6cc -C extra-filename=-3cf38354f770cf04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-23588a9471712adf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-023574b6340d3c3c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bab3370b2905146a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53382026-03-19T03:05:51.947Z 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=88e09979bfe4b46c -C extra-filename=-eed2ead5755f621e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/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/`
53392026-03-19T03:05:52.046Z 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=6f4b8008f88f10e1 -C extra-filename=-15805b5b613086eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/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/`
53402026-03-19T03:05:52.050Z 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=681888d00a8630f3 -C extra-filename=-cefa9302f031099a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.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-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53412026-03-19T03:05:52.051Z 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=7e9fc78338c21deb -C extra-filename=-53baf2a8c4f0e926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.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-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53422026-03-19T03:05:52.052Z 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=9fba9ff1b57c0431 -C extra-filename=-2925759c0760dfe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-23588a9471712adf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-eae930e7b015405c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-023574b6340d3c3c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bab3370b2905146a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53432026-03-19T03:05:52.052Z 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=7971df48ae169130 -C extra-filename=-d81be00908a6bca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-23588a9471712adf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-eae930e7b015405c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-023574b6340d3c3c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bab3370b2905146a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53442026-03-19T03:05:52.098Z 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=44d248b055348fba -C extra-filename=-3a012f3929f333fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.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-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53452026-03-19T03:05:52.153Z 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=d19d532122cc679a -C extra-filename=-e217bc68b5ea5419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/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/`
53462026-03-19T03:05:52.157Z 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=7d7eea911e52f10e -C extra-filename=-373aa828d3c07802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/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/`
53472026-03-19T03:05:52.157Z 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=5b5261c81a3c2518 -C extra-filename=-fa9a6c19ffdb59db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.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-823c6146f330ea95.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53482026-03-19T03:05:52.199Z 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=a43b58b472f8d33c -C extra-filename=-42c9a92168e85a25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.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-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53492026-03-19T03:05:52.204Z 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=6f334ef88a4ba205 -C extra-filename=-682a7e449d3fb573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.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-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53502026-03-19T03:05:52.253Z 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=8e9e5d625951e1e6 -C extra-filename=-0db40828f7eb5880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-23588a9471712adf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-eae930e7b015405c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-023574b6340d3c3c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bab3370b2905146a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53512026-03-19T03:06:30.598Z 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=4861d1cd59fe6737 -C extra-filename=-239a55fb4623d679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-19f4ba3da03c8c06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53522026-03-19T03:06:30.601Z 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=4ced4f351d410d78 -C extra-filename=-2a99390a88843839 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53532026-03-19T03:06:30.655Z 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=d3752e539e94f600 -C extra-filename=-ccbc6510b96883f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53542026-03-19T03:06:30.658Z 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=b5a51146abc54fa8 -C extra-filename=-c2cbcfc69fa12782 --out-dir /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-c46482b4f877c905.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53552026-03-19T03:06:30.659Z 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=6a462ba7e2cd848a -C extra-filename=-e6ebe5e3ac9dc915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53562026-03-19T03:06:30.701Z 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=137f51ae70fd518a -C extra-filename=-d1e50370b147c572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53572026-03-19T03:06:31.226Z 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=9281a9dbe661f2db -C extra-filename=-112087baa56de73b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-af5325c20c106c3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53582026-03-19T03:06:33.041Z 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=320c7628625df73b -C extra-filename=-39662b18a74f9f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53592026-03-19T03:06:36.195Z 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=499c7b1d3397a3ef -C extra-filename=-f17ec76a7ffa9258 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53602026-03-19T03:06:36.199Z 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=551de71c4dff954c -C extra-filename=-47270927ae31f8c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-af5325c20c106c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53612026-03-19T03:06:36.199Z 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=aa7906d6e964adbb -C extra-filename=-ea9831c2b9c2506e --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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9f155a883e35961f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53622026-03-19T03:06:36.237Z 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=664901a8de9606af -C extra-filename=-c1a4122358ffb250 --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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9f155a883e35961f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53632026-03-19T03:06:36.240Z 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=642ead4e75a9cffd -C extra-filename=-28c1cc76a0b2cf7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53642026-03-19T03:06:36.240Z 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=ab76b42876f3ec2b -C extra-filename=-7753e7c2e1635ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53652026-03-19T03:06:36.240Z 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=195220963edb4b65 -C extra-filename=-8d1fd2526873d3c2 --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53662026-03-19T03:06:36.639Z 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=e66f0ba31d9fe86d -C extra-filename=-e03b17c29fb5ad44 --out-dir /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-83619ebd19ed03d7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-890ee5791db33d10.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.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-02361b1e80b4433d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-ed6d0147094b89b2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-599f3cec6d2a1006.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.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-58bee3d88e41bc83.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.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-b90737c97521ebe2.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53672026-03-19T03:06:38.029Z 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=d6833bdd641ca74b -C extra-filename=-c047226dbf57e4ef --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9f155a883e35961f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c2b7eff7c9ff2eaf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53682026-03-19T03:06:38.033Z 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=b8c42d8274f7d78c -C extra-filename=-13ac068e2df00e79 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94688d869976b429.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5210e51a69dd0f18.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53692026-03-19T03:06:38.033Z 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=ebd69fda2776ba68 -C extra-filename=-a39f22a7208b774d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53702026-03-19T03:06:38.067Z 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=d35e2eb57048723b -C extra-filename=-0f5c808539c3c2f6 --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94688d869976b429.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5210e51a69dd0f18.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-af5325c20c106c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53712026-03-19T03:06:38.071Z 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=87490fff402b3604 -C extra-filename=-c360666bb19f2073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-200c50b62baa90ba.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-98b950f55f92a633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-38b5ed95292607f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53722026-03-19T03:06:38.115Z 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=edc31d5242ba6494 -C extra-filename=-0ecde585b498848d --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-83619ebd19ed03d7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53732026-03-19T03:06:38.158Z 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=c6b591071f8efa80 -C extra-filename=-d0e11142d145a91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-200c50b62baa90ba.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-98b950f55f92a633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53742026-03-19T03:06:39.291Z 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=7d312e0cf4e86d9b -C extra-filename=-1d58629e4a486c2a --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53752026-03-19T03:06:41.773Z 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=a369569b867ad0c9 -C extra-filename=-93c9417e9f696139 --out-dir /work/oxidecomputer/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-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-7829bc1dcf566f59.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53762026-03-19T03:06:41.777Z 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=c95e4a408b6a4d5e -C extra-filename=-115fdcd595722455 --out-dir /work/oxidecomputer/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-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-7829bc1dcf566f59.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53772026-03-19T03:06:41.777Z 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=427e85a27a6abfae -C extra-filename=-c03b82dd2cf3010c --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.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-20ab6f143cb6fc75.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-cb9a43a6464c78e9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-b8998b77ba23cc42.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.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-a9ebdae10eb37bfb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53782026-03-19T03:10:37.348Z 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=dcdd427f4f2c6178 -C extra-filename=-7b1a4425e851ab7c --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-f745a98f82e0386e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53792026-03-19T03:10:37.354Z 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=143412ef29e91cf9 -C extra-filename=-3ef100c173edbd4f --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-54375d21e242586c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.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-aa10b82c8596a035.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53802026-03-19T03:10:37.354Z 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=47564b11783d3d52 -C extra-filename=-b72f68997305acd5 --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53812026-03-19T03:10:37.356Z 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=cc4e83451ceb2da9 -C extra-filename=-3dbbf89bd920f0ff --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-54375d21e242586c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.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-aa10b82c8596a035.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53822026-03-19T03:10:37.393Z 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=549c33fc99055c50 -C extra-filename=-7c079761ce312b9b --out-dir /work/oxidecomputer/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-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-f745a98f82e0386e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53832026-03-19T03:10:37.397Z 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=ed6013785c0653c8 -C extra-filename=-e78874f4554205c1 --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.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-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-cb9a43a6464c78e9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-b8998b77ba23cc42.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.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-a9ebdae10eb37bfb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53842026-03-19T03:10:37.401Z 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=319767bc8490085a -C extra-filename=-c791606de7e97c41 --out-dir /work/oxidecomputer/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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.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-aa10b82c8596a035.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53852026-03-19T03:10:37.435Z 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=3f95d29543d83008 -C extra-filename=-d1aa7437d3fa4b55 --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.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-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f4fda58f249b853c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-cb9a43a6464c78e9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-b8998b77ba23cc42.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.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-a9ebdae10eb37bfb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53862026-03-19T03:12:44.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 28s
53872026-03-19T03:12:44.940Z
53882026-03-19T03:12:44.941Zreal 10:29.041674529
53892026-03-19T03:12:44.946Zuser 1:36:22.649124679
53902026-03-19T03:12:44.946Zsys 20:45.181153158
53912026-03-19T03:12:44.946Ztrap 2.622718143
53922026-03-19T03:12:44.946Ztflt 2.426677537
53932026-03-19T03:12:44.946Zdflt 20.614905042
53942026-03-19T03:12:44.947Zkflt 0.026217001
53952026-03-19T03:12:44.947Zlock 5:41:38.479469823
53962026-03-19T03:12:44.947Zslp 5:25:51.943155852
53972026-03-19T03:12:44.947Zlat 2:16.293774595
53982026-03-19T03:12:44.947Zstop 44:45.015851188
53992026-03-19T03:12:44.947Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
54002026-03-19T03:12:46.821Z Fresh unicode-ident v1.0.24
54012026-03-19T03:12:46.848Z Fresh cfg-if v1.0.4
54022026-03-19T03:12:46.849Z Fresh memchr v2.8.0
54032026-03-19T03:12:46.849Z Fresh smallvec v1.15.1
54042026-03-19T03:12:46.849Z Fresh log v0.4.29
54052026-03-19T03:12:46.849Z Fresh itoa v1.0.17
54062026-03-19T03:12:46.849Z Fresh version_check v0.9.5
54072026-03-19T03:12:46.849Z Fresh autocfg v1.5.0
54082026-03-19T03:12:46.849Z Fresh scopeguard v1.2.0
54092026-03-19T03:12:46.849Z Fresh stable_deref_trait v1.2.1
54102026-03-19T03:12:46.849Z Fresh percent-encoding v2.3.2
54112026-03-19T03:12:46.849Z Fresh litemap v0.8.1
54122026-03-19T03:12:46.849Z Fresh shlex v1.3.0
54132026-03-19T03:12:46.849Z Fresh writeable v0.6.2
54142026-03-19T03:12:46.850Z Fresh find-msvc-tools v0.1.9
54152026-03-19T03:12:46.850Z Fresh utf8_iter v1.0.4
54162026-03-19T03:12:46.850Z Fresh critical-section v1.2.0
54172026-03-19T03:12:46.850Z Fresh allocator-api2 v0.2.21
54182026-03-19T03:12:46.850Z Fresh subtle v2.6.1
54192026-03-19T03:12:46.850Z Fresh proc-macro2 v1.0.106
54202026-03-19T03:12:46.850Z Fresh lock_api v0.4.14
54212026-03-19T03:12:46.850Z Fresh form_urlencoded v1.2.2
54222026-03-19T03:12:46.850Z Fresh rand_core v0.10.0
54232026-03-19T03:12:46.851Z Fresh pin-project-lite v0.2.17
54242026-03-19T03:12:46.851Z Fresh equivalent v1.0.2
54252026-03-19T03:12:46.851Z Fresh heck v0.5.0
54262026-03-19T03:12:46.851Z Fresh foldhash v0.2.0
54272026-03-19T03:12:46.851Z Fresh fnv v1.0.7
54282026-03-19T03:12:46.851Z Fresh iana-time-zone v0.1.65
54292026-03-19T03:12:46.851Z Fresh regex-syntax v0.8.10
54302026-03-19T03:12:46.851Z Fresh futures-core v0.3.32
54312026-03-19T03:12:46.851Z Fresh dyn-clone v1.0.20
54322026-03-19T03:12:46.851Z Fresh quote v1.0.44
54332026-03-19T03:12:46.851Z Fresh libc v0.2.180
54342026-03-19T03:12:46.851Z Fresh serde_core v1.0.228
54352026-03-19T03:12:46.851Z Fresh zmij v1.0.21
54362026-03-19T03:12:46.851Z Fresh libm v0.2.16
54372026-03-19T03:12:46.852Z Fresh icu_properties_data v2.1.2
54382026-03-19T03:12:46.852Z Fresh icu_normalizer_data v2.1.1
54392026-03-19T03:12:46.852Z Fresh portable-atomic v1.13.1
54402026-03-19T03:12:46.852Z Fresh hashbrown v0.16.1
54412026-03-19T03:12:46.852Z Fresh strsim v0.11.1
54422026-03-19T03:12:46.852Z Fresh const-oid v0.9.6
54432026-03-19T03:12:46.852Z Fresh aho-corasick v1.1.4
54442026-03-19T03:12:46.852Z Fresh byteorder v1.5.0
54452026-03-19T03:12:46.852Z Fresh futures-sink v0.3.32
54462026-03-19T03:12:46.853Z Fresh futures-io v0.3.32
54472026-03-19T03:12:46.853Z Fresh slab v0.4.12
54482026-03-19T03:12:46.853Z Fresh futures-task v0.3.32
54492026-03-19T03:12:46.853Z Fresh cpufeatures v0.2.17
54502026-03-19T03:12:46.853Z Fresh pkg-config v0.3.32
54512026-03-19T03:12:46.853Z Fresh base64 v0.22.1
54522026-03-19T03:12:46.854Z Fresh syn v2.0.117
54532026-03-19T03:12:46.854Z Fresh errno v0.3.14
54542026-03-19T03:12:46.854Z Fresh getrandom v0.2.17
54552026-03-19T03:12:46.854Z Fresh serde_json v1.0.149
54562026-03-19T03:12:46.854Z Fresh num-traits v0.2.19
54572026-03-19T03:12:46.854Z Fresh bitflags v2.11.0
54582026-03-19T03:12:46.854Z Fresh semver v1.0.27
54592026-03-19T03:12:46.854Z Fresh jobserver v0.1.34
54602026-03-19T03:12:46.854Z Fresh once_cell v1.21.3
54612026-03-19T03:12:46.854Z Fresh parking_lot_core v0.9.12
54622026-03-19T03:12:46.854Z Fresh getrandom v0.4.1
54632026-03-19T03:12:46.854Z Fresh mio v1.1.1
54642026-03-19T03:12:46.855Z Fresh typenum v1.19.0
54652026-03-19T03:12:46.855Z Fresh socket2 v0.6.2
54662026-03-19T03:12:46.855Z Fresh indexmap v2.13.0
54672026-03-19T03:12:46.855Z Fresh rustversion v1.0.22
54682026-03-19T03:12:46.855Z Fresh regex-automata v0.4.14
54692026-03-19T03:12:46.855Z Fresh futures-channel v0.3.32
54702026-03-19T03:12:46.855Z Fresh either v1.15.0
54712026-03-19T03:12:46.855Z Fresh ident_case v1.0.1
54722026-03-19T03:12:46.855Z Fresh untrusted v0.9.0
54732026-03-19T03:12:46.855Z Fresh utf8parse v0.2.2
54742026-03-19T03:12:46.855Z Fresh anstyle v1.0.13
54752026-03-19T03:12:46.855Z Fresh base64ct v1.8.3
54762026-03-19T03:12:46.856Z Fresh anstyle-query v1.1.5
54772026-03-19T03:12:46.861Z Fresh serde_derive v1.0.228
54782026-03-19T03:12:46.861Z Fresh zeroize_derive v1.4.3
54792026-03-19T03:12:46.861Z Fresh synstructure v0.13.2
54802026-03-19T03:12:46.861Z Fresh zerovec-derive v0.11.2
54812026-03-19T03:12:46.861Z Fresh displaydoc v0.2.5
54822026-03-19T03:12:46.861Z Fresh cc v1.2.56
54832026-03-19T03:12:46.861Z Fresh parking_lot v0.12.5
54842026-03-19T03:12:46.862Z Fresh zerocopy-derive v0.8.40
54852026-03-19T03:12:46.862Z Fresh rand_core v0.6.4
54862026-03-19T03:12:46.862Z Fresh thiserror-impl v2.0.18
54872026-03-19T03:12:46.862Z Fresh signal-hook-registry v1.4.8
54882026-03-19T03:12:46.862Z Fresh tokio-macros v2.6.0
54892026-03-19T03:12:46.862Z Fresh uuid v1.21.0
54902026-03-19T03:12:46.862Z Fresh serde_derive_internals v0.29.1
54912026-03-19T03:12:46.862Z Fresh rustix v1.1.3
54922026-03-19T03:12:46.863Z Fresh futures-macro v0.3.32
54932026-03-19T03:12:46.863Z Fresh syn v1.0.109
54942026-03-19T03:12:46.863Z Fresh thiserror-impl v1.0.69
54952026-03-19T03:12:46.863Z Fresh regex v1.12.3
54962026-03-19T03:12:46.863Z Fresh getrandom v0.3.4
54972026-03-19T03:12:46.863Z Fresh tracing-core v0.1.36
54982026-03-19T03:12:46.863Z Fresh tracing-attributes v0.1.31
54992026-03-19T03:12:46.864Z Fresh anyhow v1.0.102
55002026-03-19T03:12:46.864Z Fresh anstyle-parse v0.2.7
55012026-03-19T03:12:46.864Z Fresh colorchoice v1.0.4
55022026-03-19T03:12:46.864Z Fresh is_terminal_polyfill v1.70.2
55032026-03-19T03:12:46.864Z Fresh ryu v1.0.23
55042026-03-19T03:12:46.864Z Fresh clap_lex v1.0.0
55052026-03-19T03:12:46.864Z Fresh clap_derive v4.5.55
55062026-03-19T03:12:46.864Z Fresh pem-rfc7468 v0.7.0
55072026-03-19T03:12:46.864Z Fresh serde v1.0.228
55082026-03-19T03:12:46.864Z Fresh zeroize v1.8.2
55092026-03-19T03:12:46.864Z Fresh zerofrom-derive v0.1.6
55102026-03-19T03:12:46.864Z Fresh yoke-derive v0.8.1
55112026-03-19T03:12:46.864Z Fresh zerocopy v0.8.40
55122026-03-19T03:12:46.864Z Fresh thiserror v2.0.18
55132026-03-19T03:12:46.864Z Fresh schemars_derive v0.8.22
55142026-03-19T03:12:46.864Z Fresh futures-util v0.3.32
55152026-03-19T03:12:46.864Z Fresh thiserror v1.0.69
55162026-03-19T03:12:46.864Z Fresh tracing v0.1.44
55172026-03-19T03:12:46.864Z Fresh crossbeam-utils v0.8.21
55182026-03-19T03:12:46.864Z Fresh anstream v0.6.21
55192026-03-19T03:12:46.865Z Fresh httparse v1.10.1
55202026-03-19T03:12:46.865Z Fresh terminal_size v0.4.3
55212026-03-19T03:12:46.865Z Fresh rand_core v0.9.5
55222026-03-19T03:12:46.865Z Fresh atomic-waker v1.1.2
55232026-03-19T03:12:46.865Z Fresh time-core v0.1.8
55242026-03-19T03:12:46.865Z Fresh num-conv v0.2.0
55252026-03-19T03:12:46.865Z Fresh powerfmt v0.2.0
55262026-03-19T03:12:46.865Z Fresh cmake v0.1.57
55272026-03-19T03:12:46.865Z Fresh try-lock v0.2.5
55282026-03-19T03:12:46.865Z Fresh httpdate v1.0.3
55292026-03-19T03:12:46.865Z Fresh fs_extra v1.3.0
55302026-03-19T03:12:46.865Z Fresh num_threads v0.1.7
55312026-03-19T03:12:46.865Z Fresh dunce v1.0.5
55322026-03-19T03:12:46.865Z Fresh vcpkg v0.2.15
55332026-03-19T03:12:46.865Z Fresh der_derive v0.7.3
55342026-03-19T03:12:46.865Z Fresh tower-service v0.3.3
55352026-03-19T03:12:46.865Z Fresh flagset v0.4.7
55362026-03-19T03:12:46.865Z Fresh tower-layer v0.3.3
55372026-03-19T03:12:46.865Z Fresh bytes v1.11.1
55382026-03-19T03:12:46.865Z Fresh zerofrom v0.1.6
55392026-03-19T03:12:46.865Z Fresh generic-array v0.14.7
55402026-03-19T03:12:46.866Z Fresh chrono v0.4.44
55412026-03-19T03:12:46.866Z Fresh ppv-lite86 v0.2.21
55422026-03-19T03:12:46.866Z Fresh serde_tokenstream v0.2.3
55432026-03-19T03:12:46.866Z Fresh ipnet v2.11.0
55442026-03-19T03:12:46.866Z Fresh rustls-pki-types v1.14.0
55452026-03-19T03:12:46.866Z Fresh clap_builder v4.5.60
55462026-03-19T03:12:46.866Z Fresh time-macros v0.2.27
55472026-03-19T03:12:46.866Z Fresh deranged v0.5.8
55482026-03-19T03:12:46.866Z Fresh want v0.3.1
55492026-03-19T03:12:46.866Z Fresh pin-utils v0.1.0
55502026-03-19T03:12:46.867Z Fresh erased-serde v0.3.31
55512026-03-19T03:12:46.867Z Fresh der v0.7.10
55522026-03-19T03:12:46.867Z Fresh spin v0.9.8
55532026-03-19T03:12:46.867Z Fresh async-trait v0.1.89
55542026-03-19T03:12:46.867Z Fresh ucd-trie v0.1.7
55552026-03-19T03:12:46.867Z Fresh pretty-hex v0.4.1
55562026-03-19T03:12:46.867Z Fresh untrusted v0.7.1
55572026-03-19T03:12:46.867Z Fresh winnow v0.7.14
55582026-03-19T03:12:46.868Z Fresh fastrand v2.3.0
55592026-03-19T03:12:46.868Z Fresh unicode-segmentation v1.12.0
55602026-03-19T03:12:46.868Z Fresh openssl-probe v0.2.1
55612026-03-19T03:12:46.868Z Fresh plain v0.2.3
55622026-03-19T03:12:46.868Z Fresh hex v0.4.3
55632026-03-19T03:12:46.868Z Fresh yoke v0.8.1
55642026-03-19T03:12:46.868Z Fresh tokio v1.49.0
55652026-03-19T03:12:46.868Z Fresh crypto-common v0.1.7
55662026-03-19T03:12:46.868Z Fresh block-buffer v0.10.4
55672026-03-19T03:12:46.868Z Fresh http v1.4.0
55682026-03-19T03:12:46.868Z Fresh ring v0.17.14
55692026-03-19T03:12:46.868Z Fresh block-padding v0.3.3
55702026-03-19T03:12:46.868Z Fresh clap v4.5.60
55712026-03-19T03:12:46.868Z Fresh time v0.3.47
55722026-03-19T03:12:46.868Z Fresh rand_chacha v0.9.0
55732026-03-19T03:12:46.868Z Fresh slog v2.8.2
55742026-03-19T03:12:46.868Z Fresh pest v2.8.6
55752026-03-19T03:12:46.868Z Fresh spki v0.7.3
55762026-03-19T03:12:46.868Z Fresh rand_chacha v0.3.1
55772026-03-19T03:12:46.874Z Fresh serde_urlencoded v0.7.1
55782026-03-19T03:12:46.874Z Fresh tempfile v3.25.0
55792026-03-19T03:12:46.874Z Fresh rustc_version v0.4.1
55802026-03-19T03:12:46.875Z Fresh unicode-width v0.2.0
55812026-03-19T03:12:46.875Z Fresh rustls-native-certs v0.8.3
55822026-03-19T03:12:46.875Z Fresh openapiv3 v2.2.0
55832026-03-19T03:12:46.875Z Fresh sync_wrapper v1.0.2
55842026-03-19T03:12:46.875Z Fresh webpki-roots v1.0.6
55852026-03-19T03:12:46.875Z Fresh iri-string v0.7.10
55862026-03-19T03:12:46.875Z Fresh darling_core v0.21.3
55872026-03-19T03:12:46.875Z Fresh mime v0.3.17
55882026-03-19T03:12:46.875Z Fresh toml_parser v1.0.9+spec-1.1.0
55892026-03-19T03:12:46.875Z Fresh lazy_static v1.5.0
55902026-03-19T03:12:46.875Z Fresh static_assertions v1.1.0
55912026-03-19T03:12:46.875Z Fresh foreign-types-shared v0.1.1
55922026-03-19T03:12:46.875Z Fresh zerovec v0.11.5
55932026-03-19T03:12:46.875Z Fresh zerotrie v0.2.3
55942026-03-19T03:12:46.875Z Fresh digest v0.10.7
55952026-03-19T03:12:46.875Z Fresh tokio-util v0.7.18
55962026-03-19T03:12:46.875Z Fresh inout v0.1.4
55972026-03-19T03:12:46.875Z Fresh http-body v1.0.1
55982026-03-19T03:12:46.875Z Fresh camino v1.2.2
55992026-03-19T03:12:46.876Z Fresh rand v0.9.2
56002026-03-19T03:12:46.876Z Fresh aws-lc-sys v0.37.1
56012026-03-19T03:12:46.877Z Fresh pest_meta v2.8.6
56022026-03-19T03:12:46.877Z Fresh rand v0.8.5
56032026-03-19T03:12:46.877Z Fresh tower v0.5.3
56042026-03-19T03:12:46.877Z Fresh darling_macro v0.21.3
56052026-03-19T03:12:46.877Z Fresh foreign-types v0.3.2
56062026-03-19T03:12:46.877Z Fresh serde_spanned v0.6.9
56072026-03-19T03:12:46.877Z Fresh toml_datetime v0.6.11
56082026-03-19T03:12:46.877Z Fresh hubpack_derive v0.1.1
56092026-03-19T03:12:46.877Z Fresh openssl-macros v0.1.1
56102026-03-19T03:12:46.877Z Fresh encoding_rs v0.8.35
56112026-03-19T03:12:46.877Z Fresh simd-adler32 v0.3.8
56122026-03-19T03:12:46.877Z Fresh strum_macros v0.26.4
56132026-03-19T03:12:46.877Z Fresh scroll_derive v0.13.1
56142026-03-19T03:12:46.877Z Fresh toml_datetime v0.7.5+spec-1.1.0
56152026-03-19T03:12:46.877Z Fresh adler2 v2.0.1
56162026-03-19T03:12:46.877Z Fresh data-encoding v2.10.0
56172026-03-19T03:12:46.877Z Fresh tinyvec_macros v0.1.1
56182026-03-19T03:12:46.877Z Fresh tinystr v0.8.2
56192026-03-19T03:12:46.878Z Fresh potential_utf v0.1.4
56202026-03-19T03:12:46.878Z Fresh cipher v0.4.4
56212026-03-19T03:12:46.878Z Fresh sha2 v0.10.9
56222026-03-19T03:12:46.878Z Fresh hmac v0.12.1
56232026-03-19T03:12:46.878Z Fresh h2 v0.4.13
56242026-03-19T03:12:46.878Z Fresh http-body-util v0.1.3
56252026-03-19T03:12:46.878Z Fresh aws-lc-rs v1.16.0
56262026-03-19T03:12:46.878Z Fresh pest_generator v2.8.6
56272026-03-19T03:12:46.878Z Fresh tower-http v0.6.8
56282026-03-19T03:12:46.878Z Fresh darling v0.21.3
56292026-03-19T03:12:46.878Z Fresh openssl-sys v0.9.111
56302026-03-19T03:12:46.878Z Fresh signature v2.2.0
56312026-03-19T03:12:46.878Z Fresh hubpack v0.1.2
56322026-03-19T03:12:46.878Z Fresh scroll v0.13.0
56332026-03-19T03:12:46.878Z Fresh miniz_oxide v0.8.9
56342026-03-19T03:12:46.878Z Fresh strum v0.26.3
56352026-03-19T03:12:46.878Z Fresh sha1 v0.10.6
56362026-03-19T03:12:46.878Z Fresh tinyvec v1.10.0
56372026-03-19T03:12:46.879Z Fresh num-integer v0.1.46
56382026-03-19T03:12:46.879Z Fresh thread-id v5.1.0
56392026-03-19T03:12:46.879Z Fresh memmap2 v0.9.10
56402026-03-19T03:12:46.879Z Fresh bit-vec v0.8.0
56412026-03-19T03:12:46.879Z Fresh base16ct v0.2.0
56422026-03-19T03:12:46.879Z Fresh icu_locale_core v2.1.1
56432026-03-19T03:12:46.879Z Fresh icu_collections v2.1.1
56442026-03-19T03:12:46.879Z Fresh hyper v1.8.1
56452026-03-19T03:12:46.879Z Fresh rustls-webpki v0.103.9
56462026-03-19T03:12:46.879Z Fresh pbkdf2 v0.12.2
56472026-03-19T03:12:46.879Z Fresh aes v0.8.4
56482026-03-19T03:12:46.879Z Fresh pest_derive v2.8.6
56492026-03-19T03:12:46.879Z Fresh salsa20 v0.10.2
56502026-03-19T03:12:46.879Z Fresh cbc v0.1.2
56512026-03-19T03:12:46.880Z Fresh openssl v0.10.75
56522026-03-19T03:12:46.880Z Fresh paste v1.0.15
56532026-03-19T03:12:46.880Z Fresh goblin v0.10.5
56542026-03-19T03:12:46.880Z Fresh bit-set v0.8.0
56552026-03-19T03:12:46.880Z Fresh crossbeam-epoch v0.9.18
56562026-03-19T03:12:46.880Z Fresh ff v0.13.1
56572026-03-19T03:12:46.880Z Fresh scroll_derive v0.12.1
56582026-03-19T03:12:46.880Z Fresh wait-timeout v0.2.1
56592026-03-19T03:12:46.881Z Fresh hkdf v0.12.4
56602026-03-19T03:12:46.881Z Fresh num-iter v0.1.45
56612026-03-19T03:12:46.881Z Fresh crypto-bigint v0.5.5
56622026-03-19T03:12:46.881Z Fresh heck v0.4.1
56632026-03-19T03:12:46.881Z Fresh zerocopy-derive v0.7.35
56642026-03-19T03:12:46.881Z Fresh bstr v1.12.1
56652026-03-19T03:12:46.881Z Fresh siphasher v1.0.2
56662026-03-19T03:12:46.881Z Fresh cfg_aliases v0.2.1
56672026-03-19T03:12:46.881Z Fresh quick-error v1.2.3
56682026-03-19T03:12:46.881Z Fresh icu_provider v2.1.1
56692026-03-19T03:12:46.881Z Fresh hyper-util v0.1.20
56702026-03-19T03:12:46.881Z Fresh rustls v0.23.37
56712026-03-19T03:12:46.881Z Fresh scrypt v0.11.0
56722026-03-19T03:12:46.881Z Fresh native-tls v0.2.18
56732026-03-19T03:12:46.881Z Fresh dtrace-parser v0.3.0
56742026-03-19T03:12:46.881Z Fresh dof v0.4.0
56752026-03-19T03:12:46.881Z Fresh crc32fast v1.5.0
56762026-03-19T03:12:46.881Z Fresh ahash v0.8.12
56772026-03-19T03:12:46.894Z Fresh object v0.37.3
56782026-03-19T03:12:46.894Z Fresh scroll v0.12.0
56792026-03-19T03:12:46.894Z Fresh group v0.13.0
56802026-03-19T03:12:46.894Z Fresh zerocopy v0.7.35
56812026-03-19T03:12:46.895Z Fresh rusty-fork v0.3.1
56822026-03-19T03:12:46.895Z Fresh rand_xorshift v0.4.0
56832026-03-19T03:12:46.895Z Fresh itertools v0.13.0
56842026-03-19T03:12:46.895Z Fresh darling_core v0.20.11
56852026-03-19T03:12:46.895Z Fresh unarray v0.1.4
56862026-03-19T03:12:46.895Z Fresh winnow v0.5.40
56872026-03-19T03:12:46.895Z Fresh litrs v1.0.0
56882026-03-19T03:12:46.895Z Fresh dtrace-parser v0.2.0
56892026-03-19T03:12:46.895Z Fresh x509-cert v0.2.5
56902026-03-19T03:12:46.895Z Fresh thread-id v4.2.2
56912026-03-19T03:12:46.895Z Fresh zlib-rs v0.6.2
56922026-03-19T03:12:46.896Z Fresh icu_properties v2.1.2
56932026-03-19T03:12:46.896Z Fresh icu_normalizer v2.1.1
56942026-03-19T03:12:46.896Z Fresh pkcs5 v0.7.1
56952026-03-19T03:12:46.896Z Fresh tokio-rustls v0.26.4
56962026-03-19T03:12:46.896Z Fresh tokio-native-tls v0.3.1
56972026-03-19T03:12:46.896Z Fresh usdt-impl v0.6.0
56982026-03-19T03:12:46.896Z Fresh goblin v0.8.2
56992026-03-19T03:12:46.896Z Fresh rustix v0.38.44
57002026-03-19T03:12:46.896Z Fresh proptest v1.10.0
57012026-03-19T03:12:46.896Z Fresh proc-macro-error-attr v1.0.4
57022026-03-19T03:12:46.897Z Fresh document-features v0.2.12
57032026-03-19T03:12:46.897Z Fresh toml_edit v0.19.15
57042026-03-19T03:12:46.897Z Fresh darling_macro v0.20.11
57052026-03-19T03:12:46.897Z Fresh num-bigint-dig v0.8.6
57062026-03-19T03:12:46.897Z Fresh psl-types v2.0.11
57072026-03-19T03:12:46.897Z Fresh flate2 v1.1.9
57082026-03-19T03:12:46.897Z Fresh crossbeam-deque v0.8.6
57092026-03-19T03:12:46.897Z Fresh rfc6979 v0.4.0
57102026-03-19T03:12:46.897Z Fresh curve25519-dalek-derive v0.1.1
57112026-03-19T03:12:46.897Z Fresh rustls-platform-verifier v0.6.2
57122026-03-19T03:12:46.897Z Fresh serde_with_macros v3.17.0
57132026-03-19T03:12:46.898Z Fresh daft-derive v0.1.5
57142026-03-19T03:12:46.898Z Fresh env_filter v1.0.0
57152026-03-19T03:12:46.898Z Fresh toml_write v0.1.2
57162026-03-19T03:12:46.898Z Fresh keccak v0.1.6
57172026-03-19T03:12:46.898Z Fresh idna_adapter v1.2.1
57182026-03-19T03:12:46.898Z Fresh pkcs8 v0.10.2
57192026-03-19T03:12:46.898Z Fresh hyper-rustls v0.27.7
57202026-03-19T03:12:46.898Z Fresh hyper-tls v0.6.0
57212026-03-19T03:12:46.899Z Fresh usdt-attr-macro v0.6.0
57222026-03-19T03:12:46.899Z Fresh usdt-macro v0.6.0
57232026-03-19T03:12:46.899Z Fresh dof v0.3.0
57242026-03-19T03:12:46.899Z Fresh proc-macro-error v1.0.4
57252026-03-19T03:12:46.899Z Fresh darling v0.20.11
57262026-03-19T03:12:46.899Z Fresh cookie v0.18.1
57272026-03-19T03:12:46.900Z Fresh curve25519-dalek v4.1.3
57282026-03-19T03:12:46.900Z Fresh memoffset v0.9.1
57292026-03-19T03:12:46.900Z Fresh sha3 v0.10.8
57302026-03-19T03:12:46.900Z Fresh toml_edit v0.22.27
57312026-03-19T03:12:46.900Z Fresh env_logger v0.11.9
57322026-03-19T03:12:46.900Z Fresh bitflags v1.3.2
57332026-03-19T03:12:46.900Z Fresh unicode-normalization v0.1.25
57342026-03-19T03:12:46.900Z Fresh enum-as-inner v0.6.1
57352026-03-19T03:12:46.900Z Fresh managed v0.8.0
57362026-03-19T03:12:46.900Z Fresh phf_shared v0.11.3
57372026-03-19T03:12:46.900Z Fresh cargo-platform v0.1.9
57382026-03-19T03:12:46.900Z Fresh ref-cast-impl v1.0.25
57392026-03-19T03:12:46.900Z Fresh new_debug_unreachable v1.0.6
57402026-03-19T03:12:46.900Z Fresh idna v1.1.0
57412026-03-19T03:12:46.900Z Fresh sec1 v0.7.3
57422026-03-19T03:12:46.900Z Fresh usdt v0.6.0
57432026-03-19T03:12:46.901Z Fresh pkcs1 v0.7.5
57442026-03-19T03:12:46.901Z Fresh usdt-impl v0.5.0
57452026-03-19T03:12:46.901Z Fresh derive_builder_core v0.20.2
57462026-03-19T03:12:46.901Z Fresh ed25519 v2.2.3
57472026-03-19T03:12:46.901Z Fresh signal-hook v0.3.18
57482026-03-19T03:12:46.901Z Fresh rayon-core v1.13.0
57492026-03-19T03:12:46.902Z Fresh rustc-hash v2.1.1
57502026-03-19T03:12:46.902Z Fresh precomputed-hash v0.1.1
57512026-03-19T03:12:46.902Z Fresh fixedbitset v0.4.2
57522026-03-19T03:12:46.902Z Fresh foldhash v0.1.5
57532026-03-19T03:12:46.902Z Fresh cargo_metadata v0.19.2
57542026-03-19T03:12:46.902Z Fresh toml v0.7.8
57552026-03-19T03:12:46.902Z Fresh libbz2-rs-sys v0.2.2
57562026-03-19T03:12:46.902Z Fresh lalrpop-util v0.19.12
57572026-03-19T03:12:46.902Z Fresh bumpalo v3.20.2
57582026-03-19T03:12:46.902Z Fresh similar v2.7.0
57592026-03-19T03:12:46.902Z Fresh serde-big-array v0.5.1
57602026-03-19T03:12:46.903Z Fresh hash32 v0.2.1
57612026-03-19T03:12:46.903Z Fresh predicates-core v1.0.10
57622026-03-19T03:12:46.903Z Fresh url v2.5.8
57632026-03-19T03:12:46.903Z Fresh elliptic-curve v0.13.8
57642026-03-19T03:12:46.903Z Fresh rsa v0.9.10
57652026-03-19T03:12:46.903Z Fresh publicsuffix v2.3.0
57662026-03-19T03:12:46.903Z Fresh derive_builder_macro v0.20.2
57672026-03-19T03:12:46.903Z Fresh ed25519-dalek v2.2.0
57682026-03-19T03:12:46.903Z Fresh nix v0.31.1
57692026-03-19T03:12:46.903Z Fresh bzip2-sys v0.1.13+1.0.8
57702026-03-19T03:12:46.904Z Fresh hashbrown v0.15.5
57712026-03-19T03:12:46.904Z Fresh string_cache v0.8.9
57722026-03-19T03:12:46.904Z Fresh petgraph v0.6.5
57732026-03-19T03:12:46.904Z Fresh zstd-sys v2.0.16+zstd.1.5.7
57742026-03-19T03:12:46.904Z Fresh ref-cast v1.0.25
57752026-03-19T03:12:46.904Z Fresh signal-hook-mio v0.2.5
57762026-03-19T03:12:46.904Z Fresh fs-err v3.3.0
57772026-03-19T03:12:46.913Z Fresh rayon v1.11.0
57782026-03-19T03:12:46.913Z Fresh zopfli v0.8.3
57792026-03-19T03:12:46.913Z Fresh bzip2 v0.6.1
57802026-03-19T03:12:46.913Z Fresh jiff v0.2.21
57812026-03-19T03:12:46.913Z Fresh unicode-properties v0.1.4
57822026-03-19T03:12:46.913Z Fresh unicode-bidi v0.3.18
57832026-03-19T03:12:46.913Z Fresh tokio-stream v0.1.18
57842026-03-19T03:12:46.913Z Fresh md-5 v0.10.6
57852026-03-19T03:12:46.914Z Fresh strum_macros v0.27.2
57862026-03-19T03:12:46.914Z Fresh float-cmp v0.10.0
57872026-03-19T03:12:46.914Z Fresh difflib v0.4.0
57882026-03-19T03:12:46.914Z Fresh fallible-iterator v0.2.0
57892026-03-19T03:12:46.914Z Fresh normalize-line-endings v0.3.0
57902026-03-19T03:12:46.914Z Fresh zone_cfg_derive v0.3.1
57912026-03-19T03:12:46.914Z Fresh schemars v0.8.22
57922026-03-19T03:12:46.914Z Fresh reqwest v0.12.28
57932026-03-19T03:12:46.914Z Fresh ecdsa v0.16.9
57942026-03-19T03:12:46.914Z Fresh cookie_store v0.22.1
57952026-03-19T03:12:46.914Z Fresh derive_builder v0.20.2
57962026-03-19T03:12:46.915Z Fresh bzip2 v0.4.4
57972026-03-19T03:12:46.915Z Fresh zstd-safe v7.2.4
57982026-03-19T03:12:46.915Z Fresh crossterm v0.28.1
57992026-03-19T03:12:46.915Z Fresh stringprep v0.1.5
58002026-03-19T03:12:46.915Z Fresh hickory-proto v0.25.2
58012026-03-19T03:12:46.915Z Fresh heapless v0.7.17
58022026-03-19T03:12:46.915Z Fresh strum v0.27.2
58032026-03-19T03:12:46.915Z Fresh predicates v3.1.4
58042026-03-19T03:12:46.915Z Fresh phf_shared v0.13.1
58052026-03-19T03:12:46.915Z Fresh buf-list v1.1.2
58062026-03-19T03:12:46.915Z Fresh console v0.16.2
58072026-03-19T03:12:46.915Z Fresh itertools v0.12.1
58082026-03-19T03:12:46.916Z Fresh serde_repr v0.1.20
58092026-03-19T03:12:46.916Z Fresh peg-runtime v0.8.5
58102026-03-19T03:12:46.916Z Fresh fixedbitset v0.5.7
58112026-03-19T03:12:46.916Z Fresh unit-prefix v0.5.2
58122026-03-19T03:12:46.916Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58132026-03-19T03:12:46.916Z Fresh whoami v2.1.0
58142026-03-19T03:12:46.916Z Fresh is-terminal v0.4.17
58152026-03-19T03:12:46.916Z Fresh futures-executor v0.3.32
58162026-03-19T03:12:46.916Z Fresh crossbeam-channel v0.5.15
58172026-03-19T03:12:46.916Z Fresh thread_local v1.1.9
58182026-03-19T03:12:46.916Z Fresh regress v0.10.5
58192026-03-19T03:12:46.916Z Fresh take_mut v0.2.2
58202026-03-19T03:12:46.916Z Fresh term v1.2.1
58212026-03-19T03:12:46.916Z Fresh structmeta-derive v0.3.0
58222026-03-19T03:12:46.916Z Fresh ipnetwork v0.21.1
58232026-03-19T03:12:46.916Z Fresh newtype-uuid v1.3.2
58242026-03-19T03:12:46.917Z Fresh reqwest v0.13.2
58252026-03-19T03:12:46.917Z Fresh serde_with v3.17.0
58262026-03-19T03:12:46.917Z Fresh vergen-lib v0.1.6
58272026-03-19T03:12:46.917Z Fresh zip v0.6.6
58282026-03-19T03:12:46.917Z Fresh zstd v0.13.3
58292026-03-19T03:12:46.917Z Fresh smoltcp v0.9.1
58302026-03-19T03:12:46.917Z Fresh postgres-protocol v0.6.10
58312026-03-19T03:12:46.917Z Fresh indicatif v0.18.4
58322026-03-19T03:12:46.917Z Fresh zone v0.3.1
58332026-03-19T03:12:46.917Z Fresh phf v0.13.1
58342026-03-19T03:12:46.917Z Fresh petgraph v0.8.3
58352026-03-19T03:12:46.917Z Fresh futures v0.3.32
58362026-03-19T03:12:46.917Z Fresh slog-term v2.9.2
58372026-03-19T03:12:46.918Z Fresh structmeta v0.3.0
58382026-03-19T03:12:46.918Z Fresh match_cfg v0.1.0
58392026-03-19T03:12:46.918Z Fresh slog-json v2.6.1
58402026-03-19T03:12:46.918Z Fresh newtype-uuid-macros v0.1.0
58412026-03-19T03:12:46.918Z Fresh serde_spanned v1.0.4
58422026-03-19T03:12:46.918Z Fresh toml_writer v1.0.6+spec-1.1.0
58432026-03-19T03:12:46.918Z Fresh debug-ignore v1.0.5
58442026-03-19T03:12:46.918Z Fresh rustls-webpki v0.102.8
58452026-03-19T03:12:46.918Z Fresh serde_path_to_error v0.1.20
58462026-03-19T03:12:46.918Z Fresh async-stream-impl v0.3.6
58472026-03-19T03:12:46.918Z Fresh rustls-pemfile v2.2.0
58482026-03-19T03:12:46.918Z Fresh dropshot_endpoint v0.16.7
58492026-03-19T03:12:46.918Z Fresh waitgroup v0.1.2
58502026-03-19T03:12:46.919Z Fresh oxnet v0.1.4
58512026-03-19T03:12:46.919Z Fresh vergen v9.0.6
58522026-03-19T03:12:46.919Z Fresh zip v4.6.1
58532026-03-19T03:12:46.919Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58542026-03-19T03:12:46.919Z Fresh postgres-types v0.2.12
58552026-03-19T03:12:46.919Z Fresh slog-async v2.8.0
58562026-03-19T03:12:46.919Z Fresh hostname v0.3.1
58572026-03-19T03:12:46.919Z Fresh derive-ex v0.1.8
58582026-03-19T03:12:46.919Z Fresh toml v0.9.12+spec-1.1.0
58592026-03-19T03:12:46.919Z Fresh progenitor-client v0.13.0
58602026-03-19T03:12:46.920Z Fresh async-stream v0.3.6
58612026-03-19T03:12:46.920Z Fresh hostname v0.4.2
58622026-03-19T03:12:46.920Z Fresh itertools v0.14.0
58632026-03-19T03:12:46.920Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
58642026-03-19T03:12:46.920Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58652026-03-19T03:12:46.920Z Fresh macaddr v1.0.1
58662026-03-19T03:12:46.920Z Fresh progenitor-client v0.10.0
58672026-03-19T03:12:46.920Z Fresh instant v0.1.13
58682026-03-19T03:12:46.920Z Fresh parse-display-derive v0.10.0
58692026-03-19T03:12:46.920Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
58702026-03-19T03:12:46.920Z Fresh backon v1.6.0
58712026-03-19T03:12:46.920Z Fresh toml v0.8.23
58722026-03-19T03:12:46.920Z Fresh camino-tempfile v1.4.1
58732026-03-19T03:12:46.920Z Fresh unsafe-libyaml v0.2.11
58742026-03-19T03:12:46.920Z Fresh convert_case v0.4.0
58752026-03-19T03:12:46.921Z Fresh secrecy v0.10.3
58762026-03-19T03:12:46.921Z Fresh glob v0.3.3
58772026-03-19T03:12:46.935Z Fresh typify-impl v0.6.1
58782026-03-19T03:12:46.935Z Fresh toml_edit v0.23.10+spec-1.0.0
58792026-03-19T03:12:46.936Z Fresh daft v0.1.5
58802026-03-19T03:12:46.936Z Fresh tokio-postgres v0.7.16
58812026-03-19T03:12:46.936Z Fresh slog-bunyan v2.5.0
58822026-03-19T03:12:46.936Z Fresh test-strategy v0.4.5
58832026-03-19T03:12:46.936Z Fresh rustls v0.22.4
58842026-03-19T03:12:46.936Z Fresh multer v3.1.0
58852026-03-19T03:12:46.936Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58862026-03-19T03:12:46.936Z Fresh parse-display v0.10.0
58872026-03-19T03:12:46.936Z Fresh backoff v0.4.0
58882026-03-19T03:12:46.936Z Fresh progenitor-extras v0.1.1
58892026-03-19T03:12:46.936Z Fresh derive_more v0.99.20
58902026-03-19T03:12:46.936Z Fresh serde_yaml v0.9.34+deprecated
58912026-03-19T03:12:46.936Z Fresh typify-macro v0.6.1
58922026-03-19T03:12:46.937Z Fresh proc-macro-crate v3.4.0
58932026-03-19T03:12:46.937Z Fresh ingot-macros v0.1.1
58942026-03-19T03:12:46.937Z Fresh tabwriter v1.4.1
58952026-03-19T03:12:46.937Z Fresh half v2.7.1
58962026-03-19T03:12:46.937Z Fresh hash32 v0.3.1
58972026-03-19T03:12:46.937Z Fresh ciborium-io v0.2.2
58982026-03-19T03:12:46.937Z Fresh cobs v0.3.0
58992026-03-19T03:12:46.937Z Fresh foreign-types-macros v0.2.3
59002026-03-19T03:12:46.937Z Fresh cpufeatures v0.3.0
59012026-03-19T03:12:46.937Z Fresh foreign-types-shared v0.3.1
59022026-03-19T03:12:46.937Z Fresh proc-macro-crate v1.3.1
59032026-03-19T03:12:46.937Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59042026-03-19T03:12:46.938Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59052026-03-19T03:12:46.938Z Fresh iddqd v0.3.17
59062026-03-19T03:12:46.938Z Fresh tokio-rustls v0.25.0
59072026-03-19T03:12:46.938Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
59082026-03-19T03:12:46.938Z Fresh typify v0.6.1
59092026-03-19T03:12:46.938Z Fresh num_enum_derive v0.7.5
59102026-03-19T03:12:46.939Z Fresh ingot-types v0.1.2
59112026-03-19T03:12:46.939Z Fresh ciborium-ll v0.2.2
59122026-03-19T03:12:46.939Z Fresh foreign-types v0.5.0
59132026-03-19T03:12:46.939Z Fresh postcard v1.1.3
59142026-03-19T03:12:46.939Z Fresh chacha20 v0.10.0
59152026-03-19T03:12:46.939Z Fresh cstr-argument v0.1.2
59162026-03-19T03:12:46.939Z Fresh colored v3.1.1
59172026-03-19T03:12:46.939Z Fresh num_enum_derive v0.5.11
59182026-03-19T03:12:46.939Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59192026-03-19T03:12:46.939Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59202026-03-19T03:12:46.939Z Fresh sigpipe v0.1.3
59212026-03-19T03:12:46.940Z Fresh indent_write v2.2.0
59222026-03-19T03:12:46.940Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59232026-03-19T03:12:46.940Z Fresh smf v0.2.3
59242026-03-19T03:12:46.940Z Fresh num-derive v0.4.2
59252026-03-19T03:12:46.940Z Fresh whoami v1.6.1
59262026-03-19T03:12:46.940Z Fresh universal-hash v0.5.1
59272026-03-19T03:12:46.941Z Fresh dropshot v0.16.7
59282026-03-19T03:12:46.941Z Fresh progenitor-impl v0.13.0
59292026-03-19T03:12:46.941Z Fresh crucible-workspace-hack v0.1.0
59302026-03-19T03:12:46.941Z Fresh heapless v0.8.0
59312026-03-19T03:12:46.942Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59322026-03-19T03:12:46.942Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59332026-03-19T03:12:46.942Z Fresh num_enum v0.7.5
59342026-03-19T03:12:46.942Z Fresh ingot v0.1.1
59352026-03-19T03:12:46.942Z Fresh ciborium v0.2.2
59362026-03-19T03:12:46.942Z Fresh rand v0.10.0
59372026-03-19T03:12:46.942Z Fresh num_enum v0.5.11
59382026-03-19T03:12:46.942Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59392026-03-19T03:12:46.943Z Fresh opaque-debug v0.3.1
59402026-03-19T03:12:46.943Z Fresh aead v0.5.2
59412026-03-19T03:12:46.943Z Fresh chacha20 v0.9.1
59422026-03-19T03:12:46.943Z Fresh swrite v0.1.0
59432026-03-19T03:12:46.943Z Fresh unicode-width v0.1.14
59442026-03-19T03:12:46.943Z Fresh thiserror-impl-no-std v2.0.2
59452026-03-19T03:12:46.944Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59462026-03-19T03:12:46.944Z Fresh blake2 v0.10.6
59472026-03-19T03:12:46.944Z Fresh password-hash v0.5.0
59482026-03-19T03:12:46.944Z Fresh usdt-macro v0.5.0
59492026-03-19T03:12:46.945Z Fresh usdt-attr-macro v0.5.0
59502026-03-19T03:12:46.945Z Fresh atomicwrites v0.4.4
59512026-03-19T03:12:46.945Z Fresh memmap v0.7.0
59522026-03-19T03:12:46.945Z Fresh console v0.15.11
59532026-03-19T03:12:46.945Z Fresh derive-where v1.6.0
59542026-03-19T03:12:46.946Z Fresh newline-converter v0.3.0
59552026-03-19T03:12:46.946Z Fresh progenitor-macro v0.13.0
59562026-03-19T03:12:46.946Z Fresh smoltcp v0.11.0
59572026-03-19T03:12:46.946Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59582026-03-19T03:12:46.946Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59592026-03-19T03:12:46.946Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59602026-03-19T03:12:46.946Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59612026-03-19T03:12:46.946Z Fresh poly1305 v0.8.0
59622026-03-19T03:12:46.946Z Fresh thiserror-no-std v2.0.2
59632026-03-19T03:12:46.946Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59642026-03-19T03:12:46.946Z Fresh argon2 v0.5.3
59652026-03-19T03:12:46.946Z Fresh usdt v0.5.0
59662026-03-19T03:12:46.946Z Fresh expectorate v1.2.0
59672026-03-19T03:12:46.947Z Fresh bytecount v0.6.9
59682026-03-19T03:12:46.947Z Fresh num-rational v0.4.2
59692026-03-19T03:12:46.947Z Fresh num-complex v0.4.6
59702026-03-19T03:12:46.947Z Fresh libsw-core v0.3.2
59712026-03-19T03:12:46.947Z Fresh float-ord v0.3.2
59722026-03-19T03:12:46.947Z Fresh linear-map v1.2.0
59732026-03-19T03:12:46.947Z Fresh gethostname v0.5.0
59742026-03-19T03:12:46.947Z Fresh same-file v1.0.6
59752026-03-19T03:12:46.947Z Fresh unicode-xid v0.2.6
59762026-03-19T03:12:46.947Z Fresh async-recursion v1.1.1
59772026-03-19T03:12:46.958Z Fresh resolv-conf v0.7.6
59782026-03-19T03:12:46.958Z Fresh convert_case v0.10.0
59792026-03-19T03:12:46.959Z Fresh unicode-linebreak v0.1.5
59802026-03-19T03:12:46.959Z Fresh smawk v0.3.2
59812026-03-19T03:12:46.959Z Fresh globset v0.4.18
59822026-03-19T03:12:46.959Z Fresh progenitor v0.13.0
59832026-03-19T03:12:46.959Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59842026-03-19T03:12:46.959Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
59852026-03-19T03:12:46.960Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59862026-03-19T03:12:46.960Z Fresh chacha20poly1305 v0.10.1
59872026-03-19T03:12:46.960Z Fresh vsss-rs v3.3.4
59882026-03-19T03:12:46.960Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59892026-03-19T03:12:46.960Z Fresh tokio-dtrace v0.1.1
59902026-03-19T03:12:46.960Z Fresh num v0.4.3
59912026-03-19T03:12:46.960Z Fresh libsw v3.5.0
59922026-03-19T03:12:46.960Z Fresh walkdir v2.5.0
59932026-03-19T03:12:46.960Z Fresh derive_more-impl v2.1.1
59942026-03-19T03:12:46.960Z Fresh termtree v0.5.1
59952026-03-19T03:12:46.960Z Fresh fd-lock v4.0.4
59962026-03-19T03:12:46.960Z Fresh pin-project-internal v1.1.11
59972026-03-19T03:12:46.960Z Fresh vte v0.14.1
59982026-03-19T03:12:46.960Z Fresh linked-hash-map v0.5.6
59992026-03-19T03:12:46.960Z Fresh minimal-lexical v0.2.1
60002026-03-19T03:12:46.961Z Fresh hickory-proto v0.24.4
60012026-03-19T03:12:46.961Z Fresh pem v3.0.6
60022026-03-19T03:12:46.961Z Fresh nibble_vec v0.1.0
60032026-03-19T03:12:46.961Z Fresh display-error-chain v0.2.2
60042026-03-19T03:12:46.961Z Fresh nu-ansi-term v0.50.3
60052026-03-19T03:12:46.961Z Fresh endian-type v0.1.2
60062026-03-19T03:12:46.961Z Fresh ar_archive_writer v0.5.1
60072026-03-19T03:12:46.961Z Fresh snafu-derive v0.8.9
60082026-03-19T03:12:46.961Z Fresh textwrap v0.16.2
60092026-03-19T03:12:46.961Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
60102026-03-19T03:12:46.961Z Fresh oxide-tokio-rt v0.1.3
60112026-03-19T03:12:46.962Z Fresh owo-colors v4.3.0
60122026-03-19T03:12:46.962Z Fresh cancel-safe-futures v0.1.5
60132026-03-19T03:12:46.962Z Fresh prettyplease v0.2.37
60142026-03-19T03:12:46.962Z Fresh derive_more v2.1.1
60152026-03-19T03:12:46.962Z Fresh slog-dtrace v0.3.0
60162026-03-19T03:12:46.962Z Fresh lru-cache v0.1.2
60172026-03-19T03:12:46.962Z Fresh strip-ansi-escapes v0.2.1
60182026-03-19T03:12:46.962Z Fresh nom v7.1.3
60192026-03-19T03:12:46.962Z Fresh pin-project v1.1.11
60202026-03-19T03:12:46.962Z Fresh radix_trie v0.2.1
60212026-03-19T03:12:46.962Z Fresh olpc-cjson v0.1.4
60222026-03-19T03:12:46.962Z Fresh serde_plain v1.0.2
60232026-03-19T03:12:46.962Z Fresh typed-path v0.9.3
60242026-03-19T03:12:46.963Z Fresh csv-core v0.1.13
60252026-03-19T03:12:46.963Z Fresh cfg_aliases v0.1.1
60262026-03-19T03:12:46.963Z Fresh highway v1.3.0
60272026-03-19T03:12:46.963Z Fresh humantime v2.3.0
60282026-03-19T03:12:46.963Z Fresh home v0.5.12
60292026-03-19T03:12:46.963Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
60302026-03-19T03:12:46.963Z Fresh crossterm v0.29.0
60312026-03-19T03:12:46.963Z Fresh reedline v0.40.0
60322026-03-19T03:12:46.963Z Fresh hickory-resolver v0.24.4
60332026-03-19T03:12:46.963Z Fresh snafu v0.8.9
60342026-03-19T03:12:46.963Z Fresh csv v1.4.0
60352026-03-19T03:12:46.963Z Fresh papergrid v0.11.0
60362026-03-19T03:12:46.963Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60372026-03-19T03:12:46.963Z Fresh tabled_derive v0.7.0
60382026-03-19T03:12:46.963Z Fresh phf_shared v0.12.1
60392026-03-19T03:12:46.963Z Fresh recursive-proc-macro-impl v0.1.1
60402026-03-19T03:12:46.964Z Fresh semver v0.1.20
60412026-03-19T03:12:46.964Z Fresh const_format_proc_macros v0.2.34
60422026-03-19T03:12:46.965Z Fresh peg-macros v0.8.5
60432026-03-19T03:12:46.965Z Fresh sqlparser_derive v0.5.0
60442026-03-19T03:12:46.965Z Fresh winnow v0.6.26
60452026-03-19T03:12:46.965Z Fresh unicode_categories v0.1.1
60462026-03-19T03:12:46.965Z Fresh base64 v0.21.7
60472026-03-19T03:12:46.965Z Fresh bcs v0.1.6
60482026-03-19T03:12:46.965Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
60492026-03-19T03:12:46.965Z Fresh typify-impl v0.4.3
60502026-03-19T03:12:46.965Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
60512026-03-19T03:12:46.965Z Fresh tough v0.20.0
60522026-03-19T03:12:46.965Z Fresh qorb v0.4.1
60532026-03-19T03:12:46.965Z Fresh psm v0.1.30
60542026-03-19T03:12:46.965Z Fresh phf v0.12.1
60552026-03-19T03:12:46.966Z Fresh rustc_version v0.1.7
60562026-03-19T03:12:46.966Z Fresh tabled v0.15.0
60572026-03-19T03:12:46.966Z Fresh sqlformat v0.3.5
60582026-03-19T03:12:46.966Z Fresh const_format v0.2.35
60592026-03-19T03:12:46.966Z Fresh peg v0.8.5
60602026-03-19T03:12:46.966Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
60612026-03-19T03:12:46.966Z Fresh typify-macro v0.4.3
60622026-03-19T03:12:46.966Z Fresh utf-8 v0.7.6
60632026-03-19T03:12:46.967Z Fresh arc-swap v1.8.2
60642026-03-19T03:12:46.967Z Fresh filetime v0.2.27
60652026-03-19T03:12:46.967Z Fresh xattr v1.6.1
60662026-03-19T03:12:46.967Z Fresh subprocess v0.2.15
60672026-03-19T03:12:46.967Z Fresh headers-core v0.3.0
60682026-03-19T03:12:46.967Z Fresh cargo_toml v0.22.3
60692026-03-19T03:12:46.968Z Fresh yasna v0.5.2
60702026-03-19T03:12:46.968Z Fresh stacker v0.1.23
60712026-03-19T03:12:46.968Z Fresh nix v0.28.0
60722026-03-19T03:12:46.968Z Fresh chrono-tz v0.10.4
60732026-03-19T03:12:46.968Z Fresh typify v0.4.3
60742026-03-19T03:12:46.968Z Fresh slog-scope v4.4.1
60752026-03-19T03:12:46.968Z Fresh tungstenite v0.21.0
60762026-03-19T03:12:46.968Z Fresh tar v0.4.44
60772026-03-19T03:12:46.975Z Fresh headers v0.4.1
60782026-03-19T03:12:46.975Z Fresh rcgen v0.12.1
60792026-03-19T03:12:46.975Z Fresh base16ct v1.0.0
60802026-03-19T03:12:46.975Z Fresh dropshot-api-manager-types v0.6.0
60812026-03-19T03:12:46.975Z Fresh tagptr v0.2.0
60822026-03-19T03:12:46.975Z Fresh bitfield-struct v0.6.2
60832026-03-19T03:12:46.975Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60842026-03-19T03:12:46.975Z Fresh tap v1.0.1
60852026-03-19T03:12:46.975Z Fresh zerocopy-derive v0.6.6
60862026-03-19T03:12:46.975Z Fresh recursive v0.1.1
60872026-03-19T03:12:46.975Z Fresh rustyline v14.0.0
60882026-03-19T03:12:46.975Z Fresh progenitor-impl v0.10.0
60892026-03-19T03:12:46.975Z Fresh slog-stdlog v4.1.1
60902026-03-19T03:12:46.976Z Fresh tokio-tungstenite v0.21.0
60912026-03-19T03:12:46.976Z Fresh typeid v1.0.3
60922026-03-19T03:12:46.976Z Fresh lzma-sys v0.1.20
60932026-03-19T03:12:46.976Z Fresh moka v0.12.13
60942026-03-19T03:12:46.976Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60952026-03-19T03:12:46.977Z Fresh wyz v0.5.1
60962026-03-19T03:12:46.977Z Fresh funty v2.0.0
60972026-03-19T03:12:46.977Z Fresh crc-catalog v2.4.0
60982026-03-19T03:12:46.977Z Fresh zerocopy v0.6.6
60992026-03-19T03:12:46.977Z Fresh packed_struct_codegen v0.10.1
61002026-03-19T03:12:46.977Z Fresh bitfield-macros v0.19.4
61012026-03-19T03:12:46.977Z Fresh nodrop v0.1.14
61022026-03-19T03:12:46.977Z Fresh hashbrown v0.12.3
61032026-03-19T03:12:46.977Z Fresh ron v0.8.1
61042026-03-19T03:12:46.977Z Fresh hashbrown v0.13.2
61052026-03-19T03:12:46.977Z Fresh xshell-macros v0.2.7
61062026-03-19T03:12:46.977Z Fresh sqlparser v0.61.0
61072026-03-19T03:12:46.977Z Fresh newtype_derive v0.1.6
61082026-03-19T03:12:46.977Z Fresh progenitor-macro v0.10.0
61092026-03-19T03:12:46.978Z Fresh slog-envlogger v2.2.0
61102026-03-19T03:12:46.978Z Fresh ron v0.12.0
61112026-03-19T03:12:46.978Z Fresh xz2 v0.1.7
61122026-03-19T03:12:46.978Z Fresh hickory-resolver v0.25.2
61132026-03-19T03:12:46.978Z Fresh libefi-sys v0.1.0
61142026-03-19T03:12:46.978Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61152026-03-19T03:12:46.978Z Fresh radium v0.7.0
61162026-03-19T03:12:46.978Z Fresh crc v3.4.0
61172026-03-19T03:12:46.978Z Fresh maybe-uninit v2.0.0
61182026-03-19T03:12:46.978Z Fresh bitfield v0.19.4
61192026-03-19T03:12:46.978Z Fresh array-init v0.0.4
61202026-03-19T03:12:46.978Z Fresh crc-any v2.5.0
61212026-03-19T03:12:46.978Z Fresh xshell v0.2.7
61222026-03-19T03:12:46.978Z Fresh path-slash v0.1.5
61232026-03-19T03:12:46.978Z Fresh half v1.8.3
61242026-03-19T03:12:46.979Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61252026-03-19T03:12:46.979Z Fresh num-derive v0.3.3
61262026-03-19T03:12:46.979Z Fresh proc-macro-error-attr2 v2.0.0
61272026-03-19T03:12:46.979Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61282026-03-19T03:12:46.979Z Fresh maplit v1.0.2
61292026-03-19T03:12:46.979Z Fresh steno v0.4.1
61302026-03-19T03:12:46.979Z Fresh progenitor v0.10.0
61312026-03-19T03:12:46.979Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61322026-03-19T03:12:46.979Z Fresh bitvec v1.0.1
61332026-03-19T03:12:46.979Z Fresh smallvec v0.6.14
61342026-03-19T03:12:46.979Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61352026-03-19T03:12:46.980Z Fresh indexmap v1.9.3
61362026-03-19T03:12:46.980Z Fresh serde_cbor v0.11.2
61372026-03-19T03:12:46.981Z Fresh libscf-sys v1.1.0
61382026-03-19T03:12:46.981Z Fresh proc-macro-error2 v2.0.1
61392026-03-19T03:12:46.981Z Fresh papergrid v0.17.0
61402026-03-19T03:12:46.981Z Fresh testing_table v0.3.0
61412026-03-19T03:12:46.981Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61422026-03-19T03:12:46.981Z Fresh fxhash v0.2.1
61432026-03-19T03:12:46.981Z Fresh unicase v2.9.0
61442026-03-19T03:12:46.981Z Fresh crc8 v0.1.1
61452026-03-19T03:12:46.981Z Fresh diff v0.1.13
61462026-03-19T03:12:46.981Z Fresh dsl_auto_type v0.2.0
61472026-03-19T03:12:46.981Z Fresh git-stub v1.0.0
61482026-03-19T03:12:46.981Z Fresh kstat-rs v0.2.4
61492026-03-19T03:12:46.981Z Fresh scheduled-thread-pool v0.2.7
61502026-03-19T03:12:46.981Z Fresh diesel_table_macro_syntax v0.3.0
61512026-03-19T03:12:46.982Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
61522026-03-19T03:12:46.982Z Fresh packed_struct v0.10.1
61532026-03-19T03:12:46.982Z Fresh serde-hex v0.1.0
61542026-03-19T03:12:46.982Z Fresh object v0.30.4
61552026-03-19T03:12:46.982Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61562026-03-19T03:12:46.982Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61572026-03-19T03:12:46.982Z Fresh tabled_derive v0.11.0
61582026-03-19T03:12:46.982Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61592026-03-19T03:12:46.982Z Fresh git-stub-vcs v0.1.0
61602026-03-19T03:12:46.982Z Fresh r2d2 v0.8.10
61612026-03-19T03:12:46.983Z Fresh downcast-rs v2.0.2
61622026-03-19T03:12:46.983Z Fresh dirs-sys-next v0.1.2
61632026-03-19T03:12:46.983Z Fresh prefix-trie v0.7.0
61642026-03-19T03:12:46.983Z Fresh nanorand v0.7.0
61652026-03-19T03:12:46.983Z Fresh bit-vec v0.6.3
61662026-03-19T03:12:46.983Z Fresh hickory-client v0.25.2
61672026-03-19T03:12:46.984Z Fresh itertools v0.10.5
61682026-03-19T03:12:46.984Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
61692026-03-19T03:12:46.984Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61702026-03-19T03:12:46.984Z Fresh tabled v0.20.0
61712026-03-19T03:12:46.984Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61722026-03-19T03:12:46.984Z Fresh diesel_derives v2.3.7
61732026-03-19T03:12:46.984Z Fresh vergen-gitcl v1.0.8
61742026-03-19T03:12:46.984Z Fresh dirs-next v2.0.0
61752026-03-19T03:12:46.984Z Fresh bit-set v0.5.3
61762026-03-19T03:12:46.985Z Fresh hickory-server v0.25.2
61772026-03-19T03:12:46.992Z Fresh flume v0.11.1
61782026-03-19T03:12:46.992Z Fresh libloading v0.8.9
61792026-03-19T03:12:46.992Z Fresh ena v0.14.4
61802026-03-19T03:12:46.992Z Fresh regex-syntax v0.6.29
61812026-03-19T03:12:46.992Z Fresh cexpr v0.6.0
61822026-03-19T03:12:46.992Z Fresh primeorder v0.13.6
61832026-03-19T03:12:46.992Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
61842026-03-19T03:12:46.992Z Fresh strum_macros v0.24.3
61852026-03-19T03:12:46.992Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61862026-03-19T03:12:46.992Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61872026-03-19T03:12:46.992Z Fresh diesel v2.3.7
61882026-03-19T03:12:46.993Z Fresh parking_lot_core v0.8.6
61892026-03-19T03:12:46.993Z Fresh crunchy v0.2.4
61902026-03-19T03:12:46.993Z Fresh term v0.7.0
61912026-03-19T03:12:46.993Z Fresh clang-sys v1.8.1
61922026-03-19T03:12:46.993Z Fresh indoc v1.0.9
61932026-03-19T03:12:46.993Z Fresh predicates-tree v1.0.13
61942026-03-19T03:12:46.993Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
61952026-03-19T03:12:46.993Z Fresh quick-xml v0.37.5
61962026-03-19T03:12:46.993Z Fresh oso-derive v0.27.3
61972026-03-19T03:12:46.993Z Fresh impl-trait-for-tuples v0.2.3
61982026-03-19T03:12:46.993Z Fresh openssl-probe v0.1.6
61992026-03-19T03:12:46.993Z Fresh p384 v0.13.1
62002026-03-19T03:12:46.993Z Fresh trait-variant v0.1.2
62012026-03-19T03:12:46.994Z Fresh parse-size v1.1.0
62022026-03-19T03:12:46.994Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
62032026-03-19T03:12:46.994Z Fresh assert_matches v1.5.0
62042026-03-19T03:12:46.994Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
62052026-03-19T03:12:46.994Z Fresh parking_lot v0.11.2
62062026-03-19T03:12:46.994Z Fresh tiny-keccak v2.0.2
62072026-03-19T03:12:46.994Z Fresh ascii-canvas v3.0.0
62082026-03-19T03:12:46.994Z Fresh bindgen v0.71.1
62092026-03-19T03:12:46.994Z Fresh salty v0.3.0
62102026-03-19T03:12:46.994Z Fresh libxml v0.3.3
62112026-03-19T03:12:46.994Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62122026-03-19T03:12:46.994Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62132026-03-19T03:12:46.994Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
62142026-03-19T03:12:46.995Z Fresh progenitor-impl v0.11.2
62152026-03-19T03:12:46.995Z Fresh ignore v0.4.25
62162026-03-19T03:12:46.995Z Fresh progenitor-client v0.11.2
62172026-03-19T03:12:46.995Z Fresh bb8 v0.8.6
62182026-03-19T03:12:46.995Z Fresh http-range v0.1.5
62192026-03-19T03:12:46.995Z Fresh diesel-dtrace v0.5.0
62202026-03-19T03:12:46.995Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62212026-03-19T03:12:46.995Z Fresh atty v0.2.14
62222026-03-19T03:12:46.995Z Fresh sled v0.34.7
62232026-03-19T03:12:46.995Z Fresh lalrpop v0.19.12
62242026-03-19T03:12:46.995Z Fresh fs-err v2.11.0
62252026-03-19T03:12:46.995Z Fresh globwalk v0.9.1
62262026-03-19T03:12:46.996Z Fresh progenitor-macro v0.11.2
62272026-03-19T03:12:46.996Z Fresh async-bb8-diesel v0.2.1
62282026-03-19T03:12:46.997Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62292026-03-19T03:12:46.997Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62302026-03-19T03:12:46.997Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62312026-03-19T03:12:46.997Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62322026-03-19T03:12:46.997Z Fresh nonempty v0.12.0
62332026-03-19T03:12:46.997Z Fresh corncobs v0.1.4
62342026-03-19T03:12:46.997Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62352026-03-19T03:12:46.997Z Fresh signal-hook-tokio v0.3.1
62362026-03-19T03:12:46.997Z Fresh secrecy v0.8.0
62372026-03-19T03:12:46.997Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62382026-03-19T03:12:46.997Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62392026-03-19T03:12:46.997Z Fresh camino-tempfile-ext v0.3.3
62402026-03-19T03:12:46.997Z Fresh progenitor v0.11.2
62412026-03-19T03:12:46.998Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62422026-03-19T03:12:46.998Z Fresh mime_guess v2.0.5
62432026-03-19T03:12:46.998Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62442026-03-19T03:12:46.998Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62452026-03-19T03:12:46.998Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
62462026-03-19T03:12:46.998Z Fresh tungstenite v0.23.0
62472026-03-19T03:12:46.998Z Fresh rand_seeder v0.4.0
62482026-03-19T03:12:46.998Z Fresh void v1.0.2
62492026-03-19T03:12:46.998Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62502026-03-19T03:12:46.999Z Fresh nix v0.27.1
62512026-03-19T03:12:46.999Z Fresh serde_bytes v0.11.19
62522026-03-19T03:12:46.999Z Fresh yansi v1.0.1
62532026-03-19T03:12:46.999Z Fresh is_ci v1.2.0
62542026-03-19T03:12:46.999Z Fresh samael v0.0.19
62552026-03-19T03:12:46.999Z Fresh hyper-staticfile v0.10.1
62562026-03-19T03:12:47.000Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62572026-03-19T03:12:47.000Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62582026-03-19T03:12:47.000Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62592026-03-19T03:12:47.000Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62602026-03-19T03:12:47.000Z Fresh tokio-tungstenite v0.23.1
62612026-03-19T03:12:47.000Z Fresh lzss v0.8.2
62622026-03-19T03:12:47.000Z Fresh pretty_assertions v1.4.1
62632026-03-19T03:12:47.000Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62642026-03-19T03:12:47.000Z Fresh darling_core v0.23.0
62652026-03-19T03:12:47.000Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62662026-03-19T03:12:47.000Z Fresh indoc v2.0.7
62672026-03-19T03:12:47.000Z Fresh castaway v0.2.4
62682026-03-19T03:12:47.001Z Fresh unicode-truncate v1.1.0
62692026-03-19T03:12:47.001Z Fresh lru v0.12.5
62702026-03-19T03:12:47.001Z Fresh cassowary v0.3.0
62712026-03-19T03:12:47.001Z Fresh polar-core v0.27.3
62722026-03-19T03:12:47.001Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
62732026-03-19T03:12:47.001Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62742026-03-19T03:12:47.001Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62752026-03-19T03:12:47.001Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62762026-03-19T03:12:47.001Z Fresh darling_macro v0.23.0
62772026-03-19T03:12:47.023Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62782026-03-19T03:12:47.023Z Fresh compact_str v0.8.1
62792026-03-19T03:12:47.024Z Fresh supports-color v3.0.2
62802026-03-19T03:12:47.024Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
62812026-03-19T03:12:47.024Z Fresh rustls-webpki v0.101.7
62822026-03-19T03:12:47.024Z Fresh sct v0.7.1
62832026-03-19T03:12:47.024Z Fresh oso v0.27.3
62842026-03-19T03:12:47.024Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62852026-03-19T03:12:47.024Z Fresh darling v0.23.0
62862026-03-19T03:12:47.024Z Fresh libz-sys v1.1.24
62872026-03-19T03:12:47.024Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62882026-03-19T03:12:47.024Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
62892026-03-19T03:12:47.024Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62902026-03-19T03:12:47.024Z Fresh rustls-pemfile v1.0.4
62912026-03-19T03:12:47.025Z Fresh twox-hash v2.1.2
62922026-03-19T03:12:47.025Z Fresh colored v2.2.0
62932026-03-19T03:12:47.025Z Fresh hex-literal v0.4.1
62942026-03-19T03:12:47.025Z Fresh shell-words v1.1.1
62952026-03-19T03:12:47.025Z Fresh fatfs v0.3.6
62962026-03-19T03:12:47.025Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62972026-03-19T03:12:47.025Z Fresh instability v0.3.11
62982026-03-19T03:12:47.025Z Fresh libgit2-sys v0.18.3+1.9.2
62992026-03-19T03:12:47.025Z Fresh rustls v0.21.12
63002026-03-19T03:12:47.025Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63012026-03-19T03:12:47.025Z Fresh nix v0.29.0
63022026-03-19T03:12:47.026Z Fresh erased-serde v0.4.9
63032026-03-19T03:12:47.026Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63042026-03-19T03:12:47.026Z Fresh ordered-float v2.10.1
63052026-03-19T03:12:47.026Z Fresh seq-macro v0.3.6
63062026-03-19T03:12:47.026Z Fresh concurrent-queue v2.5.0
63072026-03-19T03:12:47.026Z Fresh plotters-backend v0.3.7
63082026-03-19T03:12:47.026Z Fresh parking v2.2.1
63092026-03-19T03:12:47.026Z Fresh cargo-platform v0.2.0
63102026-03-19T03:12:47.026Z Fresh sapling-renderdag v0.1.0
63112026-03-19T03:12:47.026Z Fresh rtoolbox v0.0.3
63122026-03-19T03:12:47.026Z Fresh sync-ptr v0.1.4
63132026-03-19T03:12:47.027Z Fresh futures-timer v3.0.3
63142026-03-19T03:12:47.027Z Fresh cast v0.3.0
63152026-03-19T03:12:47.027Z Fresh tinytemplate v1.2.1
63162026-03-19T03:12:47.027Z Fresh anes v0.1.6
63172026-03-19T03:12:47.027Z Fresh oorandom v11.1.5
63182026-03-19T03:12:47.027Z Fresh polyval v0.6.2
63192026-03-19T03:12:47.028Z Fresh ratatui v0.29.0
63202026-03-19T03:12:47.028Z Fresh git2 v0.20.4
63212026-03-19T03:12:47.029Z Fresh tokio-rustls v0.24.1
63222026-03-19T03:12:47.029Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63232026-03-19T03:12:47.030Z Fresh serde-value v0.7.0
63242026-03-19T03:12:47.030Z Fresh serde-untagged v0.1.9
63252026-03-19T03:12:47.030Z Fresh event-listener v5.4.1
63262026-03-19T03:12:47.030Z Fresh plotters-svg v0.3.7
63272026-03-19T03:12:47.030Z Fresh rpassword v7.4.0
63282026-03-19T03:12:47.030Z Fresh criterion-plot v0.6.0
63292026-03-19T03:12:47.030Z Fresh gimli v0.32.3
63302026-03-19T03:12:47.030Z Fresh ghash v0.5.1
63312026-03-19T03:12:47.031Z Fresh ctr v0.9.2
63322026-03-19T03:12:47.031Z Fresh assert-json-diff v2.0.2
63332026-03-19T03:12:47.031Z Fresh serde_regex v1.1.0
63342026-03-19T03:12:47.031Z Fresh path-tree v0.8.3
63352026-03-19T03:12:47.031Z Fresh rustc-demangle v0.1.27
63362026-03-19T03:12:47.031Z Fresh stringmetrics v2.2.2
63372026-03-19T03:12:47.031Z Fresh blowfish v0.9.1
63382026-03-19T03:12:47.031Z Fresh ssh-encoding v0.2.0
63392026-03-19T03:12:47.031Z Fresh arrayref v0.3.9
63402026-03-19T03:12:47.031Z Fresh arrayvec v0.7.6
63412026-03-19T03:12:47.031Z Fresh vergen-git2 v1.0.7
63422026-03-19T03:12:47.031Z Fresh cargo-util-schemas v0.8.2
63432026-03-19T03:12:47.031Z Fresh petname v2.0.2
63442026-03-19T03:12:47.031Z Fresh plotters v0.3.7
63452026-03-19T03:12:47.032Z Fresh tui-tree-widget v0.23.1
63462026-03-19T03:12:47.032Z Fresh event-listener-strategy v0.5.4
63472026-03-19T03:12:47.032Z Fresh addr2line v0.25.1
63482026-03-19T03:12:47.032Z Fresh target-lexicon v0.13.3
63492026-03-19T03:12:47.032Z Fresh aes-gcm v0.10.3
63502026-03-19T03:12:47.032Z Fresh constant_time_eq v0.4.2
63512026-03-19T03:12:47.032Z Fresh bcrypt-pbkdf v0.10.0
63522026-03-19T03:12:47.032Z Fresh supports-color v2.1.0
63532026-03-19T03:12:47.032Z Fresh textwrap v0.15.2
63542026-03-19T03:12:47.032Z Fresh supports-unicode v2.1.0
63552026-03-19T03:12:47.032Z Fresh supports-hyperlinks v2.1.0
63562026-03-19T03:12:47.033Z Fresh hashbrown v0.14.5
63572026-03-19T03:12:47.033Z Fresh password-hash v0.4.2
63582026-03-19T03:12:47.033Z Fresh miette-derive v5.10.0
63592026-03-19T03:12:47.033Z Fresh terminal_size v0.1.17
63602026-03-19T03:12:47.033Z Fresh cargo-platform v0.3.2
63612026-03-19T03:12:47.033Z Fresh owo-colors v3.5.0
63622026-03-19T03:12:47.033Z Fresh p521 v0.13.3
63632026-03-19T03:12:47.033Z Fresh p256 v0.13.2
63642026-03-19T03:12:47.033Z Fresh knuffel-derive v3.2.0
63652026-03-19T03:12:47.033Z Fresh pathdiff v0.2.3
63662026-03-19T03:12:47.033Z Fresh cargo_metadata v0.21.0
63672026-03-19T03:12:47.033Z Fresh async-lock v3.4.2
63682026-03-19T03:12:47.033Z Fresh criterion v0.7.0
63692026-03-19T03:12:47.033Z Fresh backtrace v0.3.76
63702026-03-19T03:12:47.033Z Fresh ssh-cipher v0.2.0
63712026-03-19T03:12:47.034Z Fresh cfg-expr v0.20.6
63722026-03-19T03:12:47.034Z Fresh guppy-workspace-hack v0.1.0
63732026-03-19T03:12:47.034Z Fresh pbkdf2 v0.11.0
63742026-03-19T03:12:47.034Z Fresh chumsky v0.9.3
63752026-03-19T03:12:47.034Z Fresh cargo_metadata v0.23.1
63762026-03-19T03:12:47.034Z Fresh russh-cryptovec v0.7.3
63772026-03-19T03:12:47.040Z Fresh nested v0.1.1
63782026-03-19T03:12:47.040Z Fresh md5 v0.7.0
63792026-03-19T03:12:47.040Z Fresh httptest v0.16.4
63802026-03-19T03:12:47.040Z Fresh des v0.8.1
63812026-03-19T03:12:47.040Z Fresh num-bigint v0.4.6
63822026-03-19T03:12:47.040Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63832026-03-19T03:12:47.040Z Fresh similar-asserts v1.7.0
63842026-03-19T03:12:47.040Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63852026-03-19T03:12:47.040Z Fresh socket2 v0.5.10
63862026-03-19T03:12:47.040Z Fresh async-object-pool v0.2.0
63872026-03-19T03:12:47.040Z Fresh backtrace-ext v0.2.1
63882026-03-19T03:12:47.040Z Fresh ssh-key v0.6.7
63892026-03-19T03:12:47.040Z Fresh target-spec v3.5.7
63902026-03-19T03:12:47.040Z Fresh blake3 v1.8.3
63912026-03-19T03:12:47.041Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63922026-03-19T03:12:47.041Z Fresh topological-sort v0.2.2
63932026-03-19T03:12:47.041Z Fresh escape8259 v0.5.3
63942026-03-19T03:12:47.041Z Fresh internet-checksum v0.2.1
63952026-03-19T03:12:47.041Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
63962026-03-19T03:12:47.041Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
63972026-03-19T03:12:47.041Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63982026-03-19T03:12:47.135Z 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=552bb6779a047b59 -C extra-filename=-4abcf590a3549056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
63992026-03-19T03:12:47.136Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39a9968fab5d1c47 -C extra-filename=-bd30ba683f6db190 --out-dir /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-40416eaef8f7236b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rmeta --cap-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-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/usr/ssl-3/lib/amd64`
64002026-03-19T03:12:47.142Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
64012026-03-19T03:12:47.143Z Fresh httpmock v0.8.3
64022026-03-19T03:12:47.143Z Fresh miette v5.10.0
64032026-03-19T03:12:47.143Z Fresh guppy v0.17.25
64042026-03-19T03:12:47.143Z Fresh russh-keys v0.45.0
64052026-03-19T03:12:47.143Z Fresh omicron-zone-package v0.12.2
64062026-03-19T03:12:47.143Z Fresh libtest-mimic v0.8.1
64072026-03-19T03:12:47.143Z Fresh fancy-regex v0.14.0
64082026-03-19T03:12:47.143Z Fresh toml_datetime v1.0.0+spec-1.1.0
64092026-03-19T03:12:47.143Z Fresh relative-path v1.9.3
64102026-03-19T03:12:47.143Z Fresh target-triple v1.0.0
64112026-03-19T03:12:47.143Z Fresh support-bundle-viewer v0.1.2
64122026-03-19T03:12:47.143Z Fresh multimap v0.10.1
64132026-03-19T03:12:47.143Z Fresh uzers v0.12.2
64142026-03-19T03:12:47.144Z Fresh termcolor v1.4.1
64152026-03-19T03:12:47.153Z Fresh knuffel v3.2.0
64162026-03-19T03:12:47.153Z Fresh russh v0.45.0
64172026-03-19T03:12:47.153Z Fresh datatest-stable v0.3.3
64182026-03-19T03:12:47.153Z Fresh toml v1.0.3+spec-1.1.0
64192026-03-19T03:12:47.153Z Fresh rstest_macros v0.25.0
64202026-03-19T03:12:47.153Z Fresh assert_cmd v2.1.2
64212026-03-19T03:12:47.153Z Fresh blake2b_simd v1.0.4
64222026-03-19T03:12:47.153Z Fresh partial-io v0.5.4
64232026-03-19T03:12:47.154Z Fresh rand_distr v0.5.1
64242026-03-19T03:12:47.154Z Fresh drift v0.1.3
64252026-03-19T03:12:47.154Z Fresh approx v0.5.1
64262026-03-19T03:12:47.154Z Fresh constant_time_eq v0.3.1
64272026-03-19T03:12:47.154Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64282026-03-19T03:12:47.154Z Fresh cargo_toml v0.21.0
64292026-03-19T03:12:47.154Z Fresh termios v0.3.3
64302026-03-19T03:12:47.154Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64312026-03-19T03:12:47.154Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64322026-03-19T03:12:47.154Z Fresh rstest v0.25.0
64332026-03-19T03:12:47.154Z Fresh trybuild v1.0.116
64342026-03-19T03:12:47.154Z Fresh linkme-impl v0.3.35
64352026-03-19T03:12:47.155Z Fresh rust-argon2 v2.1.0
64362026-03-19T03:12:47.155Z Fresh dropshot-api-manager v0.6.0
64372026-03-19T03:12:47.155Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
64382026-03-19T03:12:47.170Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64392026-03-19T03:12:47.176Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64402026-03-19T03:12:47.210Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64412026-03-19T03:12:47.227Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64422026-03-19T03:12:47.227Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64432026-03-19T03:12:47.227Z 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=15c650637ed30402 -C extra-filename=-53058c866107c3a1 --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-890ee5791db33d10.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.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-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-ed6d0147094b89b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-599f3cec6d2a1006.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.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-b90737c97521ebe2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
64442026-03-19T03:12:47.229Z 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=67b88f070f6164bd -C extra-filename=-2a3ebb5c3a426107 --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-890ee5791db33d10.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.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-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-ed6d0147094b89b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-599f3cec6d2a1006.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.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-b90737c97521ebe2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
64452026-03-19T03:12:47.231Z Fresh linkme v0.3.35
64462026-03-19T03:12:47.231Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64472026-03-19T03:12:47.231Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64482026-03-19T03:12:47.231Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64492026-03-19T03:12:47.231Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64502026-03-19T03:12:47.231Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64512026-03-19T03:12:47.231Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64522026-03-19T03:12:47.232Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64532026-03-19T03:12:47.232Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64542026-03-19T03:12:47.232Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
64552026-03-19T03:12:47.232Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64562026-03-19T03:12:47.232Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64572026-03-19T03:12:47.232Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64582026-03-19T03:12:47.232Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64592026-03-19T03:12:47.232Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64602026-03-19T03:12:47.232Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64612026-03-19T03:12:47.233Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
64622026-03-19T03:12:47.233Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
64632026-03-19T03:12:47.233Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64642026-03-19T03:12:47.233Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64652026-03-19T03:12:47.233Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64662026-03-19T03:12:47.234Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64672026-03-19T03:12:47.234Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64682026-03-19T03:12:47.234Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64692026-03-19T03:12:47.234Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64702026-03-19T03:12:47.234Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64712026-03-19T03:12:47.234Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64722026-03-19T03:12:47.235Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64732026-03-19T03:12:47.235Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64742026-03-19T03:12:47.235Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64752026-03-19T03:12:47.235Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64762026-03-19T03:12:47.235Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64772026-03-19T03:12:47.235Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64782026-03-19T03:12:47.235Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
64792026-03-19T03:12:47.235Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64802026-03-19T03:12:47.235Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64812026-03-19T03:12:47.235Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64822026-03-19T03:12:47.235Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
64832026-03-19T03:12:47.235Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64842026-03-19T03:12:47.235Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64852026-03-19T03:12:47.237Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64862026-03-19T03:12:47.237Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64872026-03-19T03:12:47.237Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64882026-03-19T03:12:47.237Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64892026-03-19T03:12:47.237Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
64902026-03-19T03:12:47.237Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64912026-03-19T03:12:47.252Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64922026-03-19T03:12:47.253Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
64932026-03-19T03:12:47.253Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
64942026-03-19T03:12:47.253Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
64952026-03-19T03:12:47.253Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
64962026-03-19T03:12:47.253Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
64972026-03-19T03:12:47.253Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64982026-03-19T03:12:47.253Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64992026-03-19T03:12:47.253Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
65002026-03-19T03:12:47.253Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
65012026-03-19T03:12:47.253Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65022026-03-19T03:12:47.254Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65032026-03-19T03:12:47.265Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
65042026-03-19T03:12:47.265Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65052026-03-19T03:12:47.265Z 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=58fec1eb3907b834 -C extra-filename=-88564d4a3572a6c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
65062026-03-19T03:12:47.266Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65072026-03-19T03:12:47.267Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65082026-03-19T03:12:47.268Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65092026-03-19T03:12:47.268Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65102026-03-19T03:12:47.268Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65112026-03-19T03:12:47.268Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65122026-03-19T03:12:47.268Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65132026-03-19T03:12:47.268Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65142026-03-19T03:12:47.268Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65152026-03-19T03:12:47.268Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65162026-03-19T03:12:47.268Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65172026-03-19T03:12:47.268Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65182026-03-19T03:12:47.268Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65192026-03-19T03:12:47.268Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65202026-03-19T03:12:47.269Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65212026-03-19T03:12:47.269Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65222026-03-19T03:12:47.269Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65232026-03-19T03:12:47.270Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65242026-03-19T03:12:47.270Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65252026-03-19T03:12:47.270Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65262026-03-19T03:12:47.270Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65272026-03-19T03:12:47.270Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65282026-03-19T03:12:47.270Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65292026-03-19T03:12:47.270Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65302026-03-19T03:12:47.270Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65312026-03-19T03:12:47.270Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
65322026-03-19T03:12:47.270Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65332026-03-19T03:12:47.270Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65342026-03-19T03:12:47.271Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65352026-03-19T03:12:47.271Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65362026-03-19T03:12:47.271Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65372026-03-19T03:12:47.283Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65382026-03-19T03:12:47.283Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65392026-03-19T03:12:47.283Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65402026-03-19T03:12:47.283Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65412026-03-19T03:12:47.283Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65422026-03-19T03:12:47.283Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65432026-03-19T03:12:47.283Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65442026-03-19T03:12:47.283Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65452026-03-19T03:12:47.283Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65462026-03-19T03:12:47.283Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65472026-03-19T03:12:47.283Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65482026-03-19T03:12:47.284Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65492026-03-19T03:12:47.284Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
65502026-03-19T03:12:47.284Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65512026-03-19T03:12:47.284Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65522026-03-19T03:12:47.284Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
65532026-03-19T03:12:47.284Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
65542026-03-19T03:12:47.284Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65552026-03-19T03:12:47.284Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65562026-03-19T03:12:47.284Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65572026-03-19T03:12:47.284Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
65582026-03-19T03:12:47.284Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65592026-03-19T03:12:47.284Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
65602026-03-19T03:12:47.285Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65612026-03-19T03:12:47.285Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65622026-03-19T03:12:47.285Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65632026-03-19T03:12:47.285Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65642026-03-19T03:12:47.286Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65652026-03-19T03:12:47.286Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65662026-03-19T03:12:47.286Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65672026-03-19T03:12:47.286Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
65682026-03-19T03:12:47.286Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65692026-03-19T03:12:47.286Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65702026-03-19T03:12:47.286Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65712026-03-19T03:12:47.286Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65722026-03-19T03:12:47.286Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65732026-03-19T03:12:47.286Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65742026-03-19T03:12:47.286Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65752026-03-19T03:12:47.286Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65762026-03-19T03:12:47.287Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65772026-03-19T03:12:47.287Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65782026-03-19T03:12:47.287Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65792026-03-19T03:12:47.287Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65802026-03-19T03:12:47.287Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65812026-03-19T03:12:47.288Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
65822026-03-19T03:12:47.288Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
65832026-03-19T03:12:47.288Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
65842026-03-19T03:12:47.288Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65852026-03-19T03:12:47.288Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65862026-03-19T03:12:47.288Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
65872026-03-19T03:12:47.288Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
65882026-03-19T03:12:47.289Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
65892026-03-19T03:12:47.289Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
65902026-03-19T03:12:47.289Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
65912026-03-19T03:12:47.289Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65922026-03-19T03:12:47.289Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
65932026-03-19T03:12:47.289Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
65942026-03-19T03:12:47.289Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
65952026-03-19T03:12:47.289Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
65962026-03-19T03:12:47.289Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
65972026-03-19T03:12:47.289Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
65982026-03-19T03:12:47.289Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
65992026-03-19T03:12:47.289Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66002026-03-19T03:12:47.290Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66012026-03-19T03:12:47.290Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
66022026-03-19T03:12:47.290Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66032026-03-19T03:12:47.291Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66042026-03-19T03:12:47.291Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66052026-03-19T03:12:47.291Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66062026-03-19T03:12:47.291Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
66072026-03-19T03:12:47.291Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
66082026-03-19T03:12:47.291Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66092026-03-19T03:12:47.291Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66102026-03-19T03:12:47.291Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
66112026-03-19T03:12:47.291Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
66122026-03-19T03:12:47.291Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66132026-03-19T03:12:47.291Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66142026-03-19T03:12:47.291Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66152026-03-19T03:12:48.377Z 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=f7b7390ac833fba0 -C extra-filename=-9ab23f6fe6737944 --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-890ee5791db33d10.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-ed6d0147094b89b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-599f3cec6d2a1006.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-4abcf590a3549056.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd30ba683f6db190.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66162026-03-19T03:12:48.379Z 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=245f9be9d2690a83 -C extra-filename=-cb4f97cf2eafc10e --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-890ee5791db33d10.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-ed6d0147094b89b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-599f3cec6d2a1006.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-4abcf590a3549056.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd30ba683f6db190.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66172026-03-19T03:12:48.387Z 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=d083ea8976d4b2b5 -C extra-filename=-c7a1c215eefee2a8 --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-890ee5791db33d10.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-ed6d0147094b89b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-599f3cec6d2a1006.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-4abcf590a3549056.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd30ba683f6db190.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66182026-03-19T03:12:48.387Z 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=0df74e91314b3c0a -C extra-filename=-a59c462d6b8512ee --out-dir /work/oxidecomputer/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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-890ee5791db33d10.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-ed6d0147094b89b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-599f3cec6d2a1006.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-4abcf590a3549056.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd30ba683f6db190.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
66192026-03-19T03:19:06.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s
66202026-03-19T03:19:06.873Z
66212026-03-19T03:19:06.909Zreal 6:21.803274423
66222026-03-19T03:19:06.909Zuser 13:14.787435228
66232026-03-19T03:19:06.909Zsys 1:35.107183476
66242026-03-19T03:19:06.909Ztrap 0.154328675
66252026-03-19T03:19:06.910Ztflt 0.057269426
66262026-03-19T03:19:06.910Zdflt 0.672510873
66272026-03-19T03:19:06.910Zkflt 0.000000000
66282026-03-19T03:19:06.910Zlock 1:02:41.906523506
66292026-03-19T03:19:06.910Zslp 41:08.296734639
66302026-03-19T03:19:06.910Zlat 0.167256255
66312026-03-19T03:19:06.910Zstop 37.926420613
66322026-03-19T03:19:06.910Z++ ls -t /home/build/.cargo/log/20260319T030215272Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260319T031244486Z-e4292872132ecfd0.jsonl
66332026-03-19T03:19:06.910Z++ head -1
66342026-03-19T03:19:06.910Z+ cp /home/build/.cargo/log/20260319T031244486Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
66352026-03-19T03:19:06.910Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66362026-03-19T03:19:06.910Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66372026-03-19T03:19:06.910Z++ mktemp -d /tmp/nextest-state.XXXXXX
66382026-03-19T03:19:06.910Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.6ZaaIs
66392026-03-19T03:19:06.910Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66402026-03-19T03:19:06.910Z+ mkdir -p /tmp/nextest-recording-config
66412026-03-19T03:19:06.910Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66422026-03-19T03:19:06.910Z+ export NEXTEST_STATE_DIR
66432026-03-19T03:19:06.910Z+ banner test
66442026-03-19T03:19:06.910Z
66452026-03-19T03:19:06.910Z ##### ###### #### #####
66462026-03-19T03:19:06.910Z # # # #
66472026-03-19T03:19:06.910Z # ##### #### #
66482026-03-19T03:19:06.910Z # # # #
66492026-03-19T03:19:06.910Z # # # # #
66502026-03-19T03:19:06.910Z # ###### #### #
66512026-03-19T03:19:06.910Z
66522026-03-19T03:19:06.911Z+ NEXTEST_EXIT=0
66532026-03-19T03:19:06.916Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
66542026-03-19T03:19:08.571Zinfo: experimental features enabled: setup-scripts, benchmarks
66552026-03-19T03:19:10.450Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
66562026-03-19T03:19:10.694Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66572026-03-19T03:19:10.741Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66582026-03-19T03:19:10.865Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66592026-03-19T03:19:25.727Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.01s
66602026-03-19T03:19:26.692Z────────────
66612026-03-19T03:19:26.693Z Nextest run ID c326b8cc-90fa-47e8-8d6c-8e3c3744ef8d with nextest profile: ci
66622026-03-19T03:19:26.693Z Starting 2720 tests across 230 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
66632026-03-19T03:19:26.727Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
66642026-03-19T03:19:27.850Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
66652026-03-19T03:19:27.995Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66662026-03-19T03:19:27.996Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66672026-03-19T03:19:28.038Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66682026-03-19T03:19:28.089Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66692026-03-19T03:19:28.104Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66702026-03-19T03:19:28.104Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66712026-03-19T03:19:28.141Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66722026-03-19T03:19:28.163Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66732026-03-19T03:19:28.387Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66742026-03-19T03:19:28.405Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66752026-03-19T03:19:28.884Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66762026-03-19T03:19:29.311Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66772026-03-19T03:19:29.854Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66782026-03-19T03:19:30.185Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66792026-03-19T03:19:30.386Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66802026-03-19T03:19:31.139Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66812026-03-19T03:19:39.187Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66822026-03-19T03:19:40.543Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
66832026-03-19T03:19:40.614Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
66842026-03-19T03:19:52.588Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
66852026-03-19T03:20:02.974Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
66862026-03-19T03:20:05.105Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66872026-03-19T03:20:07.356Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
66882026-03-19T03:20:20.390Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.39s
66892026-03-19T03:20:20.570Z Running `target/debug/crdb-seed`
66902026-03-19T03:20:20.570ZMar 19 03:20:19.660 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpUD824u
66912026-03-19T03:20:20.570ZMar 19 03:20:19.661 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp5wsUnk,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpUD824u/listen-url --max-sql-memory 256MiB
66922026-03-19T03:20:20.570ZMar 19 03:20:19.661 INFO cockroach environment: BUILDOMAT_JOB_ID=01KM206R48YJJM5REDEE4EFJ3Z 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=mergeconflict/fm-sb-type-relocation GITHUB_REF=refs/heads/mergeconflict/fm-sb-type-relocation GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f 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-5ca7f9e42700fd7b/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out:/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/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-5ca7f9e42700fd7b/out:/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out:/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out:/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/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-envAw1jsa NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out:/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out:/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out:/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/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_RUN_ID=c326b8cc-90fa-47e8-8d6c-8e3c3744ef8d NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.6ZaaIs 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
66932026-03-19T03:20:21.054ZMar 19 03:20:20.353 INFO cockroach pid: 10017
66942026-03-19T03:20:21.054ZMar 19 03:20:20.353 INFO cockroach listen URL: postgresql://root@[::1]:62231/omicron?sslmode=disable
66952026-03-19T03:20:21.122ZMar 19 03:20:20.366 INFO cockroach: populating
66962026-03-19T03:20:22.427ZMar 19 03:20:21.753 INFO cockroach: populated
66972026-03-19T03:20:23.594ZMar 19 03:20:22.927 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/6366a9b59071bab28760facd339cfcbb80d148a19b8cf017b93280cef09ec416.tar`
66982026-03-19T03:20:23.623Z SETUP PASS [ 56.925s] crdb-seed: cargo run -p crdb-seed --profile test
66992026-03-19T03:20:23.623Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67002026-03-19T03:20:24.720Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67012026-03-19T03:20:24.858Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67022026-03-19T03:20:26.344Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67032026-03-19T03:20:27.621Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67042026-03-19T03:20:40.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
67052026-03-19T03:20:40.816Z Running `target/debug/clickhouse-cluster-dev`
67062026-03-19T03:20:40.879ZMar 19 03:20:40.224 INFO Setting up a ClickHouse cluster
67072026-03-19T03:20:40.884ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67082026-03-19T03:20:40.884ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67092026-03-19T03:20:40.884ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67102026-03-19T03:20:40.884ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67112026-03-19T03:20:40.884ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67122026-03-19T03:20:41.282ZMar 19 03:20:40.628 INFO ClickHouse server ready
67132026-03-19T03:20:41.286ZMar 19 03:20:40.628 INFO ClickHouse server ready
67142026-03-19T03:20:43.153ZMar 19 03:20:42.500 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67152026-03-19T03:20:43.161Z SETUP PASS [ 19.573s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67162026-03-19T03:20:43.195Z PASS [ 0.028s] ( 1/2720) api_identity test::test_identity_no_field
67172026-03-19T03:20:43.199Z PASS [ 0.026s] ( 2/2720) api_identity test::test_identity
67182026-03-19T03:20:43.206Z PASS [ 0.032s] ( 3/2720) authz-macros tests::test_authz_snapshots
67192026-03-19T03:20:43.213Z PASS [ 0.018s] ( 4/2720) bootstore schemes::tests::hello_roundtrip
67202026-03-19T03:20:43.233Z PASS [ 0.019s] ( 5/2720) bootstore schemes::v0::share_pkg::tests::create_packages
67212026-03-19T03:20:43.244Z PASS [ 0.038s] ( 6/2720) bootstore schemes::v0::peer::tests::network_config
67222026-03-19T03:20:43.251Z PASS [ 0.018s] ( 7/2720) bootstore trust_quorum::rack_secret::tests::create_and_verify
67232026-03-19T03:20:43.261Z PASS [ 0.017s] ( 8/2720) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67242026-03-19T03:20:44.300Z PASS [ 1.055s] ( 9/2720) bootstore schemes::v0::peer::tests::basic_3_nodes
67252026-03-19T03:20:44.315Z PASS [ 0.059s] ( 10/2720) cert-dev::test-cert-dev test_cert_create
67262026-03-19T03:20:44.389Z PASS [ 0.073s] ( 11/2720) clickana chart::tests::gather_chart_data_failure
67272026-03-19T03:20:44.404Z PASS [ 0.017s] ( 12/2720) clickana chart::tests::gather_chart_data_for_disk_usage_success
67282026-03-19T03:20:44.423Z PASS [ 0.019s] ( 13/2720) clickana chart::tests::gather_chart_data_for_memory_tracking_success
67292026-03-19T03:20:44.437Z PASS [ 0.014s] ( 14/2720) clickana chart::tests::gather_chart_data_for_query_count_success
67302026-03-19T03:20:44.453Z PASS [ 0.016s] ( 15/2720) clickana chart::tests::gather_chart_data_for_running_queries_success
67312026-03-19T03:20:44.476Z PASS [ 0.023s] ( 16/2720) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
67322026-03-19T03:20:44.497Z PASS [ 0.020s] ( 17/2720) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
67332026-03-19T03:20:44.522Z PASS [ 0.025s] ( 18/2720) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
67342026-03-19T03:20:44.544Z PASS [ 0.023s] ( 19/2720) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
67352026-03-19T03:20:44.568Z PASS [ 0.023s] ( 20/2720) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
67362026-03-19T03:20:44.591Z PASS [ 0.023s] ( 21/2720) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67372026-03-19T03:20:44.615Z PASS [ 0.023s] ( 22/2720) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67382026-03-19T03:20:44.642Z PASS [ 0.028s] ( 23/2720) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67392026-03-19T03:20:44.685Z PASS [ 0.043s] ( 24/2720) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67402026-03-19T03:20:44.732Z PASS [ 0.046s] ( 25/2720) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67412026-03-19T03:20:44.811Z PASS [ 0.079s] ( 26/2720) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67422026-03-19T03:20:44.843Z PASS [ 0.031s] ( 27/2720) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
67432026-03-19T03:20:44.874Z PASS [ 0.031s] ( 28/2720) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67442026-03-19T03:20:44.905Z PASS [ 0.031s] ( 29/2720) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67452026-03-19T03:20:44.935Z PASS [ 0.029s] ( 30/2720) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67462026-03-19T03:20:44.963Z PASS [ 0.029s] ( 31/2720) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67472026-03-19T03:20:45.005Z PASS [ 0.042s] ( 32/2720) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67482026-03-19T03:20:45.040Z PASS [ 0.035s] ( 33/2720) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
67492026-03-19T03:20:45.075Z PASS [ 0.034s] ( 34/2720) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
67502026-03-19T03:20:45.110Z PASS [ 0.036s] ( 35/2720) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
67512026-03-19T03:20:45.138Z PASS [ 0.028s] ( 36/2720) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
67522026-03-19T03:20:45.168Z PASS [ 0.030s] ( 37/2720) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
67532026-03-19T03:20:45.229Z PASS [ 0.059s] ( 38/2720) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
67542026-03-19T03:20:45.262Z PASS [ 0.035s] ( 39/2720) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
67552026-03-19T03:20:45.294Z PASS [ 0.032s] ( 40/2720) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
67562026-03-19T03:20:45.326Z PASS [ 0.032s] ( 41/2720) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
67572026-03-19T03:20:45.356Z PASS [ 0.030s] ( 42/2720) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
67582026-03-19T03:20:45.392Z PASS [ 0.033s] ( 43/2720) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
67592026-03-19T03:20:45.418Z PASS [ 0.028s] ( 44/2720) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
67602026-03-19T03:20:45.449Z PASS [ 0.031s] ( 45/2720) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
67612026-03-19T03:20:45.480Z PASS [ 0.030s] ( 46/2720) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
67622026-03-19T03:20:45.511Z PASS [ 0.031s] ( 47/2720) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
67632026-03-19T03:20:45.541Z PASS [ 0.031s] ( 48/2720) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
67642026-03-19T03:20:45.574Z PASS [ 0.033s] ( 49/2720) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
67652026-03-19T03:20:45.629Z PASS [ 0.055s] ( 50/2720) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
67662026-03-19T03:20:45.685Z PASS [ 0.055s] ( 51/2720) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
67672026-03-19T03:20:45.708Z PASS [ 0.023s] ( 52/2720) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
67682026-03-19T03:20:45.731Z PASS [ 0.023s] ( 53/2720) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
67692026-03-19T03:20:45.757Z PASS [ 0.022s] ( 54/2720) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
67702026-03-19T03:20:45.778Z PASS [ 0.025s] ( 55/2720) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
67712026-03-19T03:20:45.783Z PASS [ 2.528s] ( 56/2720) bootstore::v0-fsm-proptest-learner run
67722026-03-19T03:20:45.807Z PASS [ 0.021s] ( 57/2720) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
67732026-03-19T03:20:45.812Z PASS [ 0.025s] ( 58/2720) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
67742026-03-19T03:20:45.876Z PASS [ 0.073s] ( 59/2720) db-dev::test-db-dev test_db_dev_populate_no_args
67752026-03-19T03:20:45.886Z PASS [ 0.079s] ( 60/2720) db-dev::test-db-dev test_db_dev_wipe_no_args
67762026-03-19T03:20:47.466Z PASS [ 4.204s] ( 61/2720) bootstore::v0-fsm-proptest-rack-coordinator run
67772026-03-19T03:20:47.518Z PASS [ 0.048s] ( 62/2720) db-macros lookup::test::test_lookup_snapshots
67782026-03-19T03:20:47.550Z PASS [ 0.029s] ( 63/2720) db-macros tests::test_derive_metadata_identity_fails_for_enums
67792026-03-19T03:20:47.577Z PASS [ 0.027s] ( 64/2720) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
67802026-03-19T03:20:47.597Z PASS [ 0.027s] ( 65/2720) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
67812026-03-19T03:20:47.624Z PASS [ 0.027s] ( 66/2720) db-macros tests::test_derive_metadata_identity_fails_without_table_name
67822026-03-19T03:20:47.651Z PASS [ 0.027s] ( 67/2720) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
67832026-03-19T03:20:47.681Z PASS [ 0.030s] ( 68/2720) db-macros tests::test_derive_snapshots
67842026-03-19T03:20:47.709Z PASS [ 0.027s] ( 69/2720) db-macros tests::test_derive_with_unknown_field
67852026-03-19T03:20:47.825Z PASS [ 0.116s] ( 70/2720) dns-server storage::test::test_update_basic
67862026-03-19T03:20:47.941Z PASS [ 0.116s] ( 71/2720) dns-server storage::test::test_update_in_progress
67872026-03-19T03:20:48.063Z PASS [ 0.121s] ( 72/2720) dns-server storage::test::test_update_interrupted
67882026-03-19T03:20:48.186Z PASS [ 0.123s] ( 73/2720) dns-server storage::test::test_zone_gets_soa_record
67892026-03-19T03:20:48.558Z PASS [ 0.372s] ( 74/2720) dns-server::basic_test a_crud
67902026-03-19T03:20:48.777Z PASS [ 0.219s] ( 75/2720) dns-server::basic_test aaaa_crud
67912026-03-19T03:20:48.971Z PASS [ 0.194s] ( 76/2720) dns-server::basic_test answers_match_question
67922026-03-19T03:20:49.161Z PASS [ 0.190s] ( 77/2720) dns-server::basic_test empty_record
67932026-03-19T03:20:49.518Z PASS [ 0.356s] ( 78/2720) dns-server::basic_test multi_record_crud
67942026-03-19T03:20:49.771Z PASS [ 0.254s] ( 79/2720) dns-server::basic_test name_contains_zone
67952026-03-19T03:20:50.057Z PASS [ 0.285s] ( 80/2720) dns-server::basic_test nxdomain
67962026-03-19T03:20:50.562Z PASS [ 0.505s] ( 81/2720) dns-server::basic_test servfail
67972026-03-19T03:20:51.280Z PASS [ 5.405s] ( 82/2720) db-dev::test-db-dev test_db_killed
67982026-03-19T03:20:51.443Z PASS [ 0.878s] ( 83/2720) dns-server::basic_test soa
67992026-03-19T03:20:52.016Z PASS [ 0.736s] ( 84/2720) dns-server::basic_test srv_crud
68002026-03-19T03:20:53.260Z PASS [ 1.240s] ( 85/2720) dns-server::cross_version_test cross_version_works
68012026-03-19T03:20:53.314Z PASS [ 0.058s] ( 86/2720) ereport-types tests::test_arb_json_deserializes
68022026-03-19T03:20:53.339Z PASS [ 0.024s] ( 87/2720) ereport-types tests::test_ena_from_str
68032026-03-19T03:20:53.366Z PASS [ 0.027s] ( 88/2720) ereport-types tests::test_ena_from_str_roundtrip
68042026-03-19T03:20:53.405Z PASS [ 0.038s] ( 89/2720) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68052026-03-19T03:20:53.432Z PASS [ 0.028s] ( 90/2720) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68062026-03-19T03:20:53.456Z PASS [ 0.024s] ( 91/2720) gfss gf256::tests::test_all_multiplication
68072026-03-19T03:20:53.481Z PASS [ 0.023s] ( 92/2720) gfss gf256::tests::test_all_multiplicative_inverses
68082026-03-19T03:20:53.503Z PASS [ 0.023s] ( 93/2720) gfss gf256::tests::test_docs_example
68092026-03-19T03:20:56.088Z PASS [ 4.645s] ( 94/2720) dns-server::commands_test test_dnsadm
68102026-03-19T03:20:58.076Z PASS [ 1.989s] ( 95/2720) gfss shamir::tests::split_and_combine
68112026-03-19T03:20:58.100Z PASS [ 0.023s] ( 96/2720) gfss shamir::tests::test_share_reconstruction
68122026-03-19T03:20:58.131Z PASS [ 0.032s] ( 97/2720) illumos-utils destructor::test::test_delayed_delete
68132026-03-19T03:20:58.890Z PASS [ 0.759s] ( 98/2720) illumos-utils destructor::test::test_delayed_delete_with_error
68142026-03-19T03:20:58.925Z PASS [ 0.035s] ( 99/2720) illumos-utils destructor::test::test_destructor_bad_close
68152026-03-19T03:20:58.958Z PASS [ 0.033s] ( 100/2720) illumos-utils link::test::test_allocate
68162026-03-19T03:20:58.992Z PASS [ 0.034s] ( 101/2720) illumos-utils link::test::test_allocate_within_scopes
68172026-03-19T03:20:59.027Z PASS [ 0.034s] ( 102/2720) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68182026-03-19T03:20:59.059Z PASS [ 0.032s] ( 103/2720) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68192026-03-19T03:20:59.091Z PASS [ 0.032s] ( 104/2720) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68202026-03-19T03:20:59.126Z PASS [ 0.033s] ( 105/2720) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68212026-03-19T03:20:59.159Z PASS [ 0.034s] ( 106/2720) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68222026-03-19T03:20:59.247Z PASS [ 0.040s] ( 107/2720) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68232026-03-19T03:20:59.262Z PASS [ 0.035s] ( 108/2720) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68242026-03-19T03:20:59.277Z PASS [ 0.038s] ( 109/2720) illumos-utils running_zone::tests::test_is_oxide_smf_service
68252026-03-19T03:20:59.305Z PASS [ 0.034s] ( 110/2720) illumos-utils svcs::tests::test_retain_enabled_not_online
68262026-03-19T03:20:59.342Z PASS [ 0.037s] ( 111/2720) illumos-utils svcs::tests::test_svc_parse_empty_success
68272026-03-19T03:20:59.377Z PASS [ 0.035s] ( 112/2720) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
68282026-03-19T03:20:59.411Z PASS [ 0.034s] ( 113/2720) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
68292026-03-19T03:20:59.454Z PASS [ 0.035s] ( 114/2720) illumos-utils svcs::tests::test_svc_parse_success
68302026-03-19T03:20:59.482Z PASS [ 0.035s] ( 115/2720) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
68312026-03-19T03:20:59.546Z PASS [ 0.063s] ( 116/2720) illumos-utils zfs::test::directory_mutability
68322026-03-19T03:20:59.601Z PASS [ 0.055s] ( 117/2720) illumos-utils zfs::test::get_values_of_rpool
68332026-03-19T03:20:59.634Z PASS [ 0.033s] ( 118/2720) illumos-utils zfs::test::parse_dataset_bad_avail
68342026-03-19T03:20:59.671Z PASS [ 0.036s] ( 119/2720) illumos-utils zfs::test::parse_dataset_bad_quota
68352026-03-19T03:20:59.706Z PASS [ 0.035s] ( 120/2720) illumos-utils zfs::test::parse_dataset_bad_reservation
68362026-03-19T03:20:59.740Z PASS [ 0.034s] ( 121/2720) illumos-utils zfs::test::parse_dataset_bad_usage
68372026-03-19T03:20:59.772Z PASS [ 0.032s] ( 122/2720) illumos-utils zfs::test::parse_dataset_bad_uuid
68382026-03-19T03:20:59.806Z PASS [ 0.033s] ( 123/2720) illumos-utils zfs::test::parse_dataset_missing_fields
68392026-03-19T03:20:59.840Z PASS [ 0.035s] ( 124/2720) illumos-utils zfs::test::parse_dataset_props
68402026-03-19T03:20:59.872Z PASS [ 0.032s] ( 125/2720) illumos-utils zfs::test::parse_dataset_props_with_optionals
68412026-03-19T03:20:59.903Z PASS [ 0.031s] ( 126/2720) illumos-utils zfs::test::parse_dataset_too_many_columns
68422026-03-19T03:20:59.940Z PASS [ 0.037s] ( 127/2720) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
68432026-03-19T03:20:59.977Z PASS [ 0.037s] ( 128/2720) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
68442026-03-19T03:21:00.006Z PASS [ 0.030s] ( 129/2720) illumos-utils zfs::test::parse_quota_ignored_if_default
68452026-03-19T03:21:00.037Z PASS [ 0.030s] ( 130/2720) illumos-utils zfs::test::parse_reservation_ignored_if_default
68462026-03-19T03:21:00.070Z PASS [ 0.033s] ( 131/2720) illumos-utils zfs::test::parse_sorts_and_dedups
68472026-03-19T03:21:00.123Z PASS [ 0.052s] ( 132/2720) illumos-utils zone::tests::delete_nonexistent_address
68482026-03-19T03:21:00.160Z PASS [ 0.036s] ( 133/2720) illumos-utils zone::tests::test_parse_ip_network
68492026-03-19T03:21:00.197Z PASS [ 0.037s] ( 134/2720) illumos-utils zpool::test::test_parse_zpool
68502026-03-19T03:21:00.229Z PASS [ 0.032s] ( 135/2720) illumos-utils zpool::test::test_parse_zpool_missing_column
68512026-03-19T03:21:02.008Z PASS [ 18.832s] ( 136/2720) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
68522026-03-19T03:21:02.051Z PASS [ 0.048s] ( 137/2720) installinator peers::tests::iter_no_preferred_preserves_btree_order
68532026-03-19T03:21:02.095Z PASS [ 0.044s] ( 138/2720) installinator peers::tests::last_known_peer_preferred
68542026-03-19T03:21:02.135Z PASS [ 0.040s] ( 139/2720) installinator peers::tests::last_known_peer_stale
68552026-03-19T03:21:02.727Z PASS [ 2.497s] ( 140/2720) installinator mock_peers::tests::proptest_fetch_artifact
68562026-03-19T03:21:02.807Z PASS [ 0.080s] ( 141/2720) installinator-common block_size_writer::tests::proptest_block_writer
68572026-03-19T03:21:03.013Z PASS [ 0.199s] ( 142/2720) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
68582026-03-19T03:21:03.185Z PASS [ 0.179s] ( 143/2720) internal-dns-resolver resolver::test::insert_and_lookup_one_record
68592026-03-19T03:21:03.375Z PASS [ 0.186s] ( 144/2720) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
68602026-03-19T03:21:03.423Z PASS [ 1.288s] ( 145/2720) installinator write::tests::proptest_write_artifact
68612026-03-19T03:21:03.722Z PASS [ 0.298s] ( 146/2720) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
68622026-03-19T03:21:03.737Z PASS [ 0.365s] ( 147/2720) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
68632026-03-19T03:21:03.741Z PASS [ 10.236s] ( 148/2720) gfss polynomial::tests::test_polynomial_eval
68642026-03-19T03:21:03.764Z PASS [ 17.880s] ( 149/2720) db-dev::test-db-dev test_db_run
68652026-03-19T03:21:03.769Z PASS [ 0.027s] ( 150/2720) internal-dns-types config::test::display_hosts
68662026-03-19T03:21:03.798Z PASS [ 0.034s] ( 151/2720) internal-dns-types config::test::display_srv_service
68672026-03-19T03:21:03.802Z PASS [ 0.035s] ( 152/2720) internal-dns-types config::test::test_builder_errors
68682026-03-19T03:21:03.833Z PASS [ 0.033s] ( 153/2720) internal-dns-types config::test::test_builder_output
68692026-03-19T03:21:03.841Z PASS [ 0.037s] ( 154/2720) internal-dns-types diff::test::diff_different
68702026-03-19T03:21:03.863Z PASS [ 0.032s] ( 155/2720) internal-dns-types diff::test::diff_equivalent
68712026-03-19T03:21:03.871Z PASS [ 0.032s] ( 156/2720) internal-dns-types diff::test::diff_invalid
68722026-03-19T03:21:03.887Z PASS [ 0.024s] ( 157/2720) ipcc tests::deserialize_fixed_value
68732026-03-19T03:21:03.897Z PASS [ 0.026s] ( 158/2720) ipcc tests::installinator_image_id_round_trip
68742026-03-19T03:21:03.916Z PASS [ 0.029s] ( 159/2720) ipcc tests::serialized_size
68752026-03-19T03:21:03.930Z PASS [ 0.032s] ( 160/2720) key-manager tests::different_disks_produce_different_keys
68762026-03-19T03:21:04.009Z PASS [ 0.219s] ( 161/2720) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
68772026-03-19T03:21:04.015Z PASS [ 0.033s] ( 162/2720) key-manager tests::different_ikm_produces_different_keys
68782026-03-19T03:21:04.015Z PASS [ 0.034s] ( 163/2720) key-manager tests::disk_encryption_key_epoch_0
68792026-03-19T03:21:04.015Z PASS [ 0.034s] ( 164/2720) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
68802026-03-19T03:21:04.015Z PASS [ 0.242s] ( 165/2720) internal-dns-resolver resolver::test::update_record
68812026-03-19T03:21:04.089Z PASS [ 0.107s] ( 166/2720) nexus-auth authn::external::session_cookie::test::test_get_token
68822026-03-19T03:21:04.094Z PASS [ 0.114s] ( 167/2720) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
68832026-03-19T03:21:04.100Z PASS [ 0.147s] ( 168/2720) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
68842026-03-19T03:21:04.107Z PASS [ 0.143s] ( 169/2720) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
68852026-03-19T03:21:04.131Z PASS [ 0.045s] ( 170/2720) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
68862026-03-19T03:21:04.141Z PASS [ 0.052s] ( 171/2720) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
68872026-03-19T03:21:04.154Z PASS [ 0.057s] ( 172/2720) nexus-auth authn::external::session_cookie::test::test_missing_cookie
68882026-03-19T03:21:04.163Z PASS [ 0.056s] ( 173/2720) nexus-auth authn::external::session_cookie::test::test_other_cookie
68892026-03-19T03:21:04.172Z PASS [ 0.041s] ( 174/2720) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
68902026-03-19T03:21:04.183Z PASS [ 0.042s] ( 175/2720) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
68912026-03-19T03:21:04.198Z PASS [ 0.044s] ( 176/2720) nexus-auth authn::external::session_cookie::test::test_valid_cookie
68922026-03-19T03:21:04.213Z PASS [ 0.050s] ( 177/2720) nexus-auth authn::external::spoof::test::test_make_header_value
68932026-03-19T03:21:04.221Z PASS [ 0.049s] ( 178/2720) nexus-auth authn::external::spoof::test::test_make_header_value_raw
68942026-03-19T03:21:04.233Z PASS [ 0.050s] ( 179/2720) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
68952026-03-19T03:21:04.243Z PASS [ 0.045s] ( 180/2720) nexus-auth authn::external::spoof::test::test_spoof_header_missing
68962026-03-19T03:21:04.253Z PASS [ 0.040s] ( 181/2720) nexus-auth authn::external::spoof::test::test_spoof_header_valid
68972026-03-19T03:21:04.270Z PASS [ 0.049s] ( 182/2720) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
68982026-03-19T03:21:04.302Z PASS [ 0.069s] ( 183/2720) nexus-auth authn::external::test::test_authn_sequence
68992026-03-19T03:21:04.308Z PASS [ 0.065s] ( 184/2720) nexus-auth authn::external::token::test::test_make_header_value
69002026-03-19T03:21:04.317Z PASS [ 0.063s] ( 185/2720) nexus-auth authn::external::token::test::test_token_header_bad_utf8
69012026-03-19T03:21:04.326Z PASS [ 0.056s] ( 186/2720) nexus-auth authn::external::token::test::test_token_header_missing
69022026-03-19T03:21:04.346Z PASS [ 0.043s] ( 187/2720) nexus-auth authn::external::token::test::test_token_header_valid
69032026-03-19T03:21:04.366Z PASS [ 0.058s] ( 188/2720) nexus-auth authn::test::test_internal_users
69042026-03-19T03:21:04.390Z PASS [ 0.063s] ( 189/2720) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
69052026-03-19T03:21:04.446Z PASS [ 0.127s] ( 190/2720) nexus-auth authz::context::test::test_unregistered_resource
69062026-03-19T03:21:04.453Z PASS [ 0.107s] ( 191/2720) nexus-auth context::test::test_background_context
69072026-03-19T03:21:04.459Z PASS [ 0.093s] ( 192/2720) nexus-auth context::test::test_child_context
69082026-03-19T03:21:04.484Z PASS [ 0.094s] ( 193/2720) nexus-auth context::test::test_test_context
69092026-03-19T03:21:04.492Z PASS [ 0.046s] ( 194/2720) nexus-config nexus_config::test::test_bad_authn_schemes
69102026-03-19T03:21:04.498Z PASS [ 0.044s] ( 195/2720) nexus-config nexus_config::test::test_config_bad_toml
69112026-03-19T03:21:04.503Z PASS [ 0.043s] ( 196/2720) nexus-config nexus_config::test::test_config_empty
69122026-03-19T03:21:04.514Z PASS [ 0.031s] ( 197/2720) nexus-config nexus_config::test::test_config_nonexistent
69132026-03-19T03:21:04.531Z PASS [ 0.042s] ( 198/2720) nexus-config nexus_config::test::test_deployment_config_schema
69142026-03-19T03:21:04.545Z PASS [ 0.048s] ( 199/2720) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69152026-03-19T03:21:04.563Z PASS [ 0.061s] ( 200/2720) nexus-config nexus_config::test::test_repo_configs_are_valid
69162026-03-19T03:21:04.580Z PASS [ 0.042s] ( 201/2720) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69172026-03-19T03:21:04.584Z PASS [ 0.061s] ( 202/2720) nexus-config nexus_config::test::test_valid
69182026-03-19T03:21:04.584Z PASS [ 0.036s] ( 203/2720) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69192026-03-19T03:21:04.598Z PASS [ 0.034s] ( 204/2720) nexus-config postgres_config::test::test_all_addresses_single_host
69202026-03-19T03:21:04.622Z PASS [ 0.041s] ( 205/2720) nexus-config postgres_config::test::test_bad_url
69212026-03-19T03:21:04.627Z PASS [ 0.044s] ( 206/2720) nexus-config postgres_config::test::test_example_url
69222026-03-19T03:21:04.633Z PASS [ 0.052s] ( 207/2720) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69232026-03-19T03:21:04.639Z PASS [ 0.042s] ( 208/2720) nexus-db-fixed-data test::test_allowlist_id_is_valid
69242026-03-19T03:21:04.651Z PASS [ 0.036s] ( 209/2720) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69252026-03-19T03:21:04.661Z PASS [ 0.041s] ( 210/2720) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69262026-03-19T03:21:04.684Z PASS [ 0.045s] ( 211/2720) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69272026-03-19T03:21:04.692Z PASS [ 0.041s] ( 212/2720) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
69282026-03-19T03:21:04.729Z PASS [ 0.068s] ( 213/2720) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
69292026-03-19T03:21:04.737Z PASS [ 0.053s] ( 214/2720) nexus-db-model bytecount::test::test_bytecount_i64_conversions
69302026-03-19T03:21:04.745Z PASS [ 0.052s] ( 215/2720) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
69312026-03-19T03:21:04.774Z PASS [ 0.044s] ( 216/2720) nexus-db-model device_auth::test::test_generate_user_code
69322026-03-19T03:21:04.783Z PASS [ 0.046s] ( 217/2720) nexus-db-model instance_state::tests::test_from_str_roundtrips
69332026-03-19T03:21:04.789Z PASS [ 0.044s] ( 218/2720) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
69342026-03-19T03:21:04.832Z PASS [ 0.058s] ( 219/2720) nexus-db-model role_assignment::tests::test_role_assignment_from_database
69352026-03-19T03:21:04.845Z PASS [ 0.056s] ( 220/2720) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
69362026-03-19T03:21:04.865Z PASS [ 0.082s] ( 221/2720) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
69372026-03-19T03:21:04.899Z PASS [ 0.066s] ( 222/2720) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
69382026-03-19T03:21:04.923Z PASS [ 0.078s] ( 223/2720) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
69392026-03-19T03:21:04.936Z PASS [ 0.070s] ( 224/2720) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
69402026-03-19T03:21:04.963Z PASS [ 0.065s] ( 225/2720) nexus-db-model schema_versions::test::test_classify_create_index
69412026-03-19T03:21:04.987Z PASS [ 0.064s] ( 226/2720) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
69422026-03-19T03:21:05.002Z PASS [ 0.066s] ( 227/2720) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
69432026-03-19T03:21:05.008Z PASS [ 0.046s] ( 228/2720) nexus-db-model schema_versions::test::test_classify_dml_ignored
69442026-03-19T03:21:05.052Z PASS [ 0.065s] ( 229/2720) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
69452026-03-19T03:21:05.052Z PASS [ 0.044s] ( 230/2720) nexus-db-model schema_versions::test::test_known_versions
69462026-03-19T03:21:05.077Z PASS [ 0.074s] ( 231/2720) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
69472026-03-19T03:21:05.119Z PASS [ 0.066s] ( 232/2720) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
69482026-03-19T03:21:05.123Z PASS [ 0.047s] ( 233/2720) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
69492026-03-19T03:21:05.173Z PASS [ 0.054s] ( 234/2720) nexus-db-model schema_versions::test::test_one_ddl_enforcement
69502026-03-19T03:21:05.192Z PASS [ 0.068s] ( 235/2720) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
69512026-03-19T03:21:05.215Z PASS [ 0.042s] ( 236/2720) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
69522026-03-19T03:21:05.257Z PASS [ 0.064s] ( 237/2720) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
69532026-03-19T03:21:05.275Z PASS [ 0.223s] ( 238/2720) nexus-db-model schema_versions::test::test_migration_verification_files
69542026-03-19T03:21:05.281Z PASS [ 0.066s] ( 239/2720) nexus-db-model schema_versions::test::test_preprocess_storing
69552026-03-19T03:21:05.340Z PASS [ 0.062s] ( 240/2720) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
69562026-03-19T03:21:05.345Z PASS [ 0.082s] ( 241/2720) nexus-db-model schema_versions::test::test_preprocess_type_array
69572026-03-19T03:21:05.354Z PASS [ 0.072s] ( 242/2720) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
69582026-03-19T03:21:05.379Z PASS [ 0.041s] ( 243/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
69592026-03-19T03:21:05.394Z PASS [ 0.039s] ( 244/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
69602026-03-19T03:21:05.406Z PASS [ 0.065s] ( 245/2720) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
69612026-03-19T03:21:05.418Z PASS [ 0.036s] ( 246/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
69622026-03-19T03:21:05.431Z PASS [ 0.038s] ( 247/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
69632026-03-19T03:21:05.446Z PASS [ 0.038s] ( 248/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
69642026-03-19T03:21:05.457Z PASS [ 0.039s] ( 249/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
69652026-03-19T03:21:05.471Z PASS [ 0.040s] ( 250/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
69662026-03-19T03:21:05.478Z PASS [ 0.036s] ( 251/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
69672026-03-19T03:21:05.493Z PASS [ 0.037s] ( 252/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
69682026-03-19T03:21:05.510Z PASS [ 0.040s] ( 253/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
69692026-03-19T03:21:05.520Z PASS [ 0.042s] ( 254/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
69702026-03-19T03:21:05.533Z PASS [ 0.040s] ( 255/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
69712026-03-19T03:21:05.541Z PASS [ 0.030s] ( 256/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
69722026-03-19T03:21:05.556Z PASS [ 0.036s] ( 257/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
69732026-03-19T03:21:05.568Z PASS [ 0.035s] ( 258/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
69742026-03-19T03:21:05.581Z PASS [ 0.040s] ( 259/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
69752026-03-19T03:21:05.592Z PASS [ 0.035s] ( 260/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
69762026-03-19T03:21:05.604Z PASS [ 0.035s] ( 261/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
69772026-03-19T03:21:05.614Z PASS [ 0.033s] ( 262/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
69782026-03-19T03:21:05.625Z PASS [ 0.034s] ( 263/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
69792026-03-19T03:21:05.638Z PASS [ 0.034s] ( 264/2720) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
69802026-03-19T03:21:05.647Z PASS [ 0.033s] ( 265/2720) nexus-db-model schema_versions::test::test_verification_query_add_constraint
69812026-03-19T03:21:05.668Z PASS [ 0.042s] ( 266/2720) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
69822026-03-19T03:21:05.680Z PASS [ 0.041s] ( 267/2720) nexus-db-model schema_versions::test::test_verification_query_create_index
69832026-03-19T03:21:05.689Z PASS [ 0.041s] ( 268/2720) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
69842026-03-19T03:21:05.707Z PASS [ 0.040s] ( 269/2720) nexus-db-model schema_versions::test::test_verify
69852026-03-19T03:21:05.717Z PASS [ 0.038s] ( 270/2720) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
69862026-03-19T03:21:05.727Z PASS [ 0.039s] ( 271/2720) nexus-db-model semver_version::test::test_to_from_sortable_string
69872026-03-19T03:21:05.742Z PASS [ 0.034s] ( 272/2720) nexus-db-model tests::test_ip_subnet_check_requestable_address
69882026-03-19T03:21:05.754Z PASS [ 0.036s] ( 273/2720) nexus-db-model tests::test_ipv6_net_random_subnet
69892026-03-19T03:21:05.765Z PASS [ 0.038s] ( 274/2720) nexus-db-model tests::test_roles_database_strings
69902026-03-19T03:21:05.787Z PASS [ 0.045s] ( 275/2720) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
69912026-03-19T03:21:05.794Z PASS [ 0.040s] ( 276/2720) nexus-db-model typed_uuid::tests::test_compare_consistency
69922026-03-19T03:21:05.803Z PASS [ 0.038s] ( 277/2720) nexus-db-model typed_uuid::tests::test_hash_equality
69932026-03-19T03:21:05.820Z PASS [ 0.033s] ( 278/2720) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
69942026-03-19T03:21:05.825Z PASS [ 22.647s] ( 279/2720) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
69952026-03-19T03:21:05.830Z PASS [ 0.035s] ( 280/2720) nexus-db-model vmm_state::tests::test_from_str_roundtrips
69962026-03-19T03:21:06.027Z PASS [ 22.854s] ( 281/2720) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
69972026-03-19T03:21:08.178Z PASS [ 3.544s] ( 282/2720) nexus-db-lookup::integration lookup::test_lookup
69982026-03-19T03:21:09.049Z PASS [ 3.245s] ( 283/2720) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
69992026-03-19T03:21:09.574Z PASS [ 3.750s] ( 284/2720) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
70002026-03-19T03:21:09.600Z PASS [ 3.769s] ( 285/2720) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
70012026-03-19T03:21:09.619Z PASS [ 3.591s] ( 286/2720) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
70022026-03-19T03:21:09.657Z PASS [ 3.838s] ( 287/2720) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
70032026-03-19T03:21:09.948Z PASS [ 26.778s] ( 288/2720) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
70042026-03-19T03:21:09.973Z PASS [ 26.799s] ( 289/2720) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
70052026-03-19T03:21:10.009Z PASS [ 0.061s] ( 290/2720) nexus-db-queries db::collection_attach::test::test_verify_query
70062026-03-19T03:21:11.032Z PASS [ 27.859s] ( 291/2720) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
70072026-03-19T03:21:11.360Z PASS [ 28.189s] ( 292/2720) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
70082026-03-19T03:21:11.385Z PASS [ 28.215s] ( 293/2720) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
70092026-03-19T03:21:11.437Z PASS [ 28.263s] ( 294/2720) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
70102026-03-19T03:21:11.479Z PASS [ 3.300s] ( 295/2720) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
70112026-03-19T03:21:11.537Z PASS [ 0.057s] ( 296/2720) nexus-db-queries db::collection_detach::test::test_verify_query
70122026-03-19T03:21:11.746Z PASS [ 28.573s] ( 297/2720) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
70132026-03-19T03:21:12.444Z PASS [ 29.275s] ( 298/2720) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
70142026-03-19T03:21:12.599Z PASS [ 29.426s] ( 299/2720) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
70152026-03-19T03:21:12.646Z PASS [ 3.597s] ( 300/2720) nexus-db-queries db::collection_attach::test::test_attach_once
70162026-03-19T03:21:13.136Z PASS [ 3.511s] ( 301/2720) nexus-db-queries db::collection_attach::test::test_attach_with_filters
70172026-03-19T03:21:13.142Z PASS [ 3.474s] ( 302/2720) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
70182026-03-19T03:21:13.154Z PASS [ 3.581s] ( 303/2720) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
70192026-03-19T03:21:13.248Z PASS [ 3.647s] ( 304/2720) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
70202026-03-19T03:21:13.301Z PASS [ 0.053s] ( 305/2720) nexus-db-queries db::collection_detach_many::test::test_verify_query
70212026-03-19T03:21:13.317Z PASS [ 30.147s] ( 306/2720) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
70222026-03-19T03:21:13.328Z PASS [ 30.158s] ( 307/2720) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
70232026-03-19T03:21:13.389Z PASS [ 0.062s] ( 308/2720) nexus-db-queries db::collection_insert::test::test_verify_query
70242026-03-19T03:21:13.396Z PASS [ 3.383s] ( 309/2720) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
70252026-03-19T03:21:13.449Z PASS [ 0.059s] ( 310/2720) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
70262026-03-19T03:21:13.455Z PASS [ 0.063s] ( 311/2720) nexus-db-queries db::column_walker::test::test_walk_columns
70272026-03-19T03:21:13.470Z PASS [ 3.497s] ( 312/2720) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
70282026-03-19T03:21:13.506Z PASS [ 0.056s] ( 313/2720) nexus-db-queries db::column_walker::test::test_walk_table
70292026-03-19T03:21:13.955Z PASS [ 30.786s] ( 314/2720) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
70302026-03-19T03:21:14.576Z PASS [ 3.544s] ( 315/2720) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
70312026-03-19T03:21:15.168Z PASS [ 3.808s] ( 316/2720) nexus-db-queries db::collection_detach::test::test_detach_once
70322026-03-19T03:21:15.185Z PASS [ 3.747s] ( 317/2720) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
70332026-03-19T03:21:15.230Z PASS [ 3.844s] ( 318/2720) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
70342026-03-19T03:21:15.263Z PASS [ 3.727s] ( 319/2720) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
70352026-03-19T03:21:15.520Z PASS [ 3.773s] ( 320/2720) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
70362026-03-19T03:21:16.439Z PASS [ 3.840s] ( 321/2720) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
70372026-03-19T03:21:16.611Z PASS [ 3.964s] ( 322/2720) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
70382026-03-19T03:21:16.651Z PASS [ 4.206s] ( 323/2720) nexus-db-queries db::collection_detach_many::test::test_detach_many
70392026-03-19T03:21:16.958Z PASS [ 3.826s] ( 324/2720) nexus-db-queries db::collection_detach_many::test::test_detach_once
70402026-03-19T03:21:16.994Z PASS [ 3.837s] ( 325/2720) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
70412026-03-19T03:21:17.023Z PASS [ 3.890s] ( 326/2720) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
70422026-03-19T03:21:17.142Z PASS [ 3.840s] ( 327/2720) nexus-db-queries db::collection_insert::test::test_collection_not_present
70432026-03-19T03:21:17.182Z PASS [ 3.864s] ( 328/2720) nexus-db-queries db::collection_insert::test::test_collection_present
70442026-03-19T03:21:18.032Z PASS [ 34.862s] ( 329/2720) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
70452026-03-19T03:21:18.884Z PASS [ 35.715s] ( 330/2720) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
70462026-03-19T03:21:19.603Z PASS [ 6.147s] ( 331/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
70472026-03-19T03:21:19.715Z PASS [ 6.243s] ( 332/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
70482026-03-19T03:21:19.832Z PASS [ 5.875s] ( 333/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
70492026-03-19T03:21:20.673Z PASS [ 6.096s] ( 334/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
70502026-03-19T03:21:21.252Z PASS [ 6.067s] ( 335/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
70512026-03-19T03:21:21.390Z PASS [ 6.126s] ( 336/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
70522026-03-19T03:21:21.411Z PASS [ 5.891s] ( 337/2720) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
70532026-03-19T03:21:22.220Z PASS [ 7.051s] ( 338/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
70542026-03-19T03:21:22.337Z PASS [ 7.107s] ( 339/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
70552026-03-19T03:21:22.536Z PASS [ 6.097s] ( 340/2720) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
70562026-03-19T03:21:22.832Z PASS [ 6.221s] ( 341/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
70572026-03-19T03:21:22.956Z PASS [ 9.450s] ( 342/2720) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
70582026-03-19T03:21:22.962Z PASS [ 5.968s] ( 343/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
70592026-03-19T03:21:23.008Z PASS [ 6.355s] ( 344/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
70602026-03-19T03:21:23.089Z PASS [ 6.065s] ( 345/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
70612026-03-19T03:21:23.201Z PASS [ 6.018s] ( 346/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
70622026-03-19T03:21:24.116Z PASS [ 6.974s] ( 347/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
70632026-03-19T03:21:24.854Z PASS [ 6.821s] ( 348/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
70642026-03-19T03:21:24.877Z PASS [ 5.992s] ( 349/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
70652026-03-19T03:21:25.163Z PASS [ 3.909s] ( 350/2720) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
70662026-03-19T03:21:25.225Z PASS [ 5.621s] ( 351/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
70672026-03-19T03:21:25.663Z PASS [ 5.942s] ( 352/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
70682026-03-19T03:21:26.048Z PASS [ 9.089s] ( 353/2720) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
70692026-03-19T03:21:26.403Z PASS [ 43.231s] ( 354/2720) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
70702026-03-19T03:21:26.529Z PASS [ 3.327s] ( 355/2720) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
70712026-03-19T03:21:26.872Z PASS [ 1.647s] ( 356/2720) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
70722026-03-19T03:21:26.894Z PASS [ 5.503s] ( 357/2720) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
70732026-03-19T03:21:26.965Z PASS [ 1.803s] ( 358/2720) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
70742026-03-19T03:21:27.149Z PASS [ 5.735s] ( 359/2720) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
70752026-03-19T03:21:27.663Z PASS [ 5.439s] ( 360/2720) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
70762026-03-19T03:21:27.783Z PASS [ 7.948s] ( 361/2720) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
70772026-03-19T03:21:27.943Z PASS [ 44.772s] ( 362/2720) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
70782026-03-19T03:21:27.953Z PASS [ 5.416s] ( 363/2720) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
70792026-03-19T03:21:27.956Z PASS [ 5.616s] ( 364/2720) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
70802026-03-19T03:21:27.960Z PASS [ 5.125s] ( 365/2720) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
70812026-03-19T03:21:27.980Z PASS [ 4.972s] ( 366/2720) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
70822026-03-19T03:21:28.071Z PASS [ 5.113s] ( 367/2720) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
70832026-03-19T03:21:28.123Z PASS [ 5.161s] ( 368/2720) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
70842026-03-19T03:21:28.257Z PASS [ 7.579s] ( 369/2720) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
70852026-03-19T03:21:28.257Z PASS [ 5.164s] ( 370/2720) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
70862026-03-19T03:21:28.357Z PASS [ 4.231s] ( 371/2720) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
70872026-03-19T03:21:28.409Z PASS [ 3.554s] ( 372/2720) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
70882026-03-19T03:21:28.899Z PASS [ 45.727s] ( 373/2720) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70892026-03-19T03:21:28.973Z PASS [ 3.315s] ( 374/2720) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
70902026-03-19T03:21:29.370Z PASS [ 1.416s] ( 375/2720) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
70912026-03-19T03:21:29.596Z PASS [ 3.532s] ( 376/2720) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
70922026-03-19T03:21:29.647Z PASS [ 1.667s] ( 377/2720) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
70932026-03-19T03:21:29.715Z PASS [ 1.762s] ( 378/2720) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
70942026-03-19T03:21:30.027Z PASS [ 0.379s] ( 379/2720) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
70952026-03-19T03:21:30.074Z PASS [ 5.196s] ( 380/2720) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
70962026-03-19T03:21:30.325Z PASS [ 3.922s] ( 381/2720) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
70972026-03-19T03:21:30.388Z PASS [ 3.857s] ( 382/2720) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
70982026-03-19T03:21:30.580Z PASS [ 3.708s] ( 383/2720) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
70992026-03-19T03:21:30.593Z PASS [ 3.698s] ( 384/2720) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
71002026-03-19T03:21:30.687Z PASS [ 3.539s] ( 385/2720) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
71012026-03-19T03:21:30.726Z PASS [ 3.759s] ( 386/2720) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
71022026-03-19T03:21:31.258Z PASS [ 3.592s] ( 387/2720) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
71032026-03-19T03:21:31.280Z PASS [ 3.491s] ( 388/2720) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
71042026-03-19T03:21:31.330Z PASS [ 0.058s] ( 389/2720) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
71052026-03-19T03:21:31.484Z PASS [ 3.414s] ( 390/2720) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
71062026-03-19T03:21:31.609Z PASS [ 3.485s] ( 391/2720) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
71072026-03-19T03:21:31.632Z PASS [ 3.688s] ( 392/2720) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
71082026-03-19T03:21:31.692Z PASS [ 3.438s] ( 393/2720) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
71092026-03-19T03:21:31.770Z PASS [ 3.516s] ( 394/2720) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
71102026-03-19T03:21:31.873Z PASS [ 3.464s] ( 395/2720) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
71112026-03-19T03:21:31.881Z PASS [ 3.532s] ( 396/2720) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
71122026-03-19T03:21:32.205Z PASS [ 48.970s] ( 397/2720) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71132026-03-19T03:21:32.280Z PASS [ 3.382s] ( 398/2720) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
71142026-03-19T03:21:32.938Z PASS [ 3.221s] ( 399/2720) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
71152026-03-19T03:21:33.251Z PASS [ 5.291s] ( 400/2720) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
71162026-03-19T03:21:33.846Z PASS [ 50.674s] ( 401/2720) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
71172026-03-19T03:21:34.904Z PASS [ 5.930s] ( 402/2720) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
71182026-03-19T03:21:35.154Z PASS [ 51.978s] ( 403/2720) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
71192026-03-19T03:21:35.162Z PASS [ 5.791s] ( 404/2720) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
71202026-03-19T03:21:35.364Z PASS [ 3.483s] ( 405/2720) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
71212026-03-19T03:21:35.369Z PASS [ 3.493s] ( 406/2720) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
71222026-03-19T03:21:35.464Z PASS [ 3.322s] ( 407/2720) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
71232026-03-19T03:21:35.587Z PASS [ 5.512s] ( 408/2720) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
71242026-03-19T03:21:35.752Z PASS [ 6.172s] ( 409/2720) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
71252026-03-19T03:21:36.077Z PASS [ 5.690s] ( 410/2720) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
71262026-03-19T03:21:36.096Z PASS [ 3.815s] ( 411/2720) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
71272026-03-19T03:21:36.229Z PASS [ 5.540s] ( 412/2720) nexus-db-queries db::datastore::deployment::tests::test_set_target
71282026-03-19T03:21:36.365Z PASS [ 5.785s] ( 413/2720) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
71292026-03-19T03:21:36.554Z PASS [ 3.616s] ( 414/2720) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
71302026-03-19T03:21:36.678Z PASS [ 6.640s] ( 415/2720) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
71312026-03-19T03:21:36.702Z PASS [ 5.433s] ( 416/2720) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
71322026-03-19T03:21:36.741Z PASS [ 5.400s] ( 417/2720) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
71332026-03-19T03:21:36.758Z PASS [ 6.406s] ( 418/2720) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
71342026-03-19T03:21:36.775Z PASS [ 6.021s] ( 419/2720) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
71352026-03-19T03:21:36.779Z PASS [ 3.528s] ( 420/2720) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
71362026-03-19T03:21:36.868Z PASS [ 5.098s] ( 421/2720) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
71372026-03-19T03:21:37.009Z PASS [ 5.524s] ( 422/2720) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
71382026-03-19T03:21:37.020Z PASS [ 5.387s] ( 423/2720) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
71392026-03-19T03:21:37.168Z PASS [ 3.322s] ( 424/2720) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
71402026-03-19T03:21:37.201Z PASS [ 5.508s] ( 425/2720) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
71412026-03-19T03:21:38.095Z PASS [ 6.485s] ( 426/2720) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
71422026-03-19T03:21:38.238Z PASS [ 3.334s] ( 427/2720) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
71432026-03-19T03:21:38.531Z PASS [ 7.938s] ( 428/2720) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
71442026-03-19T03:21:40.452Z PASS [ 5.298s] ( 429/2720) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
71452026-03-19T03:21:40.593Z PASS [ 5.429s] ( 430/2720) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
71462026-03-19T03:21:40.751Z PASS [ 5.163s] ( 431/2720) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
71472026-03-19T03:21:40.940Z PASS [ 5.572s] ( 432/2720) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
71482026-03-19T03:21:41.239Z PASS [ 5.774s] ( 433/2720) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
71492026-03-19T03:21:41.293Z PASS [ 5.215s] ( 434/2720) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
71502026-03-19T03:21:41.307Z PASS [ 5.554s] ( 435/2720) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
71512026-03-19T03:21:41.365Z PASS [ 5.136s] ( 436/2720) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
71522026-03-19T03:21:41.375Z PASS [ 5.278s] ( 437/2720) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
71532026-03-19T03:21:41.383Z PASS [ 6.018s] ( 438/2720) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
71542026-03-19T03:21:41.614Z PASS [ 5.248s] ( 439/2720) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
71552026-03-19T03:21:41.731Z PASS [ 0.335s] ( 440/2720) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
71562026-03-19T03:21:41.740Z PASS [ 0.362s] ( 441/2720) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
71572026-03-19T03:21:41.744Z PASS [ 0.373s] ( 442/2720) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
71582026-03-19T03:21:41.892Z PASS [ 5.337s] ( 443/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
71592026-03-19T03:21:41.915Z PASS [ 5.247s] ( 444/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
71602026-03-19T03:21:41.977Z PASS [ 5.229s] ( 445/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
71612026-03-19T03:21:41.977Z PASS [ 5.289s] ( 446/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
71622026-03-19T03:21:41.984Z PASS [ 5.251s] ( 447/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
71632026-03-19T03:21:42.039Z PASS [ 5.259s] ( 448/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
71642026-03-19T03:21:42.050Z PASS [ 5.318s] ( 449/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
71652026-03-19T03:21:42.077Z PASS [ 5.208s] ( 450/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
71662026-03-19T03:21:42.164Z PASS [ 4.963s] ( 451/2720) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
71672026-03-19T03:21:42.185Z PASS [ 5.164s] ( 452/2720) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
71682026-03-19T03:21:42.212Z PASS [ 5.043s] ( 453/2720) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
71692026-03-19T03:21:42.277Z PASS [ 5.268s] ( 454/2720) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
71702026-03-19T03:21:43.176Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
71712026-03-19T03:21:43.182Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71722026-03-19T03:21:43.186Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
71732026-03-19T03:21:43.186Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
71742026-03-19T03:21:43.345Z PASS [ 5.249s] ( 455/2720) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
71752026-03-19T03:21:43.835Z PASS [ 5.596s] ( 456/2720) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
71762026-03-19T03:21:44.274Z PASS [ 5.742s] ( 457/2720) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
71772026-03-19T03:21:45.097Z PASS [ 3.378s] ( 458/2720) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
71782026-03-19T03:21:45.175Z PASS [ 3.437s] ( 459/2720) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
71792026-03-19T03:21:45.303Z PASS [ 3.565s] ( 460/2720) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
71802026-03-19T03:21:45.493Z PASS [ 3.878s] ( 461/2720) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
71812026-03-19T03:21:45.941Z PASS [ 5.488s] ( 462/2720) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
71822026-03-19T03:21:46.101Z PASS [ 5.509s] ( 463/2720) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
71832026-03-19T03:21:46.427Z PASS [ 5.119s] ( 464/2720) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
71842026-03-19T03:21:46.479Z PASS [ 5.186s] ( 465/2720) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
71852026-03-19T03:21:46.571Z PASS [ 5.331s] ( 466/2720) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
71862026-03-19T03:21:46.602Z PASS [ 5.662s] ( 467/2720) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
71872026-03-19T03:21:46.646Z PASS [ 5.895s] ( 468/2720) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
71882026-03-19T03:21:47.230Z PASS [ 5.252s] ( 469/2720) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
71892026-03-19T03:21:47.344Z PASS [ 5.359s] ( 470/2720) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
71902026-03-19T03:21:47.365Z PASS [ 5.450s] ( 471/2720) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
71912026-03-19T03:21:47.559Z PASS [ 5.581s] ( 472/2720) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
71922026-03-19T03:21:47.583Z PASS [ 5.506s] ( 473/2720) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
71932026-03-19T03:21:47.658Z PASS [ 5.607s] ( 474/2720) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
71942026-03-19T03:21:47.699Z PASS [ 5.514s] ( 475/2720) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
71952026-03-19T03:21:47.810Z PASS [ 5.769s] ( 476/2720) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
71962026-03-19T03:21:47.845Z PASS [ 5.632s] ( 477/2720) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
71972026-03-19T03:21:48.060Z PASS [ 5.782s] ( 478/2720) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
71982026-03-19T03:21:48.316Z PASS [ 6.423s] ( 479/2720) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
71992026-03-19T03:21:49.987Z PASS [ 6.150s] ( 480/2720) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
72002026-03-19T03:21:50.009Z PASS [ 6.661s] ( 481/2720) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
72012026-03-19T03:21:50.116Z PASS [ 7.950s] ( 482/2720) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
72022026-03-19T03:21:50.467Z PASS [ 0.461s] ( 483/2720) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
72032026-03-19T03:21:50.578Z PASS [ 0.462s] ( 484/2720) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
72042026-03-19T03:21:50.894Z PASS [ 6.618s] ( 485/2720) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
72052026-03-19T03:21:50.910Z PASS [ 0.442s] ( 486/2720) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
72062026-03-19T03:21:51.084Z PASS [ 5.987s] ( 487/2720) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
72072026-03-19T03:21:51.315Z PASS [ 4.083s] ( 488/2720) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
72082026-03-19T03:21:51.425Z PASS [ 4.081s] ( 489/2720) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
72092026-03-19T03:21:51.431Z PASS [ 6.255s] ( 490/2720) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
72102026-03-19T03:21:51.631Z PASS [ 4.072s] ( 491/2720) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
72112026-03-19T03:21:51.650Z PASS [ 5.708s] ( 492/2720) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
72122026-03-19T03:21:51.749Z PASS [ 4.383s] ( 493/2720) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
72132026-03-19T03:21:51.841Z PASS [ 6.536s] ( 494/2720) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
72142026-03-19T03:21:52.542Z PASS [ 6.440s] ( 495/2720) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
72152026-03-19T03:21:52.979Z PASS [ 6.408s] ( 496/2720) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
72162026-03-19T03:21:53.009Z PASS [ 7.516s] ( 497/2720) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
72172026-03-19T03:21:53.014Z PASS [ 6.367s] ( 498/2720) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
72182026-03-19T03:21:53.121Z PASS [ 6.518s] ( 499/2720) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
72192026-03-19T03:21:53.206Z PASS [ 6.657s] ( 500/2720) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
72202026-03-19T03:21:53.216Z PASS [ 5.632s] ( 501/2720) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
72212026-03-19T03:21:53.243Z PASS [ 5.397s] ( 502/2720) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
72222026-03-19T03:21:53.476Z PASS [ 5.667s] ( 503/2720) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
72232026-03-19T03:21:53.569Z PASS [ 5.911s] ( 504/2720) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
72242026-03-19T03:21:53.632Z PASS [ 5.932s] ( 505/2720) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
72252026-03-19T03:21:53.779Z PASS [ 5.719s] ( 506/2720) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
72262026-03-19T03:21:54.351Z PASS [ 6.036s] ( 507/2720) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
72272026-03-19T03:21:55.545Z PASS [ 72.371s] ( 508/2720) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
72282026-03-19T03:21:56.053Z PASS [ 6.066s] ( 509/2720) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
72292026-03-19T03:21:56.830Z PASS [ 10.402s] ( 510/2720) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
72302026-03-19T03:21:56.862Z PASS [ 5.967s] ( 511/2720) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
72312026-03-19T03:21:57.078Z PASS [ 5.992s] ( 512/2720) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
72322026-03-19T03:21:57.177Z PASS [ 6.265s] ( 513/2720) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
72332026-03-19T03:21:57.272Z PASS [ 5.954s] ( 514/2720) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
72342026-03-19T03:21:57.322Z PASS [ 5.897s] ( 515/2720) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
72352026-03-19T03:21:57.345Z PASS [ 6.767s] ( 516/2720) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
72362026-03-19T03:21:57.468Z PASS [ 6.036s] ( 517/2720) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
72372026-03-19T03:21:57.539Z PASS [ 5.907s] ( 518/2720) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
72382026-03-19T03:21:57.610Z PASS [ 5.860s] ( 519/2720) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
72392026-03-19T03:21:57.664Z PASS [ 6.014s] ( 520/2720) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
72402026-03-19T03:21:57.718Z PASS [ 5.877s] ( 521/2720) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
72412026-03-19T03:21:58.469Z PASS [ 5.926s] ( 522/2720) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
72422026-03-19T03:21:58.494Z PASS [ 5.356s] ( 523/2720) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
72432026-03-19T03:21:58.579Z PASS [ 5.458s] ( 524/2720) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
72442026-03-19T03:21:58.840Z PASS [ 5.860s] ( 525/2720) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
72452026-03-19T03:21:58.896Z PASS [ 5.651s] ( 526/2720) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
72462026-03-19T03:21:58.949Z PASS [ 5.732s] ( 527/2720) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
72472026-03-19T03:21:59.026Z PASS [ 6.016s] ( 528/2720) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
72482026-03-19T03:21:59.091Z PASS [ 5.522s] ( 529/2720) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
72492026-03-19T03:21:59.091Z PASS [ 5.614s] ( 530/2720) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
72502026-03-19T03:21:59.210Z PASS [ 6.195s] ( 531/2720) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
72512026-03-19T03:21:59.256Z PASS [ 5.623s] ( 532/2720) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
72522026-03-19T03:21:59.496Z PASS [ 5.717s] ( 533/2720) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
72532026-03-19T03:22:00.423Z PASS [ 6.071s] ( 534/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
72542026-03-19T03:22:01.389Z PASS [ 5.333s] ( 535/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
72552026-03-19T03:22:02.159Z PASS [ 6.613s] ( 536/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
72562026-03-19T03:22:02.271Z PASS [ 5.440s] ( 537/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
72572026-03-19T03:22:02.343Z PASS [ 5.480s] ( 538/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
72582026-03-19T03:22:02.483Z PASS [ 5.307s] ( 539/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
72592026-03-19T03:22:02.571Z PASS [ 5.492s] ( 540/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
72602026-03-19T03:22:02.781Z PASS [ 5.457s] ( 541/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
72612026-03-19T03:22:02.948Z PASS [ 5.602s] ( 542/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
72622026-03-19T03:22:02.982Z PASS [ 5.711s] ( 543/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
72632026-03-19T03:22:03.015Z PASS [ 5.475s] ( 544/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
72642026-03-19T03:22:03.034Z PASS [ 5.369s] ( 545/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
72652026-03-19T03:22:03.091Z PASS [ 5.623s] ( 546/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
72662026-03-19T03:22:03.160Z PASS [ 5.548s] ( 547/2720) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
72672026-03-19T03:22:03.773Z PASS [ 5.193s] ( 548/2720) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
72682026-03-19T03:22:03.809Z PASS [ 6.090s] ( 549/2720) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
72692026-03-19T03:22:04.389Z PASS [ 5.895s] ( 550/2720) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
72702026-03-19T03:22:04.996Z PASS [ 6.101s] ( 551/2720) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
72712026-03-19T03:22:05.053Z PASS [ 6.026s] ( 552/2720) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
72722026-03-19T03:22:05.067Z PASS [ 5.975s] ( 553/2720) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
72732026-03-19T03:22:05.071Z PASS [ 6.597s] ( 554/2720) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
72742026-03-19T03:22:05.191Z PASS [ 6.349s] ( 555/2720) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
72752026-03-19T03:22:05.238Z PASS [ 6.283s] ( 556/2720) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
72762026-03-19T03:22:05.359Z PASS [ 6.267s] ( 557/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
72772026-03-19T03:22:05.440Z PASS [ 6.230s] ( 558/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
72782026-03-19T03:22:05.486Z PASS [ 6.230s] ( 559/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
72792026-03-19T03:22:05.812Z PASS [ 6.315s] ( 560/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
72802026-03-19T03:22:07.174Z PASS [ 6.751s] ( 561/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
72812026-03-19T03:22:08.022Z PASS [ 6.632s] ( 562/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
72822026-03-19T03:22:08.134Z PASS [ 5.185s] ( 563/2720) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
72832026-03-19T03:22:08.452Z PASS [ 6.179s] ( 564/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
72842026-03-19T03:22:08.683Z PASS [ 6.520s] ( 565/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
72852026-03-19T03:22:08.812Z PASS [ 6.030s] ( 566/2720) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
72862026-03-19T03:22:08.829Z PASS [ 6.258s] ( 567/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
72872026-03-19T03:22:08.964Z PASS [ 5.982s] ( 568/2720) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
72882026-03-19T03:22:08.978Z PASS [ 6.494s] ( 569/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
72892026-03-19T03:22:08.985Z PASS [ 6.642s] ( 570/2720) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
72902026-03-19T03:22:09.051Z PASS [ 6.036s] ( 571/2720) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
72912026-03-19T03:22:09.246Z PASS [ 6.154s] ( 572/2720) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
72922026-03-19T03:22:09.258Z PASS [ 6.223s] ( 573/2720) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
72932026-03-19T03:22:09.422Z PASS [ 6.260s] ( 574/2720) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
72942026-03-19T03:22:10.218Z PASS [ 6.444s] ( 575/2720) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
72952026-03-19T03:22:10.273Z PASS [ 5.276s] ( 576/2720) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
72962026-03-19T03:22:10.322Z PASS [ 5.268s] ( 577/2720) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
72972026-03-19T03:22:10.366Z PASS [ 6.556s] ( 578/2720) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
72982026-03-19T03:22:10.402Z PASS [ 5.335s] ( 579/2720) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
72992026-03-19T03:22:10.421Z PASS [ 0.055s] ( 580/2720) nexus-db-queries db::datastore::region::test::test_extent_count
73002026-03-19T03:22:10.433Z PASS [ 5.241s] ( 581/2720) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
73012026-03-19T03:22:10.581Z PASS [ 5.140s] ( 582/2720) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
73022026-03-19T03:22:10.961Z PASS [ 5.148s] ( 583/2720) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
73032026-03-19T03:22:11.089Z PASS [ 6.021s] ( 584/2720) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
73042026-03-19T03:22:11.580Z PASS [ 6.347s] ( 585/2720) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
73052026-03-19T03:22:11.839Z PASS [ 7.449s] ( 586/2720) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
73062026-03-19T03:22:12.495Z PASS [ 5.321s] ( 587/2720) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
73072026-03-19T03:22:13.483Z PASS [ 5.349s] ( 588/2720) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
73082026-03-19T03:22:13.495Z PASS [ 5.472s] ( 589/2720) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
73092026-03-19T03:22:14.232Z PASS [ 5.402s] ( 590/2720) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
73102026-03-19T03:22:14.411Z PASS [ 5.959s] ( 591/2720) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
73112026-03-19T03:22:14.411Z PASS [ 5.730s] ( 592/2720) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
73122026-03-19T03:22:14.430Z PASS [ 5.618s] ( 593/2720) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
73132026-03-19T03:22:14.594Z PASS [ 5.538s] ( 594/2720) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
73142026-03-19T03:22:14.746Z PASS [ 5.499s] ( 595/2720) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
73152026-03-19T03:22:14.864Z PASS [ 5.878s] ( 596/2720) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
73162026-03-19T03:22:14.915Z PASS [ 5.950s] ( 597/2720) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
73172026-03-19T03:22:15.209Z PASS [ 5.951s] ( 598/2720) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
73182026-03-19T03:22:15.363Z PASS [ 5.941s] ( 599/2720) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
73192026-03-19T03:22:15.451Z PASS [ 5.176s] ( 600/2720) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
73202026-03-19T03:22:15.586Z PASS [ 5.264s] ( 601/2720) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
73212026-03-19T03:22:15.857Z PASS [ 5.453s] ( 602/2720) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
73222026-03-19T03:22:15.913Z PASS [ 5.480s] ( 603/2720) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
73232026-03-19T03:22:15.934Z PASS [ 5.352s] ( 604/2720) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
73242026-03-19T03:22:15.966Z PASS [ 5.545s] ( 605/2720) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
73252026-03-19T03:22:16.029Z PASS [ 5.067s] ( 606/2720) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
73262026-03-19T03:22:16.143Z PASS [ 5.053s] ( 607/2720) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
73272026-03-19T03:22:16.170Z PASS [ 7.191s] ( 608/2720) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
73282026-03-19T03:22:16.445Z PASS [ 6.225s] ( 609/2720) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
73292026-03-19T03:22:16.821Z PASS [ 5.239s] ( 610/2720) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
73302026-03-19T03:22:16.888Z PASS [ 5.048s] ( 611/2720) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
73312026-03-19T03:22:17.808Z PASS [ 5.311s] ( 612/2720) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
73322026-03-19T03:22:18.552Z PASS [ 5.057s] ( 613/2720) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
73332026-03-19T03:22:18.623Z PASS [ 5.138s] ( 614/2720) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
73342026-03-19T03:22:18.747Z PASS [ 13.386s] ( 615/2720) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
73352026-03-19T03:22:19.407Z PASS [ 4.976s] ( 616/2720) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
73362026-03-19T03:22:19.466Z PASS [ 5.053s] ( 617/2720) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
73372026-03-19T03:22:19.470Z PASS [ 5.238s] ( 618/2720) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
73382026-03-19T03:22:19.772Z PASS [ 5.181s] ( 619/2720) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
73392026-03-19T03:22:19.793Z PASS [ 5.381s] ( 620/2720) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
73402026-03-19T03:22:19.953Z PASS [ 5.088s] ( 621/2720) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
73412026-03-19T03:22:20.016Z PASS [ 5.269s] ( 622/2720) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
73422026-03-19T03:22:20.425Z PASS [ 5.509s] ( 623/2720) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
73432026-03-19T03:22:20.601Z PASS [ 5.391s] ( 624/2720) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
73442026-03-19T03:22:20.792Z PASS [ 5.429s] ( 625/2720) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
73452026-03-19T03:22:20.812Z PASS [ 5.363s] ( 626/2720) nexus-db-queries db::datastore::sled::test::affinity_multi_group
73462026-03-19T03:22:20.920Z PASS [ 5.332s] ( 627/2720) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
73472026-03-19T03:22:21.433Z PASS [ 5.519s] ( 628/2720) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
73482026-03-19T03:22:21.447Z PASS [ 5.590s] ( 629/2720) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
73492026-03-19T03:22:21.515Z PASS [ 5.372s] ( 630/2720) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
73502026-03-19T03:22:21.529Z PASS [ 5.595s] ( 631/2720) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
73512026-03-19T03:22:21.540Z PASS [ 5.573s] ( 632/2720) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
73522026-03-19T03:22:21.823Z PASS [ 5.794s] ( 633/2720) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
73532026-03-19T03:22:21.824Z PASS [ 5.652s] ( 634/2720) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
73542026-03-19T03:22:22.174Z PASS [ 5.729s] ( 635/2720) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
73552026-03-19T03:22:23.155Z PASS [ 6.334s] ( 636/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation
73562026-03-19T03:22:23.823Z PASS [ 100.638s] ( 637/2720) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
73572026-03-19T03:22:24.191Z PASS [ 7.302s] ( 638/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
73582026-03-19T03:22:24.857Z PASS [ 7.048s] ( 639/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
73592026-03-19T03:22:25.350Z PASS [ 6.727s] ( 640/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
73602026-03-19T03:22:25.691Z PASS [ 6.220s] ( 641/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
73612026-03-19T03:22:25.941Z PASS [ 7.388s] ( 642/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
73622026-03-19T03:22:25.966Z PASS [ 7.219s] ( 643/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
73632026-03-19T03:22:26.019Z PASS [ 6.611s] ( 644/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
73642026-03-19T03:22:26.180Z PASS [ 6.386s] ( 645/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
73652026-03-19T03:22:26.237Z PASS [ 6.771s] ( 646/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
73662026-03-19T03:22:26.259Z PASS [ 6.487s] ( 647/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
73672026-03-19T03:22:26.708Z PASS [ 5.785s] ( 648/2720) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
73682026-03-19T03:22:26.852Z PASS [ 6.036s] ( 649/2720) nexus-db-queries db::datastore::sled::test::sled_list_batch
73692026-03-19T03:22:26.903Z PASS [ 21.408s] ( 650/2720) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
73702026-03-19T03:22:27.139Z PASS [ 6.713s] ( 651/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
73712026-03-19T03:22:27.139Z PASS [ 5.623s] ( 652/2720) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
73722026-03-19T03:22:27.192Z PASS [ 5.744s] ( 653/2720) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
73732026-03-19T03:22:27.324Z PASS [ 6.722s] ( 654/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
73742026-03-19T03:22:27.371Z PASS [ 7.351s] ( 655/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
73752026-03-19T03:22:27.375Z PASS [ 5.937s] ( 656/2720) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
73762026-03-19T03:22:27.560Z PASS [ 6.019s] ( 657/2720) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
73772026-03-19T03:22:27.593Z PASS [ 5.769s] ( 658/2720) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
73782026-03-19T03:22:27.651Z PASS [ 5.476s] ( 659/2720) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
73792026-03-19T03:22:27.778Z PASS [ 6.248s] ( 660/2720) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
73802026-03-19T03:22:27.933Z PASS [ 7.140s] ( 661/2720) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
73812026-03-19T03:22:28.738Z PASS [ 5.583s] ( 662/2720) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
73822026-03-19T03:22:31.108Z PASS [ 6.916s] ( 663/2720) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
73832026-03-19T03:22:31.168Z PASS [ 7.346s] ( 664/2720) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
73842026-03-19T03:22:31.270Z PASS [ 5.578s] ( 665/2720) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
73852026-03-19T03:22:31.388Z PASS [ 5.150s] ( 666/2720) nexus-db-queries db::datastore::target_release::test::target_release_datastore
73862026-03-19T03:22:31.396Z PASS [ 9.572s] ( 667/2720) nexus-db-queries db::datastore::sled::test::test_sled_transitions
73872026-03-19T03:22:31.412Z PASS [ 5.232s] ( 668/2720) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
73882026-03-19T03:22:31.439Z PASS [ 5.420s] ( 669/2720) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
73892026-03-19T03:22:31.439Z PASS [ 5.472s] ( 670/2720) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
73902026-03-19T03:22:31.501Z PASS [ 5.559s] ( 671/2720) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
73912026-03-19T03:22:31.819Z PASS [ 5.558s] ( 672/2720) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
73922026-03-19T03:22:31.917Z PASS [ 7.059s] ( 673/2720) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
73932026-03-19T03:22:32.017Z PASS [ 5.167s] ( 674/2720) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
73942026-03-19T03:22:32.134Z PASS [ 4.994s] ( 675/2720) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
73952026-03-19T03:22:32.134Z PASS [ 4.995s] ( 676/2720) nexus-db-queries db::datastore::test::test_project_creation
73962026-03-19T03:22:32.141Z PASS [ 5.244s] ( 677/2720) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
73972026-03-19T03:22:32.278Z PASS [ 5.572s] ( 678/2720) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
73982026-03-19T03:22:32.299Z PASS [ 6.949s] ( 679/2720) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
73992026-03-19T03:22:32.501Z PASS [ 5.309s] ( 680/2720) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
74002026-03-19T03:22:32.770Z PASS [ 5.400s] ( 681/2720) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
74012026-03-19T03:22:33.113Z PASS [ 5.742s] ( 682/2720) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
74022026-03-19T03:22:33.301Z PASS [ 5.740s] ( 683/2720) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
74032026-03-19T03:22:34.043Z PASS [ 5.304s] ( 684/2720) nexus-db-queries db::datastore::test::test_session_cleanup_batch
74042026-03-19T03:22:36.588Z PASS [ 5.478s] ( 685/2720) nexus-db-queries db::datastore::test::test_session_methods
74052026-03-19T03:22:36.627Z PASS [ 5.353s] ( 686/2720) nexus-db-queries db::datastore::test::test_ssh_keys
74062026-03-19T03:22:36.637Z PASS [ 5.185s] ( 687/2720) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
74072026-03-19T03:22:36.654Z PASS [ 5.485s] ( 688/2720) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
74082026-03-19T03:22:36.714Z PASS [ 5.325s] ( 689/2720) nexus-db-queries db::datastore::test::test_table_scan
74092026-03-19T03:22:37.233Z PASS [ 5.740s] ( 690/2720) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
74102026-03-19T03:22:37.237Z PASS [ 5.839s] ( 691/2720) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
74112026-03-19T03:22:37.242Z PASS [ 5.824s] ( 692/2720) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
74122026-03-19T03:22:37.330Z PASS [ 5.192s] ( 693/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
74132026-03-19T03:22:37.368Z PASS [ 5.865s] ( 694/2720) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
74142026-03-19T03:22:37.428Z PASS [ 5.148s] ( 695/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
74152026-03-19T03:22:37.659Z PASS [ 5.525s] ( 696/2720) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
74162026-03-19T03:22:37.732Z PASS [ 5.432s] ( 697/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
74172026-03-19T03:22:37.744Z PASS [ 5.925s] ( 698/2720) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
74182026-03-19T03:22:37.792Z PASS [ 0.060s] ( 699/2720) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
74192026-03-19T03:22:37.807Z PASS [ 0.062s] ( 700/2720) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
74202026-03-19T03:22:37.811Z PASS [ 5.668s] ( 701/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
74212026-03-19T03:22:38.141Z PASS [ 5.371s] ( 702/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
74222026-03-19T03:22:38.324Z PASS [ 10.672s] ( 703/2720) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
74232026-03-19T03:22:38.328Z PASS [ 6.307s] ( 704/2720) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
74242026-03-19T03:22:38.328Z PASS [ 11.001s] ( 705/2720) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
74252026-03-19T03:22:38.608Z PASS [ 11.014s] ( 706/2720) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
74262026-03-19T03:22:38.700Z PASS [ 5.585s] ( 707/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
74272026-03-19T03:22:39.119Z PASS [ 5.075s] ( 708/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
74282026-03-19T03:22:39.225Z PASS [ 6.723s] ( 709/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
74292026-03-19T03:22:39.551Z PASS [ 0.324s] ( 710/2720) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
74302026-03-19T03:22:39.594Z PASS [ 11.658s] ( 711/2720) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
74312026-03-19T03:22:39.909Z PASS [ 6.608s] ( 712/2720) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
74322026-03-19T03:22:40.417Z PASS [ 12.638s] ( 713/2720) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
74332026-03-19T03:22:41.771Z PASS [ 5.147s] ( 714/2720) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
74342026-03-19T03:22:41.862Z PASS [ 5.237s] ( 715/2720) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
74352026-03-19T03:22:42.091Z PASS [ 5.377s] ( 716/2720) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
74362026-03-19T03:22:42.329Z PASS [ 5.093s] ( 717/2720) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
74372026-03-19T03:22:42.330Z PASS [ 5.150s] ( 718/2720) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
74382026-03-19T03:22:42.345Z PASS [ 5.692s] ( 719/2720) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
74392026-03-19T03:22:42.451Z PASS [ 5.213s] ( 720/2720) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
74402026-03-19T03:22:42.476Z PASS [ 5.110s] ( 721/2720) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
74412026-03-19T03:22:42.482Z PASS [ 5.054s] ( 722/2720) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
74422026-03-19T03:22:42.587Z PASS [ 0.110s] ( 723/2720) nexus-db-queries db::pagination::test::test_paginator
74432026-03-19T03:22:42.627Z PASS [ 6.039s] ( 724/2720) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
74442026-03-19T03:22:42.632Z PASS [ 5.305s] ( 725/2720) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
74452026-03-19T03:22:42.804Z PASS [ 4.994s] ( 726/2720) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
74462026-03-19T03:22:43.079Z PASS [ 4.937s] ( 727/2720) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
74472026-03-19T03:22:43.189Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
74482026-03-19T03:22:43.192Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
74492026-03-19T03:22:43.295Z PASS [ 3.745s] ( 728/2720) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
74502026-03-19T03:22:43.340Z PASS [ 3.430s] ( 729/2720) nexus-db-queries db::explain::test::test_explain_async
74512026-03-19T03:22:43.497Z PASS [ 5.173s] ( 730/2720) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
74522026-03-19T03:22:43.707Z PASS [ 3.290s] ( 731/2720) nexus-db-queries db::explain::test::test_explain_full_table_scan
74532026-03-19T03:22:43.795Z PASS [ 5.470s] ( 732/2720) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
74542026-03-19T03:22:44.035Z PASS [ 5.709s] ( 733/2720) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
74552026-03-19T03:22:44.103Z PASS [ 0.395s] ( 734/2720) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
74562026-03-19T03:22:44.174Z PASS [ 1.587s] ( 735/2720) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
74572026-03-19T03:22:44.189Z PASS [ 0.394s] ( 736/2720) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
74582026-03-19T03:22:44.256Z PASS [ 1.773s] ( 737/2720) nexus-db-queries db::pool::test::test_pool_can_be_terminated
74592026-03-19T03:22:44.412Z PASS [ 0.377s] ( 738/2720) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
74602026-03-19T03:22:44.496Z PASS [ 0.394s] ( 739/2720) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
74612026-03-19T03:22:44.924Z PASS [ 5.331s] ( 740/2720) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
74622026-03-19T03:22:45.412Z PASS [ 6.711s] ( 741/2720) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
74632026-03-19T03:22:45.535Z PASS [ 3.764s] ( 742/2720) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
74642026-03-19T03:22:45.635Z PASS [ 3.772s] ( 743/2720) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
74652026-03-19T03:22:45.803Z PASS [ 7.194s] ( 744/2720) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
74662026-03-19T03:22:45.912Z PASS [ 3.821s] ( 745/2720) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
74672026-03-19T03:22:46.010Z PASS [ 3.664s] ( 746/2720) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
74682026-03-19T03:22:46.014Z PASS [ 3.682s] ( 747/2720) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
74692026-03-19T03:22:46.047Z PASS [ 3.716s] ( 748/2720) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
74702026-03-19T03:22:46.135Z PASS [ 0.332s] ( 749/2720) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
74712026-03-19T03:22:46.156Z PASS [ 3.704s] ( 750/2720) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
74722026-03-19T03:22:46.260Z PASS [ 0.347s] ( 751/2720) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
74732026-03-19T03:22:46.265Z PASS [ 3.461s] ( 752/2720) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
74742026-03-19T03:22:46.389Z PASS [ 0.376s] ( 753/2720) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
74752026-03-19T03:22:46.406Z PASS [ 0.359s] ( 754/2720) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
74762026-03-19T03:22:46.514Z PASS [ 0.379s] ( 755/2720) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
74772026-03-19T03:22:46.520Z PASS [ 0.364s] ( 756/2720) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
74782026-03-19T03:22:46.548Z PASS [ 7.428s] ( 757/2720) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
74792026-03-19T03:22:46.629Z PASS [ 0.369s] ( 758/2720) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
74802026-03-19T03:22:47.510Z PASS [ 0.960s] ( 759/2720) nexus-db-queries db::queries::network_interface::tests::expectorate_query
74812026-03-19T03:22:48.273Z PASS [ 5.640s] ( 760/2720) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
74822026-03-19T03:22:48.277Z PASS [ 5.197s] ( 761/2720) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
74832026-03-19T03:22:48.389Z PASS [ 10.728s] ( 762/2720) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
74842026-03-19T03:22:48.415Z PASS [ 5.787s] ( 763/2720) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
74852026-03-19T03:22:48.452Z PASS [ 0.063s] ( 764/2720) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
74862026-03-19T03:22:48.525Z PASS [ 10.732s] ( 765/2720) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
74872026-03-19T03:22:49.078Z PASS [ 5.782s] ( 766/2720) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
74882026-03-19T03:22:49.139Z PASS [ 5.641s] ( 767/2720) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
74892026-03-19T03:22:49.212Z PASS [ 5.872s] ( 768/2720) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
74902026-03-19T03:22:49.265Z PASS [ 11.458s] ( 769/2720) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
74912026-03-19T03:22:49.668Z PASS [ 5.255s] ( 770/2720) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
74922026-03-19T03:22:49.733Z PASS [ 3.723s] ( 771/2720) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
74932026-03-19T03:22:49.853Z PASS [ 5.597s] ( 772/2720) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
74942026-03-19T03:22:50.191Z PASS [ 6.001s] ( 773/2720) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
74952026-03-19T03:22:50.228Z PASS [ 5.731s] ( 774/2720) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
74962026-03-19T03:22:50.432Z PASS [ 5.507s] ( 775/2720) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
74972026-03-19T03:22:50.542Z PASS [ 6.368s] ( 776/2720) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
74982026-03-19T03:22:51.244Z PASS [ 5.707s] ( 777/2720) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
74992026-03-19T03:22:51.307Z PASS [ 0.063s] ( 778/2720) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
75002026-03-19T03:22:51.355Z PASS [ 5.943s] ( 779/2720) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
75012026-03-19T03:22:51.425Z PASS [ 5.789s] ( 780/2720) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
75022026-03-19T03:22:51.842Z PASS [ 5.575s] ( 781/2720) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
75032026-03-19T03:22:51.854Z PASS [ 5.224s] ( 782/2720) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
75042026-03-19T03:22:52.065Z PASS [ 5.544s] ( 783/2720) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
75052026-03-19T03:22:52.096Z PASS [ 5.581s] ( 784/2720) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
75062026-03-19T03:22:52.128Z PASS [ 0.062s] ( 785/2720) nexus-db-queries db::queries::next_item::tests::test_shift_indices
75072026-03-19T03:22:52.310Z PASS [ 5.903s] ( 786/2720) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
75082026-03-19T03:22:52.463Z PASS [ 6.073s] ( 787/2720) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
75092026-03-19T03:22:52.476Z PASS [ 0.348s] ( 788/2720) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
75102026-03-19T03:22:52.614Z PASS [ 0.304s] ( 789/2720) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
75112026-03-19T03:22:52.674Z PASS [ 0.060s] ( 790/2720) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
75122026-03-19T03:22:52.743Z PASS [ 0.068s] ( 791/2720) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
75132026-03-19T03:22:53.849Z PASS [ 5.576s] ( 792/2720) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
75142026-03-19T03:22:53.977Z PASS [ 5.525s] ( 793/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
75152026-03-19T03:22:54.033Z PASS [ 5.508s] ( 794/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
75162026-03-19T03:22:54.067Z PASS [ 5.651s] ( 795/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
75172026-03-19T03:22:54.162Z PASS [ 6.654s] ( 796/2720) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
75182026-03-19T03:22:54.277Z PASS [ 1.534s] ( 797/2720) nexus-db-queries db::queries::region_allocation::test::expectorate_query
75192026-03-19T03:22:54.350Z PASS [ 5.272s] ( 798/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
75202026-03-19T03:22:54.368Z PASS [ 5.102s] ( 799/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
75212026-03-19T03:22:54.368Z PASS [ 5.155s] ( 800/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
75222026-03-19T03:22:54.659Z PASS [ 5.519s] ( 801/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
75232026-03-19T03:22:54.666Z PASS [ 0.316s] ( 802/2720) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
75242026-03-19T03:22:54.725Z PASS [ 0.357s] ( 803/2720) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
75252026-03-19T03:22:54.793Z PASS [ 6.515s] ( 804/2720) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
75262026-03-19T03:22:55.011Z PASS [ 0.352s] ( 805/2720) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
75272026-03-19T03:22:55.095Z PASS [ 5.427s] ( 806/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
75282026-03-19T03:22:55.171Z PASS [ 3.817s] ( 807/2720) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
75292026-03-19T03:22:55.195Z PASS [ 5.461s] ( 808/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
75302026-03-19T03:22:55.305Z PASS [ 3.880s] ( 809/2720) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
75312026-03-19T03:22:55.314Z PASS [ 0.303s] ( 810/2720) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
75322026-03-19T03:22:55.318Z PASS [ 0.652s] ( 811/2720) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
75332026-03-19T03:22:55.388Z PASS [ 0.293s] ( 812/2720) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
75342026-03-19T03:22:55.426Z PASS [ 5.572s] ( 813/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
75352026-03-19T03:22:55.466Z PASS [ 0.295s] ( 814/2720) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
75362026-03-19T03:22:55.491Z PASS [ 0.296s] ( 815/2720) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
75372026-03-19T03:22:55.518Z PASS [ 0.092s] ( 816/2720) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
75382026-03-19T03:22:55.522Z PASS [ 3.665s] ( 817/2720) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
75392026-03-19T03:22:55.525Z PASS [ 0.058s] ( 818/2720) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
75402026-03-19T03:22:55.546Z PASS [ 0.056s] ( 819/2720) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
75412026-03-19T03:22:55.592Z PASS [ 0.073s] ( 820/2720) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
75422026-03-19T03:22:55.596Z PASS [ 3.753s] ( 821/2720) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
75432026-03-19T03:22:55.600Z PASS [ 0.080s] ( 822/2720) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
75442026-03-19T03:22:55.600Z PASS [ 5.409s] ( 823/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
75452026-03-19T03:22:55.679Z PASS [ 3.582s] ( 824/2720) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
75462026-03-19T03:22:55.803Z PASS [ 3.339s] ( 825/2720) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
75472026-03-19T03:22:55.806Z PASS [ 5.577s] ( 826/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
75482026-03-19T03:22:55.837Z PASS [ 0.031s] ( 827/2720) nexus-defaults tests::test_random_vpc_ipv6_prefix
75492026-03-19T03:22:55.892Z PASS [ 0.054s] ( 828/2720) nexus-inventory builder::test::test_basic
75502026-03-19T03:22:55.932Z PASS [ 0.039s] ( 829/2720) nexus-inventory builder::test::test_empty
75512026-03-19T03:22:55.973Z PASS [ 0.040s] ( 830/2720) nexus-inventory builder::test::test_problems
75522026-03-19T03:22:56.024Z PASS [ 3.548s] ( 831/2720) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
75532026-03-19T03:22:56.092Z PASS [ 5.659s] ( 832/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
75542026-03-19T03:22:56.195Z PASS [ 5.650s] ( 833/2720) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
75552026-03-19T03:22:56.505Z PASS [ 0.412s] ( 834/2720) nexus-inventory collector::test::test_multi_mgs_failure
75562026-03-19T03:22:56.763Z PASS [ 0.790s] ( 835/2720) nexus-inventory collector::test::test_basic
75572026-03-19T03:22:56.857Z PASS [ 0.664s] ( 836/2720) nexus-inventory collector::test::test_sled_agent_failure
75582026-03-19T03:22:56.967Z PASS [ 5.660s] ( 837/2720) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
75592026-03-19T03:22:57.088Z PASS [ 1.063s] ( 838/2720) nexus-inventory collector::test::test_multi_mgs
75602026-03-19T03:22:57.260Z PASS [ 3.409s] ( 839/2720) nexus-db-queries db::queries::region_allocation::test::explainable
75612026-03-19T03:22:57.413Z PASS [ 3.045s] ( 840/2720) nexus-db-queries db::queries::regions_hard_delete::test::explainable
75622026-03-19T03:22:58.049Z PASS [ 3.255s] ( 841/2720) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
75632026-03-19T03:22:58.055Z PASS [ 2.251s] ( 842/2720) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
75642026-03-19T03:22:58.074Z PASS [ 3.348s] ( 843/2720) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
75652026-03-19T03:22:58.176Z PASS [ 1.087s] ( 844/2720) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
75662026-03-19T03:22:58.187Z PASS [ 1.219s] ( 845/2720) nexus-mgs-updates driver_update::test::test_rot_basic_failures
75672026-03-19T03:22:58.584Z PASS [ 3.270s] ( 846/2720) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
75682026-03-19T03:22:58.645Z PASS [ 3.339s] ( 847/2720) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
75692026-03-19T03:22:58.650Z PASS [ 3.332s] ( 848/2720) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
75702026-03-19T03:22:58.738Z PASS [ 3.349s] ( 849/2720) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
75712026-03-19T03:22:58.876Z PASS [ 3.284s] ( 850/2720) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
75722026-03-19T03:22:58.967Z PASS [ 3.442s] ( 851/2720) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
75732026-03-19T03:22:58.984Z PASS [ 3.437s] ( 852/2720) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
75742026-03-19T03:22:58.993Z PASS [ 0.256s] ( 853/2720) nexus-mgs-updates test_util::step_through::test::test_basic
75752026-03-19T03:22:59.017Z PASS [ 0.050s] ( 854/2720) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
75762026-03-19T03:22:59.045Z PASS [ 0.060s] ( 855/2720) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
75772026-03-19T03:22:59.053Z PASS [ 1.004s] ( 856/2720) nexus-mgs-updates driver_update::test::test_sp_basic_failures
75782026-03-19T03:22:59.056Z PASS [ 0.061s] ( 857/2720) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
75792026-03-19T03:22:59.076Z PASS [ 0.059s] ( 858/2720) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
75802026-03-19T03:22:59.102Z PASS [ 0.056s] ( 859/2720) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
75812026-03-19T03:22:59.110Z PASS [ 0.234s] ( 860/2720) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
75822026-03-19T03:22:59.121Z PASS [ 0.067s] ( 861/2720) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
75832026-03-19T03:22:59.125Z PASS [ 0.071s] ( 862/2720) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
75842026-03-19T03:22:59.139Z PASS [ 0.062s] ( 863/2720) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
75852026-03-19T03:22:59.161Z PASS [ 0.060s] ( 864/2720) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
75862026-03-19T03:22:59.176Z PASS [ 0.066s] ( 865/2720) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
75872026-03-19T03:22:59.186Z PASS [ 0.063s] ( 866/2720) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
75882026-03-19T03:22:59.186Z PASS [ 0.060s] ( 867/2720) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
75892026-03-19T03:22:59.192Z PASS [ 0.054s] ( 868/2720) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
75902026-03-19T03:22:59.221Z PASS [ 0.060s] ( 869/2720) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
75912026-03-19T03:22:59.243Z PASS [ 0.066s] ( 870/2720) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
75922026-03-19T03:22:59.253Z PASS [ 0.068s] ( 871/2720) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
75932026-03-19T03:22:59.256Z PASS [ 0.068s] ( 872/2720) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
75942026-03-19T03:22:59.256Z PASS [ 0.063s] ( 873/2720) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
75952026-03-19T03:22:59.277Z PASS [ 0.056s] ( 874/2720) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
75962026-03-19T03:22:59.298Z PASS [ 0.055s] ( 875/2720) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
75972026-03-19T03:22:59.317Z PASS [ 0.064s] ( 876/2720) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
75982026-03-19T03:22:59.873Z PASS [ 5.895s] ( 877/2720) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
75992026-03-19T03:22:59.901Z PASS [ 5.738s] ( 878/2720) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
76002026-03-19T03:22:59.921Z PASS [ 5.643s] ( 879/2720) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
76012026-03-19T03:22:59.932Z PASS [ 5.898s] ( 880/2720) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
76022026-03-19T03:22:59.941Z PASS [ 5.874s] ( 881/2720) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
76032026-03-19T03:22:59.988Z PASS [ 0.087s] ( 882/2720) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
76042026-03-19T03:22:59.994Z PASS [ 0.059s] ( 883/2720) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
76052026-03-19T03:22:59.999Z PASS [ 0.078s] ( 884/2720) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
76062026-03-19T03:23:00.002Z PASS [ 0.061s] ( 885/2720) nexus-reconfigurator-execution dns::test::test_dns_compute_update
76072026-03-19T03:23:00.051Z PASS [ 1.466s] ( 886/2720) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
76082026-03-19T03:23:00.126Z PASS [ 0.073s] ( 887/2720) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
76092026-03-19T03:23:00.165Z PASS [ 3.622s] ( 888/2720) nexus-metrics-producer-gc tests::test_prune_expired_producers
76102026-03-19T03:23:00.178Z PASS [ 0.051s] ( 889/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
76112026-03-19T03:23:00.219Z PASS [ 0.041s] ( 890/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
76122026-03-19T03:23:00.259Z PASS [ 4.579s] ( 891/2720) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
76132026-03-19T03:23:00.259Z PASS [ 0.039s] ( 892/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
76142026-03-19T03:23:00.330Z PASS [ 0.071s] ( 893/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
76152026-03-19T03:23:00.348Z PASS [ 0.088s] ( 894/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
76162026-03-19T03:23:00.386Z PASS [ 0.056s] ( 895/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
76172026-03-19T03:23:00.408Z PASS [ 0.061s] ( 896/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
76182026-03-19T03:23:00.437Z PASS [ 0.050s] ( 897/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
76192026-03-19T03:23:00.453Z PASS [ 3.595s] ( 898/2720) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
76202026-03-19T03:23:00.479Z PASS [ 0.042s] ( 899/2720) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
76212026-03-19T03:23:00.487Z PASS [ 0.075s] ( 900/2720) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
76222026-03-19T03:23:00.493Z PASS [ 0.039s] ( 901/2720) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
76232026-03-19T03:23:00.518Z PASS [ 0.039s] ( 902/2720) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
76242026-03-19T03:23:00.537Z PASS [ 0.053s] ( 903/2720) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
76252026-03-19T03:23:00.546Z PASS [ 0.054s] ( 904/2720) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
76262026-03-19T03:23:00.559Z PASS [ 0.042s] ( 905/2720) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
76272026-03-19T03:23:00.575Z PASS [ 0.038s] ( 906/2720) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
76282026-03-19T03:23:00.585Z PASS [ 0.038s] ( 907/2720) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
76292026-03-19T03:23:00.615Z PASS [ 0.055s] ( 908/2720) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
76302026-03-19T03:23:00.640Z PASS [ 5.039s] ( 909/2720) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
76312026-03-19T03:23:00.891Z PASS [ 4.128s] ( 910/2720) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
76322026-03-19T03:23:01.002Z PASS [ 0.362s] ( 911/2720) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
76332026-03-19T03:23:01.007Z PASS [ 0.115s] ( 912/2720) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
76342026-03-19T03:23:01.041Z PASS [ 0.038s] ( 913/2720) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
76352026-03-19T03:23:01.070Z PASS [ 0.062s] ( 914/2720) nexus-reconfigurator-planning example::tests::builder_all_zone_types
76362026-03-19T03:23:01.103Z PASS [ 0.062s] ( 915/2720) nexus-reconfigurator-planning example::tests::builder_zone_counts
76372026-03-19T03:23:01.139Z PASS [ 0.036s] ( 916/2720) nexus-reconfigurator-planning example::tests::instances_on_examples
76382026-03-19T03:23:01.192Z PASS [ 0.052s] ( 917/2720) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
76392026-03-19T03:23:01.241Z PASS [ 0.049s] ( 918/2720) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
76402026-03-19T03:23:01.265Z PASS [ 0.681s] ( 919/2720) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
76412026-03-19T03:23:01.305Z PASS [ 0.065s] ( 920/2720) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
76422026-03-19T03:23:01.328Z PASS [ 0.063s] ( 921/2720) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
76432026-03-19T03:23:01.366Z PASS [ 0.061s] ( 922/2720) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
76442026-03-19T03:23:01.380Z PASS [ 0.052s] ( 923/2720) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
76452026-03-19T03:23:01.422Z PASS [ 0.054s] ( 924/2720) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
76462026-03-19T03:23:01.425Z PASS [ 0.810s] ( 925/2720) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
76472026-03-19T03:23:01.430Z PASS [ 0.049s] ( 926/2720) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
76482026-03-19T03:23:01.494Z PASS [ 0.068s] ( 927/2720) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
76492026-03-19T03:23:01.498Z PASS [ 0.068s] ( 928/2720) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
76502026-03-19T03:23:01.526Z PASS [ 0.105s] ( 929/2720) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
76512026-03-19T03:23:01.645Z PASS [ 0.147s] ( 930/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
76522026-03-19T03:23:01.755Z PASS [ 0.110s] ( 931/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
76532026-03-19T03:23:01.774Z PASS [ 0.248s] ( 932/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
76542026-03-19T03:23:01.844Z PASS [ 0.350s] ( 933/2720) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
76552026-03-19T03:23:01.902Z PASS [ 0.128s] ( 934/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
76562026-03-19T03:23:01.916Z PASS [ 0.160s] ( 935/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
76572026-03-19T03:23:02.011Z PASS [ 0.095s] ( 936/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
76582026-03-19T03:23:02.033Z PASS [ 0.131s] ( 937/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
76592026-03-19T03:23:02.058Z PASS [ 0.213s] ( 938/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
76602026-03-19T03:23:02.107Z PASS [ 0.096s] ( 939/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
76612026-03-19T03:23:02.214Z PASS [ 0.156s] ( 940/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
76622026-03-19T03:23:02.240Z PASS [ 0.206s] ( 941/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
76632026-03-19T03:23:02.262Z PASS [ 0.154s] ( 942/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
76642026-03-19T03:23:02.536Z PASS [ 0.274s] ( 943/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
76652026-03-19T03:23:02.651Z PASS [ 0.411s] ( 944/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
76662026-03-19T03:23:02.773Z PASS [ 0.237s] ( 945/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
76672026-03-19T03:23:02.777Z PASS [ 4.600s] ( 946/2720) nexus-mgs-updates driver_update::test::test_sp_update_watched
76682026-03-19T03:23:02.908Z PASS [ 0.256s] ( 947/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
76692026-03-19T03:23:02.935Z PASS [ 0.159s] ( 948/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
76702026-03-19T03:23:02.985Z PASS [ 0.771s] ( 949/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
76712026-03-19T03:23:03.084Z PASS [ 0.176s] ( 950/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
76722026-03-19T03:23:03.090Z PASS [ 0.155s] ( 951/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
76732026-03-19T03:23:03.469Z PASS [ 0.694s] ( 952/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
76742026-03-19T03:23:03.476Z PASS [ 2.899s] ( 953/2720) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
76752026-03-19T03:23:03.645Z PASS [ 2.576s] ( 954/2720) nexus-reconfigurator-planning example::tests::dns_resolution_works
76762026-03-19T03:23:03.758Z PASS [ 0.113s] ( 955/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
76772026-03-19T03:23:03.966Z PASS [ 0.876s] ( 956/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
76782026-03-19T03:23:04.003Z PASS [ 5.815s] ( 957/2720) nexus-mgs-updates driver_update::test_host_phase_1::basic
76792026-03-19T03:23:04.055Z PASS [ 6.794s] ( 958/2720) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
76802026-03-19T03:23:04.214Z PASS [ 6.800s] ( 959/2720) nexus-mgs-updates driver_update::test::test_rot_update_basic
76812026-03-19T03:23:04.240Z PASS [ 0.026s] ( 960/2720) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
76822026-03-19T03:23:04.275Z PASS [ 0.035s] ( 961/2720) nexus-saga-recovery recovery::test::test_execution_basic
76832026-03-19T03:23:04.312Z PASS [ 0.037s] ( 962/2720) nexus-saga-recovery recovery::test::test_plan_basic
76842026-03-19T03:23:04.318Z PASS [ 5.020s] ( 963/2720) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
76852026-03-19T03:23:04.330Z PASS [ 1.246s] ( 964/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
76862026-03-19T03:23:04.350Z PASS [ 0.037s] ( 965/2720) nexus-saga-recovery recovery::test::test_read_all_from_channel
76872026-03-19T03:23:04.360Z PASS [ 0.042s] ( 966/2720) nexus-saga-recovery test::test_basic
76882026-03-19T03:23:04.370Z PASS [ 5.053s] ( 967/2720) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
76892026-03-19T03:23:04.383Z PASS [ 0.031s] ( 968/2720) nexus-types alert::tests::test_from_str_roundtrips
76902026-03-19T03:23:04.395Z PASS [ 0.034s] ( 969/2720) nexus-types alert::tests::test_is_test
76912026-03-19T03:23:04.405Z PASS [ 0.034s] ( 970/2720) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
76922026-03-19T03:23:04.416Z PASS [ 0.035s] ( 971/2720) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
76932026-03-19T03:23:04.429Z PASS [ 0.034s] ( 972/2720) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
76942026-03-19T03:23:04.440Z PASS [ 0.034s] ( 973/2720) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
76952026-03-19T03:23:04.449Z PASS [ 0.032s] ( 974/2720) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
76962026-03-19T03:23:04.467Z PASS [ 0.038s] ( 975/2720) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
76972026-03-19T03:23:04.481Z PASS [ 0.040s] ( 976/2720) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
76982026-03-19T03:23:04.499Z PASS [ 5.222s] ( 977/2720) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
76992026-03-19T03:23:04.525Z PASS [ 0.057s] ( 978/2720) nexus-types deployment::test::test_serialize_pending_mgs_updates
77002026-03-19T03:23:04.531Z PASS [ 0.050s] ( 979/2720) nexus-types fm::case::tests::test_case_display
77012026-03-19T03:23:04.540Z PASS [ 0.040s] ( 980/2720) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
77022026-03-19T03:23:04.571Z PASS [ 0.046s] ( 981/2720) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
77032026-03-19T03:23:04.577Z PASS [ 0.046s] ( 982/2720) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
77042026-03-19T03:23:04.664Z PASS [ 0.047s] ( 983/2720) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
77052026-03-19T03:23:04.669Z PASS [ 0.053s] ( 984/2720) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
77062026-03-19T03:23:04.669Z PASS [ 0.120s] ( 985/2720) nexus-types quiesce::test::test_drained_blueprint
77072026-03-19T03:23:04.669Z PASS [ 0.047s] ( 986/2720) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
77082026-03-19T03:23:04.676Z PASS [ 0.045s] ( 987/2720) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
77092026-03-19T03:23:04.704Z PASS [ 0.044s] ( 988/2720) nexus-types quiesce::test::test_quiesce_block_on_reassignment
77102026-03-19T03:23:04.721Z PASS [ 0.056s] ( 989/2720) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
77112026-03-19T03:23:04.725Z PASS [ 0.048s] ( 990/2720) nexus-types quiesce::test::test_quiesce_block_on_saga_started
77122026-03-19T03:23:04.761Z PASS [ 0.058s] ( 991/2720) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
77132026-03-19T03:23:04.765Z PASS [ 0.042s] ( 992/2720) nexus-types quiesce::test::test_quiesce_noop
77142026-03-19T03:23:04.768Z PASS [ 0.045s] ( 993/2720) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
77152026-03-19T03:23:04.800Z PASS [ 0.038s] ( 994/2720) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
77162026-03-19T03:23:04.804Z PASS [ 0.040s] ( 995/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
77172026-03-19T03:23:04.808Z PASS [ 0.037s] ( 996/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
77182026-03-19T03:23:04.834Z PASS [ 1.359s] ( 997/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
77192026-03-19T03:23:04.834Z PASS [ 0.035s] ( 998/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
77202026-03-19T03:23:04.842Z PASS [ 0.036s] ( 999/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
77212026-03-19T03:23:04.845Z PASS [ 0.039s] (1000/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
77222026-03-19T03:23:04.870Z PASS [ 0.036s] (1001/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
77232026-03-19T03:23:04.875Z PASS [ 0.032s] (1002/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
77242026-03-19T03:23:04.878Z PASS [ 0.041s] (1003/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
77252026-03-19T03:23:04.878Z PASS [ 0.036s] (1004/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
77262026-03-19T03:23:04.902Z PASS [ 0.031s] (1005/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
77272026-03-19T03:23:04.914Z PASS [ 0.036s] (1006/2720) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
77282026-03-19T03:23:04.917Z PASS [ 0.041s] (1007/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
77292026-03-19T03:23:04.926Z PASS [ 0.049s] (1008/2720) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
77302026-03-19T03:23:04.933Z PASS [ 0.032s] (1009/2720) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
77312026-03-19T03:23:04.951Z PASS [ 0.037s] (1010/2720) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
77322026-03-19T03:23:04.956Z PASS [ 0.040s] (1011/2720) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
77332026-03-19T03:23:04.961Z PASS [ 5.088s] (1012/2720) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
77342026-03-19T03:23:04.974Z PASS [ 0.048s] (1013/2720) nexus-types-versions impls::policy::tests::test_policy_parsing
77352026-03-19T03:23:04.974Z PASS [ 0.040s] (1014/2720) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
77362026-03-19T03:23:05.030Z PASS [ 0.079s] (1015/2720) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
77372026-03-19T03:23:05.037Z PASS [ 0.081s] (1016/2720) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
77382026-03-19T03:23:05.057Z PASS [ 0.083s] (1017/2720) omicron-certificates tests::test_common_name_is_validated
77392026-03-19T03:23:05.076Z PASS [ 0.115s] (1018/2720) omicron-certificates tests::test_cert_extended_key_usage
77402026-03-19T03:23:05.090Z PASS [ 0.116s] (1019/2720) omicron-certificates tests::test_subject_alternate_names_are_validated
77412026-03-19T03:23:05.116Z PASS [ 2.130s] (1020/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
77422026-03-19T03:23:05.130Z PASS [ 0.100s] (1021/2720) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
77432026-03-19T03:23:05.364Z PASS [ 1.895s] (1022/2720) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
77442026-03-19T03:23:05.400Z PASS [ 0.034s] (1023/2720) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
77452026-03-19T03:23:05.439Z PASS [ 0.042s] (1024/2720) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
77462026-03-19T03:23:05.746Z PASS [ 10.150s] (1025/2720) nexus-db-queries policy_test::test_conferred_roles
77472026-03-19T03:23:05.773Z PASS [ 0.025s] (1026/2720) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
77482026-03-19T03:23:05.798Z PASS [ 0.026s] (1027/2720) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
77492026-03-19T03:23:05.810Z PASS [ 0.371s] (1028/2720) omicron-cockroach-metrics tests::test_cluster_client_caching
77502026-03-19T03:23:05.823Z PASS [ 0.025s] (1029/2720) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
77512026-03-19T03:23:05.834Z PASS [ 0.024s] (1030/2720) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
77522026-03-19T03:23:05.849Z PASS [ 0.025s] (1031/2720) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
77532026-03-19T03:23:05.857Z PASS [ 0.023s] (1032/2720) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
77542026-03-19T03:23:05.877Z PASS [ 0.028s] (1033/2720) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
77552026-03-19T03:23:05.892Z PASS [ 0.033s] (1034/2720) omicron-common address::test::test_dns_subnets
77562026-03-19T03:23:05.912Z PASS [ 0.035s] (1035/2720) omicron-common address::test::test_ip_range_checks_non_decreasing
77572026-03-19T03:23:05.922Z PASS [ 0.031s] (1036/2720) omicron-common address::test::test_ip_range_enum_deserialization
77582026-03-19T03:23:05.948Z PASS [ 0.036s] (1037/2720) omicron-common address::test::test_ip_range_iter
77592026-03-19T03:23:05.958Z PASS [ 0.035s] (1038/2720) omicron-common address::test::test_ip_range_length
77602026-03-19T03:23:05.981Z PASS [ 0.031s] (1039/2720) omicron-common address::test::test_ip_range_try_from
77612026-03-19T03:23:05.989Z PASS [ 0.031s] (1040/2720) omicron-common address::test::test_ipv6_subnet_deserialize
77622026-03-19T03:23:06.019Z PASS [ 0.039s] (1041/2720) omicron-common address::test::test_sled_address
77632026-03-19T03:23:06.027Z PASS [ 0.039s] (1042/2720) omicron-common api::external::error::test::test_bail_unless
77642026-03-19T03:23:06.056Z PASS [ 0.037s] (1043/2720) omicron-common api::external::error::test::test_context
77652026-03-19T03:23:06.089Z PASS [ 0.062s] (1044/2720) omicron-common api::external::http_pagination::test::test_pagination_examples
77662026-03-19T03:23:06.122Z PASS [ 0.066s] (1045/2720) omicron-common api::external::http_pagination::test::test_pagination_schemas
77672026-03-19T03:23:06.152Z PASS [ 0.061s] (1046/2720) omicron-common api::external::http_pagination::test::test_scan_by_id
77682026-03-19T03:23:06.181Z PASS [ 0.059s] (1047/2720) omicron-common api::external::http_pagination::test::test_scan_by_name
77692026-03-19T03:23:06.199Z PASS [ 0.049s] (1048/2720) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
77702026-03-19T03:23:06.231Z PASS [ 0.050s] (1049/2720) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
77712026-03-19T03:23:06.265Z PASS [ 0.066s] (1050/2720) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
77722026-03-19T03:23:06.302Z PASS [ 0.070s] (1051/2720) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
77732026-03-19T03:23:06.330Z PASS [ 0.065s] (1052/2720) omicron-common api::external::test::test_bytecount
77742026-03-19T03:23:06.356Z PASS [ 0.054s] (1053/2720) omicron-common api::external::test::test_bytecount_display
77752026-03-19T03:23:06.386Z PASS [ 0.056s] (1054/2720) omicron-common api::external::test::test_digest
77762026-03-19T03:23:06.417Z PASS [ 0.060s] (1055/2720) omicron-common api::external::test::test_firewall_deserialization
77772026-03-19T03:23:06.444Z PASS [ 0.057s] (1056/2720) omicron-common api::external::test::test_firewall_rule_host_filter_parse
77782026-03-19T03:23:06.471Z PASS [ 0.055s] (1057/2720) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
77792026-03-19T03:23:06.547Z PASS [ 0.075s] (1058/2720) omicron-common api::external::test::test_generation_display_parse
77802026-03-19T03:23:06.608Z PASS [ 0.061s] (1059/2720) omicron-common api::external::test::test_generation_from_int
77812026-03-19T03:23:06.872Z PASS [ 0.429s] (1060/2720) omicron-common api::external::test::test_firewall_rule_target_parse
77822026-03-19T03:23:06.906Z PASS [ 0.033s] (1061/2720) omicron-common api::external::test::test_generation_serde
77832026-03-19T03:23:06.957Z PASS [ 0.051s] (1062/2720) omicron-common api::external::test::test_hostname_from_str
77842026-03-19T03:23:06.992Z PASS [ 0.034s] (1063/2720) omicron-common api::external::test::test_ip_port_range_from_str
77852026-03-19T03:23:07.026Z PASS [ 0.034s] (1064/2720) omicron-common api::external::test::test_ip_port_range_into_str
77862026-03-19T03:23:07.058Z PASS [ 0.032s] (1065/2720) omicron-common api::external::test::test_ipv6_net_operations
77872026-03-19T03:23:07.074Z PASS [ 9.019s] (1066/2720) nexus-mgs-updates driver_update::test::test_sp_update_basic
77882026-03-19T03:23:07.095Z PASS [ 0.037s] (1067/2720) omicron-common api::external::test::test_mac_system_iterator
77892026-03-19T03:23:07.109Z PASS [ 0.035s] (1068/2720) omicron-common api::external::test::test_mac_to_int_conversions
77902026-03-19T03:23:07.129Z PASS [ 0.034s] (1069/2720) omicron-common api::external::test::test_macaddr
77912026-03-19T03:23:07.149Z PASS [ 0.039s] (1070/2720) omicron-common api::external::test::test_name_parse
77922026-03-19T03:23:07.161Z PASS [ 0.032s] (1071/2720) omicron-common api::external::test::test_name_parse_from_param
77932026-03-19T03:23:07.161Z PASS [ 0.554s] (1072/2720) omicron-common api::external::test::test_generation_overflow
77942026-03-19T03:23:07.179Z PASS [ 0.030s] (1073/2720) omicron-common api::external::test::test_resource_name_parse
77952026-03-19T03:23:07.206Z PASS [ 0.044s] (1074/2720) omicron-common api::external::test::test_route_destination_parse
77962026-03-19T03:23:07.214Z PASS [ 0.035s] (1075/2720) omicron-common api::external::test::test_semver_serialize
77972026-03-19T03:23:07.233Z PASS [ 0.071s] (1076/2720) omicron-common api::external::test::test_route_target_parse
77982026-03-19T03:23:07.239Z PASS [ 0.033s] (1077/2720) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_mixed_address_versions
77992026-03-19T03:23:07.245Z PASS [ 0.031s] (1078/2720) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_no_ips
78002026-03-19T03:23:07.272Z PASS [ 0.032s] (1079/2720) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
78012026-03-19T03:23:07.276Z PASS [ 0.043s] (1080/2720) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes
78022026-03-19T03:23:07.281Z PASS [ 0.035s] (1081/2720) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
78032026-03-19T03:23:07.303Z PASS [ 0.032s] (1082/2720) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
78042026-03-19T03:23:07.311Z PASS [ 0.035s] (1083/2720) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
78052026-03-19T03:23:07.315Z PASS [ 0.034s] (1084/2720) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
78062026-03-19T03:23:07.339Z PASS [ 0.036s] (1085/2720) omicron-common disk::tests::parse_dataset_name
78072026-03-19T03:23:07.346Z PASS [ 0.035s] (1086/2720) omicron-common zpool_name::test::test_parse_bad_zpool_names
78082026-03-19T03:23:07.358Z PASS [ 0.042s] (1087/2720) omicron-common zpool_name::test::test_parse_external_zpool_name
78092026-03-19T03:23:07.371Z PASS [ 0.032s] (1088/2720) omicron-common zpool_name::test::test_parse_internal_zpool_name
78102026-03-19T03:23:07.389Z PASS [ 0.042s] (1089/2720) omicron-common zpool_name::test::test_parse_zpool_name_json
78112026-03-19T03:23:07.409Z PASS [ 0.051s] (1090/2720) omicron-common zpool_name::test::test_zpool_name_regex
78122026-03-19T03:23:07.445Z PASS [ 2.368s] (1091/2720) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
78132026-03-19T03:23:07.558Z PASS [ 0.183s] (1092/2720) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
78142026-03-19T03:23:07.584Z PASS [ 2.453s] (1093/2720) omicron-cockroach-admin context::tests::test_node_id
78152026-03-19T03:23:07.601Z PASS [ 0.046s] (1094/2720) omicron-gateway management_switch::location_map::tests::test_config_validation
78162026-03-19T03:23:07.659Z PASS [ 0.075s] (1095/2720) omicron-gateway management_switch::location_map::tests::test_resolve_location
78172026-03-19T03:23:07.735Z PASS [ 0.076s] (1096/2720) omicron-gateway::test_all integration_tests::config::read_production_smf_config
78182026-03-19T03:23:07.884Z PASS [ 0.495s] (1097/2720) omicron-dev::test-omicron-dev test_omicron_dev_no_args
78192026-03-19T03:23:07.928Z PASS [ 2.838s] (1098/2720) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
78202026-03-19T03:23:08.018Z PASS [ 0.417s] (1099/2720) omicron-gateway::test_all integration_tests::component_list::component_list
78212026-03-19T03:23:08.112Z PASS [ 0.376s] (1100/2720) omicron-gateway::test_all integration_tests::ereports::ereports_basic
78222026-03-19T03:23:08.182Z PASS [ 0.297s] (1101/2720) omicron-gateway::test_all integration_tests::ereports::ereports_commit
78232026-03-19T03:23:08.197Z PASS [ 0.268s] (1102/2720) omicron-gateway::test_all integration_tests::ereports::ereports_limit
78242026-03-19T03:23:08.281Z PASS [ 3.950s] (1103/2720) nexus-test-utils test::test_suite_password_matches_hash
78252026-03-19T03:23:08.311Z PASS [ 0.030s] (1104/2720) omicron-ledger test::test_commit_handles_write_failures
78262026-03-19T03:23:08.341Z PASS [ 0.030s] (1105/2720) omicron-ledger test::test_create_default_ledger
78272026-03-19T03:23:08.374Z PASS [ 0.032s] (1106/2720) omicron-ledger test::test_create_ledger_reads_from_storage
78282026-03-19T03:23:08.382Z PASS [ 0.270s] (1107/2720) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
78292026-03-19T03:23:08.403Z PASS [ 0.029s] (1108/2720) omicron-ledger test::test_create_ledger_reads_latest_from_storage
78302026-03-19T03:23:08.438Z PASS [ 0.257s] (1109/2720) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
78312026-03-19T03:23:08.469Z PASS [ 0.272s] (1110/2720) omicron-gateway::test_all integration_tests::task_dump::task_dump
78322026-03-19T03:23:08.480Z PASS [ 0.461s] (1111/2720) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
78332026-03-19T03:23:08.545Z PASS [ 0.106s] (1112/2720) omicron-nexus app::alert::tests::test_alert_class_list
78342026-03-19T03:23:08.713Z PASS [ 10.061s] (1113/2720) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
78352026-03-19T03:23:09.235Z PASS [ 4.197s] (1114/2720) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
78362026-03-19T03:23:10.735Z PASS [ 38.814s] (1115/2720) nexus-db-queries db::datastore::update::test::test_list_unpruned
78372026-03-19T03:23:12.675Z PASS [ 14.600s] (1116/2720) nexus-mgs-updates driver_update::test::test_sp_update_takeover
78382026-03-19T03:23:12.739Z PASS [ 7.621s] (1117/2720) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
78392026-03-19T03:23:12.816Z PASS [ 0.077s] (1118/2720) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
78402026-03-19T03:23:12.901Z PASS [ 0.086s] (1119/2720) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
78412026-03-19T03:23:12.974Z PASS [ 0.072s] (1120/2720) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
78422026-03-19T03:23:13.060Z PASS [ 0.086s] (1121/2720) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
78432026-03-19T03:23:13.063Z PASS [ 8.003s] (1122/2720) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
78442026-03-19T03:23:13.202Z PASS [ 0.142s] (1123/2720) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
78452026-03-19T03:23:14.241Z PASS [ 14.241s] (1124/2720) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
78462026-03-19T03:23:16.236Z PASS [ 16.242s] (1125/2720) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
78472026-03-19T03:23:16.970Z PASS [ 16.965s] (1126/2720) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
78482026-03-19T03:23:17.098Z PASS [ 16.972s] (1127/2720) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
78492026-03-19T03:23:18.424Z PASS [ 19.777s] (1128/2720) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
78502026-03-19T03:23:19.961Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
78512026-03-19T03:23:23.234Z PASS [ 15.823s] (1129/2720) omicron-dev::test-omicron-dev test_run_all
78522026-03-19T03:23:23.365Z PASS [ 18.914s] (1130/2720) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
78532026-03-19T03:23:23.463Z PASS [ 0.098s] (1131/2720) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
78542026-03-19T03:23:25.533Z PASS [ 8.433s] (1132/2720) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
78552026-03-19T03:23:26.929Z PASS [ 8.505s] (1133/2720) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
78562026-03-19T03:23:28.166Z PASS [ 19.684s] (1134/2720) omicron-nexus app::background::driver::test::test_driver_basic
78572026-03-19T03:23:28.295Z PASS [ 11.324s] (1135/2720) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
78582026-03-19T03:23:29.806Z PASS [ 21.335s] (1136/2720) omicron-nexus app::background::driver::test::test_activation_in_progress
78592026-03-19T03:23:30.241Z PASS [ 21.694s] (1137/2720) omicron-nexus app::background::init::test::test_dns_propagation_basic
78602026-03-19T03:23:30.662Z PASS [ 26.901s] (1138/2720) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
78612026-03-19T03:23:31.118Z PASS [ 7.884s] (1139/2720) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
78622026-03-19T03:23:32.398Z PASS [ 19.720s] (1140/2720) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
78632026-03-19T03:23:33.382Z PASS [ 24.997s] (1141/2720) omicron-ls-apis::test_dependencies test_api_check
78642026-03-19T03:23:33.601Z PASS [ 25.196s] (1142/2720) omicron-ls-apis::test_dependencies test_api_dependencies
78652026-03-19T03:23:34.875Z PASS [ 30.905s] (1143/2720) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
78662026-03-19T03:23:35.824Z PASS [ 21.580s] (1144/2720) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
78672026-03-19T03:23:36.221Z PASS [ 27.505s] (1145/2720) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
78682026-03-19T03:23:36.915Z PASS [ 32.857s] (1146/2720) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
78692026-03-19T03:23:37.027Z PASS [ 23.821s] (1147/2720) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
78702026-03-19T03:23:37.446Z PASS [ 28.208s] (1148/2720) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
78712026-03-19T03:23:38.483Z PASS [ 7.820s] (1149/2720) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
78722026-03-19T03:23:38.558Z PASS [ 0.075s] (1150/2720) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
78732026-03-19T03:23:38.651Z PASS [ 0.093s] (1151/2720) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
78742026-03-19T03:23:38.739Z PASS [ 0.087s] (1152/2720) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
78752026-03-19T03:23:38.823Z PASS [ 0.084s] (1153/2720) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
78762026-03-19T03:23:38.857Z PASS [ 34.851s] (1154/2720) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
78772026-03-19T03:23:38.897Z PASS [ 0.074s] (1155/2720) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
78782026-03-19T03:23:38.921Z PASS [ 0.063s] (1156/2720) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
78792026-03-19T03:23:38.964Z PASS [ 0.067s] (1157/2720) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
78802026-03-19T03:23:38.991Z PASS [ 0.071s] (1158/2720) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
78812026-03-19T03:23:39.004Z PASS [ 28.267s] (1159/2720) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
78822026-03-19T03:23:39.033Z PASS [ 0.069s] (1160/2720) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
78832026-03-19T03:23:39.078Z PASS [ 0.073s] (1161/2720) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
78842026-03-19T03:23:39.111Z PASS [ 0.077s] (1162/2720) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
78852026-03-19T03:23:39.158Z PASS [ 0.080s] (1163/2720) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
78862026-03-19T03:23:39.176Z PASS [ 0.065s] (1164/2720) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
78872026-03-19T03:23:39.226Z PASS [ 0.068s] (1165/2720) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
78882026-03-19T03:23:39.250Z PASS [ 0.074s] (1166/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
78892026-03-19T03:23:39.254Z PASS [ 0.263s] (1167/2720) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
78902026-03-19T03:23:39.296Z PASS [ 0.070s] (1168/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
78912026-03-19T03:23:39.355Z PASS [ 0.104s] (1169/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
78922026-03-19T03:23:39.367Z PASS [ 0.071s] (1170/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
78932026-03-19T03:23:39.371Z PASS [ 0.115s] (1171/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
78942026-03-19T03:23:39.423Z PASS [ 0.069s] (1172/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
78952026-03-19T03:23:39.433Z PASS [ 0.063s] (1173/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
78962026-03-19T03:23:39.439Z PASS [ 0.067s] (1174/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
78972026-03-19T03:23:39.548Z PASS [ 0.115s] (1175/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
78982026-03-19T03:23:39.557Z PASS [ 0.133s] (1176/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
78992026-03-19T03:23:39.561Z PASS [ 0.126s] (1177/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
79002026-03-19T03:23:39.704Z PASS [ 8.584s] (1178/2720) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
79012026-03-19T03:23:39.824Z PASS [ 0.275s] (1179/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
79022026-03-19T03:23:39.827Z PASS [ 0.269s] (1180/2720) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
79032026-03-19T03:23:40.276Z PASS [ 7.877s] (1181/2720) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
79042026-03-19T03:23:40.724Z PASS [ 33.276s] (1182/2720) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
79052026-03-19T03:23:42.193Z PASS [ 18.729s] (1183/2720) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
79062026-03-19T03:23:43.196Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79072026-03-19T03:23:43.200Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
79082026-03-19T03:23:43.265Z PASS [ 44.008s] (1184/2720) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
79092026-03-19T03:23:43.485Z PASS [ 27.246s] (1185/2720) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
79102026-03-19T03:23:45.189Z PASS [ 8.162s] (1186/2720) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
79112026-03-19T03:23:45.367Z PASS [ 19.832s] (1187/2720) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
79122026-03-19T03:23:46.091Z PASS [ 19.160s] (1188/2720) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
79132026-03-19T03:23:47.377Z PASS [ 19.080s] (1189/2720) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
79142026-03-19T03:23:48.790Z PASS [ 20.562s] (1190/2720) omicron-nexus app::background::tasks::dns_config::test::test_basic
79152026-03-19T03:23:50.171Z PASS [ 20.363s] (1191/2720) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
79162026-03-19T03:23:50.447Z PASS [ 20.203s] (1192/2720) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
79172026-03-19T03:23:55.608Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
79182026-03-19T03:23:56.967Z PASS [ 6.519s] (1193/2720) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
79192026-03-19T03:23:58.591Z PASS [ 21.673s] (1194/2720) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
79202026-03-19T03:23:58.636Z PASS [ 21.188s] (1195/2720) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
79212026-03-19T03:23:59.263Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
79222026-03-19T03:23:59.645Z PASS [ 19.368s] (1196/2720) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
79232026-03-19T03:23:59.997Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
79242026-03-19T03:24:00.366Z PASS [ 20.537s] (1197/2720) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
79252026-03-19T03:24:00.477Z PASS [ 0.111s] (1198/2720) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
79262026-03-19T03:24:00.639Z PASS [ 20.813s] (1199/2720) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
79272026-03-19T03:24:01.863Z PASS [ 28.258s] (1200/2720) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
79282026-03-19T03:24:03.075Z PASS [ 22.348s] (1201/2720) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
79292026-03-19T03:24:03.322Z PASS [ 21.126s] (1202/2720) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
79302026-03-19T03:24:03.472Z PASS [ 20.205s] (1203/2720) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
79312026-03-19T03:24:04.448Z PASS [ 5.856s] (1204/2720) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
79322026-03-19T03:24:05.368Z PASS [ 19.999s] (1205/2720) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
79332026-03-19T03:24:05.426Z PASS [ 20.235s] (1206/2720) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
79342026-03-19T03:24:05.508Z PASS [ 29.680s] (1207/2720) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
79352026-03-19T03:24:05.607Z PASS [ 22.121s] (1208/2720) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
79362026-03-19T03:24:06.002Z PASS [ 52.936s] (1209/2720) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
79372026-03-19T03:24:06.278Z PASS [ 7.641s] (1210/2720) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
79382026-03-19T03:24:06.777Z PASS [ 0.498s] (1211/2720) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
79392026-03-19T03:24:07.244Z PASS [ 0.467s] (1212/2720) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
79402026-03-19T03:24:07.279Z PASS [ 7.633s] (1213/2720) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
79412026-03-19T03:24:07.685Z PASS [ 0.441s] (1214/2720) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
79422026-03-19T03:24:07.840Z PASS [ 0.154s] (1215/2720) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
79432026-03-19T03:24:07.952Z PASS [ 0.113s] (1216/2720) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
79442026-03-19T03:24:08.056Z PASS [ 0.104s] (1217/2720) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
79452026-03-19T03:24:08.168Z PASS [ 0.112s] (1218/2720) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
79462026-03-19T03:24:08.910Z PASS [ 1.630s] (1219/2720) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
79472026-03-19T03:24:09.063Z PASS [ 0.894s] (1220/2720) omicron-nexus app::external_endpoints::test::test_authority
79482026-03-19T03:24:09.066Z PASS [ 0.156s] (1221/2720) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
79492026-03-19T03:24:09.303Z PASS [ 0.237s] (1222/2720) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
79502026-03-19T03:24:09.431Z PASS [ 0.128s] (1223/2720) omicron-nexus app::external_endpoints::test::test_no_endpoint
79512026-03-19T03:24:09.510Z PASS [ 0.080s] (1224/2720) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
79522026-03-19T03:24:09.589Z PASS [ 0.079s] (1225/2720) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
79532026-03-19T03:24:09.679Z PASS [ 0.089s] (1226/2720) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
79542026-03-19T03:24:10.151Z PASS [ 0.472s] (1227/2720) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
79552026-03-19T03:24:10.249Z PASS [ 0.098s] (1228/2720) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
79562026-03-19T03:24:10.331Z PASS [ 0.082s] (1229/2720) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
79572026-03-19T03:24:10.413Z PASS [ 0.079s] (1230/2720) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
79582026-03-19T03:24:10.488Z PASS [ 0.078s] (1231/2720) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
79592026-03-19T03:24:10.584Z PASS [ 0.095s] (1232/2720) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
79602026-03-19T03:24:10.671Z PASS [ 0.088s] (1233/2720) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
79612026-03-19T03:24:10.758Z PASS [ 0.087s] (1234/2720) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
79622026-03-19T03:24:10.859Z PASS [ 31.152s] (1235/2720) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
79632026-03-19T03:24:10.871Z PASS [ 0.112s] (1236/2720) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
79642026-03-19T03:24:10.934Z PASS [ 0.074s] (1237/2720) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
79652026-03-19T03:24:10.945Z PASS [ 0.074s] (1238/2720) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
79662026-03-19T03:24:10.994Z PASS [ 0.061s] (1239/2720) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
79672026-03-19T03:24:11.019Z PASS [ 0.072s] (1240/2720) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
79682026-03-19T03:24:11.023Z PASS [ 22.286s] (1241/2720) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
79692026-03-19T03:24:11.068Z PASS [ 20.895s] (1242/2720) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
79702026-03-19T03:24:11.072Z PASS [ 0.075s] (1243/2720) omicron-nexus app::multicast::tests::test_is_ssm_address
79712026-03-19T03:24:11.154Z PASS [ 0.084s] (1244/2720) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
79722026-03-19T03:24:12.325Z PASS [ 3.262s] (1245/2720) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
79732026-03-19T03:24:12.985Z PASS [ 26.891s] (1246/2720) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
79742026-03-19T03:24:16.115Z PASS [ 36.549s] (1247/2720) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
79752026-03-19T03:24:17.488Z PASS [ 30.107s] (1248/2720) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
79762026-03-19T03:24:19.968Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
79772026-03-19T03:24:20.380Z PASS [ 23.410s] (1249/2720) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
79782026-03-19T03:24:20.439Z PASS [ 81.175s] (1250/2720) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
79792026-03-19T03:24:22.027Z PASS [ 16.599s] (1251/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
79802026-03-19T03:24:22.055Z PASS [ 48.668s] (1252/2720) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
79812026-03-19T03:24:22.194Z PASS [ 20.329s] (1253/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
79822026-03-19T03:24:22.581Z PASS [ 219.392s] (1254/2720) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79832026-03-19T03:24:22.606Z PASS [ 19.131s] (1255/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
79842026-03-19T03:24:23.500Z PASS [ 22.859s] (1256/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
79852026-03-19T03:24:23.538Z PASS [ 23.058s] (1257/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
79862026-03-19T03:24:24.434Z PASS [ 21.110s] (1258/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
79872026-03-19T03:24:26.003Z PASS [ 22.925s] (1259/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
79882026-03-19T03:24:26.068Z PASS [ 90.459s] (1260/2720) nexus-db-queries policy_test::test_iam_roles_behavior
79892026-03-19T03:24:27.515Z PASS [ 22.003s] (1261/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
79902026-03-19T03:24:27.902Z PASS [ 22.292s] (1262/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
79912026-03-19T03:24:28.326Z PASS [ 22.322s] (1263/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
79922026-03-19T03:24:28.510Z PASS [ 23.140s] (1264/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
79932026-03-19T03:24:29.938Z PASS [ 53.712s] (1265/2720) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
79942026-03-19T03:24:30.266Z PASS [ 19.196s] (1266/2720) omicron-nexus app::quiesce::test::test_quiesce_multi
79952026-03-19T03:24:30.475Z PASS [ 55.595s] (1267/2720) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
79962026-03-19T03:24:30.691Z PASS [ 26.240s] (1268/2720) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
79972026-03-19T03:24:31.244Z PASS [ 20.224s] (1269/2720) omicron-nexus app::quiesce::test::test_quiesce_easy
79982026-03-19T03:24:33.455Z PASS [ 22.434s] (1270/2720) omicron-nexus app::quiesce::test::test_quiesce_full
79992026-03-19T03:24:40.105Z PASS [ 28.948s] (1271/2720) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
80002026-03-19T03:24:42.597Z PASS [ 30.269s] (1272/2720) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
80012026-03-19T03:24:43.206Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
80022026-03-19T03:24:43.213Z PASS [ 30.226s] (1273/2720) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
80032026-03-19T03:24:45.160Z PASS [ 27.669s] (1274/2720) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
80042026-03-19T03:24:46.843Z PASS [ 30.725s] (1275/2720) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
80052026-03-19T03:24:50.436Z PASS [ 28.405s] (1276/2720) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
80062026-03-19T03:24:50.663Z PASS [ 24.591s] (1277/2720) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
80072026-03-19T03:24:51.485Z PASS [ 25.480s] (1278/2720) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
80082026-03-19T03:24:51.844Z PASS [ 23.515s] (1279/2720) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
80092026-03-19T03:24:52.375Z PASS [ 21.898s] (1280/2720) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
80102026-03-19T03:24:52.791Z PASS [ 22.523s] (1281/2720) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
80112026-03-19T03:24:52.805Z PASS [ 25.290s] (1282/2720) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
80122026-03-19T03:24:53.893Z PASS [ 25.989s] (1283/2720) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
80132026-03-19T03:24:53.893Z PASS [ 22.647s] (1284/2720) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
80142026-03-19T03:24:54.086Z PASS [ 24.146s] (1285/2720) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
80152026-03-19T03:24:54.596Z PASS [ 32.399s] (1286/2720) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
80162026-03-19T03:24:54.893Z PASS [ 21.435s] (1287/2720) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
80172026-03-19T03:24:55.100Z PASS [ 33.041s] (1288/2720) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
80182026-03-19T03:24:57.897Z PASS [ 29.384s] (1289/2720) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
80192026-03-19T03:24:58.809Z PASS [ 158.841s] (1290/2720) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
80202026-03-19T03:24:59.197Z PASS [ 119.197s] (1291/2720) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
80212026-03-19T03:25:06.297Z PASS [ 26.190s] (1292/2720) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
80222026-03-19T03:25:07.333Z PASS [ 44.722s] (1293/2720) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
80232026-03-19T03:25:07.769Z PASS [ 45.184s] (1294/2720) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
80242026-03-19T03:25:08.841Z PASS [ 25.624s] (1295/2720) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
80252026-03-19T03:25:09.121Z PASS [ 48.677s] (1296/2720) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
80262026-03-19T03:25:09.368Z PASS [ 44.929s] (1297/2720) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
80272026-03-19T03:25:11.880Z PASS [ 26.717s] (1298/2720) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
80282026-03-19T03:25:15.911Z PASS [ 25.472s] (1299/2720) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
80292026-03-19T03:25:18.105Z PASS [ 25.727s] (1300/2720) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
80302026-03-19T03:25:18.641Z PASS [ 25.833s] (1301/2720) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
80312026-03-19T03:25:18.651Z PASS [ 26.805s] (1302/2720) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
80322026-03-19T03:25:18.758Z PASS [ 28.093s] (1303/2720) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
80332026-03-19T03:25:20.389Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
80342026-03-19T03:25:20.641Z PASS [ 25.539s] (1304/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
80352026-03-19T03:25:21.200Z PASS [ 27.111s] (1305/2720) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
80362026-03-19T03:25:21.787Z PASS [ 27.188s] (1306/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
80372026-03-19T03:25:22.132Z PASS [ 28.237s] (1307/2720) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
80382026-03-19T03:25:23.508Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
80392026-03-19T03:25:23.546Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
80402026-03-19T03:25:23.868Z PASS [ 14.498s] (1308/2720) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
80412026-03-19T03:25:24.947Z PASS [ 27.047s] (1309/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
80422026-03-19T03:25:25.206Z PASS [ 64.819s] (1310/2720) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
80432026-03-19T03:25:25.702Z PASS [ 26.502s] (1311/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
80442026-03-19T03:25:25.712Z PASS [ 13.830s] (1312/2720) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
80452026-03-19T03:25:30.645Z PASS [ 14.733s] (1313/2720) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
80462026-03-19T03:25:30.699Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
80472026-03-19T03:25:30.729Z PASS [ 0.084s] (1314/2720) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
80482026-03-19T03:25:32.299Z PASS [ 23.175s] (1315/2720) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
80492026-03-19T03:25:32.918Z PASS [ 25.583s] (1316/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
80502026-03-19T03:25:33.966Z PASS [ 26.194s] (1317/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
80512026-03-19T03:25:34.180Z PASS [ 15.527s] (1318/2720) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
80522026-03-19T03:25:35.066Z PASS [ 14.423s] (1319/2720) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
80532026-03-19T03:25:36.916Z PASS [ 18.274s] (1320/2720) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
80542026-03-19T03:25:37.711Z PASS [ 19.604s] (1321/2720) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
80552026-03-19T03:25:38.352Z PASS [ 16.563s] (1322/2720) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
80562026-03-19T03:25:41.712Z PASS [ 15.999s] (1323/2720) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
80572026-03-19T03:25:41.958Z PASS [ 33.114s] (1324/2720) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
80582026-03-19T03:25:42.605Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
80592026-03-19T03:25:43.213Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
80602026-03-19T03:25:46.850Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
80612026-03-19T03:25:47.692Z PASS [ 84.183s] (1325/2720) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
80622026-03-19T03:25:51.493Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80632026-03-19T03:25:51.925Z PASS [ 13.572s] (1326/2720) omicron-nexus app::sagas::test_saga::test_saga_stuck
80642026-03-19T03:25:52.799Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80652026-03-19T03:25:53.901Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80662026-03-19T03:25:54.251Z PASS [ 83.552s] (1327/2720) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
80672026-03-19T03:25:54.900Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
80682026-03-19T03:25:55.993Z PASS [ 22.025s] (1328/2720) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
80692026-03-19T03:25:56.374Z PASS [ 63.576s] (1329/2720) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80702026-03-19T03:25:56.700Z PASS [ 22.519s] (1330/2720) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
80712026-03-19T03:25:57.465Z PASS [ 22.396s] (1331/2720) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
80722026-03-19T03:25:57.543Z PASS [ 0.079s] (1332/2720) omicron-nexus external_api::console_api::test::test_accept_gz
80732026-03-19T03:25:57.623Z PASS [ 0.079s] (1333/2720) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
80742026-03-19T03:25:57.702Z PASS [ 0.079s] (1334/2720) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
80752026-03-19T03:25:57.784Z PASS [ 0.082s] (1335/2720) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
80762026-03-19T03:25:57.842Z PASS [ 15.883s] (1336/2720) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
80772026-03-19T03:25:57.864Z PASS [ 0.080s] (1337/2720) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
80782026-03-19T03:25:57.946Z PASS [ 0.082s] (1338/2720) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
80792026-03-19T03:25:57.963Z PASS [ 0.120s] (1339/2720) omicron-nexus external_api::console_api::test::test_find_file_finds_file
80802026-03-19T03:25:58.023Z PASS [ 0.077s] (1340/2720) omicron-nexus external_api::console_api::test::test_relative_uri
80812026-03-19T03:25:58.818Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
80822026-03-19T03:25:59.286Z PASS [ 64.387s] (1341/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
80832026-03-19T03:25:59.484Z PASS [ 22.565s] (1342/2720) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
80842026-03-19T03:25:59.715Z PASS [ 3.014s] (1343/2720) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
80852026-03-19T03:25:59.978Z PASS [ 18.264s] (1344/2720) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
80862026-03-19T03:26:00.463Z PASS [ 96.915s] (1345/2720) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
80872026-03-19T03:26:01.044Z PASS [ 23.330s] (1346/2720) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
80882026-03-19T03:26:04.647Z PASS [ 43.443s] (1347/2720) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
80892026-03-19T03:26:06.305Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80902026-03-19T03:26:06.688Z PASS [ 18.994s] (1348/2720) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
80912026-03-19T03:26:11.921Z PASS [ 19.994s] (1349/2720) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
80922026-03-19T03:26:13.155Z PASS [ 18.901s] (1350/2720) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
80932026-03-19T03:26:13.474Z PASS [ 47.767s] (1351/2720) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
80942026-03-19T03:26:14.784Z PASS [ 16.759s] (1352/2720) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
80952026-03-19T03:26:15.199Z PASS [ 19.204s] (1353/2720) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
80962026-03-19T03:26:15.624Z PASS [ 16.336s] (1354/2720) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
80972026-03-19T03:26:16.248Z PASS [ 19.872s] (1355/2720) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
80982026-03-19T03:26:18.767Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
80992026-03-19T03:26:20.337Z PASS [ 47.414s] (1356/2720) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
81002026-03-19T03:26:21.247Z PASS [ 20.782s] (1357/2720) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
81012026-03-19T03:26:21.300Z PASS [ 62.536s] (1358/2720) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
81022026-03-19T03:26:22.140Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
81032026-03-19T03:26:22.806Z PASS [ 95.954s] (1359/2720) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
81042026-03-19T03:26:23.463Z PASS [ 0.657s] (1360/2720) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
81052026-03-19T03:26:23.501Z PASS [ 22.455s] (1361/2720) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
81062026-03-19T03:26:23.645Z PASS [ 24.159s] (1362/2720) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
81072026-03-19T03:26:23.877Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
81082026-03-19T03:26:24.403Z PASS [ 3.156s] (1363/2720) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
81092026-03-19T03:26:24.512Z PASS [ 3.211s] (1364/2720) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
81102026-03-19T03:26:24.956Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
81112026-03-19T03:26:25.102Z PASS [ 25.384s] (1365/2720) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
81122026-03-19T03:26:25.213Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
81132026-03-19T03:26:26.066Z PASS [ 55.332s] (1366/2720) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
81142026-03-19T03:26:27.713Z PASS [ 62.501s] (1367/2720) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
81152026-03-19T03:26:28.432Z PASS [ 23.783s] (1368/2720) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
81162026-03-19T03:26:29.638Z PASS [ 57.333s] (1369/2720) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
81172026-03-19T03:26:30.676Z PASS [ 17.201s] (1370/2720) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
81182026-03-19T03:26:31.141Z PASS [ 67.267s] (1371/2720) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
81192026-03-19T03:26:32.143Z PASS [ 20.220s] (1372/2720) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
81202026-03-19T03:26:34.328Z PASS [ 21.171s] (1373/2720) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
81212026-03-19T03:26:37.046Z PASS [ 37.064s] (1374/2720) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
81222026-03-19T03:26:37.749Z PASS [ 98.929s] (1375/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81232026-03-19T03:26:38.156Z PASS [ 115.547s] (1376/2720) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
81242026-03-19T03:26:38.920Z PASS [ 18.581s] (1377/2720) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
81252026-03-19T03:26:40.237Z PASS [ 24.610s] (1378/2720) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
81262026-03-19T03:26:40.571Z PASS [ 75.616s] (1379/2720) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
81272026-03-19T03:26:40.796Z PASS [ 16.391s] (1380/2720) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
81282026-03-19T03:26:41.121Z PASS [ 16.017s] (1381/2720) omicron-nexus::test_all integration_tests::basic::test_basic_failures
81292026-03-19T03:26:41.429Z PASS [ 17.926s] (1382/2720) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
81302026-03-19T03:26:41.483Z PASS [ 15.413s] (1383/2720) omicron-nexus::test_all integration_tests::basic::test_ping
81312026-03-19T03:26:41.699Z PASS [ 35.007s] (1384/2720) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
81322026-03-19T03:26:41.755Z PASS [ 0.326s] (1385/2720) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
81332026-03-19T03:26:41.824Z PASS [ 18.359s] (1386/2720) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
81342026-03-19T03:26:42.375Z PASS [ 17.861s] (1387/2720) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
81352026-03-19T03:26:42.388Z PASS [ 18.741s] (1388/2720) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
81362026-03-19T03:26:42.419Z PASS [ 1.622s] (1389/2720) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
81372026-03-19T03:26:42.531Z PASS [ 26.281s] (1390/2720) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
81382026-03-19T03:26:43.145Z PASS [ 2.023s] (1391/2720) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
81392026-03-19T03:26:43.220Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
81402026-03-19T03:26:43.735Z PASS [ 45.767s] (1392/2720) omicron-nexus populate::test::test_populators
81412026-03-19T03:26:44.872Z PASS [ 15.232s] (1393/2720) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
81422026-03-19T03:26:45.447Z PASS [ 14.768s] (1394/2720) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
81432026-03-19T03:26:46.503Z PASS [ 100.196s] (1395/2720) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81442026-03-19T03:26:46.708Z PASS [ 15.565s] (1396/2720) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
81452026-03-19T03:26:47.087Z PASS [ 14.942s] (1397/2720) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
81462026-03-19T03:26:49.086Z PASS [ 14.757s] (1398/2720) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
81472026-03-19T03:26:49.935Z PASS [ 116.031s] (1399/2720) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81482026-03-19T03:26:51.500Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81492026-03-19T03:26:52.746Z PASS [ 90.605s] (1400/2720) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
81502026-03-19T03:26:54.526Z PASS [ 26.810s] (1401/2720) omicron-nexus::test_all integration_tests::basic::test_projects_basic
81512026-03-19T03:26:55.884Z PASS [ 18.133s] (1402/2720) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
81522026-03-19T03:26:56.370Z PASS [ 17.448s] (1403/2720) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
81532026-03-19T03:26:57.180Z PASS [ 16.607s] (1404/2720) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
81542026-03-19T03:26:58.190Z PASS [ 21.142s] (1405/2720) omicron-nexus::test_all integration_tests::certificates::test_crud
81552026-03-19T03:26:58.256Z PASS [ 16.499s] (1406/2720) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
81562026-03-19T03:26:58.426Z PASS [ 43.222s] (1407/2720) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
81572026-03-19T03:26:58.532Z PASS [ 18.294s] (1408/2720) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
81582026-03-19T03:26:59.994Z PASS [ 18.512s] (1409/2720) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
81592026-03-19T03:27:00.205Z PASS [ 18.504s] (1410/2720) omicron-nexus::test_all integration_tests::console_api::test_assets
81602026-03-19T03:27:00.576Z PASS [ 18.186s] (1411/2720) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
81612026-03-19T03:27:01.083Z PASS [ 17.936s] (1412/2720) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
81622026-03-19T03:27:01.653Z PASS [ 16.779s] (1413/2720) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
81632026-03-19T03:27:02.221Z PASS [ 379.007s] (1414/2720) oximeter-db client::tests::test_replicated
81642026-03-19T03:27:02.261Z PASS [ 0.038s] (1415/2720) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
81652026-03-19T03:27:02.301Z PASS [ 0.040s] (1416/2720) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
81662026-03-19T03:27:02.319Z PASS [ 33.883s] (1417/2720) omicron-nexus::test_all integration_tests::basic::test_projects_list
81672026-03-19T03:27:02.341Z PASS [ 0.041s] (1418/2720) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
81682026-03-19T03:27:02.380Z PASS [ 0.039s] (1419/2720) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
81692026-03-19T03:27:02.417Z PASS [ 0.036s] (1420/2720) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
81702026-03-19T03:27:02.444Z PASS [ 19.910s] (1421/2720) omicron-nexus::test_all integration_tests::console_api::test_session_me
81712026-03-19T03:27:03.214Z PASS [ 0.797s] (1422/2720) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
81722026-03-19T03:27:03.498Z PASS [ 0.283s] (1423/2720) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
81732026-03-19T03:27:03.829Z PASS [ 0.332s] (1424/2720) omicron-clickhouse-admin::integration_test test_lgif_parsing
81742026-03-19T03:27:04.041Z PASS [ 21.620s] (1425/2720) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
81752026-03-19T03:27:04.123Z PASS [ 0.294s] (1426/2720) omicron-clickhouse-admin::integration_test test_raft_config_parsing
81762026-03-19T03:27:04.288Z PASS [ 0.165s] (1427/2720) omicron-clickhouse-admin::integration_test test_teardown
81772026-03-19T03:27:04.622Z PASS [ 0.334s] (1428/2720) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
81782026-03-19T03:27:04.739Z PASS [ 22.361s] (1429/2720) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
81792026-03-19T03:27:05.266Z PASS [ 27.107s] (1430/2720) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
81802026-03-19T03:27:05.589Z PASS [ 23.763s] (1431/2720) omicron-nexus::test_all integration_tests::console_api::test_console_pages
81812026-03-19T03:27:09.056Z PASS [ 25.318s] (1432/2720) omicron-nexus::test_all integration_tests::console_api::test_sessions
81822026-03-19T03:27:14.792Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81832026-03-19T03:27:16.858Z PASS [ 14.537s] (1433/2720) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
81842026-03-19T03:27:18.702Z PASS [ 14.660s] (1434/2720) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
81852026-03-19T03:27:18.708Z PASS [ 13.968s] (1435/2720) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
81862026-03-19T03:27:19.489Z PASS [ 14.221s] (1436/2720) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
81872026-03-19T03:27:21.746Z PASS [ 150.246s] (1437/2720) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81882026-03-19T03:27:24.004Z PASS [ 18.413s] (1438/2720) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
81892026-03-19T03:27:25.170Z PASS [ 16.113s] (1439/2720) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
81902026-03-19T03:27:27.415Z PASS [ 10.557s] (1440/2720) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
81912026-03-19T03:27:29.056Z PASS [ 26.609s] (1441/2720) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
81922026-03-19T03:27:37.069Z PASS [ 18.365s] (1442/2720) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
81932026-03-19T03:27:39.937Z PASS [ 53.427s] (1443/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
81942026-03-19T03:27:41.676Z PASS [ 41.678s] (1444/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
81952026-03-19T03:27:43.914Z PASS [ 58.462s] (1445/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
81962026-03-19T03:27:46.715Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
81972026-03-19T03:27:47.095Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
81982026-03-19T03:27:49.094Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
81992026-03-19T03:27:49.943Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
82002026-03-19T03:27:52.755Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
82012026-03-19T03:27:53.271Z PASS [ 52.690s] (1446/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
82022026-03-19T03:27:54.538Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
82032026-03-19T03:27:55.893Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
82042026-03-19T03:27:56.252Z PASS [ 57.991s] (1447/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
82052026-03-19T03:27:56.377Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82062026-03-19T03:27:57.189Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
82072026-03-19T03:27:58.198Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
82082026-03-19T03:27:58.434Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
82092026-03-19T03:27:58.541Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
82102026-03-19T03:28:00.213Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
82112026-03-19T03:28:01.092Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
82122026-03-19T03:28:01.661Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
82132026-03-19T03:28:04.286Z PASS [ 39.112s] (1448/2720) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
82142026-03-19T03:28:04.631Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
82152026-03-19T03:28:04.709Z PASS [ 45.996s] (1449/2720) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
82162026-03-19T03:28:07.206Z PASS [ 62.578s] (1450/2720) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
82172026-03-19T03:28:10.611Z PASS [ 3.405s] (1451/2720) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
82182026-03-19T03:28:10.902Z PASS [ 51.408s] (1452/2720) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
82192026-03-19T03:28:12.391Z PASS [ 85.674s] (1453/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
82202026-03-19T03:28:14.801Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82212026-03-19T03:28:21.543Z PASS [ 126.746s] (1454/2720) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82222026-03-19T03:28:21.753Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
82232026-03-19T03:28:22.303Z PASS [ 40.622s] (1455/2720) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
82242026-03-19T03:28:22.803Z PASS [ 12.190s] (1456/2720) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
82252026-03-19T03:28:23.510Z PASS [ 54.449s] (1457/2720) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
82262026-03-19T03:28:23.722Z PASS [ 12.819s] (1458/2720) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
82272026-03-19T03:28:24.012Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
82282026-03-19T03:28:24.888Z PASS [ 12.496s] (1459/2720) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
82292026-03-19T03:28:25.967Z PASS [ 88.778s] (1460/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
82302026-03-19T03:28:27.423Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
82312026-03-19T03:28:31.869Z PASS [ 95.975s] (1461/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
82322026-03-19T03:28:31.869Z PASS [ 90.776s] (1462/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
82332026-03-19T03:28:35.652Z PASS [ 106.555s] (1463/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
82342026-03-19T03:28:36.749Z PASS [ 43.474s] (1464/2720) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
82352026-03-19T03:28:37.077Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
82362026-03-19T03:28:38.835Z PASS [ 16.530s] (1465/2720) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
82372026-03-19T03:28:39.116Z PASS [ 104.580s] (1466/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
82382026-03-19T03:28:39.242Z PASS [ 112.144s] (1467/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
82392026-03-19T03:28:39.944Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
82402026-03-19T03:28:41.636Z PASS [ 37.346s] (1468/2720) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
82412026-03-19T03:28:42.629Z PASS [ 65.552s] (1469/2720) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
82422026-03-19T03:28:43.922Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
82432026-03-19T03:28:45.271Z PASS [ 65.329s] (1470/2720) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
82442026-03-19T03:28:46.004Z PASS [ 84.250s] (1471/2720) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
82452026-03-19T03:28:46.405Z PASS [ 113.648s] (1472/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
82462026-03-19T03:28:46.424Z PASS [ 116.477s] (1473/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
82472026-03-19T03:28:51.259Z PASS [ 87.247s] (1474/2720) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
82482026-03-19T03:28:51.921Z PASS [ 115.540s] (1475/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82492026-03-19T03:28:52.906Z PASS [ 30.100s] (1476/2720) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
82502026-03-19T03:28:53.419Z PASS [ 28.527s] (1477/2720) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
82512026-03-19T03:28:55.496Z PASS [ 117.059s] (1478/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
82522026-03-19T03:28:55.893Z PASS [ 117.691s] (1479/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
82532026-03-19T03:28:56.260Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
82542026-03-19T03:28:58.548Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
82552026-03-19T03:28:58.772Z PASS [ 32.801s] (1480/2720) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
82562026-03-19T03:29:00.220Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
82572026-03-19T03:29:00.853Z PASS [ 76.932s] (1481/2720) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
82582026-03-19T03:29:01.668Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
82592026-03-19T03:29:02.241Z PASS [ 40.694s] (1482/2720) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
82602026-03-19T03:29:04.717Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
82612026-03-19T03:29:05.751Z PASS [ 61.037s] (1483/2720) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
82622026-03-19T03:29:06.061Z PASS [ 42.546s] (1484/2720) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
82632026-03-19T03:29:06.787Z PASS [ 27.541s] (1485/2720) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
82642026-03-19T03:29:08.209Z PASS [ 16.268s] (1486/2720) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
82652026-03-19T03:29:10.007Z PASS [ 17.100s] (1487/2720) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
82662026-03-19T03:29:12.878Z PASS [ 17.380s] (1488/2720) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
82672026-03-19T03:29:13.117Z PASS [ 19.697s] (1489/2720) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
82682026-03-19T03:29:13.641Z PASS [ 41.768s] (1490/2720) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
82692026-03-19T03:29:13.661Z PASS [ 17.767s] (1491/2720) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
82702026-03-19T03:29:15.399Z PASS [ 51.672s] (1492/2720) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
82712026-03-19T03:29:15.913Z PASS [ 40.257s] (1493/2720) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
82722026-03-19T03:29:16.102Z PASS [ 30.094s] (1494/2720) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
82732026-03-19T03:29:17.192Z PASS [ 18.419s] (1495/2720) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
82742026-03-19T03:29:17.397Z PASS [ 109.971s] (1496/2720) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
82752026-03-19T03:29:19.475Z PASS [ 18.620s] (1497/2720) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
82762026-03-19T03:29:19.614Z PASS [ 33.205s] (1498/2720) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
82772026-03-19T03:29:20.045Z PASS [ 17.801s] (1499/2720) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
82782026-03-19T03:29:22.620Z PASS [ 43.500s] (1500/2720) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
82792026-03-19T03:29:25.294Z PASS [ 38.866s] (1501/2720) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
82802026-03-19T03:29:26.648Z PASS [ 20.895s] (1502/2720) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
82812026-03-19T03:29:27.398Z PASS [ 20.610s] (1503/2720) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
82822026-03-19T03:29:27.618Z PASS [ 21.555s] (1504/2720) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
82832026-03-19T03:29:28.748Z PASS [ 148.529s] (1505/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
82842026-03-19T03:29:31.436Z PASS [ 23.243s] (1506/2720) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
82852026-03-19T03:29:31.878Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
82862026-03-19T03:29:32.148Z PASS [ 18.505s] (1507/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
82872026-03-19T03:29:34.331Z PASS [ 18.228s] (1508/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
82882026-03-19T03:29:35.032Z PASS [ 17.633s] (1509/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
82892026-03-19T03:29:35.690Z PASS [ 18.496s] (1510/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
82902026-03-19T03:29:36.068Z PASS [ 20.667s] (1511/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
82912026-03-19T03:29:36.757Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
82922026-03-19T03:29:37.603Z PASS [ 27.593s] (1512/2720) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
82932026-03-19T03:29:38.348Z PASS [ 24.684s] (1513/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
82942026-03-19T03:29:38.437Z PASS [ 18.959s] (1514/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
82952026-03-19T03:29:38.842Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
82962026-03-19T03:29:39.182Z PASS [ 19.133s] (1515/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
82972026-03-19T03:29:40.539Z PASS [ 20.922s] (1516/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
82982026-03-19T03:29:41.272Z PASS [ 105.009s] (1517/2720) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
82992026-03-19T03:29:41.596Z PASS [ 18.974s] (1518/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
83002026-03-19T03:29:41.644Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
83012026-03-19T03:29:41.851Z PASS [ 63.010s] (1519/2720) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
83022026-03-19T03:29:42.635Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
83032026-03-19T03:29:43.114Z PASS [ 27.198s] (1520/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
83042026-03-19T03:29:44.275Z PASS [ 18.979s] (1521/2720) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
83052026-03-19T03:29:45.280Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
83062026-03-19T03:29:51.267Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
83072026-03-19T03:29:51.746Z PASS [ 74.990s] (1522/2720) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
83082026-03-19T03:29:51.848Z PASS [ 23.097s] (1523/2720) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
83092026-03-19T03:29:53.741Z PASS [ 18.706s] (1524/2720) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
83102026-03-19T03:29:54.016Z PASS [ 21.865s] (1525/2720) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
83112026-03-19T03:29:54.884Z PASS [ 173.214s] (1526/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
83122026-03-19T03:29:54.935Z PASS [ 27.534s] (1527/2720) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
83132026-03-19T03:29:55.102Z PASS [ 20.767s] (1528/2720) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
83142026-03-19T03:29:55.698Z PASS [ 73.063s] (1529/2720) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
83152026-03-19T03:29:55.830Z PASS [ 42.708s] (1530/2720) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
83162026-03-19T03:29:56.371Z PASS [ 20.679s] (1531/2720) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
83172026-03-19T03:29:56.952Z PASS [ 44.069s] (1532/2720) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
83182026-03-19T03:29:56.979Z PASS [ 71.701s] (1533/2720) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
83192026-03-19T03:29:57.112Z PASS [ 30.460s] (1534/2720) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
83202026-03-19T03:29:57.353Z PASS [ 25.914s] (1535/2720) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
83212026-03-19T03:29:58.555Z SLOW [>180.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83222026-03-19T03:29:58.597Z PASS [ 22.527s] (1536/2720) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
83232026-03-19T03:30:00.233Z PASS [ 5.348s] (1537/2720) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
83242026-03-19T03:30:00.834Z PASS [ 88.956s] (1538/2720) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
83252026-03-19T03:30:01.439Z PASS [ 7.697s] (1539/2720) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
83262026-03-19T03:30:01.713Z PASS [ 7.696s] (1540/2720) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
83272026-03-19T03:30:01.815Z PASS [ 24.209s] (1541/2720) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
83282026-03-19T03:30:03.136Z PASS [ 24.697s] (1542/2720) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
83292026-03-19T03:30:05.970Z PASS [ 27.618s] (1543/2720) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
83302026-03-19T03:30:06.902Z PASS [ 11.965s] (1544/2720) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
83312026-03-19T03:30:11.303Z PASS [ 29.450s] (1545/2720) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
83322026-03-19T03:30:11.379Z PASS [ 19.529s] (1546/2720) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
83332026-03-19T03:30:11.949Z PASS [ 28.831s] (1547/2720) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
83342026-03-19T03:30:13.185Z PASS [ 91.540s] (1548/2720) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
83352026-03-19T03:30:13.353Z PASS [ 32.811s] (1549/2720) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
83362026-03-19T03:30:15.069Z PASS [ 19.965s] (1550/2720) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
83372026-03-19T03:30:16.681Z PASS [ 16.446s] (1551/2720) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
83382026-03-19T03:30:16.818Z PASS [ 21.118s] (1552/2720) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
83392026-03-19T03:30:18.907Z PASS [ 18.072s] (1553/2720) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
83402026-03-19T03:30:19.655Z PASS [ 22.701s] (1554/2720) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
83412026-03-19T03:30:20.480Z PASS [ 18.664s] (1555/2720) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
83422026-03-19T03:30:23.950Z PASS [ 44.765s] (1556/2720) omicron-nexus::test_all integration_tests::images::test_image_create
83432026-03-19T03:30:26.238Z PASS [ 58.614s] (1557/2720) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
83442026-03-19T03:30:26.371Z PASS [ 29.015s] (1558/2720) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
83452026-03-19T03:30:26.553Z PASS [ 20.582s] (1559/2720) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
83462026-03-19T03:30:26.865Z PASS [ 30.491s] (1560/2720) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
83472026-03-19T03:30:27.204Z PASS [ 20.300s] (1561/2720) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
83482026-03-19T03:30:27.676Z PASS [ 35.926s] (1562/2720) omicron-nexus::test_all integration_tests::images::test_silo_image_create
83492026-03-19T03:30:27.869Z PASS [ 30.887s] (1563/2720) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
83502026-03-19T03:30:28.137Z PASS [ 96.869s] (1564/2720) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
83512026-03-19T03:30:29.567Z PASS [ 45.287s] (1565/2720) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
83522026-03-19T03:30:32.461Z PASS [ 30.744s] (1566/2720) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
83532026-03-19T03:30:32.869Z PASS [ 29.729s] (1567/2720) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
83542026-03-19T03:30:33.911Z PASS [ 38.077s] (1568/2720) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
83552026-03-19T03:30:35.127Z PASS [ 21.939s] (1569/2720) omicron-nexus::test_all integration_tests::instances::test_instance_access
83562026-03-19T03:30:40.229Z PASS [ 26.873s] (1570/2720) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
83572026-03-19T03:30:41.280Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
83582026-03-19T03:30:41.604Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::images::test_image_promotion
83592026-03-19T03:30:42.214Z PASS [ 60.612s] (1571/2720) omicron-nexus::test_all integration_tests::images::test_image_promotion
83602026-03-19T03:30:43.624Z PASS [ 225.070s] (1572/2720) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
83612026-03-19T03:30:46.647Z PASS [ 27.737s] (1573/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
83622026-03-19T03:30:46.969Z PASS [ 27.309s] (1574/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
83632026-03-19T03:30:47.819Z PASS [ 36.512s] (1575/2720) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
83642026-03-19T03:30:48.160Z PASS [ 20.954s] (1576/2720) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
83652026-03-19T03:30:48.667Z PASS [ 20.989s] (1577/2720) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
83662026-03-19T03:30:49.321Z PASS [ 32.500s] (1578/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
83672026-03-19T03:30:50.136Z PASS [ 23.896s] (1579/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
83682026-03-19T03:30:53.315Z PASS [ 54.711s] (1580/2720) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
83692026-03-19T03:30:54.135Z PASS [ 42.182s] (1581/2720) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
83702026-03-19T03:30:54.565Z PASS [ 26.692s] (1582/2720) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
83712026-03-19T03:30:54.623Z PASS [ 26.483s] (1583/2720) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
83722026-03-19T03:30:56.901Z PASS [ 27.332s] (1584/2720) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
83732026-03-19T03:30:57.120Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
83742026-03-19T03:30:58.771Z PASS [ 25.900s] (1585/2720) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
83752026-03-19T03:30:58.920Z PASS [ 32.364s] (1586/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
83762026-03-19T03:31:00.301Z PASS [ 79.021s] (1587/2720) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
83772026-03-19T03:31:00.394Z PASS [ 26.481s] (1588/2720) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
83782026-03-19T03:31:01.448Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
83792026-03-19T03:31:01.512Z PASS [ 44.827s] (1589/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
83802026-03-19T03:31:01.900Z PASS [ 29.437s] (1590/2720) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
83812026-03-19T03:31:02.785Z PASS [ 51.400s] (1591/2720) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
83822026-03-19T03:31:07.115Z PASS [ 17.791s] (1592/2720) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
83832026-03-19T03:31:08.270Z PASS [ 41.400s] (1593/2720) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
83842026-03-19T03:31:08.474Z PASS [ 18.335s] (1594/2720) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
83852026-03-19T03:31:08.513Z PASS [ 48.028s] (1595/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
83862026-03-19T03:31:10.224Z PASS [ 73.105s] (1596/2720) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
83872026-03-19T03:31:11.803Z PASS [ 18.487s] (1597/2720) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
83882026-03-19T03:31:12.536Z PASS [ 24.373s] (1598/2720) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
83892026-03-19T03:31:13.724Z PASS [ 19.586s] (1599/2720) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
83902026-03-19T03:31:14.049Z PASS [ 25.380s] (1600/2720) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
83912026-03-19T03:31:15.064Z PASS [ 32.847s] (1601/2720) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
83922026-03-19T03:31:15.076Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
83932026-03-19T03:31:16.967Z PASS [ 50.590s] (1602/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
83942026-03-19T03:31:17.336Z PASS [ 53.381s] (1603/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
83952026-03-19T03:31:18.900Z PASS [ 31.078s] (1604/2720) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
83962026-03-19T03:31:19.188Z PASS [ 35.560s] (1605/2720) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
83972026-03-19T03:31:20.564Z PASS [ 23.660s] (1606/2720) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
83982026-03-19T03:31:20.788Z PASS [ 34.138s] (1607/2720) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
83992026-03-19T03:31:21.169Z PASS [ 34.199s] (1608/2720) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
84002026-03-19T03:31:22.073Z PASS [ 80.626s] (1609/2720) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
84012026-03-19T03:31:22.358Z PASS [ 20.455s] (1610/2720) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
84022026-03-19T03:31:24.219Z PASS [ 23.819s] (1611/2720) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
84032026-03-19T03:31:26.919Z PASS [ 18.443s] (1612/2720) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
84042026-03-19T03:31:27.765Z PASS [ 24.978s] (1613/2720) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
84052026-03-19T03:31:28.489Z PASS [ 14.438s] (1614/2720) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
84062026-03-19T03:31:28.905Z PASS [ 48.672s] (1615/2720) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
84072026-03-19T03:31:29.863Z PASS [ 35.237s] (1616/2720) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
84082026-03-19T03:31:30.827Z PASS [ 23.711s] (1617/2720) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
84092026-03-19T03:31:32.371Z PASS [ 32.066s] (1618/2720) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
84102026-03-19T03:31:32.680Z PASS [ 24.408s] (1619/2720) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
84112026-03-19T03:31:33.874Z PASS [ 25.358s] (1620/2720) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
84122026-03-19T03:31:34.558Z PASS [ 39.989s] (1621/2720) omicron-nexus::test_all integration_tests::instances::test_instance_serial
84132026-03-19T03:31:34.977Z PASS [ 19.911s] (1622/2720) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
84142026-03-19T03:31:35.017Z PASS [ 24.791s] (1623/2720) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
84152026-03-19T03:31:35.135Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
84162026-03-19T03:31:35.204Z PASS [ 14.639s] (1624/2720) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
84172026-03-19T03:31:35.815Z PASS [ 23.277s] (1625/2720) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
84182026-03-19T03:31:36.422Z PASS [ 19.084s] (1626/2720) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
84192026-03-19T03:31:36.453Z PASS [ 19.485s] (1627/2720) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
84202026-03-19T03:31:39.126Z PASS [ 40.351s] (1628/2720) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
84212026-03-19T03:31:40.786Z PASS [ 65.652s] (1629/2720) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
84222026-03-19T03:31:41.518Z PASS [ 27.791s] (1630/2720) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
84232026-03-19T03:31:42.356Z PASS [ 15.436s] (1631/2720) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
84242026-03-19T03:31:43.577Z PASS [ 15.810s] (1632/2720) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
84252026-03-19T03:31:48.745Z PASS [ 93.667s] (1633/2720) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
84262026-03-19T03:31:48.876Z PASS [ 29.973s] (1634/2720) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
84272026-03-19T03:31:49.330Z PASS [ 30.139s] (1635/2720) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
84282026-03-19T03:31:49.636Z PASS [ 21.144s] (1636/2720) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
84292026-03-19T03:31:49.682Z PASS [ 28.510s] (1637/2720) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
84302026-03-19T03:31:49.804Z PASS [ 19.938s] (1638/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
84312026-03-19T03:31:50.519Z PASS [ 28.444s] (1639/2720) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
84322026-03-19T03:31:51.500Z PASS [ 18.817s] (1640/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
84332026-03-19T03:31:52.124Z PASS [ 40.317s] (1641/2720) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
84342026-03-19T03:31:52.489Z PASS [ 20.116s] (1642/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
84352026-03-19T03:31:52.513Z PASS [ 18.637s] (1643/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
84362026-03-19T03:31:53.059Z PASS [ 18.499s] (1644/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
84372026-03-19T03:31:53.062Z PASS [ 28.843s] (1645/2720) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
84382026-03-19T03:31:53.849Z PASS [ 18.810s] (1646/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
84392026-03-19T03:31:53.911Z PASS [ 18.932s] (1647/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
84402026-03-19T03:31:54.233Z PASS [ 23.403s] (1648/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
84412026-03-19T03:31:54.521Z PASS [ 32.158s] (1649/2720) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
84422026-03-19T03:31:54.615Z PASS [ 19.408s] (1650/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
84432026-03-19T03:31:55.381Z PASS [ 16.253s] (1651/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
84442026-03-19T03:31:55.806Z PASS [ 56.880s] (1652/2720) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
84452026-03-19T03:31:55.990Z PASS [ 19.566s] (1653/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
84462026-03-19T03:31:57.171Z PASS [ 21.353s] (1654/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
84472026-03-19T03:31:57.822Z PASS [ 28.913s] (1655/2720) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
84482026-03-19T03:31:59.011Z PASS [ 15.431s] (1656/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
84492026-03-19T03:32:00.032Z PASS [ 17.674s] (1657/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
84502026-03-19T03:32:00.036Z PASS [ 23.580s] (1658/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
84512026-03-19T03:32:01.072Z PASS [ 40.280s] (1659/2720) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
84522026-03-19T03:32:01.520Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
84532026-03-19T03:32:02.842Z PASS [ 22.054s] (1660/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
84542026-03-19T03:32:09.322Z PASS [ 18.801s] (1661/2720) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
84552026-03-19T03:32:09.939Z PASS [ 20.255s] (1662/2720) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
84562026-03-19T03:32:10.485Z PASS [ 18.983s] (1663/2720) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
84572026-03-19T03:32:11.881Z PASS [ 30.360s] (1664/2720) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
84582026-03-19T03:32:13.723Z PASS [ 21.597s] (1665/2720) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
84592026-03-19T03:32:18.254Z PASS [ 15.410s] (1666/2720) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
84602026-03-19T03:32:19.858Z PASS [ 30.524s] (1667/2720) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
84612026-03-19T03:32:20.918Z PASS [ 20.879s] (1668/2720) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
84622026-03-19T03:32:21.209Z PASS [ 20.132s] (1669/2720) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
84632026-03-19T03:32:23.824Z PASS [ 34.017s] (1670/2720) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
84642026-03-19T03:32:23.920Z PASS [ 14.596s] (1671/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion
84652026-03-19T03:32:24.391Z PASS [ 14.451s] (1672/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
84662026-03-19T03:32:24.561Z PASS [ 14.075s] (1673/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
84672026-03-19T03:32:25.695Z PASS [ 31.862s] (1674/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
84682026-03-19T03:32:26.902Z PASS [ 33.836s] (1675/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
84692026-03-19T03:32:28.810Z PASS [ 31.636s] (1676/2720) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
84702026-03-19T03:32:30.475Z PASS [ 35.953s] (1677/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
84712026-03-19T03:32:31.820Z PASS [ 42.939s] (1678/2720) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
84722026-03-19T03:32:36.782Z PASS [ 43.718s] (1679/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
84732026-03-19T03:32:38.704Z PASS [ 14.783s] (1680/2720) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
84742026-03-19T03:32:38.961Z PASS [ 44.723s] (1681/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
84752026-03-19T03:32:40.262Z PASS [ 20.402s] (1682/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
84762026-03-19T03:32:40.854Z PASS [ 46.235s] (1683/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
84772026-03-19T03:32:41.041Z PASS [ 14.137s] (1684/2720) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
84782026-03-19T03:32:41.536Z PASS [ 17.710s] (1685/2720) omicron-nexus::test_all integration_tests::projects::test_projects
84792026-03-19T03:32:41.579Z PASS [ 20.369s] (1686/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
84802026-03-19T03:32:42.685Z PASS [ 13.873s] (1687/2720) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
84812026-03-19T03:32:42.980Z PASS [ 50.462s] (1688/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
84822026-03-19T03:32:43.128Z PASS [ 0.148s] (1689/2720) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
84832026-03-19T03:32:43.272Z PASS [ 0.142s] (1690/2720) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
84842026-03-19T03:32:43.357Z PASS [ 18.793s] (1691/2720) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
84852026-03-19T03:32:43.409Z PASS [ 19.000s] (1692/2720) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
84862026-03-19T03:32:43.417Z PASS [ 0.146s] (1693/2720) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
84872026-03-19T03:32:43.515Z PASS [ 0.159s] (1694/2720) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
84882026-03-19T03:32:43.628Z PASS [ 0.235s] (1695/2720) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
84892026-03-19T03:32:43.695Z PASS [ 54.051s] (1696/2720) omicron-nexus::test_all integration_tests::metrics::test_metrics
84902026-03-19T03:32:44.507Z PASS [ 32.623s] (1697/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
84912026-03-19T03:32:45.821Z PASS [ 57.068s] (1698/2720) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
84922026-03-19T03:32:46.110Z PASS [ 14.288s] (1699/2720) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
84932026-03-19T03:32:46.254Z PASS [ 0.145s] (1700/2720) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
84942026-03-19T03:32:47.012Z PASS [ 16.535s] (1701/2720) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
84952026-03-19T03:32:49.516Z PASS [ 53.520s] (1702/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
84962026-03-19T03:32:49.684Z PASS [ 0.167s] (1703/2720) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
84972026-03-19T03:32:49.831Z PASS [ 0.147s] (1704/2720) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
84982026-03-19T03:32:52.086Z PASS [ 15.301s] (1705/2720) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
84992026-03-19T03:32:52.321Z PASS [ 59.825s] (1706/2720) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
85002026-03-19T03:32:52.424Z PASS [ 31.503s] (1707/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
85012026-03-19T03:32:53.138Z PASS [ 39.411s] (1708/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
85022026-03-19T03:32:53.920Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
85032026-03-19T03:32:55.389Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
85042026-03-19T03:32:55.815Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
85052026-03-19T03:32:55.884Z PASS [ 16.920s] (1709/2720) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
85062026-03-19T03:32:56.403Z PASS [ 60.591s] (1710/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
85072026-03-19T03:32:57.054Z PASS [ 16.790s] (1711/2720) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
85082026-03-19T03:32:57.187Z PASS [ 63.269s] (1712/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
85092026-03-19T03:32:57.830Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
85102026-03-19T03:32:57.841Z PASS [ 19.135s] (1713/2720) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
85112026-03-19T03:32:59.019Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
85122026-03-19T03:32:59.298Z PASS [ 15.880s] (1714/2720) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
85132026-03-19T03:32:59.534Z PASS [ 16.016s] (1715/2720) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
85142026-03-19T03:32:59.932Z PASS [ 16.302s] (1716/2720) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
85152026-03-19T03:32:59.975Z PASS [ 62.147s] (1717/2720) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
85162026-03-19T03:33:00.040Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
85172026-03-19T03:33:00.067Z PASS [ 16.373s] (1718/2720) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
85182026-03-19T03:33:00.097Z PASS [ 15.588s] (1719/2720) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
85192026-03-19T03:33:00.104Z PASS [ 64.715s] (1720/2720) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
85202026-03-19T03:33:00.626Z PASS [ 3.571s] (1721/2720) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
85212026-03-19T03:33:00.670Z PASS [ 19.090s] (1722/2720) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
85222026-03-19T03:33:00.960Z PASS [ 20.103s] (1723/2720) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
85232026-03-19T03:33:01.246Z PASS [ 20.203s] (1724/2720) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
85242026-03-19T03:33:01.528Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
85252026-03-19T03:33:01.833Z PASS [ 16.012s] (1725/2720) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
85262026-03-19T03:33:02.133Z PASS [ 43.875s] (1726/2720) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
85272026-03-19T03:33:02.596Z PASS [ 3.061s] (1727/2720) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
85282026-03-19T03:33:02.625Z PASS [ 19.937s] (1728/2720) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
85292026-03-19T03:33:02.859Z PASS [ 15.842s] (1729/2720) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
85302026-03-19T03:33:02.863Z PASS [ 2.762s] (1730/2720) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
85312026-03-19T03:33:03.046Z PASS [ 16.790s] (1731/2720) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
85322026-03-19T03:33:03.218Z PASS [ 2.592s] (1732/2720) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
85332026-03-19T03:33:03.792Z PASS [ 2.544s] (1733/2720) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
85342026-03-19T03:33:03.970Z PASS [ 14.138s] (1734/2720) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
85352026-03-19T03:33:04.396Z PASS [ 1.534s] (1735/2720) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
85362026-03-19T03:33:04.778Z PASS [ 23.240s] (1736/2720) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
85372026-03-19T03:33:04.799Z PASS [ 12.478s] (1737/2720) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
85382026-03-19T03:33:04.975Z PASS [ 12.889s] (1738/2720) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
85392026-03-19T03:33:05.084Z PASS [ 2.488s] (1739/2720) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
85402026-03-19T03:33:05.418Z PASS [ 12.993s] (1740/2720) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
85412026-03-19T03:33:07.461Z PASS [ 68.443s] (1741/2720) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
85422026-03-19T03:33:07.603Z PASS [ 3.812s] (1742/2720) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
85432026-03-19T03:33:12.601Z PASS [ 72.561s] (1743/2720) omicron-nexus::test_all integration_tests::password_login::test_local_users
85442026-03-19T03:33:16.679Z PASS [ 50.979s] (1744/2720) omicron-nexus::test_all integration_tests::quotas::test_quotas
85452026-03-19T03:33:16.809Z PASS [ 11.832s] (1745/2720) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
85462026-03-19T03:33:16.998Z PASS [ 11.912s] (1746/2720) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
85472026-03-19T03:33:17.081Z PASS [ 11.996s] (1747/2720) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
85482026-03-19T03:33:17.742Z PASS [ 12.323s] (1748/2720) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
85492026-03-19T03:33:18.409Z PASS [ 13.324s] (1749/2720) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
85502026-03-19T03:33:20.514Z PASS [ 12.910s] (1750/2720) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
85512026-03-19T03:33:20.561Z PASS [ 13.099s] (1751/2720) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
85522026-03-19T03:33:20.637Z PASS [ 13.033s] (1752/2720) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
85532026-03-19T03:33:20.773Z PASS [ 13.169s] (1753/2720) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
85542026-03-19T03:33:21.176Z PASS [ 16.091s] (1754/2720) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
85552026-03-19T03:33:21.862Z PASS [ 14.257s] (1755/2720) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
85562026-03-19T03:33:25.132Z PASS [ 12.530s] (1756/2720) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
85572026-03-19T03:33:27.482Z PASS [ 10.400s] (1757/2720) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
85582026-03-19T03:33:29.456Z PASS [ 12.775s] (1758/2720) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
85592026-03-19T03:33:29.815Z PASS [ 12.071s] (1759/2720) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
85602026-03-19T03:33:29.905Z PASS [ 13.095s] (1760/2720) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
85612026-03-19T03:33:30.032Z PASS [ 13.033s] (1761/2720) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
85622026-03-19T03:33:30.176Z PASS [ 11.765s] (1762/2720) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
85632026-03-19T03:33:32.853Z PASS [ 12.290s] (1763/2720) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
85642026-03-19T03:33:33.011Z PASS [ 12.495s] (1764/2720) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
85652026-03-19T03:33:33.031Z PASS [ 12.257s] (1765/2720) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
85662026-03-19T03:33:33.205Z PASS [ 12.027s] (1766/2720) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
85672026-03-19T03:33:33.584Z PASS [ 12.946s] (1767/2720) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
85682026-03-19T03:33:35.923Z PASS [ 14.060s] (1768/2720) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
85692026-03-19T03:33:36.489Z PASS [ 11.355s] (1769/2720) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
85702026-03-19T03:33:37.904Z PASS [ 156.376s] (1770/2720) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
85712026-03-19T03:33:38.688Z PASS [ 11.205s] (1771/2720) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
85722026-03-19T03:33:41.088Z PASS [ 11.630s] (1772/2720) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
85732026-03-19T03:33:41.901Z PASS [ 12.085s] (1773/2720) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
85742026-03-19T03:33:42.503Z PASS [ 12.326s] (1774/2720) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
85752026-03-19T03:33:42.759Z PASS [ 12.852s] (1775/2720) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
85762026-03-19T03:33:44.939Z PASS [ 11.906s] (1776/2720) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
85772026-03-19T03:33:45.170Z PASS [ 11.964s] (1777/2720) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
85782026-03-19T03:33:45.345Z PASS [ 12.333s] (1778/2720) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
85792026-03-19T03:33:45.609Z PASS [ 12.023s] (1779/2720) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
85802026-03-19T03:33:47.016Z PASS [ 14.153s] (1780/2720) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
85812026-03-19T03:33:47.869Z PASS [ 11.944s] (1781/2720) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
85822026-03-19T03:33:48.297Z PASS [ 18.263s] (1782/2720) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
85832026-03-19T03:33:51.704Z PASS [ 13.014s] (1783/2720) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
85842026-03-19T03:33:53.216Z PASS [ 16.714s] (1784/2720) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
85852026-03-19T03:33:54.350Z PASS [ 12.447s] (1785/2720) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
85862026-03-19T03:33:54.881Z PASS [ 12.121s] (1786/2720) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
85872026-03-19T03:33:55.184Z PASS [ 17.278s] (1787/2720) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
85882026-03-19T03:33:57.484Z PASS [ 16.395s] (1788/2720) omicron-nexus::test_all integration_tests::silos::test_silos
85892026-03-19T03:33:58.732Z PASS [ 13.560s] (1789/2720) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
85902026-03-19T03:33:59.124Z PASS [ 11.255s] (1790/2720) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
85912026-03-19T03:34:00.341Z PASS [ 17.836s] (1791/2720) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
85922026-03-19T03:34:01.951Z PASS [ 13.652s] (1792/2720) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
85932026-03-19T03:34:02.564Z PASS [ 17.623s] (1793/2720) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
85942026-03-19T03:34:02.865Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
85952026-03-19T03:34:03.258Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
85962026-03-19T03:34:04.402Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_data_migration
85972026-03-19T03:34:04.807Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
85982026-03-19T03:34:05.124Z PASS [ 13.419s] (1794/2720) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
85992026-03-19T03:34:06.304Z PASS [ 13.097s] (1795/2720) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
86002026-03-19T03:34:06.398Z PASS [ 21.051s] (1796/2720) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
86012026-03-19T03:34:07.849Z PASS [ 20.839s] (1797/2720) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
86022026-03-19T03:34:08.834Z PASS [ 23.223s] (1798/2720) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
86032026-03-19T03:34:11.255Z PASS [ 12.129s] (1799/2720) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
86042026-03-19T03:34:13.777Z PASS [ 11.821s] (1800/2720) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
86052026-03-19T03:34:13.932Z PASS [ 19.049s] (1801/2720) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
86062026-03-19T03:34:17.355Z PASS [ 10.955s] (1802/2720) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
86072026-03-19T03:34:17.652Z PASS [ 11.348s] (1803/2720) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
86082026-03-19T03:34:18.453Z PASS [ 23.265s] (1804/2720) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
86092026-03-19T03:34:18.550Z PASS [ 24.198s] (1805/2720) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
86102026-03-19T03:34:18.873Z PASS [ 11.022s] (1806/2720) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
86112026-03-19T03:34:18.975Z PASS [ 18.632s] (1807/2720) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
86122026-03-19T03:34:20.298Z PASS [ 22.809s] (1808/2720) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
86132026-03-19T03:34:20.842Z PASS [ 22.108s] (1809/2720) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
86142026-03-19T03:34:21.148Z PASS [ 12.311s] (1810/2720) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
86152026-03-19T03:34:22.245Z PASS [ 77.842s] (1811/2720) omicron-nexus::test_all integration_tests::schema::validate_data_migration
86162026-03-19T03:34:22.906Z PASS [ 11.622s] (1812/2720) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
86172026-03-19T03:34:24.762Z PASS [ 1.884s] (1813/2720) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
86182026-03-19T03:34:24.807Z PASS [ 19.681s] (1814/2720) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
86192026-03-19T03:34:25.324Z PASS [ 22.758s] (1815/2720) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
86202026-03-19T03:34:26.206Z PASS [ 12.273s] (1816/2720) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
86212026-03-19T03:34:28.992Z PASS [ 11.338s] (1817/2720) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented
86222026-03-19T03:34:31.014Z PASS [ 86.206s] (1818/2720) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
86232026-03-19T03:34:31.129Z PASS [ 87.902s] (1819/2720) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
86242026-03-19T03:34:33.100Z PASS [ 12.802s] (1820/2720) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
86252026-03-19T03:34:34.468Z PASS [ 15.915s] (1821/2720) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
86262026-03-19T03:34:36.605Z PASS [ 18.149s] (1822/2720) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
86272026-03-19T03:34:37.337Z PASS [ 15.091s] (1823/2720) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
86282026-03-19T03:34:38.113Z PASS [ 19.136s] (1824/2720) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
86292026-03-19T03:34:38.153Z PASS [ 17.004s] (1825/2720) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
86302026-03-19T03:34:38.669Z PASS [ 19.778s] (1826/2720) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
86312026-03-19T03:34:39.040Z PASS [ 12.832s] (1827/2720) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
86322026-03-19T03:34:40.942Z PASS [ 27.166s] (1828/2720) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
86332026-03-19T03:34:41.488Z PASS [ 20.644s] (1829/2720) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
86342026-03-19T03:34:41.939Z PASS [ 19.693s] (1830/2720) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
86352026-03-19T03:34:42.047Z PASS [ 17.238s] (1831/2720) omicron-nexus::test_all integration_tests::updates::test_repo_prune
86362026-03-19T03:34:43.455Z PASS [ 18.691s] (1832/2720) omicron-nexus::test_all integration_tests::updates::test_repo_list
86372026-03-19T03:34:45.450Z PASS [ 14.434s] (1833/2720) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
86382026-03-19T03:34:46.299Z PASS [ 15.284s] (1834/2720) omicron-nexus::test_all integration_tests::updates::test_update_status
86392026-03-19T03:34:46.660Z PASS [ 15.645s] (1835/2720) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
86402026-03-19T03:34:47.480Z PASS [ 22.153s] (1836/2720) omicron-nexus::test_all integration_tests::updates::test_repo_upload
86412026-03-19T03:34:47.530Z PASS [ 25.282s] (1837/2720) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
86422026-03-19T03:34:48.105Z PASS [ 19.111s] (1838/2720) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
86432026-03-19T03:34:55.307Z PASS [ 24.290s] (1839/2720) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
86442026-03-19T03:34:58.206Z PASS [ 115.338s] (1840/2720) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
86452026-03-19T03:35:00.752Z PASS [ 29.620s] (1841/2720) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
86462026-03-19T03:35:02.744Z PASS [ 28.273s] (1842/2720) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
86472026-03-19T03:35:06.064Z PASS [ 27.021s] (1843/2720) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
86482026-03-19T03:35:12.877Z PASS [ 55.517s] (1844/2720) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
86492026-03-19T03:35:14.302Z PASS [ 43.168s] (1845/2720) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
86502026-03-19T03:35:14.408Z PASS [ 43.274s] (1846/2720) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
86512026-03-19T03:35:15.725Z PASS [ 44.591s] (1847/2720) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
86522026-03-19T03:35:22.256Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
86532026-03-19T03:35:22.677Z PASS [ 40.733s] (1848/2720) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
86542026-03-19T03:35:27.885Z PASS [ 40.351s] (1849/2720) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
86552026-03-19T03:35:32.526Z PASS [ 59.420s] (1850/2720) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
86562026-03-19T03:35:33.077Z PASS [ 51.583s] (1851/2720) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
86572026-03-19T03:35:33.785Z PASS [ 46.300s] (1852/2720) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
86582026-03-19T03:35:34.179Z PASS [ 56.836s] (1853/2720) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
86592026-03-19T03:35:34.430Z PASS [ 48.126s] (1854/2720) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
86602026-03-19T03:35:35.558Z PASS [ 21.149s] (1855/2720) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
86612026-03-19T03:35:36.611Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
86622026-03-19T03:35:37.562Z PASS [ 60.953s] (1856/2720) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
86632026-03-19T03:35:37.802Z PASS [ 23.497s] (1857/2720) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
86642026-03-19T03:35:38.121Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
86652026-03-19T03:35:38.161Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
86662026-03-19T03:35:38.660Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
86672026-03-19T03:35:39.418Z PASS [ 60.759s] (1858/2720) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
86682026-03-19T03:35:40.352Z PASS [ 62.233s] (1859/2720) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
86692026-03-19T03:35:40.950Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
86702026-03-19T03:35:41.763Z PASS [ 58.301s] (1860/2720) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
86712026-03-19T03:35:41.790Z PASS [ 56.335s] (1861/2720) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
86722026-03-19T03:35:42.055Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
86732026-03-19T03:35:45.134Z PASS [ 12.606s] (1862/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
86742026-03-19T03:35:45.389Z PASS [ 12.311s] (1863/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
86752026-03-19T03:35:46.469Z PASS [ 48.257s] (1864/2720) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
86762026-03-19T03:35:46.668Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
86772026-03-19T03:35:47.022Z PASS [ 12.842s] (1865/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
86782026-03-19T03:35:47.030Z PASS [ 13.243s] (1866/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
86792026-03-19T03:35:47.132Z PASS [ 0.102s] (1867/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
86802026-03-19T03:35:47.719Z PASS [ 13.288s] (1868/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
86812026-03-19T03:35:48.112Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
86822026-03-19T03:35:49.207Z PASS [ 13.647s] (1869/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
86832026-03-19T03:35:51.600Z PASS [ 14.037s] (1870/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
86842026-03-19T03:35:52.110Z PASS [ 14.307s] (1871/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
86852026-03-19T03:35:53.471Z PASS [ 14.042s] (1872/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
86862026-03-19T03:35:55.316Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
86872026-03-19T03:35:55.843Z PASS [ 14.051s] (1873/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
86882026-03-19T03:35:56.260Z PASS [ 14.496s] (1874/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
86892026-03-19T03:35:58.214Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
86902026-03-19T03:35:58.214Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86912026-03-19T03:35:58.218Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
86922026-03-19T03:35:58.315Z PASS [ 17.961s] (1875/2720) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
86932026-03-19T03:35:58.852Z PASS [ 96.598s] (1876/2720) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
86942026-03-19T03:35:59.870Z PASS [ 14.734s] (1877/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
86952026-03-19T03:36:00.214Z PASS [ 14.823s] (1878/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
86962026-03-19T03:36:00.760Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
86972026-03-19T03:36:01.507Z PASS [ 15.037s] (1879/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
86982026-03-19T03:36:01.713Z PASS [ 14.690s] (1880/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
86992026-03-19T03:36:02.301Z PASS [ 14.581s] (1881/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
87002026-03-19T03:36:02.751Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
87012026-03-19T03:36:03.247Z PASS [ 14.038s] (1882/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
87022026-03-19T03:36:06.071Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
87032026-03-19T03:36:06.754Z PASS [ 15.152s] (1883/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
87042026-03-19T03:36:07.860Z PASS [ 61.790s] (1884/2720) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
87052026-03-19T03:36:07.892Z PASS [ 15.780s] (1885/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
87062026-03-19T03:36:08.300Z PASS [ 14.837s] (1886/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
87072026-03-19T03:36:11.559Z PASS [ 15.714s] (1887/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
87082026-03-19T03:36:12.884Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
87092026-03-19T03:36:14.631Z PASS [ 15.744s] (1888/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
87102026-03-19T03:36:15.734Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
87112026-03-19T03:36:15.747Z PASS [ 15.532s] (1889/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
87122026-03-19T03:36:15.757Z PASS [ 15.886s] (1890/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
87132026-03-19T03:36:16.674Z PASS [ 98.511s] (1891/2720) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
87142026-03-19T03:36:17.122Z PASS [ 15.614s] (1892/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
87152026-03-19T03:36:17.638Z PASS [ 15.923s] (1893/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
87162026-03-19T03:36:18.491Z PASS [ 90.377s] (1894/2720) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
87172026-03-19T03:36:19.805Z PASS [ 16.556s] (1895/2720) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
87182026-03-19T03:36:19.910Z PASS [ 77.159s] (1896/2720) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
87192026-03-19T03:36:20.603Z PASS [ 93.933s] (1897/2720) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
87202026-03-19T03:36:21.465Z PASS [ 53.574s] (1898/2720) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
87212026-03-19T03:36:22.685Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
87222026-03-19T03:36:23.669Z PASS [ 15.775s] (1899/2720) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
87232026-03-19T03:36:23.695Z PASS [ 15.833s] (1900/2720) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
87242026-03-19T03:36:25.202Z PASS [ 103.145s] (1901/2720) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
87252026-03-19T03:36:26.105Z PASS [ 19.342s] (1902/2720) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
87262026-03-19T03:36:28.269Z PASS [ 19.965s] (1903/2720) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
87272026-03-19T03:36:29.555Z PASS [ 73.823s] (1904/2720) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
87282026-03-19T03:36:34.071Z PASS [ 93.309s] (1905/2720) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
87292026-03-19T03:36:35.911Z PASS [ 33.607s] (1906/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
87302026-03-19T03:36:36.406Z PASS [ 21.804s] (1907/2720) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
87312026-03-19T03:36:36.613Z PASS [ 15.146s] (1908/2720) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
87322026-03-19T03:36:36.874Z PASS [ 25.312s] (1909/2720) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
87332026-03-19T03:36:37.441Z PASS [ 18.947s] (1910/2720) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
87342026-03-19T03:36:37.866Z PASS [ 20.739s] (1911/2720) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
87352026-03-19T03:36:39.255Z PASS [ 15.581s] (1912/2720) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
87362026-03-19T03:36:39.287Z PASS [ 0.035s] (1913/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
87372026-03-19T03:36:39.323Z PASS [ 0.036s] (1914/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
87382026-03-19T03:36:39.394Z PASS [ 0.037s] (1915/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
87392026-03-19T03:36:39.475Z PASS [ 0.036s] (1916/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
87402026-03-19T03:36:39.475Z PASS [ 0.035s] (1917/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
87412026-03-19T03:36:39.482Z PASS [ 0.036s] (1918/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
87422026-03-19T03:36:39.504Z PASS [ 0.035s] (1919/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
87432026-03-19T03:36:39.544Z PASS [ 0.034s] (1920/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
87442026-03-19T03:36:39.570Z PASS [ 0.033s] (1921/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
87452026-03-19T03:36:39.611Z PASS [ 0.036s] (1922/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
87462026-03-19T03:36:39.641Z PASS [ 0.033s] (1923/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
87472026-03-19T03:36:39.662Z PASS [ 22.984s] (1924/2720) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
87482026-03-19T03:36:39.676Z PASS [ 0.037s] (1925/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
87492026-03-19T03:36:39.696Z PASS [ 0.035s] (1926/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
87502026-03-19T03:36:39.708Z PASS [ 0.032s] (1927/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
87512026-03-19T03:36:39.728Z PASS [ 0.032s] (1928/2720) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
87522026-03-19T03:36:40.019Z PASS [ 16.313s] (1929/2720) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
87532026-03-19T03:36:40.065Z PASS [ 20.249s] (1930/2720) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
87542026-03-19T03:36:40.102Z PASS [ 0.046s] (1931/2720) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
87552026-03-19T03:36:40.140Z PASS [ 22.499s] (1932/2720) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
87562026-03-19T03:36:40.148Z PASS [ 0.044s] (1933/2720) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
87572026-03-19T03:36:40.221Z PASS [ 0.080s] (1934/2720) omicron-package config::tests::multi_preset_arg
87582026-03-19T03:36:40.227Z PASS [ 0.077s] (1935/2720) omicron-package dot::test::test_bad_dependency
87592026-03-19T03:36:40.261Z PASS [ 0.041s] (1936/2720) omicron-package dot::test::test_dot_output
87602026-03-19T03:36:40.292Z PASS [ 0.030s] (1937/2720) omicron-passwords test::test_password_constraints
87612026-03-19T03:36:40.965Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
87622026-03-19T03:36:41.531Z PASS [ 15.424s] (1938/2720) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
87632026-03-19T03:36:41.612Z PASS [ 25.852s] (1939/2720) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
87642026-03-19T03:36:41.652Z PASS [ 0.039s] (1940/2720) omicron-passwords test::test_stable
87652026-03-19T03:36:41.677Z PASS [ 0.026s] (1941/2720) omicron-passwords test::test_weak_hashes
87662026-03-19T03:36:41.705Z PASS [ 0.026s] (1942/2720) omicron-rpaths internal::tests::test_configure_from_path
87672026-03-19T03:36:41.709Z PASS [ 16.505s] (1943/2720) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
87682026-03-19T03:36:41.735Z PASS [ 0.025s] (1944/2720) omicron-rpaths internal::tests::test_emit_rpath
87692026-03-19T03:36:41.748Z PASS [ 0.043s] (1945/2720) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
87702026-03-19T03:36:41.847Z PASS [ 0.112s] (1946/2720) omicron-sled-agent artifact_store::test::generations
87712026-03-19T03:36:41.873Z PASS [ 0.124s] (1947/2720) omicron-sled-agent artifact_store::test::issue_7796
87722026-03-19T03:36:41.970Z PASS [ 0.118s] (1948/2720) omicron-sled-agent artifact_store::test::list_get_put
87732026-03-19T03:36:41.975Z PASS [ 0.103s] (1949/2720) omicron-sled-agent artifact_store::test::no_dataset
87742026-03-19T03:36:42.029Z PASS [ 0.052s] (1950/2720) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
87752026-03-19T03:36:42.038Z PASS [ 22.124s] (1951/2720) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
87762026-03-19T03:36:42.065Z PASS [ 0.100s] (1952/2720) omicron-sled-agent artifact_store::test::wrong_hash
87772026-03-19T03:36:42.080Z PASS [ 0.051s] (1953/2720) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
87782026-03-19T03:36:42.086Z PASS [ 0.048s] (1954/2720) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
87792026-03-19T03:36:42.110Z PASS [ 0.045s] (1955/2720) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
87802026-03-19T03:36:42.120Z PASS [ 0.040s] (1956/2720) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
87812026-03-19T03:36:42.135Z PASS [ 0.048s] (1957/2720) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
87822026-03-19T03:36:42.152Z PASS [ 0.041s] (1958/2720) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
87832026-03-19T03:36:42.161Z PASS [ 0.041s] (1959/2720) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
87842026-03-19T03:36:42.185Z PASS [ 0.049s] (1960/2720) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
87852026-03-19T03:36:42.224Z PASS [ 0.073s] (1961/2720) omicron-sled-agent config::test::test_smf_configs
87862026-03-19T03:36:42.233Z PASS [ 0.071s] (1962/2720) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
87872026-03-19T03:36:42.239Z PASS [ 0.052s] (1963/2720) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
87882026-03-19T03:36:42.261Z PASS [ 0.037s] (1964/2720) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
87892026-03-19T03:36:42.281Z PASS [ 0.045s] (1965/2720) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
87902026-03-19T03:36:42.290Z PASS [ 0.053s] (1966/2720) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
87912026-03-19T03:36:42.307Z PASS [ 0.045s] (1967/2720) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
87922026-03-19T03:36:42.317Z PASS [ 0.040s] (1968/2720) omicron-sled-agent instance::tests::add_new_floating_ip
87932026-03-19T03:36:42.329Z PASS [ 0.039s] (1969/2720) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
87942026-03-19T03:36:42.352Z PASS [ 0.045s] (1970/2720) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
87952026-03-19T03:36:42.362Z PASS [ 0.045s] (1971/2720) omicron-sled-agent instance::tests::prune_existing_floating_ip
87962026-03-19T03:36:42.677Z PASS [ 0.346s] (1972/2720) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
87972026-03-19T03:36:42.785Z PASS [ 0.429s] (1973/2720) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
87982026-03-19T03:36:42.918Z PASS [ 80.226s] (1974/2720) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
87992026-03-19T03:36:43.008Z PASS [ 0.642s] (1975/2720) omicron-sled-agent instance::tests::test_instance_create_events_normal
88002026-03-19T03:36:43.075Z PASS [ 0.054s] (1976/2720) omicron-sled-agent instance::tests::test_multicast_membership_equality
88012026-03-19T03:36:43.274Z PASS [ 105.042s] (1977/2720) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
88022026-03-19T03:36:43.370Z PASS [ 0.063s] (1978/2720) omicron-sled-agent probe_manager::test::probe_state_set_ops
88032026-03-19T03:36:43.405Z PASS [ 0.050s] (1979/2720) omicron-sled-agent profile::tests::empty_profile
88042026-03-19T03:36:43.437Z PASS [ 0.057s] (1980/2720) omicron-sled-agent profile::tests::test_disabled_instance
88052026-03-19T03:36:43.479Z PASS [ 0.050s] (1981/2720) omicron-sled-agent profile::tests::test_instance
88062026-03-19T03:36:43.552Z PASS [ 0.057s] (1982/2720) omicron-sled-agent profile::tests::test_multiple
88072026-03-19T03:36:43.608Z PASS [ 0.053s] (1983/2720) omicron-sled-agent profile::tests::test_property
88082026-03-19T03:36:43.644Z PASS [ 0.053s] (1984/2720) omicron-sled-agent profile::tests::test_property_group
88092026-03-19T03:36:43.713Z PASS [ 0.052s] (1985/2720) omicron-sled-agent profile::tests::test_service
88102026-03-19T03:36:43.746Z PASS [ 0.051s] (1986/2720) omicron-sled-agent profile::tests::test_service_property_group
88112026-03-19T03:36:43.794Z PASS [ 0.049s] (1987/2720) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
88122026-03-19T03:36:43.873Z PASS [ 0.052s] (1988/2720) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
88132026-03-19T03:36:43.879Z PASS [ 0.966s] (1989/2720) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
88142026-03-19T03:36:43.901Z PASS [ 0.049s] (1990/2720) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
88152026-03-19T03:36:43.958Z PASS [ 0.065s] (1991/2720) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
88162026-03-19T03:36:43.970Z PASS [ 0.071s] (1992/2720) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
88172026-03-19T03:36:44.027Z PASS [ 0.063s] (1993/2720) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
88182026-03-19T03:36:44.037Z PASS [ 0.050s] (1994/2720) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
88192026-03-19T03:36:44.067Z PASS [ 0.054s] (1995/2720) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
88202026-03-19T03:36:44.076Z PASS [ 0.058s] (1996/2720) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
88212026-03-19T03:36:44.123Z PASS [ 0.058s] (1997/2720) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
88222026-03-19T03:36:44.135Z PASS [ 0.054s] (1998/2720) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
88232026-03-19T03:36:44.186Z PASS [ 1.483s] (1999/2720) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
88242026-03-19T03:36:44.239Z PASS [ 0.100s] (2000/2720) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
88252026-03-19T03:36:44.336Z PASS [ 0.092s] (2001/2720) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
88262026-03-19T03:36:44.350Z PASS [ 0.082s] (2002/2720) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
88272026-03-19T03:36:44.350Z PASS [ 0.062s] (2003/2720) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
88282026-03-19T03:36:44.383Z PASS [ 0.062s] (2004/2720) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
88292026-03-19T03:36:44.433Z PASS [ 0.062s] (2005/2720) omicron-sled-agent sim::storage::test::nested_dataset
88302026-03-19T03:36:44.444Z PASS [ 0.066s] (2006/2720) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
88312026-03-19T03:36:44.444Z PASS [ 0.068s] (2007/2720) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
88322026-03-19T03:36:44.513Z PASS [ 0.069s] (2008/2720) omicron-sled-agent sim::storage::test::snapshot_needs_region
88332026-03-19T03:36:44.524Z PASS [ 0.072s] (2009/2720) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
88342026-03-19T03:36:44.695Z PASS [ 0.066s] (2010/2720) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
88352026-03-19T03:36:44.755Z PASS [ 0.075s] (2011/2720) omicron-sled-agent support_bundle::storage::tests::basic_crud
88362026-03-19T03:36:44.755Z PASS [ 1.856s] (2012/2720) omicron-sled-agent instance::tests::test_instance_manager_creation
88372026-03-19T03:36:44.755Z PASS [ 0.079s] (2013/2720) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
88382026-03-19T03:36:44.755Z PASS [ 0.075s] (2014/2720) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
88392026-03-19T03:36:44.755Z PASS [ 0.071s] (2015/2720) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
88402026-03-19T03:36:44.759Z PASS [ 0.073s] (2016/2720) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
88412026-03-19T03:36:44.759Z PASS [ 0.079s] (2017/2720) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
88422026-03-19T03:36:44.782Z PASS [ 0.070s] (2018/2720) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
88432026-03-19T03:36:44.809Z PASS [ 0.074s] (2019/2720) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
88442026-03-19T03:36:44.823Z PASS [ 0.079s] (2020/2720) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
88452026-03-19T03:36:44.895Z PASS [ 0.084s] (2021/2720) omicron-sled-agent support_bundle::storage::tests::ranges
88462026-03-19T03:36:44.901Z PASS [ 0.058s] (2022/2720) omicron-sled-agent updates::test::test_query_no_components
88472026-03-19T03:36:44.901Z PASS [ 0.077s] (2023/2720) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
88482026-03-19T03:36:44.940Z PASS [ 0.060s] (2024/2720) omicron-sled-agent updates::test::test_query_sled_agent_version
88492026-03-19T03:36:44.949Z PASS [ 0.060s] (2025/2720) omicron-sled-agent updates::test::test_query_zone_version
88502026-03-19T03:36:44.973Z PASS [ 0.070s] (2026/2720) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
88512026-03-19T03:36:45.028Z PASS [ 0.070s] (2027/2720) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
88522026-03-19T03:36:45.629Z PASS [ 5.317s] (2028/2720) omicron-passwords test::test_reproducible
88532026-03-19T03:36:46.427Z PASS [ 125.467s] (2029/2720) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
88542026-03-19T03:36:47.146Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
88552026-03-19T03:36:48.279Z PASS [ 3.339s] (2030/2720) omicron-sled-agent zone_bundle::illumos_tests::test_context
88562026-03-19T03:36:48.523Z PASS [ 61.380s] (2031/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
88572026-03-19T03:36:48.607Z PASS [ 0.060s] (2032/2720) omicron-sled-agent zone_bundle::tests::test_dir_size
88582026-03-19T03:36:48.614Z PASS [ 95.701s] (2033/2720) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
88592026-03-19T03:36:48.691Z PASS [ 0.411s] (2034/2720) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
88602026-03-19T03:36:48.705Z PASS [ 0.112s] (2035/2720) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
88612026-03-19T03:36:48.719Z PASS [ 0.127s] (2036/2720) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
88622026-03-19T03:36:48.730Z PASS [ 0.040s] (2037/2720) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
88632026-03-19T03:36:48.773Z PASS [ 0.052s] (2038/2720) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
88642026-03-19T03:36:48.785Z PASS [ 0.042s] (2039/2720) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
88652026-03-19T03:36:49.034Z PASS [ 4.915s] (2040/2720) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
88662026-03-19T03:36:49.106Z PASS [ 0.310s] (2041/2720) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
88672026-03-19T03:36:49.123Z PASS [ 0.045s] (2042/2720) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
88682026-03-19T03:36:49.144Z PASS [ 0.371s] (2043/2720) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
88692026-03-19T03:36:49.177Z PASS [ 0.053s] (2044/2720) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
88702026-03-19T03:36:49.347Z PASS [ 4.420s] (2045/2720) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
88712026-03-19T03:36:49.395Z PASS [ 0.703s] (2046/2720) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
88722026-03-19T03:36:49.421Z PASS [ 9.410s] (2047/2720) omicron-omdb::test_all_output test_omdb_usage_errors
88732026-03-19T03:36:49.467Z PASS [ 0.322s] (2048/2720) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
88742026-03-19T03:36:49.656Z PASS [ 0.479s] (2049/2720) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
88752026-03-19T03:36:49.674Z PASS [ 0.328s] (2050/2720) omicron-test-utils dev::db::test::test_bad_cmd
88762026-03-19T03:36:49.724Z PASS [ 0.046s] (2051/2720) omicron-test-utils dev::db::test::test_make_pg_config_fail
88772026-03-19T03:36:49.774Z PASS [ 0.043s] (2052/2720) omicron-test-utils dev::db::test::test_make_pg_config_ok
88782026-03-19T03:36:49.814Z PASS [ 0.048s] (2053/2720) omicron-test-utils dev::db::test::test_parse_http_addr
88792026-03-19T03:36:49.836Z PASS [ 0.352s] (2054/2720) omicron-test-utils dev::db::test::test_database_start_hang
88802026-03-19T03:36:49.859Z PASS [ 0.047s] (2055/2720) omicron-test-utils dev::db::test::test_process_exit_abnormal
88812026-03-19T03:36:49.870Z PASS [ 4.838s] (2056/2720) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
88822026-03-19T03:36:49.877Z PASS [ 0.057s] (2057/2720) omicron-test-utils dev::db::test::test_process_exit_normal
88832026-03-19T03:36:49.974Z PASS [ 0.578s] (2058/2720) omicron-test-utils dev::db::test::test_cmd_fails
88842026-03-19T03:36:50.026Z PASS [ 0.051s] (2059/2720) omicron-test-utils dev::db::test::test_starter_tmpdir
88852026-03-19T03:36:50.085Z PASS [ 0.053s] (2060/2720) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
88862026-03-19T03:36:50.319Z PASS [ 1.048s] (2061/2720) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
88872026-03-19T03:36:50.386Z PASS [ 0.044s] (2062/2720) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
88882026-03-19T03:36:50.386Z PASS [ 0.052s] (2063/2720) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
88892026-03-19T03:36:50.386Z PASS [ 0.041s] (2064/2720) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
88902026-03-19T03:36:50.386Z PASS [ 0.059s] (2065/2720) omicron-test-utils dev::test_cmds::tests::test_redact_extra
88912026-03-19T03:36:50.386Z PASS [ 0.063s] (2066/2720) omicron-test-utils dev::test_cmds::tests::test_redact_section
88922026-03-19T03:36:50.386Z PASS [ 0.070s] (2067/2720) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
88932026-03-19T03:36:50.386Z PASS [ 54.046s] (2068/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
88942026-03-19T03:36:50.498Z PASS [ 4.770s] (2069/2720) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
88952026-03-19T03:36:50.498Z PASS [ 0.590s] (2070/2720) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
88962026-03-19T03:36:50.531Z PASS [ 0.189s] (2071/2720) oximeter test::timeseries_schema_consistency
88972026-03-19T03:36:50.532Z PASS [ 0.194s] (2072/2720) oximeter-collector agent::tests::test_self_stat_collection_count
88982026-03-19T03:36:50.543Z PASS [ 0.332s] (2073/2720) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
88992026-03-19T03:36:50.564Z PASS [ 0.183s] (2074/2720) oximeter-collector agent::tests::test_self_stat_error_counter
89002026-03-19T03:36:50.609Z PASS [ 0.059s] (2075/2720) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
89012026-03-19T03:36:50.609Z PASS [ 0.141s] (2076/2720) oximeter-collector agent::tests::test_self_stat_unreachable_counter
89022026-03-19T03:36:50.639Z PASS [ 0.060s] (2077/2720) oximeter-collector self_stats::tests::test_failure_reason_serialization
89032026-03-19T03:36:50.647Z PASS [ 0.144s] (2078/2720) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
89042026-03-19T03:36:50.647Z PASS [ 0.043s] (2079/2720) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
89052026-03-19T03:36:50.703Z PASS [ 0.158s] (2080/2720) oximeter-collector agent::tests::verify_producer_details
89062026-03-19T03:36:50.723Z PASS [ 0.049s] (2081/2720) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
89072026-03-19T03:36:50.723Z PASS [ 1.021s] (2082/2720) omicron-test-utils dev::db::test::test_http_addr_integration
89082026-03-19T03:36:50.723Z PASS [ 0.049s] (2083/2720) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
89092026-03-19T03:36:50.723Z PASS [ 0.048s] (2084/2720) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
89102026-03-19T03:36:50.723Z PASS [ 0.112s] (2085/2720) oximeter-collector::test_commands test_oximeter_no_args
89112026-03-19T03:36:50.723Z PASS [ 0.044s] (2086/2720) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
89122026-03-19T03:36:50.765Z PASS [ 13.860s] (2087/2720) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
89132026-03-19T03:36:50.994Z PASS [ 13.552s] (2088/2720) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
89142026-03-19T03:36:51.147Z PASS [ 15.234s] (2089/2720) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
89152026-03-19T03:36:51.229Z PASS [ 0.060s] (2090/2720) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
89162026-03-19T03:36:51.261Z PASS [ 11.022s] (2091/2720) omicron-passwords test::test_compatible
89172026-03-19T03:36:51.282Z PASS [ 13.411s] (2092/2720) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
89182026-03-19T03:36:51.321Z PASS [ 1.435s] (2093/2720) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
89192026-03-19T03:36:51.388Z PASS [ 0.651s] (2094/2720) oximeter-db client::tests::can_ping_clickhouse
89202026-03-19T03:36:51.397Z PASS [ 113.175s] (2095/2720) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
89212026-03-19T03:36:51.433Z PASS [ 15.024s] (2096/2720) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
89222026-03-19T03:36:51.449Z PASS [ 2.028s] (2097/2720) omicron-test-utils dev::db::test::test_database_concurrent
89232026-03-19T03:36:51.484Z PASS [ 14.869s] (2098/2720) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
89242026-03-19T03:36:51.574Z PASS [ 0.890s] (2099/2720) oximeter-db client::oxql::tests::test_get_fields_query
89252026-03-19T03:36:51.611Z PASS [ 0.937s] (2100/2720) oximeter-db client::oxql::tests::test_get_entire_table
89262026-03-19T03:36:51.643Z PASS [ 0.963s] (2101/2720) oximeter-db client::oxql::tests::test_get_fields
89272026-03-19T03:36:51.656Z PASS [ 0.937s] (2102/2720) oximeter-db client::oxql::tests::test_limit_operations
89282026-03-19T03:36:51.656Z PASS [ 0.949s] (2103/2720) oximeter-db client::oxql::tests::test_get_one_timeseries
89292026-03-19T03:36:51.657Z PASS [ 0.972s] (2104/2720) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
89302026-03-19T03:36:51.747Z PASS [ 5.323s] (2105/2720) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
89312026-03-19T03:36:52.038Z PASS [ 53.709s] (2106/2720) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
89322026-03-19T03:36:52.050Z PASS [ 0.771s] (2107/2720) oximeter-db client::tests::read_latest_version_reports_max
89332026-03-19T03:36:52.080Z PASS [ 0.681s] (2108/2720) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
89342026-03-19T03:36:52.080Z PASS [ 0.764s] (2109/2720) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
89352026-03-19T03:36:52.141Z PASS [ 0.686s] (2110/2720) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
89362026-03-19T03:36:52.183Z PASS [ 0.774s] (2111/2720) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
89372026-03-19T03:36:52.355Z PASS [ 0.911s] (2112/2720) oximeter-db client::tests::select_timeseries_with_select_one
89382026-03-19T03:36:52.532Z PASS [ 0.904s] (2113/2720) oximeter-db client::tests::test_client_select_timeseries_one
89392026-03-19T03:36:52.626Z PASS [ 0.049s] (2114/2720) oximeter-db client::tests::test_read_schema_upgrade_sql_files
89402026-03-19T03:36:52.626Z PASS [ 0.797s] (2115/2720) oximeter-db client::tests::test_database_version_will_not_upgrade
89412026-03-19T03:36:52.626Z PASS [ 0.804s] (2116/2720) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
89422026-03-19T03:36:52.626Z PASS [ 0.846s] (2117/2720) oximeter-db client::tests::test_database_version_will_not_downgrade
89432026-03-19T03:36:52.626Z PASS [ 0.818s] (2118/2720) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
89442026-03-19T03:36:52.626Z PASS [ 0.908s] (2119/2720) oximeter-db client::tests::test_database_version_update_is_idempotent
89452026-03-19T03:36:52.626Z PASS [ 0.045s] (2120/2720) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
89462026-03-19T03:36:52.626Z PASS [ 0.050s] (2121/2720) oximeter-db client::tests::test_read_timeseries_to_delete
89472026-03-19T03:36:52.626Z PASS [ 0.043s] (2122/2720) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
89482026-03-19T03:36:52.626Z PASS [ 0.858s] (2123/2720) oximeter-db client::tests::test_differentiate_by_timeseries_name
89492026-03-19T03:36:52.626Z PASS [ 0.790s] (2124/2720) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
89502026-03-19T03:36:52.896Z PASS [ 0.821s] (2125/2720) oximeter-db client::tests::test_field_record_count
89512026-03-19T03:36:52.949Z PASS [ 0.813s] (2126/2720) oximeter-db client::tests::test_get_schema_no_new_values
89522026-03-19T03:36:52.949Z PASS [ 0.817s] (2127/2720) oximeter-db client::tests::test_insert_samples
89532026-03-19T03:36:52.967Z PASS [ 0.815s] (2128/2720) oximeter-db client::tests::test_is_oximeter_cluster
89542026-03-19T03:36:53.075Z PASS [ 1.859s] (2129/2720) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
89552026-03-19T03:36:53.153Z PASS [ 0.952s] (2130/2720) oximeter-db client::tests::test_list_timeseries
89562026-03-19T03:36:53.192Z PASS [ 0.042s] (2131/2720) oximeter-db client::tests::test_unravel_index
89572026-03-19T03:36:53.224Z PASS [ 0.834s] (2132/2720) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
89582026-03-19T03:36:53.258Z PASS [ 0.055s] (2133/2720) oximeter-db client::tests::test_verify_schema_upgrades
89592026-03-19T03:36:53.312Z PASS [ 0.056s] (2134/2720) oximeter-db model::fields::tests::test_extract_fields_as_block
89602026-03-19T03:36:53.368Z PASS [ 0.851s] (2135/2720) oximeter-db client::tests::test_schema_mismatch
89612026-03-19T03:36:53.416Z PASS [ 0.042s] (2136/2720) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
89622026-03-19T03:36:53.416Z PASS [ 0.868s] (2137/2720) oximeter-db client::tests::test_schema_update
89632026-03-19T03:36:53.417Z PASS [ 1.321s] (2138/2720) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
89642026-03-19T03:36:53.417Z PASS [ 0.054s] (2139/2720) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
89652026-03-19T03:36:53.435Z PASS [ 0.050s] (2140/2720) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
89662026-03-19T03:36:53.435Z PASS [ 0.044s] (2141/2720) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
89672026-03-19T03:36:53.435Z PASS [ 0.051s] (2142/2720) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
89682026-03-19T03:36:53.435Z PASS [ 2.155s] (2143/2720) oximeter-db client::tests::insert_samples_fails_fast
89692026-03-19T03:36:53.436Z PASS [ 0.043s] (2144/2720) oximeter-db native::block::tests::concat_blocks
89702026-03-19T03:36:53.436Z PASS [ 0.918s] (2145/2720) oximeter-db client::tests::test_select_timeseries_with_all
89712026-03-19T03:36:53.436Z PASS [ 0.036s] (2146/2720) oximeter-db native::block::tests::datetime64_scale_checks_range
89722026-03-19T03:36:53.436Z PASS [ 0.931s] (2147/2720) oximeter-db client::tests::test_select_all_field_types
89732026-03-19T03:36:53.529Z PASS [ 0.038s] (2148/2720) oximeter-db native::block::tests::parse_date_time
89742026-03-19T03:36:53.529Z PASS [ 0.039s] (2149/2720) oximeter-db native::block::tests::parse_date_time64
89752026-03-19T03:36:53.529Z PASS [ 0.040s] (2150/2720) oximeter-db native::block::tests::parse_escaped_date_time64
89762026-03-19T03:36:53.576Z PASS [ 0.042s] (2151/2720) oximeter-db native::block::tests::test_datetime64_conversions
89772026-03-19T03:36:53.576Z PASS [ 0.037s] (2152/2720) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
89782026-03-19T03:36:53.576Z PASS [ 0.041s] (2153/2720) oximeter-db native::block::tests::test_parse_all_known_timezones
89792026-03-19T03:36:53.576Z PASS [ 0.047s] (2154/2720) oximeter-db native::block::tests::test_data_type_to_string
89802026-03-19T03:36:53.576Z PASS [ 0.988s] (2155/2720) oximeter-db client::tests::test_select_all_datum_types
89812026-03-19T03:36:53.576Z PASS [ 0.043s] (2156/2720) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
89822026-03-19T03:36:53.576Z PASS [ 0.040s] (2157/2720) oximeter-db native::block::tests::test_parse_enum_variant
89832026-03-19T03:36:53.576Z PASS [ 0.043s] (2158/2720) oximeter-db native::block::tests::test_parse_enum8
89842026-03-19T03:36:53.577Z PASS [ 0.048s] (2159/2720) oximeter-db native::block::tests::test_parse_invalid_data_type
89852026-03-19T03:36:53.672Z PASS [ 1.053s] (2160/2720) oximeter-db client::tests::test_select_timeseries_with_order
89862026-03-19T03:36:53.672Z PASS [ 1.093s] (2161/2720) oximeter-db client::tests::test_select_timeseries_with_limit
89872026-03-19T03:36:53.729Z PASS [ 0.043s] (2162/2720) oximeter-db native::io::block::tests::test_decode_block_with_nulls
89882026-03-19T03:36:53.753Z PASS [ 0.042s] (2163/2720) oximeter-db native::io::block::tests::test_decode_full_block
89892026-03-19T03:36:53.753Z PASS [ 0.039s] (2164/2720) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
89902026-03-19T03:36:53.791Z PASS [ 0.878s] (2165/2720) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
89912026-03-19T03:36:53.791Z PASS [ 1.291s] (2166/2720) oximeter-db client::tests::test_recall_of_all_fields
89922026-03-19T03:36:53.791Z PASS [ 0.860s] (2167/2720) oximeter-db client::tests::test_select_timeseries_with_start_time
89932026-03-19T03:36:53.792Z PASS [ 0.874s] (2168/2720) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
89942026-03-19T03:36:53.827Z PASS [ 0.042s] (2169/2720) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
89952026-03-19T03:36:53.830Z PASS [ 0.038s] (2170/2720) oximeter-db native::io::column::tests::test_decode_string_column
89962026-03-19T03:36:53.830Z PASS [ 0.038s] (2171/2720) oximeter-db native::io::column::tests::test_decode_uint64_column
89972026-03-19T03:36:53.830Z PASS [ 0.045s] (2172/2720) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
89982026-03-19T03:36:53.830Z PASS [ 0.045s] (2173/2720) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
89992026-03-19T03:36:53.830Z PASS [ 0.038s] (2174/2720) oximeter-db native::io::column::tests::test_decode_uint8_column
90002026-03-19T03:36:53.855Z PASS [ 0.040s] (2175/2720) oximeter-db native::io::packet::server::tests::test_decode_full_hello
90012026-03-19T03:36:53.855Z PASS [ 0.041s] (2176/2720) oximeter-db native::io::column::tests::test_decode_uuid_column
90022026-03-19T03:36:53.855Z PASS [ 0.043s] (2177/2720) oximeter-db native::io::column::tests::test_encode_decode_column
90032026-03-19T03:36:53.900Z PASS [ 0.044s] (2178/2720) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
90042026-03-19T03:36:53.900Z PASS [ 0.041s] (2179/2720) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
90052026-03-19T03:36:53.948Z PASS [ 0.804s] (2180/2720) oximeter-db client::tests::test_timeseries_schema_list
90062026-03-19T03:36:53.948Z PASS [ 0.040s] (2181/2720) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
90072026-03-19T03:36:53.948Z PASS [ 0.037s] (2182/2720) oximeter-db native::io::packet::server::tests::test_decode_pong
90082026-03-19T03:36:53.948Z PASS [ 0.043s] (2183/2720) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
90092026-03-19T03:36:53.948Z PASS [ 0.035s] (2184/2720) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
90102026-03-19T03:36:53.948Z PASS [ 0.036s] (2185/2720) oximeter-db native::io::packet::server::tests::test_decode_single_exception
90112026-03-19T03:36:53.948Z PASS [ 0.038s] (2186/2720) oximeter-db native::io::string::test::test_encode_decode
90122026-03-19T03:36:53.948Z PASS [ 0.035s] (2187/2720) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
90132026-03-19T03:36:53.948Z PASS [ 0.036s] (2188/2720) oximeter-db native::io::string::test::test_encode_hello_world
90142026-03-19T03:36:54.000Z PASS [ 0.035s] (2189/2720) oximeter-db native::io::table_columns::tests::test_column_count
90152026-03-19T03:36:54.000Z PASS [ 0.036s] (2190/2720) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
90162026-03-19T03:36:54.001Z PASS [ 0.036s] (2191/2720) oximeter-db native::io::table_columns::tests::test_column_description_with_default
90172026-03-19T03:36:54.001Z PASS [ 0.034s] (2192/2720) oximeter-db oxql::ast::grammar::tests::test_align_table_op
90182026-03-19T03:36:54.001Z PASS [ 0.035s] (2193/2720) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
90192026-03-19T03:36:54.001Z PASS [ 0.038s] (2194/2720) oximeter-db oxql::ast::grammar::tests::test_comparison
90202026-03-19T03:36:54.001Z PASS [ 0.042s] (2195/2720) oximeter-db native::io::table_columns::tests::test_column_descriptions
90212026-03-19T03:36:54.001Z PASS [ 0.045s] (2196/2720) oximeter-db native::io::varuint::test_encode_decode_varuint
90222026-03-19T03:36:54.001Z PASS [ 0.040s] (2197/2720) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
90232026-03-19T03:36:54.047Z PASS [ 0.033s] (2198/2720) oximeter-db oxql::ast::grammar::tests::test_double_literal
90242026-03-19T03:36:54.047Z PASS [ 0.034s] (2199/2720) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
90252026-03-19T03:36:54.047Z PASS [ 0.033s] (2200/2720) oximeter-db oxql::ast::grammar::tests::test_duration_literal
90262026-03-19T03:36:54.047Z PASS [ 0.035s] (2201/2720) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
90272026-03-19T03:36:54.047Z PASS [ 0.038s] (2202/2720) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
90282026-03-19T03:36:54.047Z PASS [ 0.035s] (2203/2720) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
90292026-03-19T03:36:54.047Z PASS [ 0.833s] (2204/2720) oximeter-db client::tests::test_update_schema_cache_on_new_sample
90302026-03-19T03:36:54.070Z PASS [ 0.040s] (2205/2720) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
90312026-03-19T03:36:54.070Z PASS [ 0.037s] (2206/2720) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
90322026-03-19T03:36:54.070Z PASS [ 0.037s] (2207/2720) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
90332026-03-19T03:36:54.071Z PASS [ 0.039s] (2208/2720) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
90342026-03-19T03:36:54.071Z PASS [ 0.039s] (2209/2720) oximeter-db oxql::ast::grammar::tests::test_group_by
90352026-03-19T03:36:54.071Z PASS [ 0.038s] (2210/2720) oximeter-db oxql::ast::grammar::tests::test_ident
90362026-03-19T03:36:54.071Z PASS [ 0.044s] (2211/2720) oximeter-db oxql::ast::grammar::tests::test_get_table_op
90372026-03-19T03:36:54.164Z PASS [ 0.043s] (2212/2720) oximeter-db oxql::ast::grammar::tests::test_integer_literal
90382026-03-19T03:36:54.164Z PASS [ 0.035s] (2213/2720) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
90392026-03-19T03:36:54.164Z PASS [ 0.045s] (2214/2720) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
90402026-03-19T03:36:54.164Z PASS [ 0.043s] (2215/2720) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
90412026-03-19T03:36:54.170Z PASS [ 0.033s] (2216/2720) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
90422026-03-19T03:36:54.170Z PASS [ 0.035s] (2217/2720) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
90432026-03-19T03:36:54.170Z PASS [ 0.040s] (2218/2720) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
90442026-03-19T03:36:54.237Z PASS [ 0.045s] (2219/2720) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
90452026-03-19T03:36:54.237Z PASS [ 0.042s] (2220/2720) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
90462026-03-19T03:36:54.237Z PASS [ 0.041s] (2221/2720) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
90472026-03-19T03:36:54.237Z PASS [ 0.042s] (2222/2720) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
90482026-03-19T03:36:54.237Z PASS [ 0.652s] (2223/2720) oximeter-db native::connection::tests::test_exchange_hello
90492026-03-19T03:36:54.237Z PASS [ 0.657s] (2224/2720) oximeter-db native::connection::tests::test_basic_select_query
90502026-03-19T03:36:54.237Z PASS [ 0.053s] (2225/2720) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
90512026-03-19T03:36:54.238Z PASS [ 0.054s] (2226/2720) oximeter-db oxql::ast::grammar::tests::test_query
90522026-03-19T03:36:54.238Z PASS [ 0.651s] (2227/2720) oximeter-db native::connection::tests::test_insert_and_select_uuid
90532026-03-19T03:36:54.238Z PASS [ 0.658s] (2228/2720) oximeter-db native::connection::tests::test_insert_and_select_data
90542026-03-19T03:36:54.238Z PASS [ 0.652s] (2229/2720) oximeter-db native::connection::tests::test_select_array_of_nullable_column
90552026-03-19T03:36:54.238Z PASS [ 1.182s] (2230/2720) oximeter-db client::tests::test_sql_query_output
90562026-03-19T03:36:54.238Z PASS [ 0.655s] (2231/2720) oximeter-db native::connection::tests::test_select_array_column
90572026-03-19T03:36:54.238Z PASS [ 0.038s] (2232/2720) oximeter-db oxql::ast::grammar::tests::test_reducer
90582026-03-19T03:36:54.238Z PASS [ 0.642s] (2233/2720) oximeter-db native::connection::tests::test_select_nullable_column
90592026-03-19T03:36:54.238Z PASS [ 0.039s] (2234/2720) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
90602026-03-19T03:36:54.238Z PASS [ 0.040s] (2235/2720) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
90612026-03-19T03:36:54.238Z PASS [ 0.045s] (2236/2720) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
90622026-03-19T03:36:54.238Z PASS [ 0.040s] (2237/2720) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
90632026-03-19T03:36:54.238Z PASS [ 0.044s] (2238/2720) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
90642026-03-19T03:36:54.238Z PASS [ 0.037s] (2239/2720) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
90652026-03-19T03:36:54.238Z PASS [ 0.040s] (2240/2720) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
90662026-03-19T03:36:54.238Z PASS [ 0.036s] (2241/2720) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
90672026-03-19T03:36:54.238Z PASS [ 0.039s] (2242/2720) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
90682026-03-19T03:36:54.238Z PASS [ 0.038s] (2243/2720) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
90692026-03-19T03:36:54.238Z PASS [ 0.043s] (2244/2720) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
90702026-03-19T03:36:54.238Z PASS [ 0.042s] (2245/2720) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
90712026-03-19T03:36:54.238Z PASS [ 0.037s] (2246/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
90722026-03-19T03:36:54.238Z PASS [ 0.038s] (2247/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
90732026-03-19T03:36:54.254Z PASS [ 0.045s] (2248/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
90742026-03-19T03:36:54.254Z PASS [ 0.042s] (2249/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
90752026-03-19T03:36:54.254Z PASS [ 0.034s] (2250/2720) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
90762026-03-19T03:36:54.254Z PASS [ 0.052s] (2251/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
90772026-03-19T03:36:54.254Z PASS [ 0.051s] (2252/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
90782026-03-19T03:36:54.254Z PASS [ 0.050s] (2253/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
90792026-03-19T03:36:54.254Z PASS [ 0.055s] (2254/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
90802026-03-19T03:36:54.254Z PASS [ 0.052s] (2255/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
90812026-03-19T03:36:54.254Z PASS [ 0.056s] (2256/2720) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
90822026-03-19T03:36:54.254Z PASS [ 0.037s] (2257/2720) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
90832026-03-19T03:36:54.254Z PASS [ 0.039s] (2258/2720) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
90842026-03-19T03:36:54.254Z PASS [ 0.040s] (2259/2720) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
90852026-03-19T03:36:54.254Z PASS [ 0.760s] (2260/2720) oximeter-db native::connection::tests::test_can_cancel_query
90862026-03-19T03:36:54.254Z PASS [ 0.040s] (2261/2720) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
90872026-03-19T03:36:54.254Z PASS [ 0.039s] (2262/2720) oximeter-db oxql::plan::align::test::test_align_input_schema
90882026-03-19T03:36:54.254Z PASS [ 0.649s] (2263/2720) oximeter-db native::connection::tests::test_send_cancel_with_no_query
90892026-03-19T03:36:54.531Z PASS [ 0.155s] (2264/2720) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
90902026-03-19T03:36:54.626Z PASS [ 0.147s] (2265/2720) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
90912026-03-19T03:36:54.626Z PASS [ 0.120s] (2266/2720) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
90922026-03-19T03:36:54.626Z PASS [ 0.155s] (2267/2720) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
90932026-03-19T03:36:54.626Z PASS [ 0.153s] (2268/2720) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
90942026-03-19T03:36:54.626Z PASS [ 0.159s] (2269/2720) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
90952026-03-19T03:36:54.626Z PASS [ 0.189s] (2270/2720) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
90962026-03-19T03:36:54.629Z PASS [ 0.207s] (2271/2720) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
90972026-03-19T03:36:54.629Z PASS [ 0.209s] (2272/2720) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
90982026-03-19T03:36:54.630Z PASS [ 0.192s] (2273/2720) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
90992026-03-19T03:36:54.630Z PASS [ 0.217s] (2274/2720) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
91002026-03-19T03:36:54.630Z PASS [ 0.106s] (2275/2720) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
91012026-03-19T03:36:54.630Z PASS [ 0.047s] (2276/2720) oximeter-db oxql::query::tests::test_coalesce_limits
91022026-03-19T03:36:54.630Z PASS [ 0.105s] (2277/2720) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
91032026-03-19T03:36:54.630Z PASS [ 0.044s] (2278/2720) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
91042026-03-19T03:36:54.630Z PASS [ 0.253s] (2279/2720) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
91052026-03-19T03:36:54.630Z PASS [ 0.105s] (2280/2720) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
91062026-03-19T03:36:54.630Z PASS [ 0.048s] (2281/2720) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
91072026-03-19T03:36:54.630Z PASS [ 0.103s] (2282/2720) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
91082026-03-19T03:36:54.630Z PASS [ 0.100s] (2283/2720) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
91092026-03-19T03:36:54.630Z PASS [ 0.279s] (2284/2720) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
91102026-03-19T03:36:54.631Z PASS [ 0.047s] (2285/2720) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
91112026-03-19T03:36:54.631Z PASS [ 0.271s] (2286/2720) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
91122026-03-19T03:36:54.631Z PASS [ 0.284s] (2287/2720) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
91132026-03-19T03:36:54.631Z PASS [ 0.101s] (2288/2720) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
91142026-03-19T03:36:54.631Z PASS [ 0.124s] (2289/2720) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
91152026-03-19T03:36:54.631Z PASS [ 0.043s] (2290/2720) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
91162026-03-19T03:36:54.631Z PASS [ 0.288s] (2291/2720) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
91172026-03-19T03:36:54.631Z PASS [ 0.043s] (2292/2720) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
91182026-03-19T03:36:54.631Z PASS [ 38.753s] (2293/2720) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
91192026-03-19T03:36:54.631Z PASS [ 0.044s] (2294/2720) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
91202026-03-19T03:36:54.631Z PASS [ 0.044s] (2295/2720) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
91212026-03-19T03:36:54.631Z PASS [ 0.044s] (2296/2720) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
91222026-03-19T03:36:54.631Z PASS [ 0.045s] (2297/2720) oximeter-db oxql::query::tests::test_coalesce_predicates
91232026-03-19T03:36:54.631Z PASS [ 0.043s] (2298/2720) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
91242026-03-19T03:36:54.632Z PASS [ 0.044s] (2299/2720) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
91252026-03-19T03:36:54.632Z PASS [ 0.044s] (2300/2720) oximeter-db oxql::query::tests::test_insert_filters
91262026-03-19T03:36:54.632Z PASS [ 0.046s] (2301/2720) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
91272026-03-19T03:36:54.632Z PASS [ 0.050s] (2302/2720) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
91282026-03-19T03:36:54.689Z PASS [ 0.046s] (2303/2720) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
91292026-03-19T03:36:54.689Z PASS [ 0.039s] (2304/2720) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
91302026-03-19T03:36:54.689Z PASS [ 0.042s] (2305/2720) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
91312026-03-19T03:36:54.695Z PASS [ 0.041s] (2306/2720) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
91322026-03-19T03:36:54.695Z PASS [ 0.053s] (2307/2720) oximeter-db oxql::query::tests::test_query_end_time
91332026-03-19T03:36:54.695Z PASS [ 0.043s] (2308/2720) oximeter-db query::tests::test_field_cmp
91342026-03-19T03:36:54.695Z PASS [ 0.042s] (2309/2720) oximeter-db query::tests::test_field_value_as_db_str
91352026-03-19T03:36:54.696Z PASS [ 0.047s] (2310/2720) oximeter-db query::tests::test_field_selector_as_query
91362026-03-19T03:36:54.696Z PASS [ 0.053s] (2311/2720) oximeter-db oxql::query::tests::test_split_query
91372026-03-19T03:36:54.696Z PASS [ 0.044s] (2312/2720) oximeter-db query::tests::test_select_query_builder_limit_offset
91382026-03-19T03:36:54.696Z PASS [ 0.040s] (2313/2720) oximeter-db query::tests::test_select_query_builder_no_fields
91392026-03-19T03:36:54.696Z PASS [ 0.049s] (2314/2720) oximeter-db query::tests::test_select_query_builder_from_parts
91402026-03-19T03:36:54.696Z PASS [ 0.050s] (2315/2720) oximeter-db query::tests::test_select_query_builder_field_selectors
91412026-03-19T03:36:54.696Z PASS [ 0.052s] (2316/2720) oximeter-db query::tests::test_select_query_builder_full
91422026-03-19T03:36:54.696Z PASS [ 0.055s] (2317/2720) oximeter-db query::tests::test_select_query_builder_filter_raw
91432026-03-19T03:36:54.696Z PASS [ 0.044s] (2318/2720) oximeter-db query::tests::test_select_query_builder_no_selectors
91442026-03-19T03:36:54.696Z PASS [ 0.045s] (2319/2720) oximeter-db query::tests::test_string_field_selector
91452026-03-19T03:36:54.696Z PASS [ 0.046s] (2320/2720) oximeter-db query::tests::test_time_range
91462026-03-19T03:36:54.710Z PASS [ 0.048s] (2321/2720) oximeter-db sql::tests::test_allow_limit_offset
91472026-03-19T03:36:54.710Z PASS [ 0.052s] (2322/2720) oximeter-db sql::tests::test_allow_subqueries
91482026-03-19T03:36:54.711Z PASS [ 0.052s] (2323/2720) oximeter-db sql::tests::test_cannot_name_database
91492026-03-19T03:36:54.711Z PASS [ 0.050s] (2324/2720) oximeter-db sql::tests::test_function_allow_list
91502026-03-19T03:36:54.711Z PASS [ 0.054s] (2325/2720) oximeter-db sql::tests::test_ctes_are_not_supported
91512026-03-19T03:36:54.711Z PASS [ 0.048s] (2326/2720) oximeter-db sql::tests::test_multiple_statements_are_not_supported
91522026-03-19T03:36:54.711Z PASS [ 0.051s] (2327/2720) oximeter-db sql::tests::test_query_must_be_select_statement
91532026-03-19T03:36:54.711Z PASS [ 0.049s] (2328/2720) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
91542026-03-19T03:36:54.711Z PASS [ 0.045s] (2329/2720) oximeter-db tests::test_timeseries_key_field_stability
91552026-03-19T03:36:54.711Z PASS [ 0.050s] (2330/2720) oximeter-db sql::tests::test_with_comma_join_fails
91562026-03-19T03:36:54.711Z PASS [ 0.046s] (2331/2720) oximeter-db tests::test_timeseries_key_sample_stability
91572026-03-19T03:36:54.711Z PASS [ 0.055s] (2332/2720) oximeter-db sql::tests::test_require_table_is_timeseries_name
91582026-03-19T03:36:54.711Z PASS [ 0.055s] (2333/2720) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
91592026-03-19T03:36:54.711Z PASS [ 0.067s] (2334/2720) oximeter-db sql::tests::test_join_must_be_inner
91602026-03-19T03:36:54.711Z PASS [ 0.032s] (2335/2720) oximeter-instruments http::tests::test_latency_tracker
91612026-03-19T03:36:54.711Z PASS [ 0.045s] (2336/2720) oximeter-db::integration_test test_schemas_are_not_modified
91622026-03-19T03:36:54.716Z PASS [ 0.042s] (2337/2720) oximeter-instruments kstat::cpu::tests::test_kstat_interested
91632026-03-19T03:36:54.749Z PASS [ 0.046s] (2338/2720) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
91642026-03-19T03:36:54.749Z PASS [ 0.033s] (2339/2720) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
91652026-03-19T03:36:54.749Z PASS [ 0.059s] (2340/2720) oximeter-instruments kstat::link::tests::test_kstat_interested
91662026-03-19T03:36:54.749Z PASS [ 0.036s] (2341/2720) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
91672026-03-19T03:36:54.750Z PASS [ 0.044s] (2342/2720) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
91682026-03-19T03:36:54.750Z PASS [ 0.071s] (2343/2720) oximeter-instruments kstat::link::tests::test_sled_datalink
91692026-03-19T03:36:54.750Z PASS [ 0.088s] (2344/2720) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
91702026-03-19T03:36:54.750Z PASS [ 0.028s] (2345/2720) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
91712026-03-19T03:36:54.750Z PASS [ 0.083s] (2346/2720) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
91722026-03-19T03:36:54.750Z PASS [ 0.034s] (2347/2720) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
91732026-03-19T03:36:54.750Z PASS [ 0.085s] (2348/2720) oximeter-instruments kstat::link::tests::test_kstat_sampler
91742026-03-19T03:36:54.750Z PASS [ 0.084s] (2349/2720) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
91752026-03-19T03:36:54.750Z PASS [ 0.079s] (2350/2720) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
91762026-03-19T03:36:54.750Z PASS [ 0.089s] (2351/2720) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
91772026-03-19T03:36:54.750Z PASS [ 0.092s] (2352/2720) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
91782026-03-19T03:36:54.750Z PASS [ 0.042s] (2353/2720) oximeter-macro-impl tests::test_metric_annotated_field
91792026-03-19T03:36:54.750Z PASS [ 0.110s] (2354/2720) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
91802026-03-19T03:36:54.750Z PASS [ 0.033s] (2355/2720) oximeter-macro-impl tests::test_metric_enum
91812026-03-19T03:36:54.750Z PASS [ 0.029s] (2356/2720) oximeter-macro-impl tests::test_target_enum
91822026-03-19T03:36:54.750Z PASS [ 0.029s] (2357/2720) oximeter-macro-impl tests::test_target_unit_struct
91832026-03-19T03:36:54.751Z PASS [ 0.037s] (2358/2720) oximeter-macro-impl tests::test_metric_without_datum_field
91842026-03-19T03:36:54.751Z PASS [ 0.031s] (2359/2720) oximeter-macro-impl tests::test_target
91852026-03-19T03:36:54.751Z PASS [ 0.031s] (2360/2720) oximeter-macro-impl tests::test_target_with_datum_field
91862026-03-19T03:36:54.751Z PASS [ 0.032s] (2361/2720) oximeter-macro-impl tests::test_target_empty_struct
91872026-03-19T03:36:54.751Z PASS [ 0.037s] (2362/2720) oximeter-macro-impl tests::test_metric_datum_field
91882026-03-19T03:36:54.795Z PASS [ 0.037s] (2363/2720) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
91892026-03-19T03:36:54.795Z PASS [ 0.042s] (2364/2720) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
91902026-03-19T03:36:54.795Z PASS [ 0.037s] (2365/2720) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
91912026-03-19T03:36:54.795Z PASS [ 0.037s] (2366/2720) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
91922026-03-19T03:36:54.795Z PASS [ 0.037s] (2367/2720) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
91932026-03-19T03:36:54.795Z PASS [ 0.035s] (2368/2720) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
91942026-03-19T03:36:54.795Z PASS [ 0.035s] (2369/2720) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
91952026-03-19T03:36:54.795Z PASS [ 0.045s] (2370/2720) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
91962026-03-19T03:36:54.795Z PASS [ 0.045s] (2371/2720) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
91972026-03-19T03:36:54.795Z PASS [ 0.043s] (2372/2720) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
91982026-03-19T03:36:54.795Z PASS [ 0.043s] (2373/2720) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
91992026-03-19T03:36:54.795Z PASS [ 0.040s] (2374/2720) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
92002026-03-19T03:36:54.795Z PASS [ 0.033s] (2375/2720) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
92012026-03-19T03:36:54.795Z PASS [ 0.160s] (2376/2720) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
92022026-03-19T03:36:54.795Z PASS [ 0.032s] (2377/2720) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
92032026-03-19T03:36:54.855Z PASS [ 0.035s] (2378/2720) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
92042026-03-19T03:36:54.856Z PASS [ 0.036s] (2379/2720) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
92052026-03-19T03:36:54.856Z PASS [ 0.035s] (2380/2720) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
92062026-03-19T03:36:54.856Z PASS [ 0.039s] (2381/2720) oximeter-schema ir::tests::fail_on_empty_descriptions
92072026-03-19T03:36:54.889Z PASS [ 0.037s] (2382/2720) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
92082026-03-19T03:36:54.889Z PASS [ 0.038s] (2383/2720) oximeter-schema ir::tests::fail_on_empty_metric_name
92092026-03-19T03:36:54.889Z PASS [ 0.039s] (2384/2720) oximeter-schema ir::tests::fail_on_very_long_field_names
92102026-03-19T03:36:54.889Z PASS [ 0.041s] (2385/2720) oximeter-schema ir::tests::fail_on_empty_target_name
92112026-03-19T03:36:54.889Z PASS [ 0.044s] (2386/2720) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
92122026-03-19T03:36:54.889Z PASS [ 0.044s] (2387/2720) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
92132026-03-19T03:36:54.889Z PASS [ 0.043s] (2388/2720) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
92142026-03-19T03:36:54.894Z PASS [ 0.041s] (2389/2720) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
92152026-03-19T03:36:54.894Z PASS [ 0.045s] (2390/2720) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
92162026-03-19T03:36:54.894Z PASS [ 0.040s] (2391/2720) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
92172026-03-19T03:36:54.894Z PASS [ 0.041s] (2392/2720) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
92182026-03-19T03:36:54.894Z PASS [ 0.043s] (2393/2720) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
92192026-03-19T03:36:54.894Z PASS [ 0.034s] (2394/2720) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
92202026-03-19T03:36:54.894Z PASS [ 0.041s] (2395/2720) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
92212026-03-19T03:36:54.894Z PASS [ 0.037s] (2396/2720) oximeter-schema ir::tests::only_support_format_version_1
92222026-03-19T03:36:54.894Z PASS [ 0.036s] (2397/2720) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
92232026-03-19T03:36:54.894Z PASS [ 0.048s] (2398/2720) oximeter-test-utils tests::test_gen_test_samples
92242026-03-19T03:36:54.894Z PASS [ 0.044s] (2399/2720) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
92252026-03-19T03:36:54.894Z PASS [ 0.042s] (2400/2720) oximeter-test-utils tests::test_timeseries_schema_from_parts
92262026-03-19T03:36:54.894Z PASS [ 0.044s] (2401/2720) oximeter-test-utils tests::test_timeseries_schema_from_sample
92272026-03-19T03:36:54.894Z PASS [ 0.040s] (2402/2720) oximeter-types histogram::tests::test_bin_range
92282026-03-19T03:36:54.894Z PASS [ 0.052s] (2403/2720) oximeter-test-utils tests::test_sample_struct
92292026-03-19T03:36:54.897Z PASS [ 0.043s] (2404/2720) oximeter-types histogram::tests::test_bin_range_from
92302026-03-19T03:36:54.897Z PASS [ 0.032s] (2405/2720) oximeter-types histogram::tests::test_ensure_finite
92312026-03-19T03:36:54.898Z PASS [ 0.036s] (2406/2720) oximeter-types histogram::tests::test_empty_bins_not_supported
92322026-03-19T03:36:54.938Z PASS [ 0.044s] (2407/2720) oximeter-types histogram::tests::test_bin_range_to
92332026-03-19T03:36:54.938Z PASS [ 0.037s] (2408/2720) oximeter-types histogram::tests::test_histogram_construct_with
92342026-03-19T03:36:54.938Z PASS [ 0.041s] (2409/2720) oximeter-types histogram::tests::test_histogram
92352026-03-19T03:36:54.938Z PASS [ 0.038s] (2410/2720) oximeter-types histogram::tests::test_histogram_extreme_bins
92362026-03-19T03:36:54.938Z PASS [ 0.820s] (2411/2720) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
92372026-03-19T03:36:54.938Z PASS [ 0.034s] (2412/2720) oximeter-types histogram::tests::test_histogram_float_bins
92382026-03-19T03:36:54.938Z PASS [ 0.033s] (2413/2720) oximeter-types histogram::tests::test_histogram_with_bins
92392026-03-19T03:36:54.939Z PASS [ 0.044s] (2414/2720) oximeter-types histogram::tests::test_histogram_extreme_samples
92402026-03-19T03:36:54.939Z PASS [ 0.044s] (2415/2720) oximeter-types histogram::tests::test_histogram_unbounded_samples
92412026-03-19T03:36:54.945Z PASS [ 0.036s] (2416/2720) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
92422026-03-19T03:36:54.945Z PASS [ 0.037s] (2417/2720) oximeter-types histogram::tests::test_histogram_unsorted_bins
92432026-03-19T03:36:54.945Z PASS [ 0.035s] (2418/2720) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
92442026-03-19T03:36:54.946Z PASS [ 0.033s] (2419/2720) oximeter-types histogram::tests::test_log_bins_u8
92452026-03-19T03:36:54.946Z PASS [ 0.036s] (2420/2720) oximeter-types histogram::tests::test_log_bins_u64
92462026-03-19T03:36:54.946Z PASS [ 0.037s] (2421/2720) oximeter-types histogram::tests::test_log_linear_bins_all_representable
92472026-03-19T03:36:54.946Z PASS [ 0.036s] (2422/2720) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
92482026-03-19T03:36:54.946Z PASS [ 0.035s] (2423/2720) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
92492026-03-19T03:36:54.946Z PASS [ 0.036s] (2424/2720) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
92502026-03-19T03:36:54.946Z PASS [ 0.034s] (2425/2720) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
92512026-03-19T03:36:55.008Z PASS [ 0.032s] (2426/2720) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
92522026-03-19T03:36:55.008Z PASS [ 0.033s] (2427/2720) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
92532026-03-19T03:36:55.008Z PASS [ 0.036s] (2428/2720) oximeter-types histogram::tests::test_span_decades
92542026-03-19T03:36:55.008Z PASS [ 0.037s] (2429/2720) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
92552026-03-19T03:36:55.008Z PASS [ 0.036s] (2430/2720) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
92562026-03-19T03:36:55.008Z PASS [ 0.035s] (2431/2720) oximeter-types histogram::tests::test_span_decades_other_counts_f64
92572026-03-19T03:36:55.008Z PASS [ 0.031s] (2432/2720) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
92582026-03-19T03:36:55.008Z PASS [ 0.033s] (2433/2720) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
92592026-03-19T03:36:55.008Z PASS [ 0.035s] (2434/2720) oximeter-types quantile::tests::test_default_percentiles
92602026-03-19T03:36:55.008Z PASS [ 0.032s] (2435/2720) oximeter-types quantile::tests::test_find_cells
92612026-03-19T03:36:55.008Z PASS [ 0.035s] (2436/2720) oximeter-types quantile::tests::test_empty_observations
92622026-03-19T03:36:55.008Z PASS [ 0.031s] (2437/2720) oximeter-types quantile::tests::test_invalid_p_value
92632026-03-19T03:36:55.009Z PASS [ 0.034s] (2438/2720) oximeter-types quantile::tests::test_integer_observations
92642026-03-19T03:36:55.009Z PASS [ 0.029s] (2439/2720) oximeter-types quantile::tests::test_max_p
92652026-03-19T03:36:55.009Z PASS [ 0.037s] (2440/2720) oximeter-types quantile::tests::test_float_observations
92662026-03-19T03:36:55.011Z PASS [ 0.029s] (2441/2720) oximeter-types quantile::tests::test_min_p
92672026-03-19T03:36:55.101Z PASS [ 0.029s] (2442/2720) oximeter-types quantile::tests::test_rounding
92682026-03-19T03:36:55.101Z PASS [ 0.033s] (2443/2720) oximeter-types quantile::tests::test_non_filled_observations
92692026-03-19T03:36:55.101Z PASS [ 0.034s] (2444/2720) oximeter-types schema::tests::test_field_schema_ordering
92702026-03-19T03:36:55.101Z PASS [ 0.032s] (2445/2720) oximeter-types traits::tests::test_metric_trait
92712026-03-19T03:36:55.101Z PASS [ 0.038s] (2446/2720) oximeter-types schema::tests::test_timeseries_name
92722026-03-19T03:36:55.101Z PASS [ 0.031s] (2447/2720) oximeter-types traits::tests::test_target_trait
92732026-03-19T03:36:55.101Z PASS [ 0.031s] (2448/2720) oximeter-types types::tests::test_cumulative_f64
92742026-03-19T03:36:55.101Z PASS [ 0.042s] (2449/2720) oximeter-types schema::tests::test_timeseries_name_from_str
92752026-03-19T03:36:55.101Z PASS [ 0.031s] (2450/2720) oximeter-types types::tests::test_cumulative_i64
92762026-03-19T03:36:55.101Z PASS [ 0.031s] (2451/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
92772026-03-19T03:36:55.101Z PASS [ 0.040s] (2452/2720) oximeter-types traits::tests::test_producer_trait
92782026-03-19T03:36:55.102Z PASS [ 0.032s] (2453/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
92792026-03-19T03:36:55.102Z PASS [ 0.031s] (2454/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
92802026-03-19T03:36:55.102Z PASS [ 0.040s] (2455/2720) oximeter-types types::tests::test_datum
92812026-03-19T03:36:55.102Z PASS [ 0.029s] (2456/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
92822026-03-19T03:36:55.102Z PASS [ 0.029s] (2457/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
92832026-03-19T03:36:55.102Z PASS [ 0.030s] (2458/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
92842026-03-19T03:36:55.102Z PASS [ 0.036s] (2459/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
92852026-03-19T03:36:55.102Z PASS [ 0.033s] (2460/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
92862026-03-19T03:36:55.102Z PASS [ 0.029s] (2461/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
92872026-03-19T03:36:55.102Z PASS [ 0.031s] (2462/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
92882026-03-19T03:36:55.102Z PASS [ 0.030s] (2463/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
92892026-03-19T03:36:55.102Z PASS [ 0.032s] (2464/2720) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
92902026-03-19T03:36:55.102Z PASS [ 0.030s] (2465/2720) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
92912026-03-19T03:36:55.103Z PASS [ 0.020s] (2466/2720) oxlog tests::test_daterange_filter
92922026-03-19T03:36:55.103Z PASS [ 0.037s] (2467/2720) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
92932026-03-19T03:36:55.103Z PASS [ 0.039s] (2468/2720) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
92942026-03-19T03:36:55.105Z PASS [ 0.030s] (2469/2720) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
92952026-03-19T03:36:55.106Z PASS [ 0.031s] (2470/2720) oximeter-types types::tests::test_measurement
92962026-03-19T03:36:55.106Z PASS [ 0.038s] (2471/2720) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
92972026-03-19T03:36:55.231Z PASS [ 0.032s] (2472/2720) oximeter-types types::tests::test_verify_field_names
92982026-03-19T03:36:55.231Z PASS [ 0.022s] (2473/2720) oxlog tests::test_sort_logs
92992026-03-19T03:36:55.231Z PASS [ 0.023s] (2474/2720) oxlog tests::test_oxide_smf_service_name_from_log_file_name
93002026-03-19T03:36:55.231Z PASS [ 0.024s] (2475/2720) oxlog tests::test_is_oxide_smf_log_file
93012026-03-19T03:36:55.231Z PASS [ 0.027s] (2476/2720) oxlog::bin/oxlog tests::test_parse_timestamp
93022026-03-19T03:36:55.231Z PASS [ 0.033s] (2477/2720) oxql-types point::tests::test_cast_points_from_bool
93032026-03-19T03:36:55.231Z PASS [ 0.031s] (2478/2720) oxql-types point::tests::test_cast_points_from_double
93042026-03-19T03:36:55.231Z PASS [ 0.031s] (2479/2720) oxql-types point::tests::test_cast_points_from_double_distribution
93052026-03-19T03:36:55.231Z PASS [ 0.030s] (2480/2720) oxql-types point::tests::test_cast_points_from_int_distribution
93062026-03-19T03:36:55.232Z PASS [ 0.030s] (2481/2720) oxql-types point::tests::test_join_point_arrays
93072026-03-19T03:36:55.232Z PASS [ 0.029s] (2482/2720) oxql-types point::tests::test_point_delta_between
93082026-03-19T03:36:55.232Z PASS [ 0.036s] (2483/2720) oxql-types point::tests::test_cast_points_from_string
93092026-03-19T03:36:55.232Z PASS [ 0.031s] (2484/2720) oxql-types point::tests::test_point_delta_between_with_new_epoch
93102026-03-19T03:36:55.232Z PASS [ 0.040s] (2485/2720) oxql-types point::tests::test_cast_points_from_integer
93112026-03-19T03:36:55.232Z PASS [ 0.023s] (2486/2720) range-requests test::get_response_no_range
93122026-03-19T03:36:55.232Z PASS [ 0.030s] (2487/2720) oxql-types point::tests::test_sub_between_histogram_distributions
93132026-03-19T03:36:55.232Z PASS [ 0.031s] (2488/2720) oxql-types point::tests::test_push_concrete_values
93142026-03-19T03:36:55.232Z PASS [ 0.022s] (2489/2720) range-requests test::invalid_ranges
93152026-03-19T03:36:55.232Z PASS [ 0.040s] (2490/2720) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
93162026-03-19T03:36:55.232Z PASS [ 0.028s] (2491/2720) range-requests test::get_response_with_range
93172026-03-19T03:36:55.232Z PASS [ 0.025s] (2492/2720) range-requests test::parse_range_invalid
93182026-03-19T03:36:55.232Z PASS [ 0.025s] (2493/2720) range-requests test::parse_range_valid
93192026-03-19T03:36:55.232Z PASS [ 0.023s] (2494/2720) range-requests test::range_into_str
93202026-03-19T03:36:55.232Z PASS [ 0.026s] (2495/2720) range-requests test::potential_range_parsing_does_not_crash
93212026-03-19T03:36:55.232Z PASS [ 0.027s] (2496/2720) range-requests test::single_range_parsing_does_not_crash
93222026-03-19T03:36:55.232Z PASS [ 0.089s] (2497/2720) parallel-task-set test::test_spawn_many
93232026-03-19T03:36:55.284Z PASS [ 0.142s] (2498/2720) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
93242026-03-19T03:36:55.284Z PASS [ 0.149s] (2499/2720) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
93252026-03-19T03:36:55.376Z PASS [ 0.208s] (2500/2720) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
93262026-03-19T03:36:55.376Z PASS [ 0.206s] (2501/2720) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
93272026-03-19T03:36:55.424Z PASS [ 0.233s] (2502/2720) reconfigurator-cli::test-scripts script::cmds-example.txt
93282026-03-19T03:36:55.424Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
93292026-03-19T03:36:55.424Z PASS [ 0.312s] (2503/2720) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
93302026-03-19T03:36:55.424Z PASS [ 0.307s] (2504/2720) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
93312026-03-19T03:36:55.538Z PASS [ 0.316s] (2505/2720) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
93322026-03-19T03:36:55.538Z PASS [ 0.321s] (2506/2720) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
93332026-03-19T03:36:55.538Z PASS [ 0.333s] (2507/2720) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
93342026-03-19T03:36:55.538Z PASS [ 0.133s] (2508/2720) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
93352026-03-19T03:36:55.602Z PASS [ 0.199s] (2509/2720) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
93362026-03-19T03:36:55.602Z PASS [ 0.137s] (2510/2720) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
93372026-03-19T03:36:55.652Z PASS [ 0.211s] (2511/2720) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
93382026-03-19T03:36:55.652Z PASS [ 0.225s] (2512/2720) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
93392026-03-19T03:36:55.652Z PASS [ 0.215s] (2513/2720) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
93402026-03-19T03:36:55.752Z PASS [ 0.211s] (2514/2720) reconfigurator-cli::test-scripts script::cmds.txt
93412026-03-19T03:36:55.876Z PASS [ 0.815s] (2515/2720) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
93422026-03-19T03:36:55.890Z PASS [ 0.812s] (2516/2720) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
93432026-03-19T03:36:55.925Z PASS [ 0.805s] (2517/2720) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
93442026-03-19T03:36:56.151Z PASS [ 0.940s] (2518/2720) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
93452026-03-19T03:36:56.303Z PASS [ 0.839s] (2519/2720) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
93462026-03-19T03:36:56.700Z PASS [ 1.614s] (2520/2720) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
93472026-03-19T03:36:56.898Z PASS [ 1.613s] (2521/2720) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
93482026-03-19T03:36:57.067Z PASS [ 1.847s] (2522/2720) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
93492026-03-19T03:36:57.100Z PASS [ 1.469s] (2523/2720) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
93502026-03-19T03:36:57.115Z PASS [ 1.634s] (2524/2720) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
93512026-03-19T03:36:57.129Z PASS [ 0.057s] (2525/2720) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
93522026-03-19T03:36:57.788Z PASS [ 0.101s] (2526/2720) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
93532026-03-19T03:37:01.124Z PASS [ 0.088s] (2527/2720) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
93542026-03-19T03:37:01.124Z PASS [ 0.090s] (2528/2720) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
93552026-03-19T03:37:01.124Z PASS [ 0.090s] (2529/2720) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
93562026-03-19T03:37:01.124Z PASS [ 0.107s] (2530/2720) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
93572026-03-19T03:37:01.124Z PASS [ 0.065s] (2531/2720) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
93582026-03-19T03:37:01.124Z PASS [ 0.114s] (2532/2720) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
93592026-03-19T03:37:01.124Z PASS [ 1.741s] (2533/2720) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
93602026-03-19T03:37:01.124Z PASS [ 0.069s] (2534/2720) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
93612026-03-19T03:37:01.124Z PASS [ 0.066s] (2535/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
93622026-03-19T03:37:01.124Z PASS [ 0.088s] (2536/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
93632026-03-19T03:37:01.124Z PASS [ 0.068s] (2537/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
93642026-03-19T03:37:01.126Z PASS [ 0.071s] (2538/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
93652026-03-19T03:37:01.126Z PASS [ 0.073s] (2539/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
93662026-03-19T03:37:01.126Z PASS [ 0.073s] (2540/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
93672026-03-19T03:37:01.126Z PASS [ 0.069s] (2541/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
93682026-03-19T03:37:01.126Z PASS [ 0.073s] (2542/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
93692026-03-19T03:37:01.126Z PASS [ 2.827s] (2543/2720) oximeter-producer tests::test_producer_registration_task
93702026-03-19T03:37:01.126Z PASS [ 0.068s] (2544/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
93712026-03-19T03:37:01.126Z PASS [ 0.072s] (2545/2720) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
93722026-03-19T03:37:01.126Z PASS [ 0.075s] (2546/2720) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
93732026-03-19T03:37:01.127Z PASS [ 0.889s] (2547/2720) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
93742026-03-19T03:37:01.127Z PASS [ 2.005s] (2548/2720) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
93752026-03-19T03:37:01.127Z PASS [ 0.080s] (2549/2720) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
93762026-03-19T03:37:01.127Z PASS [ 0.072s] (2550/2720) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
93772026-03-19T03:37:01.127Z PASS [ 0.073s] (2551/2720) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
93782026-03-19T03:37:01.127Z PASS [ 0.076s] (2552/2720) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
93792026-03-19T03:37:01.127Z PASS [ 0.084s] (2553/2720) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
93802026-03-19T03:37:01.127Z PASS [ 0.071s] (2554/2720) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
93812026-03-19T03:37:01.127Z PASS [ 0.069s] (2555/2720) sled-agent-config-reconciler ledger::tests::read_existing_config
93822026-03-19T03:37:01.127Z PASS [ 0.209s] (2556/2720) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
93832026-03-19T03:37:01.127Z PASS [ 0.093s] (2557/2720) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
93842026-03-19T03:37:01.127Z PASS [ 0.070s] (2558/2720) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
93852026-03-19T03:37:01.127Z PASS [ 0.073s] (2559/2720) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
93862026-03-19T03:37:01.234Z PASS [ 0.074s] (2560/2720) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
93872026-03-19T03:37:01.234Z PASS [ 0.077s] (2561/2720) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
93882026-03-19T03:37:01.234Z PASS [ 0.064s] (2562/2720) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
93892026-03-19T03:37:01.234Z PASS [ 0.071s] (2563/2720) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
93902026-03-19T03:37:01.235Z PASS [ 1.941s] (2564/2720) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
93912026-03-19T03:37:01.235Z PASS [ 0.054s] (2565/2720) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
93922026-03-19T03:37:01.235Z PASS [ 8.026s] (2566/2720) omicron-test-utils dev::db::test::test_setup_database_default_dir
93932026-03-19T03:37:01.235Z PASS [ 0.060s] (2567/2720) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
93942026-03-19T03:37:01.235Z PASS [ 0.073s] (2568/2720) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
93952026-03-19T03:37:01.235Z PASS [ 0.078s] (2569/2720) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
93962026-03-19T03:37:01.235Z PASS [ 2.149s] (2570/2720) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
93972026-03-19T03:37:01.235Z PASS [ 0.070s] (2571/2720) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
93982026-03-19T03:37:01.235Z PASS [ 0.065s] (2572/2720) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
93992026-03-19T03:37:01.235Z PASS [ 0.061s] (2573/2720) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
94002026-03-19T03:37:01.235Z PASS [ 0.059s] (2574/2720) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
94012026-03-19T03:37:01.235Z PASS [ 0.062s] (2575/2720) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
94022026-03-19T03:37:01.235Z PASS [ 0.065s] (2576/2720) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
94032026-03-19T03:37:01.235Z PASS [ 0.071s] (2577/2720) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
94042026-03-19T03:37:01.235Z PASS [ 0.045s] (2578/2720) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
94052026-03-19T03:37:01.235Z PASS [ 0.073s] (2579/2720) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
94062026-03-19T03:37:01.235Z PASS [ 0.045s] (2580/2720) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
94072026-03-19T03:37:01.235Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
94082026-03-19T03:37:01.235Z PASS [ 0.043s] (2581/2720) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
94092026-03-19T03:37:01.235Z PASS [ 2.845s] (2582/2720) reconfigurator-cli::test-scripts script::cmds-target-release.txt
94102026-03-19T03:37:01.235Z PASS [ 0.053s] (2583/2720) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
94112026-03-19T03:37:01.235Z PASS [ 0.055s] (2584/2720) sled-agent-resolvable-files manifest::tests::read_success
94122026-03-19T03:37:01.235Z PASS [ 0.042s] (2585/2720) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
94132026-03-19T03:37:01.235Z PASS [ 0.044s] (2586/2720) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
94142026-03-19T03:37:01.236Z PASS [ 0.040s] (2587/2720) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
94152026-03-19T03:37:01.236Z PASS [ 0.042s] (2588/2720) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
94162026-03-19T03:37:01.236Z PASS [ 0.039s] (2589/2720) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
94172026-03-19T03:37:01.236Z PASS [ 0.042s] (2590/2720) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
94182026-03-19T03:37:01.236Z PASS [ 0.045s] (2591/2720) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
94192026-03-19T03:37:01.236Z PASS [ 0.041s] (2592/2720) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
94202026-03-19T03:37:01.236Z PASS [ 0.041s] (2593/2720) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
94212026-03-19T03:37:01.236Z PASS [ 0.042s] (2594/2720) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
94222026-03-19T03:37:01.236Z PASS [ 0.041s] (2595/2720) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
94232026-03-19T03:37:01.236Z PASS [ 0.044s] (2596/2720) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
94242026-03-19T03:37:01.236Z PASS [ 0.041s] (2597/2720) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
94252026-03-19T03:37:01.237Z PASS [ 0.039s] (2598/2720) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
94262026-03-19T03:37:01.237Z PASS [ 0.040s] (2599/2720) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
94272026-03-19T03:37:01.237Z PASS [ 0.039s] (2600/2720) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
94282026-03-19T03:37:01.238Z PASS [ 0.043s] (2601/2720) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
94292026-03-19T03:37:01.238Z PASS [ 0.043s] (2602/2720) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
94302026-03-19T03:37:01.238Z PASS [ 0.044s] (2603/2720) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
94312026-03-19T03:37:01.238Z PASS [ 0.041s] (2604/2720) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
94322026-03-19T03:37:01.238Z PASS [ 0.042s] (2605/2720) sled-agent-resolvable-files mupdate_override::tests::read_both_present
94332026-03-19T03:37:01.238Z PASS [ 18.787s] (2606/2720) omicron-omdb::test_all_output test_omdb_env_settings
94342026-03-19T03:37:01.238Z PASS [ 0.045s] (2607/2720) sled-agent-resolvable-files mupdate_override::tests::read_different_values
94352026-03-19T03:37:01.238Z PASS [ 0.046s] (2608/2720) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
94362026-03-19T03:37:01.238Z PASS [ 0.053s] (2609/2720) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
94372026-03-19T03:37:01.238Z PASS [ 0.047s] (2610/2720) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
94382026-03-19T03:37:01.238Z PASS [ 0.050s] (2611/2720) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
94392026-03-19T03:37:01.238Z PASS [ 0.053s] (2612/2720) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
94402026-03-19T03:37:01.238Z PASS [ 0.035s] (2613/2720) sled-agent-types rack_init::tests::parse_rack_initialization
94412026-03-19T03:37:01.238Z PASS [ 0.052s] (2614/2720) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
94422026-03-19T03:37:01.239Z PASS [ 0.036s] (2615/2720) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
94432026-03-19T03:37:01.239Z PASS [ 0.038s] (2616/2720) sled-agent-types rack_init::tests::test_extra_certs
94442026-03-19T03:37:01.239Z PASS [ 0.037s] (2617/2720) sled-agent-types rack_init::tests::test_subnets
94452026-03-19T03:37:01.239Z PASS [ 0.031s] (2618/2720) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
94462026-03-19T03:37:01.239Z PASS [ 0.033s] (2619/2720) sled-agent-types zone_bundle::tests::test_compare_bundles
94472026-03-19T03:37:01.239Z PASS [ 0.030s] (2620/2720) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
94482026-03-19T03:37:01.239Z PASS [ 0.033s] (2621/2720) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
94492026-03-19T03:37:01.239Z PASS [ 0.034s] (2622/2720) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
94502026-03-19T03:37:01.239Z PASS [ 0.036s] (2623/2720) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
94512026-03-19T03:37:01.239Z PASS [ 0.035s] (2624/2720) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
94522026-03-19T03:37:01.239Z PASS [ 123.401s] (2625/2720) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
94532026-03-19T03:37:01.239Z PASS [ 0.052s] (2626/2720) sled-diagnostics queries::test::test_command_stderr_is_correct
94542026-03-19T03:37:01.239Z PASS [ 0.047s] (2627/2720) sled-diagnostics queries::test::test_command_stdout_is_correct
94552026-03-19T03:37:01.239Z PASS [ 0.055s] (2628/2720) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
94562026-03-19T03:37:01.239Z PASS [ 0.031s] (2629/2720) sled-hardware disk::test::test_disk_paths
94572026-03-19T03:37:01.239Z PASS [ 0.030s] (2630/2720) sled-hardware disk::test::test_partition_device_paths
94582026-03-19T03:37:01.240Z PASS [ 1.327s] (2631/2720) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
94592026-03-19T03:37:01.240Z PASS [ 1.976s] (2632/2720) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
94602026-03-19T03:37:01.240Z PASS [ 0.044s] (2633/2720) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
94612026-03-19T03:37:01.240Z PASS [ 0.044s] (2634/2720) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
94622026-03-19T03:37:01.240Z PASS [ 0.047s] (2635/2720) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
94632026-03-19T03:37:01.240Z PASS [ 0.033s] (2636/2720) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
94642026-03-19T03:37:01.240Z PASS [ 0.037s] (2637/2720) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
94652026-03-19T03:37:01.240Z PASS [ 0.042s] (2638/2720) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
94662026-03-19T03:37:01.240Z PASS [ 0.036s] (2639/2720) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
94672026-03-19T03:37:01.240Z PASS [ 0.036s] (2640/2720) sled-hardware illumos::tests::parse_smbios_invalid
94682026-03-19T03:37:01.240Z PASS [ 0.038s] (2641/2720) sled-hardware illumos::tests::parse_smbios_valid
94692026-03-19T03:37:01.240Z PASS [ 3.083s] (2642/2720) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
94702026-03-19T03:37:01.240Z PASS [ 0.030s] (2643/2720) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
94712026-03-19T03:37:01.240Z PASS [ 2.863s] (2644/2720) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
94722026-03-19T03:37:01.240Z PASS [ 0.029s] (2645/2720) sled-storage dataset::test::serialize_dataset_name
94732026-03-19T03:37:01.241Z PASS [ 0.100s] (2646/2720) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
94742026-03-19T03:37:01.241Z PASS [ 0.100s] (2647/2720) trust-quorum proxy::tests::proxy_roundtrip_disconnected
94752026-03-19T03:37:01.241Z PASS [ 0.114s] (2648/2720) trust-quorum proxy::tests::proxy_roundtrip_concurrent
94762026-03-19T03:37:01.241Z PASS [ 0.540s] (2649/2720) sled-diagnostics queries::test::test_long_running_command_is_aborted
94772026-03-19T03:37:01.241Z PASS [ 1.763s] (2650/2720) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
94782026-03-19T03:37:01.241Z PASS [ 1.961s] (2651/2720) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
94792026-03-19T03:37:01.241Z PASS [ 1.248s] (2652/2720) sled-diagnostics logs::illumos_tests::collect_current_logs
94802026-03-19T03:37:01.241Z PASS [ 2.140s] (2653/2720) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
94812026-03-19T03:37:01.241Z PASS [ 0.031s] (2654/2720) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
94822026-03-19T03:37:01.241Z PASS [ 0.036s] (2655/2720) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
94832026-03-19T03:37:01.241Z PASS [ 1.526s] (2656/2720) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
94842026-03-19T03:37:01.241Z PASS [ 0.048s] (2657/2720) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
94852026-03-19T03:37:01.241Z PASS [ 0.183s] (2658/2720) trust-quorum-protocol node::tests::initial_configuration
94862026-03-19T03:37:01.264Z PASS [ 2.453s] (2659/2720) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
94872026-03-19T03:37:01.264Z PASS [ 0.125s] (2660/2720) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
94882026-03-19T03:37:01.264Z PASS [ 0.119s] (2661/2720) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
94892026-03-19T03:37:01.264Z PASS [ 0.579s] (2662/2720) trust-quorum-protocol crypto::tests::rack_secret_test
94902026-03-19T03:37:01.264Z PASS [ 1.907s] (2663/2720) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
94912026-03-19T03:37:01.264Z PASS [ 0.052s] (2664/2720) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
94922026-03-19T03:37:01.264Z PASS [ 0.075s] (2665/2720) update-common artifacts::update_plan::tests::test_bad_rot_versions
94932026-03-19T03:37:01.265Z PASS [ 0.067s] (2666/2720) update-common artifacts::update_plan::tests::test_multi_rot_bord
94942026-03-19T03:37:01.266Z PASS [ 0.401s] (2667/2720) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
94952026-03-19T03:37:01.266Z PASS [ 2.089s] (2668/2720) sled-diagnostics logs::illumos_tests::log_snapshots_work
94962026-03-19T03:37:01.266Z PASS [ 0.051s] (2669/2720) update-common artifacts::update_plan::tests::test_split_control_plane
94972026-03-19T03:37:01.266Z PASS [ 0.051s] (2670/2720) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
94982026-03-19T03:37:01.266Z PASS [ 0.431s] (2671/2720) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
94992026-03-19T03:37:01.266Z PASS [ 0.073s] (2672/2720) update-common artifacts::update_plan::tests::test_multi_rot_version
95002026-03-19T03:37:01.267Z PASS [ 1.676s] (2673/2720) trust-quorum task::tests::tq_initial_config_prepare_and_commit
95012026-03-19T03:37:01.267Z PASS [ 1.689s] (2674/2720) trust-quorum task::tests::tq_initial_config
95022026-03-19T03:37:01.267Z PASS [ 0.053s] (2675/2720) update-common artifacts::update_plan::tests::test_too_many_rot_bord
95032026-03-19T03:37:01.267Z PASS [ 0.070s] (2676/2720) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
95042026-03-19T03:37:01.267Z PASS [ 0.058s] (2677/2720) update-engine display::line_display_shared::tests::test_format_progress_counter
95052026-03-19T03:37:01.267Z PASS [ 0.045s] (2678/2720) update-engine display::line_display_shared::tests::test_start_line
95062026-03-19T03:37:01.267Z PASS [ 0.056s] (2679/2720) update-engine engine::tests::error_exits_early
95072026-03-19T03:37:01.267Z PASS [ 0.060s] (2680/2720) update-engine events::tests::progress_event_parse_unknown
95082026-03-19T03:37:01.267Z PASS [ 3.065s] (2681/2720) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
95092026-03-19T03:37:01.267Z PASS [ 0.118s] (2682/2720) update-engine display::group_display::tests::test_stats
95102026-03-19T03:37:01.267Z PASS [ 0.051s] (2683/2720) update-engine spec::tests::test_merge_anyhow_list
95112026-03-19T03:37:01.267Z PASS [ 0.053s] (2684/2720) update-engine events::tests::step_event_parse_unknown
95122026-03-19T03:37:01.267Z PASS [ 0.058s] (2685/2720) wicket state::rack::tests::up_down_are_opposites
95132026-03-19T03:37:01.267Z PASS [ 0.058s] (2686/2720) wicket state::rack::tests::prev_next_are_opposites
95142026-03-19T03:37:01.267Z PASS [ 0.058s] (2687/2720) wicket state::inventory::tests::component_id_display
95152026-03-19T03:37:01.267Z PASS [ 0.103s] (2688/2720) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
95162026-03-19T03:37:01.267Z PASS [ 0.216s] (2689/2720) update-engine buffer::tests::test_buffer
95172026-03-19T03:37:01.267Z PASS [ 0.087s] (2690/2720) wicket-common rack_setup::tests::roundtrip_import_export_policy
95182026-03-19T03:37:01.267Z PASS [ 0.107s] (2691/2720) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
95192026-03-19T03:37:01.267Z PASS [ 0.109s] (2692/2720) wicketd rss_config::tests::test_bgp_auth_key_states
95202026-03-19T03:37:01.267Z PASS [ 0.110s] (2693/2720) wicketd installinator_progress::tests::test_states
95212026-03-19T03:37:01.373Z PASS [ 2.345s] (2694/2720) trust-quorum task::tests::test_network_config
95222026-03-19T03:37:01.466Z PASS [ 1.681s] (2695/2720) trust-quorum task::tests::tq_upgrade_from_lrtq
95232026-03-19T03:37:01.469Z PASS [ 2.452s] (2696/2720) trust-quorum task::tests::full_mesh_connectivity
95242026-03-19T03:37:01.486Z PASS [ 5.212s] (2697/2720) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
95252026-03-19T03:37:01.589Z PASS [ 0.641s] (2698/2720) wicketd::mod integration_tests::inventory::test_inventory
95262026-03-19T03:37:01.643Z PASS [ 2.333s] (2699/2720) trust-quorum task::tests::tq_proxy
95272026-03-19T03:37:01.887Z PASS [ 0.901s] (2700/2720) wicketd::mod integration_tests::updates::test_update_races
95282026-03-19T03:37:01.960Z PASS [ 2.388s] (2701/2720) trust-quorum task::tests::tq_reconfig_with_commit_advance
95292026-03-19T03:37:02.024Z PASS [ 1.053s] (2702/2720) wicketd::mod integration_tests::updates::test_installinator_fetch
95302026-03-19T03:37:02.098Z PASS [ 2.987s] (2703/2720) trust-quorum task::tests::tq_persistent_state
95312026-03-19T03:37:02.649Z PASS [ 21.121s] (2704/2720) omicron-passwords test::test_smoke
95322026-03-19T03:37:02.829Z PASS [ 1.844s] (2705/2720) wicketd::mod integration_tests::updates::test_updates
95332026-03-19T03:37:03.188Z PASS [ 2.740s] (2706/2720) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
95342026-03-19T03:37:05.101Z PASS [ 7.618s] (2707/2720) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
95352026-03-19T03:37:05.737Z PASS [ 9.983s] (2708/2720) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
95362026-03-19T03:37:06.327Z PASS [ 11.614s] (2709/2720) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
95372026-03-19T03:37:08.973Z PASS [ 14.387s] (2710/2720) oximeter-db::integration_test test_schemas_disjoint
95382026-03-19T03:37:09.069Z PASS [ 48.460s] (2711/2720) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
95392026-03-19T03:37:11.692Z PASS [ 43.411s] (2712/2720) omicron-nexus::test_all integration_tests::webhooks::test_probe
95402026-03-19T03:37:12.037Z PASS [ 17.457s] (2713/2720) oximeter-db::integration_test test_cluster
95412026-03-19T03:37:14.032Z PASS [ 34.301s] (2714/2720) omicron-omdb::test_all_output test_omdb_success_cases
95422026-03-19T03:37:15.191Z PASS [ 32.126s] (2715/2720) omicron-sled-agent nexus::test::nexus_self_notification_test
95432026-03-19T03:37:17.321Z PASS [ 47.761s] (2716/2720) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
95442026-03-19T03:37:21.046Z PASS [ 30.049s] (2717/2720) oximeter-db client::tests::cannot_ping_nonexistent_server
95452026-03-19T03:37:21.915Z PASS [ 143.689s] (2718/2720) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
95462026-03-19T03:37:23.981Z PASS [ 49.685s] (2719/2720) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
95472026-03-19T03:38:00.293Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
95482026-03-19T03:38:02.881Z PASS [ 62.571s] (2720/2720) trust-quorum-protocol::cluster test_trust_quorum_protocol
95492026-03-19T03:38:02.891Z────────────
95502026-03-19T03:38:02.891Z Summary [1116.098s] 2720 tests run: 2720 passed (95 slow), 6 skipped
95512026-03-19T03:38:02.990Z
95522026-03-19T03:38:03.003Zreal 18:55.983142203
95532026-03-19T03:38:03.003Zuser 6:28:33.411094007
95542026-03-19T03:38:03.003Zsys 1:34:47.637778766
95552026-03-19T03:38:03.003Ztrap 4:35.818435912
95562026-03-19T03:38:03.003Ztflt 7.722856178
95572026-03-19T03:38:03.003Zdflt 51.200445634
95582026-03-19T03:38:03.003Zkflt 0.628297014
95592026-03-19T03:38:03.003Zlock 2439:46:39.418793669
95602026-03-19T03:38:03.003Zslp 157:14:30.202338683
95612026-03-19T03:38:03.003Zlat 6:16:38.253250721
95622026-03-19T03:38:03.003Zstop 2:55:19.151410118
95632026-03-19T03:38:03.003Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
95642026-03-19T03:38:03.198Zinfo: exported run c326b8cc-90fa-47e8-8d6c-8e3c3744ef8d to /tmp/nextest-run-archive.zip (2515135 bytes)
95652026-03-19T03:38:03.236Z
95662026-03-19T03:38:03.236Zreal 0.208815564
95672026-03-19T03:38:03.236Zuser 0.147970381
95682026-03-19T03:38:03.236Zsys 0.053043952
95692026-03-19T03:38:03.236Ztrap 0.000037965
95702026-03-19T03:38:03.236Ztflt 0.000018838
95712026-03-19T03:38:03.236Zdflt 0.000026587
95722026-03-19T03:38:03.236Zkflt 0.000000000
95732026-03-19T03:38:03.236Zlock 0.056167443
95742026-03-19T03:38:03.237Zslp 0.281020201
95752026-03-19T03:38:03.237Zlat 0.000263769
95762026-03-19T03:38:03.238Zstop 0.000466187
95772026-03-19T03:38:03.238Z+ [[ 0 -ne 0 ]]
95782026-03-19T03:38:03.238Z+ banner doctest
95792026-03-19T03:38:03.238Z
95802026-03-19T03:38:03.239Z ##### #### #### ##### ###### #### #####
95812026-03-19T03:38:03.239Z # # # # # # # # # #
95822026-03-19T03:38:03.239Z # # # # # # ##### #### #
95832026-03-19T03:38:03.239Z # # # # # # # # #
95842026-03-19T03:38:03.239Z # # # # # # # # # # #
95852026-03-19T03:38:03.239Z ##### #### #### # ###### #### #
95862026-03-19T03:38:03.239Z
95872026-03-19T03:38:03.239Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
95882026-03-19T03:38:05.182Z Fresh unicode-ident v1.0.24
95892026-03-19T03:38:05.219Z Fresh cfg-if v1.0.4
95902026-03-19T03:38:05.219Z Fresh memchr v2.8.0
95912026-03-19T03:38:05.219Z Fresh smallvec v1.15.1
95922026-03-19T03:38:05.219Z Fresh log v0.4.29
95932026-03-19T03:38:05.219Z Fresh itoa v1.0.17
95942026-03-19T03:38:05.219Z Fresh version_check v0.9.5
95952026-03-19T03:38:05.219Z Fresh autocfg v1.5.0
95962026-03-19T03:38:05.219Z Fresh scopeguard v1.2.0
95972026-03-19T03:38:05.219Z Fresh stable_deref_trait v1.2.1
95982026-03-19T03:38:05.219Z Fresh shlex v1.3.0
95992026-03-19T03:38:05.219Z Fresh percent-encoding v2.3.2
96002026-03-19T03:38:05.219Z Fresh writeable v0.6.2
96012026-03-19T03:38:05.219Z Fresh litemap v0.8.1
96022026-03-19T03:38:05.219Z Fresh find-msvc-tools v0.1.9
96032026-03-19T03:38:05.220Z Fresh utf8_iter v1.0.4
96042026-03-19T03:38:05.220Z Fresh subtle v2.6.1
96052026-03-19T03:38:05.220Z Fresh critical-section v1.2.0
96062026-03-19T03:38:05.220Z Fresh proc-macro2 v1.0.106
96072026-03-19T03:38:05.228Z Fresh lock_api v0.4.14
96082026-03-19T03:38:05.228Z Fresh form_urlencoded v1.2.2
96092026-03-19T03:38:05.228Z Fresh rand_core v0.10.0
96102026-03-19T03:38:05.228Z Fresh allocator-api2 v0.2.21
96112026-03-19T03:38:05.228Z Fresh pin-project-lite v0.2.17
96122026-03-19T03:38:05.228Z Fresh heck v0.5.0
96132026-03-19T03:38:05.228Z Fresh equivalent v1.0.2
96142026-03-19T03:38:05.228Z Fresh fnv v1.0.7
96152026-03-19T03:38:05.228Z Fresh foldhash v0.2.0
96162026-03-19T03:38:05.228Z Fresh iana-time-zone v0.1.65
96172026-03-19T03:38:05.228Z Fresh regex-syntax v0.8.10
96182026-03-19T03:38:05.229Z Fresh futures-core v0.3.32
96192026-03-19T03:38:05.229Z Fresh dyn-clone v1.0.20
96202026-03-19T03:38:05.229Z Fresh quote v1.0.44
96212026-03-19T03:38:05.229Z Fresh libc v0.2.180
96222026-03-19T03:38:05.229Z Fresh serde_core v1.0.228
96232026-03-19T03:38:05.229Z Fresh libm v0.2.16
96242026-03-19T03:38:05.229Z Fresh zmij v1.0.21
96252026-03-19T03:38:05.229Z Fresh icu_properties_data v2.1.2
96262026-03-19T03:38:05.229Z Fresh icu_normalizer_data v2.1.1
96272026-03-19T03:38:05.229Z Fresh portable-atomic v1.13.1
96282026-03-19T03:38:05.229Z Fresh hashbrown v0.16.1
96292026-03-19T03:38:05.229Z Fresh strsim v0.11.1
96302026-03-19T03:38:05.229Z Fresh const-oid v0.9.6
96312026-03-19T03:38:05.229Z Fresh aho-corasick v1.1.4
96322026-03-19T03:38:05.230Z Fresh byteorder v1.5.0
96332026-03-19T03:38:05.230Z Fresh futures-sink v0.3.32
96342026-03-19T03:38:05.230Z Fresh futures-io v0.3.32
96352026-03-19T03:38:05.230Z Fresh futures-task v0.3.32
96362026-03-19T03:38:05.230Z Fresh slab v0.4.12
96372026-03-19T03:38:05.230Z Fresh cpufeatures v0.2.17
96382026-03-19T03:38:05.230Z Fresh pkg-config v0.3.32
96392026-03-19T03:38:05.230Z Fresh base64 v0.22.1
96402026-03-19T03:38:05.230Z Fresh ident_case v1.0.1
96412026-03-19T03:38:05.230Z Fresh syn v2.0.117
96422026-03-19T03:38:05.230Z Fresh getrandom v0.2.17
96432026-03-19T03:38:05.230Z Fresh errno v0.3.14
96442026-03-19T03:38:05.230Z Fresh num-traits v0.2.19
96452026-03-19T03:38:05.230Z Fresh serde_json v1.0.149
96462026-03-19T03:38:05.230Z Fresh bitflags v2.11.0
96472026-03-19T03:38:05.230Z Fresh jobserver v0.1.34
96482026-03-19T03:38:05.230Z Fresh semver v1.0.27
96492026-03-19T03:38:05.230Z Fresh once_cell v1.21.3
96502026-03-19T03:38:05.230Z Fresh parking_lot_core v0.9.12
96512026-03-19T03:38:05.230Z Fresh getrandom v0.4.1
96522026-03-19T03:38:05.230Z Fresh mio v1.1.1
96532026-03-19T03:38:05.230Z Fresh typenum v1.19.0
96542026-03-19T03:38:05.230Z Fresh socket2 v0.6.2
96552026-03-19T03:38:05.230Z Fresh indexmap v2.13.0
96562026-03-19T03:38:05.230Z Fresh rustversion v1.0.22
96572026-03-19T03:38:05.230Z Fresh regex-automata v0.4.14
96582026-03-19T03:38:05.231Z Fresh futures-channel v0.3.32
96592026-03-19T03:38:05.233Z Fresh either v1.15.0
96602026-03-19T03:38:05.233Z Fresh untrusted v0.9.0
96612026-03-19T03:38:05.233Z Fresh base64ct v1.8.3
96622026-03-19T03:38:05.233Z Fresh utf8parse v0.2.2
96632026-03-19T03:38:05.233Z Fresh anstyle v1.0.13
96642026-03-19T03:38:05.233Z Fresh anstyle-query v1.1.5
96652026-03-19T03:38:05.233Z Fresh serde_derive v1.0.228
96662026-03-19T03:38:05.233Z Fresh zeroize_derive v1.4.3
96672026-03-19T03:38:05.233Z Fresh synstructure v0.13.2
96682026-03-19T03:38:05.233Z Fresh zerovec-derive v0.11.2
96692026-03-19T03:38:05.245Z Fresh displaydoc v0.2.5
96702026-03-19T03:38:05.245Z Fresh cc v1.2.56
96712026-03-19T03:38:05.246Z Fresh zerocopy-derive v0.8.40
96722026-03-19T03:38:05.246Z Fresh parking_lot v0.12.5
96732026-03-19T03:38:05.246Z Fresh rand_core v0.6.4
96742026-03-19T03:38:05.246Z Fresh thiserror-impl v2.0.18
96752026-03-19T03:38:05.246Z Fresh signal-hook-registry v1.4.8
96762026-03-19T03:38:05.246Z Fresh tokio-macros v2.6.0
96772026-03-19T03:38:05.246Z Fresh uuid v1.21.0
96782026-03-19T03:38:05.246Z Fresh serde_derive_internals v0.29.1
96792026-03-19T03:38:05.246Z Fresh rustix v1.1.3
96802026-03-19T03:38:05.246Z Fresh futures-macro v0.3.32
96812026-03-19T03:38:05.246Z Fresh syn v1.0.109
96822026-03-19T03:38:05.246Z Fresh thiserror-impl v1.0.69
96832026-03-19T03:38:05.246Z Fresh getrandom v0.3.4
96842026-03-19T03:38:05.246Z Fresh regex v1.12.3
96852026-03-19T03:38:05.246Z Fresh tracing-attributes v0.1.31
96862026-03-19T03:38:05.246Z Fresh tracing-core v0.1.36
96872026-03-19T03:38:05.246Z Fresh anyhow v1.0.102
96882026-03-19T03:38:05.246Z Fresh anstyle-parse v0.2.7
96892026-03-19T03:38:05.275Z Fresh colorchoice v1.0.4
96902026-03-19T03:38:05.275Z Fresh is_terminal_polyfill v1.70.2
96912026-03-19T03:38:05.275Z Fresh pem-rfc7468 v0.7.0
96922026-03-19T03:38:05.275Z Fresh ryu v1.0.23
96932026-03-19T03:38:05.275Z Fresh fs_extra v1.3.0
96942026-03-19T03:38:05.275Z Fresh atomic-waker v1.1.2
96952026-03-19T03:38:05.275Z Fresh serde v1.0.228
96962026-03-19T03:38:05.284Z Fresh zeroize v1.8.2
96972026-03-19T03:38:05.284Z Fresh zerofrom-derive v0.1.6
96982026-03-19T03:38:05.284Z Fresh yoke-derive v0.8.1
96992026-03-19T03:38:05.284Z Fresh zerocopy v0.8.40
97002026-03-19T03:38:05.284Z Fresh thiserror v2.0.18
97012026-03-19T03:38:05.284Z Fresh schemars_derive v0.8.22
97022026-03-19T03:38:05.284Z Fresh futures-util v0.3.32
97032026-03-19T03:38:05.284Z Fresh thiserror v1.0.69
97042026-03-19T03:38:05.284Z Fresh tracing v0.1.44
97052026-03-19T03:38:05.284Z Fresh crossbeam-utils v0.8.21
97062026-03-19T03:38:05.284Z Fresh httparse v1.10.1
97072026-03-19T03:38:05.284Z Fresh anstream v0.6.21
97082026-03-19T03:38:05.284Z Fresh rand_core v0.9.5
97092026-03-19T03:38:05.284Z Fresh cmake v0.1.57
97102026-03-19T03:38:05.284Z Fresh terminal_size v0.4.3
97112026-03-19T03:38:05.284Z Fresh time-core v0.1.8
97122026-03-19T03:38:05.284Z Fresh vcpkg v0.2.15
97132026-03-19T03:38:05.284Z Fresh num-conv v0.2.0
97142026-03-19T03:38:05.284Z Fresh dunce v1.0.5
97152026-03-19T03:38:05.285Z Fresh powerfmt v0.2.0
97162026-03-19T03:38:05.285Z Fresh der_derive v0.7.3
97172026-03-19T03:38:05.285Z Fresh num_threads v0.1.7
97182026-03-19T03:38:05.285Z Fresh try-lock v0.2.5
97192026-03-19T03:38:05.285Z Fresh clap_lex v1.0.0
97202026-03-19T03:38:05.285Z Fresh httpdate v1.0.3
97212026-03-19T03:38:05.285Z Fresh flagset v0.4.7
97222026-03-19T03:38:05.303Z Fresh clap_derive v4.5.55
97232026-03-19T03:38:05.303Z Fresh tower-service v0.3.3
97242026-03-19T03:38:05.303Z Fresh tower-layer v0.3.3
97252026-03-19T03:38:05.303Z Fresh bytes v1.11.1
97262026-03-19T03:38:05.303Z Fresh zerofrom v0.1.6
97272026-03-19T03:38:05.303Z Fresh generic-array v0.14.7
97282026-03-19T03:38:05.303Z Fresh chrono v0.4.44
97292026-03-19T03:38:05.303Z Fresh ppv-lite86 v0.2.21
97302026-03-19T03:38:05.303Z Fresh serde_tokenstream v0.2.3
97312026-03-19T03:38:05.303Z Fresh ipnet v2.11.0
97322026-03-19T03:38:05.303Z Fresh rustls-pki-types v1.14.0
97332026-03-19T03:38:05.303Z Fresh deranged v0.5.8
97342026-03-19T03:38:05.303Z Fresh time-macros v0.2.27
97352026-03-19T03:38:05.303Z Fresh der v0.7.10
97362026-03-19T03:38:05.303Z Fresh want v0.3.1
97372026-03-19T03:38:05.303Z Fresh clap_builder v4.5.60
97382026-03-19T03:38:05.303Z Fresh pin-utils v0.1.0
97392026-03-19T03:38:05.303Z Fresh erased-serde v0.3.31
97402026-03-19T03:38:05.303Z Fresh spin v0.9.8
97412026-03-19T03:38:05.304Z Fresh untrusted v0.7.1
97422026-03-19T03:38:05.304Z Fresh async-trait v0.1.89
97432026-03-19T03:38:05.304Z Fresh openssl-probe v0.2.1
97442026-03-19T03:38:05.304Z Fresh ucd-trie v0.1.7
97452026-03-19T03:38:05.304Z Fresh pretty-hex v0.4.1
97462026-03-19T03:38:05.304Z Fresh fastrand v2.3.0
97472026-03-19T03:38:05.304Z Fresh serde_urlencoded v0.7.1
97482026-03-19T03:38:05.310Z Fresh rustc_version v0.4.1
97492026-03-19T03:38:05.310Z Fresh plain v0.2.3
97502026-03-19T03:38:05.310Z Fresh winnow v0.7.14
97512026-03-19T03:38:05.310Z Fresh yoke v0.8.1
97522026-03-19T03:38:05.310Z Fresh tokio v1.49.0
97532026-03-19T03:38:05.310Z Fresh crypto-common v0.1.7
97542026-03-19T03:38:05.310Z Fresh block-buffer v0.10.4
97552026-03-19T03:38:05.310Z Fresh http v1.4.0
97562026-03-19T03:38:05.310Z Fresh ring v0.17.14
97572026-03-19T03:38:05.310Z Fresh block-padding v0.3.3
97582026-03-19T03:38:05.310Z Fresh rand_chacha v0.9.0
97592026-03-19T03:38:05.310Z Fresh time v0.3.47
97602026-03-19T03:38:05.310Z Fresh clap v4.5.60
97612026-03-19T03:38:05.310Z Fresh slog v2.8.2
97622026-03-19T03:38:05.319Z Fresh pest v2.8.6
97632026-03-19T03:38:05.319Z Fresh spki v0.7.3
97642026-03-19T03:38:05.319Z Fresh rand_chacha v0.3.1
97652026-03-19T03:38:05.319Z Fresh hex v0.4.3
97662026-03-19T03:38:05.319Z Fresh unicode-segmentation v1.12.0
97672026-03-19T03:38:05.319Z Fresh tempfile v3.25.0
97682026-03-19T03:38:05.319Z Fresh rustls-native-certs v0.8.3
97692026-03-19T03:38:05.319Z Fresh sync_wrapper v1.0.2
97702026-03-19T03:38:05.319Z Fresh webpki-roots v1.0.6
97712026-03-19T03:38:05.320Z Fresh unicode-width v0.2.0
97722026-03-19T03:38:05.320Z Fresh iri-string v0.7.10
97732026-03-19T03:38:05.320Z Fresh openapiv3 v2.2.0
97742026-03-19T03:38:05.325Z Fresh darling_core v0.21.3
97752026-03-19T03:38:05.325Z Fresh mime v0.3.17
97762026-03-19T03:38:05.325Z Fresh lazy_static v1.5.0
97772026-03-19T03:38:05.325Z Fresh foreign-types-shared v0.1.1
97782026-03-19T03:38:05.325Z Fresh toml_parser v1.0.9+spec-1.1.0
97792026-03-19T03:38:05.325Z Fresh zerovec v0.11.5
97802026-03-19T03:38:05.325Z Fresh zerotrie v0.2.3
97812026-03-19T03:38:05.325Z Fresh digest v0.10.7
97822026-03-19T03:38:05.325Z Fresh tokio-util v0.7.18
97832026-03-19T03:38:05.325Z Fresh inout v0.1.4
97842026-03-19T03:38:05.325Z Fresh http-body v1.0.1
97852026-03-19T03:38:05.325Z Fresh rand v0.9.2
97862026-03-19T03:38:05.325Z Fresh aws-lc-sys v0.37.1
97872026-03-19T03:38:05.325Z Fresh camino v1.2.2
97882026-03-19T03:38:05.325Z Fresh rand v0.8.5
97892026-03-19T03:38:05.391Z Fresh pest_meta v2.8.6
97902026-03-19T03:38:05.391Z Fresh tower v0.5.3
97912026-03-19T03:38:05.391Z Fresh darling_macro v0.21.3
97922026-03-19T03:38:05.391Z Fresh foreign-types v0.3.2
97932026-03-19T03:38:05.391Z Fresh hubpack_derive v0.1.1
97942026-03-19T03:38:05.391Z Fresh openssl-macros v0.1.1
97952026-03-19T03:38:05.391Z Fresh static_assertions v1.1.0
97962026-03-19T03:38:05.391Z Fresh encoding_rs v0.8.35
97972026-03-19T03:38:05.392Z Fresh simd-adler32 v0.3.8
97982026-03-19T03:38:05.392Z Fresh serde_spanned v0.6.9
97992026-03-19T03:38:05.392Z Fresh toml_datetime v0.6.11
98002026-03-19T03:38:05.392Z Fresh scroll_derive v0.13.1
98012026-03-19T03:38:05.392Z Fresh toml_datetime v0.7.5+spec-1.1.0
98022026-03-19T03:38:05.392Z Fresh adler2 v2.0.1
98032026-03-19T03:38:05.392Z Fresh strum_macros v0.26.4
98042026-03-19T03:38:05.392Z Fresh data-encoding v2.10.0
98052026-03-19T03:38:05.392Z Fresh tinyvec_macros v0.1.1
98062026-03-19T03:38:05.392Z Fresh num-integer v0.1.46
98072026-03-19T03:38:05.392Z Fresh tinystr v0.8.2
98082026-03-19T03:38:05.392Z Fresh potential_utf v0.1.4
98092026-03-19T03:38:05.392Z Fresh cipher v0.4.4
98102026-03-19T03:38:05.392Z Fresh sha2 v0.10.9
98112026-03-19T03:38:05.392Z Fresh hmac v0.12.1
98122026-03-19T03:38:05.392Z Fresh h2 v0.4.13
98132026-03-19T03:38:05.392Z Fresh http-body-util v0.1.3
98142026-03-19T03:38:05.392Z Fresh aws-lc-rs v1.16.0
98152026-03-19T03:38:05.392Z Fresh pest_generator v2.8.6
98162026-03-19T03:38:05.392Z Fresh tower-http v0.6.8
98172026-03-19T03:38:05.392Z Fresh darling v0.21.3
98182026-03-19T03:38:05.392Z Fresh signature v2.2.0
98192026-03-19T03:38:05.392Z Fresh openssl-sys v0.9.111
98202026-03-19T03:38:05.392Z Fresh hubpack v0.1.2
98212026-03-19T03:38:05.392Z Fresh scroll v0.13.0
98222026-03-19T03:38:05.392Z Fresh miniz_oxide v0.8.9
98232026-03-19T03:38:05.393Z Fresh tinyvec v1.10.0
98242026-03-19T03:38:05.393Z Fresh sha1 v0.10.6
98252026-03-19T03:38:05.393Z Fresh strum v0.26.3
98262026-03-19T03:38:05.393Z Fresh thread-id v5.1.0
98272026-03-19T03:38:05.393Z Fresh base16ct v0.2.0
98282026-03-19T03:38:05.393Z Fresh bit-vec v0.8.0
98292026-03-19T03:38:05.393Z Fresh ff v0.13.1
98302026-03-19T03:38:05.393Z Fresh memmap2 v0.9.10
98312026-03-19T03:38:05.393Z Fresh icu_locale_core v2.1.1
98322026-03-19T03:38:05.393Z Fresh icu_collections v2.1.1
98332026-03-19T03:38:05.393Z Fresh hyper v1.8.1
98342026-03-19T03:38:05.393Z Fresh aes v0.8.4
98352026-03-19T03:38:05.393Z Fresh rustls-webpki v0.103.9
98362026-03-19T03:38:05.393Z Fresh pbkdf2 v0.12.2
98372026-03-19T03:38:05.393Z Fresh cbc v0.1.2
98382026-03-19T03:38:05.393Z Fresh salsa20 v0.10.2
98392026-03-19T03:38:05.393Z Fresh pest_derive v2.8.6
98402026-03-19T03:38:05.393Z Fresh openssl v0.10.75
98412026-03-19T03:38:05.393Z Fresh goblin v0.10.5
98422026-03-19T03:38:05.396Z Fresh paste v1.0.15
98432026-03-19T03:38:05.396Z Fresh bit-set v0.8.0
98442026-03-19T03:38:05.396Z Fresh wait-timeout v0.2.1
98452026-03-19T03:38:05.396Z Fresh group v0.13.0
98462026-03-19T03:38:05.396Z Fresh hkdf v0.12.4
98472026-03-19T03:38:05.396Z Fresh num-iter v0.1.45
98482026-03-19T03:38:05.396Z Fresh crypto-bigint v0.5.5
98492026-03-19T03:38:05.397Z Fresh crossbeam-epoch v0.9.18
98502026-03-19T03:38:05.397Z Fresh scroll_derive v0.12.1
98512026-03-19T03:38:05.397Z Fresh cfg_aliases v0.2.1
98522026-03-19T03:38:05.397Z Fresh siphasher v1.0.2
98532026-03-19T03:38:05.397Z Fresh quick-error v1.2.3
98542026-03-19T03:38:05.397Z Fresh heck v0.4.1
98552026-03-19T03:38:05.405Z Fresh rand_xorshift v0.4.0
98562026-03-19T03:38:05.405Z Fresh darling_core v0.20.11
98572026-03-19T03:38:05.405Z Fresh zerocopy-derive v0.7.35
98582026-03-19T03:38:05.405Z Fresh icu_provider v2.1.1
98592026-03-19T03:38:05.405Z Fresh hyper-util v0.1.20
98602026-03-19T03:38:05.405Z Fresh rustls v0.23.37
98612026-03-19T03:38:05.405Z Fresh scrypt v0.11.0
98622026-03-19T03:38:05.405Z Fresh native-tls v0.2.18
98632026-03-19T03:38:05.405Z Fresh dtrace-parser v0.3.0
98642026-03-19T03:38:05.405Z Fresh dof v0.4.0
98652026-03-19T03:38:05.405Z Fresh ahash v0.8.12
98662026-03-19T03:38:05.405Z Fresh crc32fast v1.5.0
98672026-03-19T03:38:05.405Z Fresh object v0.37.3
98682026-03-19T03:38:05.413Z Fresh rusty-fork v0.3.1
98692026-03-19T03:38:05.414Z Fresh scroll v0.12.0
98702026-03-19T03:38:05.414Z Fresh bstr v1.12.1
98712026-03-19T03:38:05.414Z Fresh winnow v0.5.40
98722026-03-19T03:38:05.414Z Fresh unarray v0.1.4
98732026-03-19T03:38:05.414Z Fresh litrs v1.0.0
98742026-03-19T03:38:05.414Z Fresh zerocopy v0.7.35
98752026-03-19T03:38:05.414Z Fresh darling_macro v0.20.11
98762026-03-19T03:38:05.414Z Fresh x509-cert v0.2.5
98772026-03-19T03:38:05.414Z Fresh itertools v0.13.0
98782026-03-19T03:38:05.414Z Fresh psl-types v2.0.11
98792026-03-19T03:38:05.414Z Fresh dtrace-parser v0.2.0
98802026-03-19T03:38:05.414Z Fresh rfc6979 v0.4.0
98812026-03-19T03:38:05.414Z Fresh curve25519-dalek-derive v0.1.1
98822026-03-19T03:38:05.414Z Fresh icu_properties v2.1.2
98832026-03-19T03:38:05.414Z Fresh icu_normalizer v2.1.1
98842026-03-19T03:38:05.414Z Fresh pkcs5 v0.7.1
98852026-03-19T03:38:05.414Z Fresh tokio-rustls v0.26.4
98862026-03-19T03:38:05.414Z Fresh tokio-native-tls v0.3.1
98872026-03-19T03:38:05.414Z Fresh usdt-impl v0.6.0
98882026-03-19T03:38:05.414Z Fresh num-bigint-dig v0.8.6
98892026-03-19T03:38:05.486Z Fresh document-features v0.2.12
98902026-03-19T03:38:05.486Z Fresh toml_edit v0.19.15
98912026-03-19T03:38:05.486Z Fresh goblin v0.8.2
98922026-03-19T03:38:05.486Z Fresh proptest v1.10.0
98932026-03-19T03:38:05.486Z Fresh darling v0.20.11
98942026-03-19T03:38:05.510Z Fresh thread-id v4.2.2
98952026-03-19T03:38:05.510Z Fresh zlib-rs v0.6.2
98962026-03-19T03:38:05.510Z Fresh rustls-platform-verifier v0.6.2
98972026-03-19T03:38:05.510Z Fresh crossbeam-deque v0.8.6
98982026-03-19T03:38:05.510Z Fresh daft-derive v0.1.5
98992026-03-19T03:38:05.510Z Fresh env_filter v1.0.0
99002026-03-19T03:38:05.510Z Fresh keccak v0.1.6
99012026-03-19T03:38:05.510Z Fresh serde_with_macros v3.17.0
99022026-03-19T03:38:05.510Z Fresh bitflags v1.3.2
99032026-03-19T03:38:05.510Z Fresh idna_adapter v1.2.1
99042026-03-19T03:38:05.510Z Fresh pkcs8 v0.10.2
99052026-03-19T03:38:05.510Z Fresh hyper-rustls v0.27.7
99062026-03-19T03:38:05.510Z Fresh hyper-tls v0.6.0
99072026-03-19T03:38:05.510Z Fresh usdt-macro v0.6.0
99082026-03-19T03:38:05.510Z Fresh usdt-attr-macro v0.6.0
99092026-03-19T03:38:05.510Z Fresh proc-macro-error-attr v1.0.4
99102026-03-19T03:38:05.510Z Fresh cookie v0.18.1
99112026-03-19T03:38:05.510Z Fresh dof v0.3.0
99122026-03-19T03:38:05.510Z Fresh derive_builder_core v0.20.2
99132026-03-19T03:38:05.510Z Fresh flate2 v1.1.9
99142026-03-19T03:38:05.510Z Fresh curve25519-dalek v4.1.3
99152026-03-19T03:38:05.510Z Fresh rustix v0.38.44
99162026-03-19T03:38:05.511Z Fresh memoffset v0.9.1
99172026-03-19T03:38:05.511Z Fresh env_logger v0.11.9
99182026-03-19T03:38:05.511Z Fresh sha3 v0.10.8
99192026-03-19T03:38:05.511Z Fresh unicode-normalization v0.1.25
99202026-03-19T03:38:05.514Z Fresh enum-as-inner v0.6.1
99212026-03-19T03:38:05.514Z Fresh managed v0.8.0
99222026-03-19T03:38:05.514Z Fresh toml_write v0.1.2
99232026-03-19T03:38:05.514Z Fresh phf_shared v0.11.3
99242026-03-19T03:38:05.514Z Fresh cargo-platform v0.1.9
99252026-03-19T03:38:05.514Z Fresh ref-cast-impl v1.0.25
99262026-03-19T03:38:05.514Z Fresh precomputed-hash v0.1.1
99272026-03-19T03:38:05.514Z Fresh idna v1.1.0
99282026-03-19T03:38:05.515Z Fresh sec1 v0.7.3
99292026-03-19T03:38:05.515Z Fresh usdt v0.6.0
99302026-03-19T03:38:05.515Z Fresh pkcs1 v0.7.5
99312026-03-19T03:38:05.515Z Fresh usdt-impl v0.5.0
99322026-03-19T03:38:05.515Z Fresh proc-macro-error v1.0.4
99332026-03-19T03:38:05.515Z Fresh ed25519 v2.2.3
99342026-03-19T03:38:05.515Z Fresh derive_builder_macro v0.20.2
99352026-03-19T03:38:05.515Z Fresh signal-hook v0.3.18
99362026-03-19T03:38:05.515Z Fresh nix v0.31.1
99372026-03-19T03:38:05.515Z Fresh bzip2-sys v0.1.13+1.0.8
99382026-03-19T03:38:05.515Z Fresh toml_edit v0.22.27
99392026-03-19T03:38:05.515Z Fresh fixedbitset v0.4.2
99402026-03-19T03:38:05.515Z Fresh rustc-hash v2.1.1
99412026-03-19T03:38:05.515Z Fresh new_debug_unreachable v1.0.6
99422026-03-19T03:38:05.515Z Fresh rayon-core v1.13.0
99432026-03-19T03:38:05.515Z Fresh cargo_metadata v0.19.2
99442026-03-19T03:38:05.515Z Fresh toml v0.7.8
99452026-03-19T03:38:05.515Z Fresh foldhash v0.1.5
99462026-03-19T03:38:05.515Z Fresh lalrpop-util v0.19.12
99472026-03-19T03:38:05.515Z Fresh serde-big-array v0.5.1
99482026-03-19T03:38:05.517Z Fresh hash32 v0.2.1
99492026-03-19T03:38:05.517Z Fresh bumpalo v3.20.2
99502026-03-19T03:38:05.517Z Fresh predicates-core v1.0.10
99512026-03-19T03:38:05.517Z Fresh url v2.5.8
99522026-03-19T03:38:05.518Z Fresh elliptic-curve v0.13.8
99532026-03-19T03:38:05.518Z Fresh publicsuffix v2.3.0
99542026-03-19T03:38:05.518Z Fresh rsa v0.9.10
99552026-03-19T03:38:05.518Z Fresh derive_builder v0.20.2
99562026-03-19T03:38:05.518Z Fresh ed25519-dalek v2.2.0
99572026-03-19T03:38:05.518Z Fresh petgraph v0.6.5
99582026-03-19T03:38:05.518Z Fresh ref-cast v1.0.25
99592026-03-19T03:38:05.518Z Fresh string_cache v0.8.9
99602026-03-19T03:38:05.518Z Fresh bzip2 v0.4.4
99612026-03-19T03:38:05.518Z Fresh signal-hook-mio v0.2.5
99622026-03-19T03:38:05.518Z Fresh zstd-sys v2.0.16+zstd.1.5.7
99632026-03-19T03:38:05.518Z Fresh hashbrown v0.15.5
99642026-03-19T03:38:05.518Z Fresh libbz2-rs-sys v0.2.2
99652026-03-19T03:38:05.518Z Fresh unicode-properties v0.1.4
99662026-03-19T03:38:05.518Z Fresh unicode-bidi v0.3.18
99672026-03-19T03:38:05.518Z Fresh rayon v1.11.0
99682026-03-19T03:38:05.518Z Fresh zopfli v0.8.3
99692026-03-19T03:38:05.519Z Fresh similar v2.7.0
99702026-03-19T03:38:05.519Z Fresh md-5 v0.10.6
99712026-03-19T03:38:05.519Z Fresh tokio-stream v0.1.18
99722026-03-19T03:38:05.519Z Fresh strum_macros v0.27.2
99732026-03-19T03:38:05.519Z Fresh float-cmp v0.10.0
99742026-03-19T03:38:05.519Z Fresh fallible-iterator v0.2.0
99752026-03-19T03:38:05.519Z Fresh jiff v0.2.21
99762026-03-19T03:38:05.519Z Fresh normalize-line-endings v0.3.0
99772026-03-19T03:38:05.519Z Fresh difflib v0.4.0
99782026-03-19T03:38:05.519Z Fresh zone_cfg_derive v0.3.1
99792026-03-19T03:38:05.519Z Fresh schemars v0.8.22
99802026-03-19T03:38:05.519Z Fresh reqwest v0.12.28
99812026-03-19T03:38:05.519Z Fresh cookie_store v0.22.1
99822026-03-19T03:38:05.519Z Fresh ecdsa v0.16.9
99832026-03-19T03:38:05.519Z Fresh vergen-lib v0.1.6
99842026-03-19T03:38:05.519Z Fresh zip v0.6.6
99852026-03-19T03:38:05.519Z Fresh zstd-safe v7.2.4
99862026-03-19T03:38:05.519Z Fresh fs-err v3.3.0
99872026-03-19T03:38:05.519Z Fresh heapless v0.7.17
99882026-03-19T03:38:05.519Z Fresh stringprep v0.1.5
99892026-03-19T03:38:05.576Z Fresh bzip2 v0.6.1
99902026-03-19T03:38:05.576Z Fresh crossterm v0.28.1
99912026-03-19T03:38:05.576Z Fresh hickory-proto v0.25.2
99922026-03-19T03:38:05.576Z Fresh predicates v3.1.4
99932026-03-19T03:38:05.576Z Fresh strum v0.27.2
99942026-03-19T03:38:05.576Z Fresh phf_shared v0.13.1
99952026-03-19T03:38:05.576Z Fresh console v0.16.2
99962026-03-19T03:38:05.576Z Fresh buf-list v1.1.2
99972026-03-19T03:38:05.576Z Fresh serde_repr v0.1.20
99982026-03-19T03:38:05.576Z Fresh itertools v0.12.1
99992026-03-19T03:38:05.576Z Fresh fixedbitset v0.5.7
100002026-03-19T03:38:05.577Z Fresh unit-prefix v0.5.2
100012026-03-19T03:38:05.577Z Fresh peg-runtime v0.8.5
100022026-03-19T03:38:05.577Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
100032026-03-19T03:38:05.577Z Fresh whoami v2.1.0
100042026-03-19T03:38:05.577Z Fresh is-terminal v0.4.17
100052026-03-19T03:38:05.577Z Fresh futures-executor v0.3.32
100062026-03-19T03:38:05.577Z Fresh crossbeam-channel v0.5.15
100072026-03-19T03:38:05.577Z Fresh regress v0.10.5
100082026-03-19T03:38:05.577Z Fresh thread_local v1.1.9
100092026-03-19T03:38:05.577Z Fresh take_mut v0.2.2
100102026-03-19T03:38:05.577Z Fresh ipnetwork v0.21.1
100112026-03-19T03:38:05.580Z Fresh newtype-uuid v1.3.2
100122026-03-19T03:38:05.580Z Fresh reqwest v0.13.2
100132026-03-19T03:38:05.580Z Fresh serde_with v3.17.0
100142026-03-19T03:38:05.580Z Fresh vergen v9.0.6
100152026-03-19T03:38:05.580Z Fresh zstd v0.13.3
100162026-03-19T03:38:05.580Z Fresh smoltcp v0.9.1
100172026-03-19T03:38:05.580Z Fresh postgres-protocol v0.6.10
100182026-03-19T03:38:05.580Z Fresh zone v0.3.1
100192026-03-19T03:38:05.580Z Fresh petgraph v0.8.3
100202026-03-19T03:38:05.580Z Fresh indicatif v0.18.4
100212026-03-19T03:38:05.580Z Fresh phf v0.13.1
100222026-03-19T03:38:05.580Z Fresh futures v0.3.32
100232026-03-19T03:38:05.580Z Fresh term v1.2.1
100242026-03-19T03:38:05.580Z Fresh structmeta-derive v0.3.0
100252026-03-19T03:38:05.580Z Fresh newtype-uuid-macros v0.1.0
100262026-03-19T03:38:05.580Z Fresh match_cfg v0.1.0
100272026-03-19T03:38:05.580Z Fresh slog-json v2.6.1
100282026-03-19T03:38:05.580Z Fresh serde_spanned v1.0.4
100292026-03-19T03:38:05.580Z Fresh toml_writer v1.0.6+spec-1.1.0
100302026-03-19T03:38:05.580Z Fresh debug-ignore v1.0.5
100312026-03-19T03:38:05.581Z Fresh rustls-webpki v0.102.8
100322026-03-19T03:38:05.581Z Fresh serde_path_to_error v0.1.20
100332026-03-19T03:38:05.581Z Fresh async-stream-impl v0.3.6
100342026-03-19T03:38:05.581Z Fresh rustls-pemfile v2.2.0
100352026-03-19T03:38:05.581Z Fresh dropshot_endpoint v0.16.7
100362026-03-19T03:38:05.581Z Fresh waitgroup v0.1.2
100372026-03-19T03:38:05.588Z Fresh hostname v0.4.2
100382026-03-19T03:38:05.588Z Fresh oxnet v0.1.4
100392026-03-19T03:38:05.588Z Fresh zip v4.6.1
100402026-03-19T03:38:05.588Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
100412026-03-19T03:38:05.588Z Fresh postgres-types v0.2.12
100422026-03-19T03:38:05.588Z Fresh slog-term v2.9.2
100432026-03-19T03:38:05.588Z Fresh slog-async v2.8.0
100442026-03-19T03:38:05.588Z Fresh structmeta v0.3.0
100452026-03-19T03:38:05.588Z Fresh hostname v0.3.1
100462026-03-19T03:38:05.588Z Fresh toml v0.9.12+spec-1.1.0
100472026-03-19T03:38:05.588Z Fresh progenitor-client v0.13.0
100482026-03-19T03:38:05.588Z Fresh async-stream v0.3.6
100492026-03-19T03:38:05.588Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
100502026-03-19T03:38:05.588Z Fresh itertools v0.14.0
100512026-03-19T03:38:05.589Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
100522026-03-19T03:38:05.589Z Fresh progenitor-client v0.10.0
100532026-03-19T03:38:05.589Z Fresh macaddr v1.0.1
100542026-03-19T03:38:05.589Z Fresh instant v0.1.13
100552026-03-19T03:38:05.589Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
100562026-03-19T03:38:05.589Z Fresh backon v1.6.0
100572026-03-19T03:38:05.589Z Fresh camino-tempfile v1.4.1
100582026-03-19T03:38:05.589Z Fresh unsafe-libyaml v0.2.11
100592026-03-19T03:38:05.589Z Fresh toml v0.8.23
100602026-03-19T03:38:05.589Z Fresh convert_case v0.4.0
100612026-03-19T03:38:05.593Z Fresh secrecy v0.10.3
100622026-03-19T03:38:05.594Z Fresh glob v0.3.3
100632026-03-19T03:38:05.594Z Fresh typify-impl v0.6.1
100642026-03-19T03:38:05.594Z Fresh toml_edit v0.23.10+spec-1.0.0
100652026-03-19T03:38:05.594Z Fresh daft v0.1.5
100662026-03-19T03:38:05.594Z Fresh tokio-postgres v0.7.16
100672026-03-19T03:38:05.594Z Fresh slog-bunyan v2.5.0
100682026-03-19T03:38:05.594Z Fresh derive-ex v0.1.8
100692026-03-19T03:38:05.594Z Fresh rustls v0.22.4
100702026-03-19T03:38:05.594Z Fresh multer v3.1.0
100712026-03-19T03:38:05.594Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
100722026-03-19T03:38:05.594Z Fresh parse-display-derive v0.10.0
100732026-03-19T03:38:05.594Z Fresh backoff v0.4.0
100742026-03-19T03:38:05.594Z Fresh progenitor-extras v0.1.1
100752026-03-19T03:38:05.594Z Fresh serde_yaml v0.9.34+deprecated
100762026-03-19T03:38:05.594Z Fresh derive_more v0.99.20
100772026-03-19T03:38:05.594Z Fresh typify-macro v0.6.1
100782026-03-19T03:38:05.594Z Fresh proc-macro-crate v3.4.0
100792026-03-19T03:38:05.594Z Fresh ingot-macros v0.1.1
100802026-03-19T03:38:05.594Z Fresh tabwriter v1.4.1
100812026-03-19T03:38:05.594Z Fresh hash32 v0.3.1
100822026-03-19T03:38:05.594Z Fresh half v2.7.1
100832026-03-19T03:38:05.594Z Fresh cobs v0.3.0
100842026-03-19T03:38:05.595Z Fresh foreign-types-macros v0.2.3
100852026-03-19T03:38:05.595Z Fresh ciborium-io v0.2.2
100862026-03-19T03:38:05.604Z Fresh foreign-types-shared v0.3.1
100872026-03-19T03:38:05.604Z Fresh cpufeatures v0.3.0
100882026-03-19T03:38:05.604Z Fresh proc-macro-crate v1.3.1
100892026-03-19T03:38:05.616Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
100902026-03-19T03:38:05.616Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100912026-03-19T03:38:05.616Z Fresh iddqd v0.3.17
100922026-03-19T03:38:05.616Z Fresh test-strategy v0.4.5
100932026-03-19T03:38:05.616Z Fresh tokio-rustls v0.25.0
100942026-03-19T03:38:05.616Z Fresh parse-display v0.10.0
100952026-03-19T03:38:05.616Z Fresh typify v0.6.1
100962026-03-19T03:38:05.616Z Fresh crucible-workspace-hack v0.1.0
100972026-03-19T03:38:05.616Z Fresh num_enum_derive v0.7.5
100982026-03-19T03:38:05.616Z Fresh heapless v0.8.0
100992026-03-19T03:38:05.616Z Fresh ingot-types v0.1.2
101002026-03-19T03:38:05.616Z Fresh postcard v1.1.3
101012026-03-19T03:38:05.616Z Fresh chacha20 v0.10.0
101022026-03-19T03:38:05.616Z Fresh ciborium-ll v0.2.2
101032026-03-19T03:38:05.616Z Fresh foreign-types v0.5.0
101042026-03-19T03:38:05.616Z Fresh cstr-argument v0.1.2
101052026-03-19T03:38:05.617Z Fresh colored v3.1.1
101062026-03-19T03:38:05.617Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
101072026-03-19T03:38:05.617Z Fresh num_enum_derive v0.5.11
101082026-03-19T03:38:05.617Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
101092026-03-19T03:38:05.617Z Fresh sigpipe v0.1.3
101102026-03-19T03:38:05.621Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
101112026-03-19T03:38:05.621Z Fresh smf v0.2.3
101122026-03-19T03:38:05.621Z Fresh num-derive v0.4.2
101132026-03-19T03:38:05.621Z Fresh indent_write v2.2.0
101142026-03-19T03:38:05.621Z Fresh whoami v1.6.1
101152026-03-19T03:38:05.621Z Fresh dropshot v0.16.7
101162026-03-19T03:38:05.622Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
101172026-03-19T03:38:05.622Z Fresh progenitor-impl v0.13.0
101182026-03-19T03:38:05.622Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101192026-03-19T03:38:05.622Z Fresh num_enum v0.7.5
101202026-03-19T03:38:05.622Z Fresh ingot v0.1.1
101212026-03-19T03:38:05.622Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
101222026-03-19T03:38:05.622Z Fresh smoltcp v0.11.0
101232026-03-19T03:38:05.622Z Fresh ciborium v0.2.2
101242026-03-19T03:38:05.622Z Fresh rand v0.10.0
101252026-03-19T03:38:05.622Z Fresh num_enum v0.5.11
101262026-03-19T03:38:05.622Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
101272026-03-19T03:38:05.622Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
101282026-03-19T03:38:05.622Z Fresh universal-hash v0.5.1
101292026-03-19T03:38:05.622Z Fresh opaque-debug v0.3.1
101302026-03-19T03:38:05.622Z Fresh aead v0.5.2
101312026-03-19T03:38:05.622Z Fresh chacha20 v0.9.1
101322026-03-19T03:38:05.622Z Fresh swrite v0.1.0
101332026-03-19T03:38:05.625Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
101342026-03-19T03:38:05.630Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
101352026-03-19T03:38:05.630Z Fresh thiserror-impl-no-std v2.0.2
101362026-03-19T03:38:05.630Z Fresh blake2 v0.10.6
101372026-03-19T03:38:05.630Z Fresh password-hash v0.5.0
101382026-03-19T03:38:05.630Z Fresh unicode-width v0.1.14
101392026-03-19T03:38:05.630Z Fresh atomicwrites v0.4.4
101402026-03-19T03:38:05.630Z Fresh console v0.15.11
101412026-03-19T03:38:05.630Z Fresh derive-where v1.6.0
101422026-03-19T03:38:05.630Z Fresh progenitor-macro v0.13.0
101432026-03-19T03:38:05.630Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
101442026-03-19T03:38:05.630Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
101452026-03-19T03:38:05.630Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
101462026-03-19T03:38:05.630Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
101472026-03-19T03:38:05.630Z Fresh poly1305 v0.8.0
101482026-03-19T03:38:05.630Z Fresh thiserror-no-std v2.0.2
101492026-03-19T03:38:05.630Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
101502026-03-19T03:38:05.630Z Fresh argon2 v0.5.3
101512026-03-19T03:38:05.631Z Fresh newline-converter v0.3.0
101522026-03-19T03:38:05.631Z Fresh num-rational v0.4.2
101532026-03-19T03:38:05.631Z Fresh num-complex v0.4.6
101542026-03-19T03:38:05.631Z Fresh libsw-core v0.3.2
101552026-03-19T03:38:05.631Z Fresh float-ord v0.3.2
101562026-03-19T03:38:05.631Z Fresh linear-map v1.2.0
101572026-03-19T03:38:05.631Z Fresh usdt-attr-macro v0.5.0
101582026-03-19T03:38:05.631Z Fresh usdt-macro v0.5.0
101592026-03-19T03:38:05.631Z Fresh memmap v0.7.0
101602026-03-19T03:38:05.631Z Fresh bytecount v0.6.9
101612026-03-19T03:38:05.631Z Fresh gethostname v0.5.0
101622026-03-19T03:38:05.631Z Fresh same-file v1.0.6
101632026-03-19T03:38:05.631Z Fresh async-recursion v1.1.1
101642026-03-19T03:38:05.631Z Fresh unicode-xid v0.2.6
101652026-03-19T03:38:05.631Z Fresh globset v0.4.18
101662026-03-19T03:38:05.631Z Fresh pin-project-internal v1.1.11
101672026-03-19T03:38:05.631Z Fresh smawk v0.3.2
101682026-03-19T03:38:05.631Z Fresh unicode-linebreak v0.1.5
101692026-03-19T03:38:05.631Z Fresh progenitor v0.13.0
101702026-03-19T03:38:05.632Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
101712026-03-19T03:38:05.632Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
101722026-03-19T03:38:05.632Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
101732026-03-19T03:38:05.632Z Fresh chacha20poly1305 v0.10.1
101742026-03-19T03:38:05.632Z Fresh vsss-rs v3.3.4
101752026-03-19T03:38:05.632Z Fresh expectorate v1.2.0
101762026-03-19T03:38:05.632Z Fresh prettyplease v0.2.37
101772026-03-19T03:38:05.632Z Fresh num v0.4.3
101782026-03-19T03:38:05.632Z Fresh libsw v3.5.0
101792026-03-19T03:38:05.632Z Fresh usdt v0.5.0
101802026-03-19T03:38:05.632Z Fresh walkdir v2.5.0
101812026-03-19T03:38:05.632Z Fresh pin-project v1.1.11
101822026-03-19T03:38:05.632Z Fresh csv-core v0.1.13
101832026-03-19T03:38:05.632Z Fresh resolv-conf v0.7.6
101842026-03-19T03:38:05.632Z Fresh minimal-lexical v0.2.1
101852026-03-19T03:38:05.632Z Fresh convert_case v0.10.0
101862026-03-19T03:38:05.632Z Fresh snafu-derive v0.8.9
101872026-03-19T03:38:05.632Z Fresh pem v3.0.6
101882026-03-19T03:38:05.632Z Fresh termtree v0.5.1
101892026-03-19T03:38:05.649Z Fresh olpc-cjson v0.1.4
101902026-03-19T03:38:05.649Z Fresh ar_archive_writer v0.5.1
101912026-03-19T03:38:05.649Z Fresh serde_plain v1.0.2
101922026-03-19T03:38:05.649Z Fresh fd-lock v4.0.4
101932026-03-19T03:38:05.649Z Fresh vte v0.14.1
101942026-03-19T03:38:05.649Z Fresh typed-path v0.9.3
101952026-03-19T03:38:05.649Z Fresh linked-hash-map v0.5.6
101962026-03-19T03:38:05.649Z Fresh hickory-proto v0.24.4
101972026-03-19T03:38:05.649Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
101982026-03-19T03:38:05.649Z Fresh owo-colors v4.3.0
101992026-03-19T03:38:05.649Z Fresh cancel-safe-futures v0.1.5
102002026-03-19T03:38:05.649Z Fresh tokio-dtrace v0.1.1
102012026-03-19T03:38:05.649Z Fresh csv v1.4.0
102022026-03-19T03:38:05.649Z Fresh nom v7.1.3
102032026-03-19T03:38:05.649Z Fresh slog-dtrace v0.3.0
102042026-03-19T03:38:05.660Z Fresh snafu v0.8.9
102052026-03-19T03:38:05.660Z Fresh derive_more-impl v2.1.1
102062026-03-19T03:38:05.660Z Fresh lru-cache v0.1.2
102072026-03-19T03:38:05.660Z Fresh strip-ansi-escapes v0.2.1
102082026-03-19T03:38:05.661Z Fresh nu-ansi-term v0.50.3
102092026-03-19T03:38:05.661Z Fresh base64 v0.21.7
102102026-03-19T03:38:05.661Z Fresh nibble_vec v0.1.0
102112026-03-19T03:38:05.661Z Fresh display-error-chain v0.2.2
102122026-03-19T03:38:05.661Z Fresh semver v0.1.20
102132026-03-19T03:38:05.661Z Fresh highway v1.3.0
102142026-03-19T03:38:05.661Z Fresh endian-type v0.1.2
102152026-03-19T03:38:05.661Z Fresh cfg_aliases v0.1.1
102162026-03-19T03:38:05.661Z Fresh humantime v2.3.0
102172026-03-19T03:38:05.661Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
102182026-03-19T03:38:05.661Z Fresh oxide-tokio-rt v0.1.3
102192026-03-19T03:38:05.661Z Fresh derive_more v2.1.1
102202026-03-19T03:38:05.661Z Fresh tough v0.20.0
102212026-03-19T03:38:05.661Z Fresh reedline v0.40.0
102222026-03-19T03:38:05.661Z Fresh radix_trie v0.2.1
102232026-03-19T03:38:05.662Z Fresh rustc_version v0.1.7
102242026-03-19T03:38:05.662Z Fresh hickory-resolver v0.24.4
102252026-03-19T03:38:05.662Z Fresh home v0.5.12
102262026-03-19T03:38:05.662Z Fresh textwrap v0.16.2
102272026-03-19T03:38:05.662Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
102282026-03-19T03:38:05.662Z Fresh phf_shared v0.12.1
102292026-03-19T03:38:05.666Z Fresh recursive-proc-macro-impl v0.1.1
102302026-03-19T03:38:05.666Z Fresh papergrid v0.11.0
102312026-03-19T03:38:05.666Z Fresh const_format_proc_macros v0.2.34
102322026-03-19T03:38:05.666Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
102332026-03-19T03:38:05.666Z Fresh peg-macros v0.8.5
102342026-03-19T03:38:05.666Z Fresh tabled_derive v0.7.0
102352026-03-19T03:38:05.666Z Fresh sqlparser_derive v0.5.0
102362026-03-19T03:38:05.666Z Fresh winnow v0.6.26
102372026-03-19T03:38:05.666Z Fresh crossterm v0.29.0
102382026-03-19T03:38:05.666Z Fresh psm v0.1.30
102392026-03-19T03:38:05.666Z Fresh qorb v0.4.1
102402026-03-19T03:38:05.666Z Fresh phf v0.12.1
102412026-03-19T03:38:05.666Z Fresh unicode_categories v0.1.1
102422026-03-19T03:38:05.666Z Fresh peg v0.8.5
102432026-03-19T03:38:05.667Z Fresh const_format v0.2.35
102442026-03-19T03:38:05.667Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
102452026-03-19T03:38:05.667Z Fresh tabled v0.15.0
102462026-03-19T03:38:05.667Z Fresh bcs v0.1.6
102472026-03-19T03:38:05.667Z Fresh typify-impl v0.4.3
102482026-03-19T03:38:05.667Z Fresh utf-8 v0.7.6
102492026-03-19T03:38:05.667Z Fresh filetime v0.2.27
102502026-03-19T03:38:05.667Z Fresh xattr v1.6.1
102512026-03-19T03:38:05.667Z Fresh arc-swap v1.8.2
102522026-03-19T03:38:05.667Z Fresh headers-core v0.3.0
102532026-03-19T03:38:05.667Z Fresh cargo_toml v0.22.3
102542026-03-19T03:38:05.667Z Fresh stacker v0.1.23
102552026-03-19T03:38:05.667Z Fresh nix v0.28.0
102562026-03-19T03:38:05.667Z Fresh sqlformat v0.3.5
102572026-03-19T03:38:05.667Z Fresh chrono-tz v0.10.4
102582026-03-19T03:38:05.667Z Fresh typify-macro v0.4.3
102592026-03-19T03:38:05.668Z Fresh tungstenite v0.21.0
102602026-03-19T03:38:05.668Z Fresh tar v0.4.44
102612026-03-19T03:38:05.668Z Fresh slog-scope v4.4.1
102622026-03-19T03:38:05.668Z Fresh headers v0.4.1
102632026-03-19T03:38:05.668Z Fresh subprocess v0.2.15
102642026-03-19T03:38:05.668Z Fresh yasna v0.5.2
102652026-03-19T03:38:05.668Z Fresh base16ct v1.0.0
102662026-03-19T03:38:05.668Z Fresh dropshot-api-manager-types v0.6.0
102672026-03-19T03:38:05.668Z Fresh tagptr v0.2.0
102682026-03-19T03:38:05.668Z Fresh bitfield-struct v0.6.2
102692026-03-19T03:38:05.668Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102702026-03-19T03:38:05.668Z Fresh xshell-macros v0.2.7
102712026-03-19T03:38:05.668Z Fresh recursive v0.1.1
102722026-03-19T03:38:05.668Z Fresh newtype_derive v0.1.6
102732026-03-19T03:38:05.668Z Fresh rustyline v14.0.0
102742026-03-19T03:38:05.668Z Fresh typify v0.4.3
102752026-03-19T03:38:05.668Z Fresh tokio-tungstenite v0.21.0
102762026-03-19T03:38:05.668Z Fresh slog-stdlog v4.1.1
102772026-03-19T03:38:05.669Z Fresh typeid v1.0.3
102782026-03-19T03:38:05.669Z Fresh lzma-sys v0.1.20
102792026-03-19T03:38:05.669Z Fresh rcgen v0.12.1
102802026-03-19T03:38:05.669Z Fresh moka v0.12.13
102812026-03-19T03:38:05.669Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102822026-03-19T03:38:05.669Z Fresh xshell v0.2.7
102832026-03-19T03:38:05.669Z Fresh tap v1.0.1
102842026-03-19T03:38:05.669Z Fresh zerocopy-derive v0.6.6
102852026-03-19T03:38:05.669Z Fresh crc-catalog v2.4.0
102862026-03-19T03:38:05.669Z Fresh funty v2.0.0
102872026-03-19T03:38:05.669Z Fresh packed_struct_codegen v0.10.1
102882026-03-19T03:38:05.669Z Fresh bitfield-macros v0.19.4
102892026-03-19T03:38:05.704Z Fresh nodrop v0.1.14
102902026-03-19T03:38:05.705Z Fresh hashbrown v0.12.3
102912026-03-19T03:38:05.705Z Fresh sqlparser v0.61.0
102922026-03-19T03:38:05.705Z Fresh steno v0.4.1
102932026-03-19T03:38:05.705Z Fresh progenitor-impl v0.10.0
102942026-03-19T03:38:05.705Z Fresh slog-envlogger v2.2.0
102952026-03-19T03:38:05.705Z Fresh ron v0.12.0
102962026-03-19T03:38:05.705Z Fresh xz2 v0.1.7
102972026-03-19T03:38:05.705Z Fresh hickory-resolver v0.25.2
102982026-03-19T03:38:05.705Z Fresh libefi-sys v0.1.0
102992026-03-19T03:38:05.705Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
103002026-03-19T03:38:05.705Z Fresh wyz v0.5.1
103012026-03-19T03:38:05.705Z Fresh radium v0.7.0
103022026-03-19T03:38:05.705Z Fresh zerocopy v0.6.6
103032026-03-19T03:38:05.705Z Fresh crc v3.4.0
103042026-03-19T03:38:05.705Z Fresh array-init v0.0.4
103052026-03-19T03:38:05.705Z Fresh bitfield v0.19.4
103062026-03-19T03:38:05.705Z Fresh ron v0.8.1
103072026-03-19T03:38:05.705Z Fresh hashbrown v0.13.2
103082026-03-19T03:38:05.705Z Fresh crc-any v2.5.0
103092026-03-19T03:38:05.705Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
103102026-03-19T03:38:05.706Z Fresh path-slash v0.1.5
103112026-03-19T03:38:05.706Z Fresh maplit v1.0.2
103122026-03-19T03:38:05.706Z Fresh dsl_auto_type v0.2.0
103132026-03-19T03:38:05.706Z Fresh scheduled-thread-pool v0.2.7
103142026-03-19T03:38:05.706Z Fresh diesel_table_macro_syntax v0.3.0
103152026-03-19T03:38:05.706Z Fresh progenitor-macro v0.10.0
103162026-03-19T03:38:05.706Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
103172026-03-19T03:38:05.706Z Fresh bitvec v1.0.1
103182026-03-19T03:38:05.706Z Fresh maybe-uninit v2.0.0
103192026-03-19T03:38:05.706Z Fresh indexmap v1.9.3
103202026-03-19T03:38:05.709Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
103212026-03-19T03:38:05.709Z Fresh r2d2 v0.8.10
103222026-03-19T03:38:05.709Z Fresh num-derive v0.3.3
103232026-03-19T03:38:05.709Z Fresh proc-macro-error-attr2 v2.0.0
103242026-03-19T03:38:05.712Z Fresh diff v0.1.13
103252026-03-19T03:38:05.712Z Fresh downcast-rs v2.0.2
103262026-03-19T03:38:05.712Z Fresh dirs-sys-next v0.1.2
103272026-03-19T03:38:05.712Z Fresh unicase v2.9.0
103282026-03-19T03:38:05.712Z Fresh papergrid v0.17.0
103292026-03-19T03:38:05.712Z Fresh testing_table v0.3.0
103302026-03-19T03:38:05.712Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
103312026-03-19T03:38:05.712Z Fresh bit-vec v0.6.3
103322026-03-19T03:38:05.712Z Fresh half v1.8.3
103332026-03-19T03:38:05.713Z Fresh progenitor v0.10.0
103342026-03-19T03:38:05.713Z Fresh smallvec v0.6.14
103352026-03-19T03:38:05.713Z Fresh packed_struct v0.10.1
103362026-03-19T03:38:05.713Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
103372026-03-19T03:38:05.713Z Fresh object v0.30.4
103382026-03-19T03:38:05.713Z Fresh diesel_derives v2.3.7
103392026-03-19T03:38:05.713Z Fresh libscf-sys v1.1.0
103402026-03-19T03:38:05.713Z Fresh proc-macro-error2 v2.0.1
103412026-03-19T03:38:05.713Z Fresh dirs-next v2.0.0
103422026-03-19T03:38:05.713Z Fresh serde_cbor v0.11.2
103432026-03-19T03:38:05.713Z Fresh bit-set v0.5.3
103442026-03-19T03:38:05.713Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
103452026-03-19T03:38:05.713Z Fresh itertools v0.10.5
103462026-03-19T03:38:05.713Z Fresh ena v0.14.4
103472026-03-19T03:38:05.713Z Fresh libloading v0.8.9
103482026-03-19T03:38:05.713Z Fresh regex-syntax v0.6.29
103492026-03-19T03:38:05.713Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103502026-03-19T03:38:05.713Z Fresh cexpr v0.6.0
103512026-03-19T03:38:05.713Z Fresh crc8 v0.1.1
103522026-03-19T03:38:05.713Z Fresh strum_macros v0.24.3
103532026-03-19T03:38:05.713Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
103542026-03-19T03:38:05.713Z Fresh serde-hex v0.1.0
103552026-03-19T03:38:05.713Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
103562026-03-19T03:38:05.713Z Fresh diesel v2.3.7
103572026-03-19T03:38:05.713Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
103582026-03-19T03:38:05.714Z Fresh tabled_derive v0.11.0
103592026-03-19T03:38:05.714Z Fresh crunchy v0.2.4
103602026-03-19T03:38:05.714Z Fresh term v0.7.0
103612026-03-19T03:38:05.714Z Fresh vergen-gitcl v1.0.8
103622026-03-19T03:38:05.714Z Fresh clang-sys v1.8.1
103632026-03-19T03:38:05.714Z Fresh indoc v1.0.9
103642026-03-19T03:38:05.714Z Fresh quick-xml v0.37.5
103652026-03-19T03:38:05.714Z Fresh oso-derive v0.27.3
103662026-03-19T03:38:05.714Z Fresh impl-trait-for-tuples v0.2.3
103672026-03-19T03:38:05.714Z Fresh openssl-probe v0.1.6
103682026-03-19T03:38:05.714Z Fresh trait-variant v0.1.2
103692026-03-19T03:38:05.714Z Fresh primeorder v0.13.6
103702026-03-19T03:38:05.714Z Fresh fxhash v0.2.1
103712026-03-19T03:38:05.714Z Fresh bb8 v0.8.6
103722026-03-19T03:38:05.717Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
103732026-03-19T03:38:05.718Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
103742026-03-19T03:38:05.718Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
103752026-03-19T03:38:05.718Z Fresh tabled v0.20.0
103762026-03-19T03:38:05.718Z Fresh ascii-canvas v3.0.0
103772026-03-19T03:38:05.718Z Fresh tiny-keccak v2.0.2
103782026-03-19T03:38:05.718Z Fresh bindgen v0.71.1
103792026-03-19T03:38:05.718Z Fresh libxml v0.3.3
103802026-03-19T03:38:05.718Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
103812026-03-19T03:38:05.718Z Fresh diesel-dtrace v0.5.0
103822026-03-19T03:38:05.718Z Fresh async-bb8-diesel v0.2.1
103832026-03-19T03:38:05.718Z Fresh p384 v0.13.1
103842026-03-19T03:38:05.718Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
103852026-03-19T03:38:05.718Z Fresh predicates-tree v1.0.13
103862026-03-19T03:38:05.718Z Fresh kstat-rs v0.2.4
103872026-03-19T03:38:05.718Z Fresh nonempty v0.12.0
103882026-03-19T03:38:05.718Z Fresh ignore v0.4.25
103892026-03-19T03:38:05.732Z Fresh git-stub v1.0.0
103902026-03-19T03:38:05.732Z Fresh parse-size v1.1.0
103912026-03-19T03:38:05.732Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
103922026-03-19T03:38:05.732Z Fresh lalrpop v0.19.12
103932026-03-19T03:38:05.732Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
103942026-03-19T03:38:05.739Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
103952026-03-19T03:38:05.739Z Fresh salty v0.3.0
103962026-03-19T03:38:05.739Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
103972026-03-19T03:38:05.739Z Fresh globwalk v0.9.1
103982026-03-19T03:38:05.739Z Fresh git-stub-vcs v0.1.0
103992026-03-19T03:38:05.739Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
104002026-03-19T03:38:05.740Z Fresh progenitor-impl v0.11.2
104012026-03-19T03:38:05.740Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104022026-03-19T03:38:05.740Z Fresh prefix-trie v0.7.0
104032026-03-19T03:38:05.740Z Fresh nanorand v0.7.0
104042026-03-19T03:38:05.740Z Fresh hickory-client v0.25.2
104052026-03-19T03:38:05.740Z Fresh progenitor-client v0.11.2
104062026-03-19T03:38:05.740Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104072026-03-19T03:38:05.740Z Fresh corncobs v0.1.4
104082026-03-19T03:38:05.740Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
104092026-03-19T03:38:05.740Z Fresh fs-err v2.11.0
104102026-03-19T03:38:05.740Z Fresh parking_lot_core v0.8.6
104112026-03-19T03:38:05.740Z Fresh camino-tempfile-ext v0.3.3
104122026-03-19T03:38:05.740Z Fresh flume v0.11.1
104132026-03-19T03:38:05.746Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104142026-03-19T03:38:05.747Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104152026-03-19T03:38:05.747Z Fresh hickory-server v0.25.2
104162026-03-19T03:38:05.747Z Fresh progenitor-macro v0.11.2
104172026-03-19T03:38:05.747Z Fresh http-range v0.1.5
104182026-03-19T03:38:05.747Z Fresh void v1.0.2
104192026-03-19T03:38:05.747Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104202026-03-19T03:38:05.747Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
104212026-03-19T03:38:05.747Z Fresh tungstenite v0.23.0
104222026-03-19T03:38:05.747Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104232026-03-19T03:38:05.747Z Fresh nix v0.27.1
104242026-03-19T03:38:05.747Z Fresh rand_seeder v0.4.0
104252026-03-19T03:38:05.747Z Fresh samael v0.0.19
104262026-03-19T03:38:05.747Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104272026-03-19T03:38:05.747Z Fresh parking_lot v0.11.2
104282026-03-19T03:38:05.747Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
104292026-03-19T03:38:05.747Z Fresh lzss v0.8.2
104302026-03-19T03:38:05.747Z Fresh progenitor v0.11.2
104312026-03-19T03:38:05.747Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104322026-03-19T03:38:05.747Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104332026-03-19T03:38:05.747Z Fresh secrecy v0.8.0
104342026-03-19T03:38:05.747Z Fresh atty v0.2.14
104352026-03-19T03:38:05.747Z Fresh serde_bytes v0.11.19
104362026-03-19T03:38:05.748Z Fresh tokio-tungstenite v0.23.1
104372026-03-19T03:38:05.761Z Fresh mime_guess v2.0.5
104382026-03-19T03:38:05.761Z Fresh signal-hook-tokio v0.3.1
104392026-03-19T03:38:05.761Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
104402026-03-19T03:38:05.761Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104412026-03-19T03:38:05.761Z Fresh assert_matches v1.5.0
104422026-03-19T03:38:05.761Z Fresh is_ci v1.2.0
104432026-03-19T03:38:05.761Z Fresh polar-core v0.27.3
104442026-03-19T03:38:05.761Z Fresh sled v0.34.7
104452026-03-19T03:38:05.762Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104462026-03-19T03:38:05.762Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
104472026-03-19T03:38:05.762Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
104482026-03-19T03:38:05.762Z Fresh hyper-staticfile v0.10.1
104492026-03-19T03:38:05.762Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104502026-03-19T03:38:05.762Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
104512026-03-19T03:38:05.762Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
104522026-03-19T03:38:05.762Z Fresh yansi v1.0.1
104532026-03-19T03:38:05.762Z Fresh darling_core v0.23.0
104542026-03-19T03:38:05.762Z Fresh indoc v2.0.7
104552026-03-19T03:38:05.762Z Fresh castaway v0.2.4
104562026-03-19T03:38:05.762Z Fresh gimli v0.32.3
104572026-03-19T03:38:05.762Z Fresh unicode-truncate v1.1.0
104582026-03-19T03:38:05.764Z Fresh lru v0.12.5
104592026-03-19T03:38:05.764Z Fresh ordered-float v2.10.1
104602026-03-19T03:38:05.764Z Fresh oso v0.27.3
104612026-03-19T03:38:05.764Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
104622026-03-19T03:38:05.764Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
104632026-03-19T03:38:05.764Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
104642026-03-19T03:38:05.764Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
104652026-03-19T03:38:05.765Z Fresh pretty_assertions v1.4.1
104662026-03-19T03:38:05.765Z Fresh darling_macro v0.23.0
104672026-03-19T03:38:05.765Z Fresh addr2line v0.25.1
104682026-03-19T03:38:05.765Z Fresh compact_str v0.8.1
104692026-03-19T03:38:05.765Z Fresh rustc-demangle v0.1.27
104702026-03-19T03:38:05.765Z Fresh cassowary v0.3.0
104712026-03-19T03:38:05.765Z Fresh serde-value v0.7.0
104722026-03-19T03:38:05.765Z Fresh polyval v0.6.2
104732026-03-19T03:38:05.765Z Fresh concurrent-queue v2.5.0
104742026-03-19T03:38:05.765Z Fresh plotters-backend v0.3.7
104752026-03-19T03:38:05.765Z Fresh parking v2.2.1
104762026-03-19T03:38:05.765Z Fresh supports-color v2.1.0
104772026-03-19T03:38:05.765Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
104782026-03-19T03:38:05.765Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
104792026-03-19T03:38:05.765Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
104802026-03-19T03:38:05.769Z Fresh darling v0.23.0
104812026-03-19T03:38:05.769Z Fresh libz-sys v1.1.24
104822026-03-19T03:38:05.769Z Fresh erased-serde v0.4.9
104832026-03-19T03:38:05.769Z Fresh backtrace v0.3.76
104842026-03-19T03:38:05.769Z Fresh event-listener v5.4.1
104852026-03-19T03:38:05.769Z Fresh ghash v0.5.1
104862026-03-19T03:38:05.769Z Fresh plotters-svg v0.3.7
104872026-03-19T03:38:05.769Z Fresh textwrap v0.15.2
104882026-03-19T03:38:05.769Z Fresh supports-hyperlinks v2.1.0
104892026-03-19T03:38:05.815Z Fresh supports-unicode v2.1.0
104902026-03-19T03:38:05.815Z Fresh hashbrown v0.14.5
104912026-03-19T03:38:05.815Z Fresh ctr v0.9.2
104922026-03-19T03:38:05.815Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
104932026-03-19T03:38:05.815Z Fresh cargo-platform v0.2.0
104942026-03-19T03:38:05.815Z Fresh miette-derive v5.10.0
104952026-03-19T03:38:05.816Z Fresh terminal_size v0.1.17
104962026-03-19T03:38:05.816Z Fresh constant_time_eq v0.4.2
104972026-03-19T03:38:05.816Z Fresh owo-colors v3.5.0
104982026-03-19T03:38:05.816Z Fresh cast v0.3.0
104992026-03-19T03:38:05.816Z Fresh shell-words v1.1.1
105002026-03-19T03:38:05.816Z Fresh arrayvec v0.7.6
105012026-03-19T03:38:05.816Z Fresh instability v0.3.11
105022026-03-19T03:38:05.816Z Fresh serde-untagged v0.1.9
105032026-03-19T03:38:05.816Z Fresh libgit2-sys v0.18.3+1.9.2
105042026-03-19T03:38:05.816Z Fresh backtrace-ext v0.2.1
105052026-03-19T03:38:05.816Z Fresh arrayref v0.3.9
105062026-03-19T03:38:05.819Z Fresh event-listener-strategy v0.5.4
105072026-03-19T03:38:05.819Z Fresh chumsky v0.9.3
105082026-03-19T03:38:05.819Z Fresh aes-gcm v0.10.3
105092026-03-19T03:38:05.819Z Fresh plotters v0.3.7
105102026-03-19T03:38:05.819Z Fresh criterion-plot v0.6.0
105112026-03-19T03:38:05.819Z Fresh supports-color v3.0.2
105122026-03-19T03:38:05.819Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
105132026-03-19T03:38:05.819Z Fresh knuffel-derive v3.2.0
105142026-03-19T03:38:05.819Z Fresh ssh-encoding v0.2.0
105152026-03-19T03:38:05.819Z Fresh blowfish v0.9.1
105162026-03-19T03:38:05.819Z Fresh rustls-webpki v0.101.7
105172026-03-19T03:38:05.819Z Fresh sct v0.7.1
105182026-03-19T03:38:05.819Z Fresh tinytemplate v1.2.1
105192026-03-19T03:38:05.820Z Fresh rtoolbox v0.0.3
105202026-03-19T03:38:05.820Z Fresh futures-timer v3.0.3
105212026-03-19T03:38:05.820Z Fresh ratatui v0.29.0
105222026-03-19T03:38:05.820Z Fresh git2 v0.20.4
105232026-03-19T03:38:05.820Z Fresh cargo-util-schemas v0.8.2
105242026-03-19T03:38:05.820Z Fresh miette v5.10.0
105252026-03-19T03:38:05.820Z Fresh oorandom v11.1.5
105262026-03-19T03:38:05.820Z Fresh anes v0.1.6
105272026-03-19T03:38:05.820Z Fresh hex-literal v0.4.1
105282026-03-19T03:38:05.820Z Fresh rustls v0.21.12
105292026-03-19T03:38:05.820Z Fresh ssh-cipher v0.2.0
105302026-03-19T03:38:05.820Z Fresh petname v2.0.2
105312026-03-19T03:38:05.820Z Fresh async-lock v3.4.2
105322026-03-19T03:38:05.820Z Fresh rpassword v7.4.0
105332026-03-19T03:38:05.820Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
105342026-03-19T03:38:05.820Z Fresh bcrypt-pbkdf v0.10.0
105352026-03-19T03:38:05.821Z Fresh colored v2.2.0
105362026-03-19T03:38:05.821Z Fresh password-hash v0.4.2
105372026-03-19T03:38:05.821Z Fresh sapling-renderdag v0.1.0
105382026-03-19T03:38:05.821Z Fresh sync-ptr v0.1.4
105392026-03-19T03:38:05.821Z Fresh vergen-git2 v1.0.7
105402026-03-19T03:38:05.821Z Fresh cargo_metadata v0.21.0
105412026-03-19T03:38:05.821Z Fresh tui-tree-widget v0.23.1
105422026-03-19T03:38:05.821Z Fresh knuffel v3.2.0
105432026-03-19T03:38:05.821Z Fresh criterion v0.7.0
105442026-03-19T03:38:05.821Z Fresh target-lexicon v0.13.3
105452026-03-19T03:38:05.821Z Fresh nix v0.29.0
105462026-03-19T03:38:05.821Z Fresh tokio-rustls v0.24.1
105472026-03-19T03:38:05.821Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
105482026-03-19T03:38:05.821Z Fresh ssh-key v0.6.7
105492026-03-19T03:38:05.821Z Fresh async-object-pool v0.2.0
105502026-03-19T03:38:05.821Z Fresh pbkdf2 v0.11.0
105512026-03-19T03:38:05.821Z Fresh p521 v0.13.3
105522026-03-19T03:38:05.821Z Fresh p256 v0.13.2
105532026-03-19T03:38:05.821Z Fresh rustls-pemfile v1.0.4
105542026-03-19T03:38:05.821Z Fresh twox-hash v2.1.2
105552026-03-19T03:38:05.822Z Fresh assert-json-diff v2.0.2
105562026-03-19T03:38:05.822Z Fresh serde_regex v1.1.0
105572026-03-19T03:38:05.822Z Fresh russh-cryptovec v0.7.3
105582026-03-19T03:38:05.822Z Fresh path-tree v0.8.3
105592026-03-19T03:38:05.822Z Fresh md5 v0.7.0
105602026-03-19T03:38:05.822Z Fresh stringmetrics v2.2.2
105612026-03-19T03:38:05.822Z Fresh blake3 v1.8.3
105622026-03-19T03:38:05.822Z Fresh cfg-expr v0.20.6
105632026-03-19T03:38:05.822Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
105642026-03-19T03:38:05.822Z Fresh guppy-workspace-hack v0.1.0
105652026-03-19T03:38:05.822Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
105662026-03-19T03:38:05.822Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105672026-03-19T03:38:05.822Z Fresh httpmock v0.8.3
105682026-03-19T03:38:05.822Z Fresh russh-keys v0.45.0
105692026-03-19T03:38:05.822Z Fresh httptest v0.16.4
105702026-03-19T03:38:05.822Z Fresh fatfs v0.3.6
105712026-03-19T03:38:05.822Z Fresh des v0.8.1
105722026-03-19T03:38:05.822Z Fresh num-bigint v0.4.6
105732026-03-19T03:38:05.822Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
105742026-03-19T03:38:05.822Z Fresh toml_datetime v1.0.0+spec-1.1.0
105752026-03-19T03:38:05.823Z Fresh cargo-platform v0.3.2
105762026-03-19T03:38:05.823Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105772026-03-19T03:38:05.823Z Fresh topological-sort v0.2.2
105782026-03-19T03:38:05.823Z Fresh seq-macro v0.3.6
105792026-03-19T03:38:05.823Z Fresh escape8259 v0.5.3
105802026-03-19T03:38:05.823Z Fresh relative-path v1.9.3
105812026-03-19T03:38:05.823Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
105822026-03-19T03:38:05.823Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
105832026-03-19T03:38:05.823Z Fresh blake2b_simd v1.0.4
105842026-03-19T03:38:05.823Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105852026-03-19T03:38:05.823Z Fresh linkme-impl v0.3.35
105862026-03-19T03:38:05.823Z Fresh target-triple v1.0.0
105872026-03-19T03:38:05.823Z Fresh toml v1.0.3+spec-1.1.0
105882026-03-19T03:38:05.823Z Fresh libtest-mimic v0.8.1
105892026-03-19T03:38:05.935Z Fresh russh v0.45.0
105902026-03-19T03:38:05.935Z Fresh omicron-zone-package v0.12.2
105912026-03-19T03:38:05.935Z Fresh target-spec v3.5.7
105922026-03-19T03:38:05.935Z Fresh cargo_metadata v0.23.1
105932026-03-19T03:38:05.935Z Fresh rstest_macros v0.25.0
105942026-03-19T03:38:05.935Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105952026-03-19T03:38:05.935Z Fresh similar-asserts v1.7.0
105962026-03-19T03:38:05.935Z Fresh fancy-regex v0.14.0
105972026-03-19T03:38:05.935Z Fresh pathdiff v0.2.3
105982026-03-19T03:38:05.935Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
105992026-03-19T03:38:05.935Z Fresh uzers v0.12.2
106002026-03-19T03:38:05.936Z Fresh socket2 v0.5.10
106012026-03-19T03:38:05.936Z Fresh constant_time_eq v0.3.1
106022026-03-19T03:38:05.936Z Fresh nested v0.1.1
106032026-03-19T03:38:05.936Z Fresh internet-checksum v0.2.1
106042026-03-19T03:38:05.936Z Fresh termcolor v1.4.1
106052026-03-19T03:38:05.944Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
106062026-03-19T03:38:05.944Z Fresh linkme v0.3.35
106072026-03-19T03:38:05.944Z Fresh guppy v0.17.25
106082026-03-19T03:38:05.944Z Fresh datatest-stable v0.3.3
106092026-03-19T03:38:05.944Z Fresh rstest v0.25.0
106102026-03-19T03:38:05.944Z Fresh assert_cmd v2.1.2
106112026-03-19T03:38:05.944Z Fresh trybuild v1.0.116
106122026-03-19T03:38:05.944Z Fresh rust-argon2 v2.1.0
106132026-03-19T03:38:05.944Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
106142026-03-19T03:38:05.944Z Fresh partial-io v0.5.4
106152026-03-19T03:38:05.944Z Fresh rand_distr v0.5.1
106162026-03-19T03:38:05.944Z Fresh approx v0.5.1
106172026-03-19T03:38:05.944Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
106182026-03-19T03:38:05.944Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
106192026-03-19T03:38:05.944Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
106202026-03-19T03:38:05.944Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
106212026-03-19T03:38:05.944Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
106222026-03-19T03:38:05.944Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
106232026-03-19T03:38:05.944Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
106242026-03-19T03:38:05.944Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
106252026-03-19T03:38:05.944Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
106262026-03-19T03:38:05.944Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
106272026-03-19T03:38:05.954Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
106282026-03-19T03:38:05.954Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
106292026-03-19T03:38:05.954Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
106302026-03-19T03:38:05.954Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
106312026-03-19T03:38:05.954Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
106322026-03-19T03:38:05.954Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
106332026-03-19T03:38:05.954Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
106342026-03-19T03:38:05.955Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
106352026-03-19T03:38:05.955Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
106362026-03-19T03:38:05.955Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
106372026-03-19T03:38:05.955Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
106382026-03-19T03:38:05.955Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
106392026-03-19T03:38:05.955Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
106402026-03-19T03:38:05.955Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
106412026-03-19T03:38:05.955Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
106422026-03-19T03:38:05.955Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
106432026-03-19T03:38:05.955Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
106442026-03-19T03:38:05.955Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
106452026-03-19T03:38:05.955Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
106462026-03-19T03:38:05.955Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
106472026-03-19T03:38:05.955Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
106482026-03-19T03:38:05.955Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
106492026-03-19T03:38:05.955Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
106502026-03-19T03:38:05.955Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
106512026-03-19T03:38:05.956Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
106522026-03-19T03:38:05.956Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
106532026-03-19T03:38:05.956Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
106542026-03-19T03:38:05.956Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
106552026-03-19T03:38:05.956Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
106562026-03-19T03:38:05.956Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
106572026-03-19T03:38:05.956Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
106582026-03-19T03:38:05.956Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
106592026-03-19T03:38:05.956Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
106602026-03-19T03:38:05.956Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
106612026-03-19T03:38:05.956Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
106622026-03-19T03:38:05.956Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
106632026-03-19T03:38:05.956Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
106642026-03-19T03:38:05.956Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
106652026-03-19T03:38:05.969Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
106662026-03-19T03:38:05.969Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
106672026-03-19T03:38:05.969Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
106682026-03-19T03:38:05.969Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
106692026-03-19T03:38:05.969Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
106702026-03-19T03:38:05.969Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
106712026-03-19T03:38:05.969Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
106722026-03-19T03:38:05.970Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
106732026-03-19T03:38:05.970Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
106742026-03-19T03:38:05.970Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
106752026-03-19T03:38:05.970Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
106762026-03-19T03:38:05.970Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
106772026-03-19T03:38:05.970Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
106782026-03-19T03:38:05.970Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
106792026-03-19T03:38:05.970Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
106802026-03-19T03:38:05.970Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106812026-03-19T03:38:05.970Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
106822026-03-19T03:38:05.970Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
106832026-03-19T03:38:05.980Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
106842026-03-19T03:38:05.980Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
106852026-03-19T03:38:05.980Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
106862026-03-19T03:38:05.980Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
106872026-03-19T03:38:05.980Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
106882026-03-19T03:38:05.980Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
106892026-03-19T03:38:06.019Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
106902026-03-19T03:38:06.019Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
106912026-03-19T03:38:06.019Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
106922026-03-19T03:38:06.028Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
106932026-03-19T03:38:06.028Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
106942026-03-19T03:38:06.035Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
106952026-03-19T03:38:06.036Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
106962026-03-19T03:38:06.036Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
106972026-03-19T03:38:06.036Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
106982026-03-19T03:38:06.036Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
106992026-03-19T03:38:06.036Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
107002026-03-19T03:38:06.036Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
107012026-03-19T03:38:06.036Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
107022026-03-19T03:38:06.036Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
107032026-03-19T03:38:06.036Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
107042026-03-19T03:38:06.036Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
107052026-03-19T03:38:06.037Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
107062026-03-19T03:38:06.037Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
107072026-03-19T03:38:06.037Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
107082026-03-19T03:38:06.037Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
107092026-03-19T03:38:06.037Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
107102026-03-19T03:38:06.037Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
107112026-03-19T03:38:06.037Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
107122026-03-19T03:38:06.037Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
107132026-03-19T03:38:06.048Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
107142026-03-19T03:38:06.048Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
107152026-03-19T03:38:06.048Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
107162026-03-19T03:38:06.049Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
107172026-03-19T03:38:06.049Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
107182026-03-19T03:38:06.049Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
107192026-03-19T03:38:06.049Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
107202026-03-19T03:38:06.049Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
107212026-03-19T03:38:06.049Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
107222026-03-19T03:38:06.049Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
107232026-03-19T03:38:06.049Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
107242026-03-19T03:38:06.049Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
107252026-03-19T03:38:06.049Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
107262026-03-19T03:38:06.050Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
107272026-03-19T03:38:06.050Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
107282026-03-19T03:38:06.050Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
107292026-03-19T03:38:06.050Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
107302026-03-19T03:38:06.050Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
107312026-03-19T03:38:06.051Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
107322026-03-19T03:38:06.059Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
107332026-03-19T03:38:06.060Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
107342026-03-19T03:38:06.060Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
107352026-03-19T03:38:06.060Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
107362026-03-19T03:38:06.060Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
107372026-03-19T03:38:06.060Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
107382026-03-19T03:38:06.060Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
107392026-03-19T03:38:06.060Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
107402026-03-19T03:38:06.060Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
107412026-03-19T03:38:06.060Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
107422026-03-19T03:38:06.061Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
107432026-03-19T03:38:06.061Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
107442026-03-19T03:38:06.061Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
107452026-03-19T03:38:06.061Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
107462026-03-19T03:38:06.061Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
107472026-03-19T03:38:06.061Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
107482026-03-19T03:38:06.062Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
107492026-03-19T03:38:06.062Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
107502026-03-19T03:38:06.062Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
107512026-03-19T03:38:06.065Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
107522026-03-19T03:38:06.065Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
107532026-03-19T03:38:06.065Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
107542026-03-19T03:38:06.065Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
107552026-03-19T03:38:06.065Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
107562026-03-19T03:38:06.065Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
107572026-03-19T03:38:06.065Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
107582026-03-19T03:38:06.065Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
107592026-03-19T03:38:06.065Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
107602026-03-19T03:38:06.065Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
107612026-03-19T03:38:06.065Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
107622026-03-19T03:38:06.065Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
107632026-03-19T03:38:06.065Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
107642026-03-19T03:38:06.065Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
107652026-03-19T03:38:06.065Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
107662026-03-19T03:38:06.065Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
107672026-03-19T03:38:06.065Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
107682026-03-19T03:38:06.065Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
107692026-03-19T03:38:06.065Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
107702026-03-19T03:38:06.074Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
107712026-03-19T03:38:06.074Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
107722026-03-19T03:38:06.074Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.38s
107732026-03-19T03:38:06.074Z Doc-tests api_identity
107742026-03-19T03:38:06.074Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-952fd5f1826065b7.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107752026-03-19T03:38:06.074Z
107762026-03-19T03:38:06.074Zrunning 0 tests
107772026-03-19T03:38:06.074Z
107782026-03-19T03:38:06.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107792026-03-19T03:38:06.074Z
107802026-03-19T03:38:06.087Z Doc-tests authz_macros
107812026-03-19T03:38:06.088Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-904aae23f421bb56.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.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-31b5206001129b11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107822026-03-19T03:38:06.424Z
107832026-03-19T03:38:06.424Zrunning 7 tests
107842026-03-19T03:38:06.424Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
107852026-03-19T03:38:06.424Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
107862026-03-19T03:38:06.424Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
107872026-03-19T03:38:06.424Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
107882026-03-19T03:38:06.424Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
107892026-03-19T03:38:06.424Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
107902026-03-19T03:38:06.424Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
107912026-03-19T03:38:06.447Z
107922026-03-19T03:38:06.447Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
107932026-03-19T03:38:06.447Z
107942026-03-19T03:38:06.447Zall doctests ran in 0.50s; merged doctests compilation took 0.49s
107952026-03-19T03:38:06.447Z Doc-tests bootstore
107962026-03-19T03:38:06.447Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-47adbffd9ce4a870.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-040e1ad17fac6d2b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107972026-03-19T03:38:06.827Z
107982026-03-19T03:38:06.827Zrunning 0 tests
107992026-03-19T03:38:06.827Z
108002026-03-19T03:38:06.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108012026-03-19T03:38:06.827Z
108022026-03-19T03:38:06.920Z Doc-tests bootstrap_agent_api
108032026-03-19T03:38:06.920Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-70c2e0efb4ad2edb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108042026-03-19T03:38:07.670Z
108052026-03-19T03:38:07.670Zrunning 2 tests
108062026-03-19T03:38:07.670Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 41) ... ignored
108072026-03-19T03:38:07.670Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 47) ... ignored
108082026-03-19T03:38:07.670Z
108092026-03-19T03:38:07.686Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108102026-03-19T03:38:07.687Z
108112026-03-19T03:38:07.741Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
108122026-03-19T03:38:07.741Z Doc-tests bootstrap_agent_client
108132026-03-19T03:38:07.741Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f4d06214bae8ef1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108142026-03-19T03:38:07.963Z
108152026-03-19T03:38:07.963Zrunning 0 tests
108162026-03-19T03:38:07.964Z
108172026-03-19T03:38:07.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108182026-03-19T03:38:07.964Z
108192026-03-19T03:38:07.997Z Doc-tests bootstrap_agent_lockstep_api
108202026-03-19T03:38:08.000Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c1e69a317db7b54d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108212026-03-19T03:38:08.739Z
108222026-03-19T03:38:08.744Zrunning 2 tests
108232026-03-19T03:38:08.744Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 26) ... ignored
108242026-03-19T03:38:08.744Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 32) ... ignored
108252026-03-19T03:38:08.744Z
108262026-03-19T03:38:08.744Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108272026-03-19T03:38:08.744Z
108282026-03-19T03:38:08.771Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
108292026-03-19T03:38:08.797Z Doc-tests bootstrap_agent_lockstep_client
108302026-03-19T03:38:08.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_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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1b38109b8fde4d3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108312026-03-19T03:38:09.421Z
108322026-03-19T03:38:09.421Zrunning 0 tests
108332026-03-19T03:38:09.421Z
108342026-03-19T03:38:09.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108352026-03-19T03:38:09.421Z
108362026-03-19T03:38:09.449Z Doc-tests clickana
108372026-03-19T03:38:09.449Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f9774ac834e6b751.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108382026-03-19T03:38:09.741Z
108392026-03-19T03:38:09.741Zrunning 0 tests
108402026-03-19T03:38:09.741Z
108412026-03-19T03:38:09.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108422026-03-19T03:38:09.741Z
108432026-03-19T03:38:09.764Z Doc-tests clickhouse_admin_api
108442026-03-19T03:38:09.765Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c1c3ce973001890e.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-6dd7bc0889d60cf6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108452026-03-19T03:38:14.215Z
108462026-03-19T03:38:14.216Zrunning 6 tests
108472026-03-19T03:38:14.216Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
108482026-03-19T03:38:14.216Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
108492026-03-19T03:38:14.216Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
108502026-03-19T03:38:14.216Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
108512026-03-19T03:38:14.413Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
108522026-03-19T03:38:14.413Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
108532026-03-19T03:38:14.413Z
108542026-03-19T03:38:14.413Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
108552026-03-19T03:38:14.413Z
108562026-03-19T03:38:14.413Zall doctests ran in 0.50s; merged doctests compilation took 0.49s
108572026-03-19T03:38:14.413Z Doc-tests clickhouse_admin_keeper_client
108582026-03-19T03:38:14.413Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108592026-03-19T03:38:14.413Z
108602026-03-19T03:38:14.413Zrunning 0 tests
108612026-03-19T03:38:14.413Z
108622026-03-19T03:38:14.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108632026-03-19T03:38:14.414Z
108642026-03-19T03:38:14.414Z Doc-tests clickhouse_admin_server_client
108652026-03-19T03:38:14.414Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108662026-03-19T03:38:14.424Z
108672026-03-19T03:38:14.425Zrunning 0 tests
108682026-03-19T03:38:14.425Z
108692026-03-19T03:38:14.425Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108702026-03-19T03:38:14.425Z
108712026-03-19T03:38:14.425Z Doc-tests clickhouse_admin_single_client
108722026-03-19T03:38:14.425Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108732026-03-19T03:38:14.425Z
108742026-03-19T03:38:14.425Zrunning 0 tests
108752026-03-19T03:38:14.425Z
108762026-03-19T03:38:14.425Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108772026-03-19T03:38:14.425Z
108782026-03-19T03:38:14.426Z Doc-tests clickhouse_admin_test_utils
108792026-03-19T03:38:14.426Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d7dc0d87c3eb8679.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108802026-03-19T03:38:14.426Z
108812026-03-19T03:38:14.426Zrunning 0 tests
108822026-03-19T03:38:14.426Z
108832026-03-19T03:38:14.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108842026-03-19T03:38:14.426Z
108852026-03-19T03:38:14.426Z Doc-tests clickhouse_admin_types
108862026-03-19T03:38:14.427Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c24e85d2dcb83b2b.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-6dd7bc0889d60cf6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108872026-03-19T03:38:14.427Z
108882026-03-19T03:38:14.427Zrunning 0 tests
108892026-03-19T03:38:14.427Z
108902026-03-19T03:38:14.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108912026-03-19T03:38:14.427Z
108922026-03-19T03:38:14.427Z Doc-tests clickhouse_admin_types_versions
108932026-03-19T03:38:14.427Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-b6f601029bc67859.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-6dd7bc0889d60cf6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib -L dependency=/work/oxidecomputer/omicron/target/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-03-19T03:38:14.428Z
108952026-03-19T03:38:14.428Zrunning 1 test
108962026-03-19T03:38:14.428Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
108972026-03-19T03:38:14.428Z
108982026-03-19T03:38:14.428Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108992026-03-19T03:38:14.428Z
109002026-03-19T03:38:14.428Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
109012026-03-19T03:38:14.428Z Doc-tests cockroach_admin_api
109022026-03-19T03:38:14.428Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-94688d869976b429.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5210e51a69dd0f18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109032026-03-19T03:38:14.429Z
109042026-03-19T03:38:14.429Zrunning 2 tests
109052026-03-19T03:38:14.429Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
109062026-03-19T03:38:14.429Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
109072026-03-19T03:38:14.429Z
109082026-03-19T03:38:14.429Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109092026-03-19T03:38:14.429Z
109102026-03-19T03:38:14.429Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
109112026-03-19T03:38:14.429Z Doc-tests cockroach_admin_client
109122026-03-19T03:38:14.429Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109132026-03-19T03:38:14.430Z
109142026-03-19T03:38:14.430Zrunning 0 tests
109152026-03-19T03:38:14.430Z
109162026-03-19T03:38:14.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109172026-03-19T03:38:14.430Z
109182026-03-19T03:38:14.430Z Doc-tests cockroach_admin_types
109192026-03-19T03:38:14.430Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-750e693acee0571e.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5210e51a69dd0f18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109202026-03-19T03:38:14.430Z
109212026-03-19T03:38:14.430Zrunning 0 tests
109222026-03-19T03:38:14.430Z
109232026-03-19T03:38:14.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109242026-03-19T03:38:14.430Z
109252026-03-19T03:38:14.430Z Doc-tests cockroach_admin_types_versions
109262026-03-19T03:38:14.430Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5210e51a69dd0f18.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-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109272026-03-19T03:38:14.937Z
109282026-03-19T03:38:14.937Zrunning 1 test
109292026-03-19T03:38:14.937Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
109302026-03-19T03:38:14.937Z
109312026-03-19T03:38:14.937Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109322026-03-19T03:38:14.937Z
109332026-03-19T03:38:14.941Zall doctests ran in 0.48s; merged doctests compilation took 0.48s
109342026-03-19T03:38:14.966Z Doc-tests db_macros
109352026-03-19T03:38:14.969Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-86c409aad5e10d17.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.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-31b5206001129b11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-8140cca6fe309559.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109362026-03-19T03:38:15.655Z
109372026-03-19T03:38:15.655Zrunning 3 tests
109382026-03-19T03:38:15.655Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
109392026-03-19T03:38:15.655Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
109402026-03-19T03:38:15.655Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
109412026-03-19T03:38:15.656Z
109422026-03-19T03:38:15.656Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
109432026-03-19T03:38:15.656Z
109442026-03-19T03:38:15.660Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
109452026-03-19T03:38:15.675Z Doc-tests dev_tools_common
109462026-03-19T03:38:15.679Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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`
109472026-03-19T03:38:15.732Z
109482026-03-19T03:38:15.732Zrunning 0 tests
109492026-03-19T03:38:15.732Z
109502026-03-19T03:38:15.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109512026-03-19T03:38:15.738Z
109522026-03-19T03:38:15.745Z Doc-tests dns_server
109532026-03-19T03:38:15.745Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0d622b8b8048883b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d0c04b32a9be3620.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109542026-03-19T03:38:16.058Z
109552026-03-19T03:38:16.058Zrunning 0 tests
109562026-03-19T03:38:16.059Z
109572026-03-19T03:38:16.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109582026-03-19T03:38:16.059Z
109592026-03-19T03:38:16.090Z Doc-tests dns_server_api
109602026-03-19T03:38:16.094Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109612026-03-19T03:38:16.906Z
109622026-03-19T03:38:16.906Zrunning 2 tests
109632026-03-19T03:38:16.906Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
109642026-03-19T03:38:16.906Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
109652026-03-19T03:38:16.906Z
109662026-03-19T03:38:16.906Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109672026-03-19T03:38:16.906Z
109682026-03-19T03:38:16.911Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
109692026-03-19T03:38:16.911Z Doc-tests dns_service_client
109702026-03-19T03:38:16.911Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109712026-03-19T03:38:17.126Z
109722026-03-19T03:38:17.126Zrunning 0 tests
109732026-03-19T03:38:17.126Z
109742026-03-19T03:38:17.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109752026-03-19T03:38:17.126Z
109762026-03-19T03:38:17.157Z Doc-tests end_to_end_tests
109772026-03-19T03:38:17.162Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-23588a9471712adf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-eae930e7b015405c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-9ec3617791239809.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-023574b6340d3c3c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bab3370b2905146a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-f8fe8f956124d369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109782026-03-19T03:38:17.586Z
109792026-03-19T03:38:17.586Zrunning 0 tests
109802026-03-19T03:38:17.586Z
109812026-03-19T03:38:17.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109822026-03-19T03:38:17.586Z
109832026-03-19T03:38:17.627Z Doc-tests ereport_types
109842026-03-19T03:38:17.627Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109852026-03-19T03:38:17.824Z
109862026-03-19T03:38:17.825Zrunning 0 tests
109872026-03-19T03:38:17.825Z
109882026-03-19T03:38:17.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109892026-03-19T03:38:17.825Z
109902026-03-19T03:38:17.847Z Doc-tests gateway_api
109912026-03-19T03:38:17.850Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5ac362198da3765f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/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-03-19T03:38:18.551Z
109932026-03-19T03:38:18.551Zrunning 2 tests
109942026-03-19T03:38:18.552Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
109952026-03-19T03:38:18.552Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
109962026-03-19T03:38:18.552Z
109972026-03-19T03:38:18.552Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109982026-03-19T03:38:18.552Z
109992026-03-19T03:38:18.556Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
110002026-03-19T03:38:18.581Z Doc-tests gateway_client
110012026-03-19T03:38:18.581Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110022026-03-19T03:38:19.399Z
110032026-03-19T03:38:19.399Zrunning 0 tests
110042026-03-19T03:38:19.399Z
110052026-03-19T03:38:19.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110062026-03-19T03:38:19.399Z
110072026-03-19T03:38:19.441Z Doc-tests gateway_test_utils
110082026-03-19T03:38:19.441Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf60ca82959ab0d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f16fe8c17a94aa2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110092026-03-19T03:38:19.944Z
110102026-03-19T03:38:19.944Zrunning 0 tests
110112026-03-19T03:38:19.944Z
110122026-03-19T03:38:19.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110132026-03-19T03:38:19.944Z
110142026-03-19T03:38:19.988Z Doc-tests gateway_types
110152026-03-19T03:38:19.988Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a2bc03c545c7af01.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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`
110162026-03-19T03:38:20.158Z
110172026-03-19T03:38:20.158Zrunning 0 tests
110182026-03-19T03:38:20.158Z
110192026-03-19T03:38:20.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110202026-03-19T03:38:20.158Z
110212026-03-19T03:38:20.180Z Doc-tests gateway_types_versions
110222026-03-19T03:38:20.180Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db8fe7a52ec78b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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`
110232026-03-19T03:38:21.219Z
110242026-03-19T03:38:21.219Zrunning 1 test
110252026-03-19T03:38:21.219Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
110262026-03-19T03:38:21.219Z
110272026-03-19T03:38:21.219Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110282026-03-19T03:38:21.219Z
110292026-03-19T03:38:21.223Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
110302026-03-19T03:38:21.415Z Doc-tests gfss
110312026-03-19T03:38:21.415Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c051f503f089cbc9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
110322026-03-19T03:38:21.416Z
110332026-03-19T03:38:21.416Zrunning 0 tests
110342026-03-19T03:38:21.416Z
110352026-03-19T03:38:21.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110362026-03-19T03:38:21.416Z
110372026-03-19T03:38:21.423Z Doc-tests illumos_utils
110382026-03-19T03:38:21.423Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-094d038346fb289b.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-4241d8afd279da3e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-606147e1ae0fc628.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-e57cd3af1515987d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0c49c396d37a1b4a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d212113d92011c6e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.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`
110392026-03-19T03:38:21.965Z
110402026-03-19T03:38:21.965Zrunning 0 tests
110412026-03-19T03:38:21.965Z
110422026-03-19T03:38:21.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110432026-03-19T03:38:21.965Z
110442026-03-19T03:38:22.005Z Doc-tests installinator
110452026-03-19T03:38:22.011Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-90f25c07f5b22d3a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-98a6f02663a36255.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3ca0f523261d13a9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.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`
110462026-03-19T03:38:22.478Z
110472026-03-19T03:38:22.478Zrunning 0 tests
110482026-03-19T03:38:22.478Z
110492026-03-19T03:38:22.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502026-03-19T03:38:22.479Z
110512026-03-19T03:38:22.520Z Doc-tests installinator_api
110522026-03-19T03:38:22.520Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-1c9caaafdb3085b6.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-1efb5ca9a892258f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/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-03-19T03:38:23.191Z
110542026-03-19T03:38:23.192Zrunning 2 tests
110552026-03-19T03:38:23.192Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
110562026-03-19T03:38:23.192Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
110572026-03-19T03:38:23.192Z
110582026-03-19T03:38:23.192Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110592026-03-19T03:38:23.192Z
110602026-03-19T03:38:23.196Zall doctests ran in 0.48s; merged doctests compilation took 0.48s
110612026-03-19T03:38:23.221Z Doc-tests installinator_client
110622026-03-19T03:38:23.221Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-98a6f02663a36255.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110632026-03-19T03:38:23.579Z
110642026-03-19T03:38:23.581Zrunning 0 tests
110652026-03-19T03:38:23.581Z
110662026-03-19T03:38:23.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110672026-03-19T03:38:23.581Z
110682026-03-19T03:38:23.606Z Doc-tests installinator_common
110692026-03-19T03:38:23.610Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-1efb5ca9a892258f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110702026-03-19T03:38:23.934Z
110712026-03-19T03:38:23.934Zrunning 0 tests
110722026-03-19T03:38:23.934Z
110732026-03-19T03:38:23.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110742026-03-19T03:38:23.935Z
110752026-03-19T03:38:23.966Z Doc-tests installinator_common_versions
110762026-03-19T03:38:23.967Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1efb5ca9a892258f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110772026-03-19T03:38:24.563Z
110782026-03-19T03:38:24.563Zrunning 1 test
110792026-03-19T03:38:24.563Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
110802026-03-19T03:38:24.564Z
110812026-03-19T03:38:24.564Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110822026-03-19T03:38:24.564Z
110832026-03-19T03:38:24.568Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
110842026-03-19T03:38:24.586Z Doc-tests internal_dns_resolver
110852026-03-19T03:38:24.590Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-2336e99033ba052b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b59901851c5b0de5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-34df5441190144f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110862026-03-19T03:38:24.843Z
110872026-03-19T03:38:24.843Zrunning 0 tests
110882026-03-19T03:38:24.843Z
110892026-03-19T03:38:24.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110902026-03-19T03:38:24.843Z
110912026-03-19T03:38:24.872Z Doc-tests internal_dns_types
110922026-03-19T03:38:24.873Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110932026-03-19T03:38:25.111Z
110942026-03-19T03:38:25.111Zrunning 0 tests
110952026-03-19T03:38:25.111Z
110962026-03-19T03:38:25.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110972026-03-19T03:38:25.112Z
110982026-03-19T03:38:25.139Z Doc-tests internal_dns_types_versions
110992026-03-19T03:38:25.143Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-e33364419ea17e46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111002026-03-19T03:38:25.908Z
111012026-03-19T03:38:25.909Zrunning 1 test
111022026-03-19T03:38:25.909Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
111032026-03-19T03:38:25.909Z
111042026-03-19T03:38:25.909Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111052026-03-19T03:38:25.909Z
111062026-03-19T03:38:25.913Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
111072026-03-19T03:38:25.943Z Doc-tests ipcc
111082026-03-19T03:38:25.943Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8409b01aebc61e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111092026-03-19T03:38:26.081Z
111102026-03-19T03:38:26.081Zrunning 0 tests
111112026-03-19T03:38:26.081Z
111122026-03-19T03:38:26.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111132026-03-19T03:38:26.082Z
111142026-03-19T03:38:26.102Z Doc-tests key_manager
111152026-03-19T03:38:26.102Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e57cd3af1515987d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111162026-03-19T03:38:26.327Z
111172026-03-19T03:38:26.327Zrunning 0 tests
111182026-03-19T03:38:26.327Z
111192026-03-19T03:38:26.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111202026-03-19T03:38:26.327Z
111212026-03-19T03:38:26.353Z Doc-tests key_manager_types
111222026-03-19T03:38:26.357Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e57cd3af1515987d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111232026-03-19T03:38:26.410Z
111242026-03-19T03:38:26.410Zrunning 0 tests
111252026-03-19T03:38:26.410Z
111262026-03-19T03:38:26.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111272026-03-19T03:38:26.411Z
111282026-03-19T03:38:26.421Z Doc-tests live_tests_macros
111292026-03-19T03:38:26.425Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7829bc1dcf566f59.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111302026-03-19T03:38:26.967Z
111312026-03-19T03:38:26.967Zrunning 1 test
111322026-03-19T03:38:26.967Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
111332026-03-19T03:38:26.968Z
111342026-03-19T03:38:26.968Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111352026-03-19T03:38:26.968Z
111362026-03-19T03:38:26.972Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
111372026-03-19T03:38:26.985Z Doc-tests nexus_auth
111382026-03-19T03:38:26.988Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-904aae23f421bb56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.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-f486bca772b54412.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c2b7eff7c9ff2eaf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111392026-03-19T03:38:27.852Z
111402026-03-19T03:38:27.852Zrunning 0 tests
111412026-03-19T03:38:27.852Z
111422026-03-19T03:38:27.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111432026-03-19T03:38:27.852Z
111442026-03-19T03:38:27.911Z Doc-tests nexus_background_task_interface
111452026-03-19T03:38:27.912Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-599f3cec6d2a1006.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111462026-03-19T03:38:27.983Z
111472026-03-19T03:38:27.984Zrunning 0 tests
111482026-03-19T03:38:27.984Z
111492026-03-19T03:38:27.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111502026-03-19T03:38:27.984Z
111512026-03-19T03:38:27.996Z Doc-tests nexus_client
111522026-03-19T03:38:28.000Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111532026-03-19T03:38:28.728Z
111542026-03-19T03:38:28.728Zrunning 0 tests
111552026-03-19T03:38:28.728Z
111562026-03-19T03:38:28.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111572026-03-19T03:38:28.729Z
111582026-03-19T03:38:28.775Z Doc-tests nexus_config
111592026-03-19T03:38:28.775Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111602026-03-19T03:38:29.442Z
111612026-03-19T03:38:29.442Zrunning 0 tests
111622026-03-19T03:38:29.443Z
111632026-03-19T03:38:29.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111642026-03-19T03:38:29.443Z
111652026-03-19T03:38:29.490Z Doc-tests nexus_db_errors
111662026-03-19T03:38:29.490Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fec866652f427803.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111672026-03-19T03:38:29.926Z
111682026-03-19T03:38:29.927Zrunning 0 tests
111692026-03-19T03:38:29.927Z
111702026-03-19T03:38:29.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111712026-03-19T03:38:29.927Z
111722026-03-19T03:38:29.969Z Doc-tests nexus_db_fixed_data
111732026-03-19T03:38:29.973Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c2b7eff7c9ff2eaf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111742026-03-19T03:38:30.348Z
111752026-03-19T03:38:30.348Zrunning 0 tests
111762026-03-19T03:38:30.348Z
111772026-03-19T03:38:30.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111782026-03-19T03:38:30.349Z
111792026-03-19T03:38:30.387Z Doc-tests nexus_db_lookup
111802026-03-19T03:38:30.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_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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9f155a883e35961f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111812026-03-19T03:38:31.060Z
111822026-03-19T03:38:31.060Zrunning 0 tests
111832026-03-19T03:38:31.060Z
111842026-03-19T03:38:31.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111852026-03-19T03:38:31.060Z
111862026-03-19T03:38:31.114Z Doc-tests nexus_db_model
111872026-03-19T03:38:31.119Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6c74f43b9c94fc17.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111882026-03-19T03:38:52.083Z
111892026-03-19T03:38:52.083Zrunning 2 tests
111902026-03-19T03:38:52.099Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
111912026-03-19T03:38:52.106Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
111922026-03-19T03:38:52.106Z
111932026-03-19T03:38:52.106Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
111942026-03-19T03:38:52.106Z
111952026-03-19T03:38:52.129Zall doctests ran in 17.20s; merged doctests compilation took 17.15s
111962026-03-19T03:38:52.268Z Doc-tests nexus_db_queries
111972026-03-19T03:38:52.273Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-86c409aad5e10d17.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-9f155a883e35961f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-24cdf2b91c2a4d78.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-c2b7eff7c9ff2eaf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-deb56a7c78e3b82b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111982026-03-19T03:39:00.711Z
111992026-03-19T03:39:00.711Zrunning 2 tests
112002026-03-19T03:39:00.715Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 432) ... ignored
112012026-03-19T03:39:00.723Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
112022026-03-19T03:39:00.723Z
112032026-03-19T03:39:00.723Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
112042026-03-19T03:39:00.723Z
112052026-03-19T03:39:00.731Zall doctests ran in 6.41s; merged doctests compilation took 6.38s
112062026-03-19T03:39:00.861Z Doc-tests nexus_db_schema
112072026-03-19T03:39:00.861Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fec866652f427803.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-537dd229f533e4bc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-917b2676cc36eb06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
112082026-03-19T03:39:08.109Z
112092026-03-19T03:39:08.109Zrunning 0 tests
112102026-03-19T03:39:08.110Z
112112026-03-19T03:39:08.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112122026-03-19T03:39:08.110Z
112132026-03-19T03:39:08.368Z Doc-tests nexus_defaults
112142026-03-19T03:39:08.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_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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-721a419a51d2d2d4.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.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`
112152026-03-19T03:39:08.578Z
112162026-03-19T03:39:08.578Zrunning 0 tests
112172026-03-19T03:39:08.578Z
112182026-03-19T03:39:08.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112192026-03-19T03:39:08.578Z
112202026-03-19T03:39:08.618Z Doc-tests nexus_external_api
112212026-03-19T03:39:08.641Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-952fd5f1826065b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-5ab89f471ea7b53e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112222026-03-19T03:39:09.925Z
112232026-03-19T03:39:09.925Zrunning 2 tests
112242026-03-19T03:39:09.926Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 183) ... ignored
112252026-03-19T03:39:09.926Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 189) ... ignored
112262026-03-19T03:39:09.926Z
112272026-03-19T03:39:09.926Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112282026-03-19T03:39:09.926Z
112292026-03-19T03:39:09.942Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
112302026-03-19T03:39:09.968Z Doc-tests nexus_fm
112312026-03-19T03:39:09.974Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-4abcf590a3549056.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.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`
112322026-03-19T03:39:10.396Z
112332026-03-19T03:39:10.396Zrunning 0 tests
112342026-03-19T03:39:10.396Z
112352026-03-19T03:39:10.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112362026-03-19T03:39:10.396Z
112372026-03-19T03:39:10.437Z Doc-tests nexus_internal_api
112382026-03-19T03:39:10.437Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112392026-03-19T03:39:11.328Z
112402026-03-19T03:39:11.328Zrunning 2 tests
112412026-03-19T03:39:11.328Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
112422026-03-19T03:39:11.328Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
112432026-03-19T03:39:11.328Z
112442026-03-19T03:39:11.335Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112452026-03-19T03:39:11.335Z
112462026-03-19T03:39:11.336Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
112472026-03-19T03:39:11.369Z Doc-tests nexus_inventory
112482026-03-19T03:39:11.371Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.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-823c6146f330ea95.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/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-03-19T03:39:11.789Z
112502026-03-19T03:39:11.789Zrunning 0 tests
112512026-03-19T03:39:11.789Z
112522026-03-19T03:39:11.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112532026-03-19T03:39:11.789Z
112542026-03-19T03:39:11.831Z Doc-tests nexus_lockstep_api
112552026-03-19T03:39:11.832Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf60ca82959ab0d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/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-03-19T03:39:12.704Z
112572026-03-19T03:39:12.705Zrunning 2 tests
112582026-03-19T03:39:12.705Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 65) ... ignored
112592026-03-19T03:39:12.705Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 71) ... ignored
112602026-03-19T03:39:12.705Z
112612026-03-19T03:39:12.705Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112622026-03-19T03:39:12.705Z
112632026-03-19T03:39:12.711Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
112642026-03-19T03:39:12.745Z Doc-tests nexus_lockstep_client
112652026-03-19T03:39:12.745Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112662026-03-19T03:39:15.355Z
112672026-03-19T03:39:15.355Zrunning 0 tests
112682026-03-19T03:39:15.356Z
112692026-03-19T03:39:15.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112702026-03-19T03:39:15.356Z
112712026-03-19T03:39:15.367Z Doc-tests nexus_macros_common
112722026-03-19T03:39:15.367Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-31b5206001129b11.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112732026-03-19T03:39:15.367Z
112742026-03-19T03:39:15.367Zrunning 0 tests
112752026-03-19T03:39:15.368Z
112762026-03-19T03:39:15.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112772026-03-19T03:39:15.368Z
112782026-03-19T03:39:15.368Z Doc-tests nexus_metrics_producer_gc
112792026-03-19T03:39:15.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_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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-83619ebd19ed03d7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
112802026-03-19T03:39:15.805Z
112812026-03-19T03:39:15.805Zrunning 0 tests
112822026-03-19T03:39:15.805Z
112832026-03-19T03:39:15.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112842026-03-19T03:39:15.806Z
112852026-03-19T03:39:15.842Z Doc-tests nexus_mgs_updates
112862026-03-19T03:39:15.845Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112872026-03-19T03:39:16.324Z
112882026-03-19T03:39:16.325Zrunning 0 tests
112892026-03-19T03:39:16.325Z
112902026-03-19T03:39:16.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112912026-03-19T03:39:16.329Z
112922026-03-19T03:39:16.373Z Doc-tests nexus_networking
112932026-03-19T03:39:16.373Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
112942026-03-19T03:39:16.886Z
112952026-03-19T03:39:16.886Zrunning 0 tests
112962026-03-19T03:39:16.886Z
112972026-03-19T03:39:16.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112982026-03-19T03:39:16.886Z
112992026-03-19T03:39:16.935Z Doc-tests nexus_reconfigurator_blippy
113002026-03-19T03:39:16.935Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113012026-03-19T03:39:17.313Z
113022026-03-19T03:39:17.313Zrunning 0 tests
113032026-03-19T03:39:17.313Z
113042026-03-19T03:39:17.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113052026-03-19T03:39:17.319Z
113062026-03-19T03:39:17.340Z Doc-tests nexus_reconfigurator_execution
113072026-03-19T03:39:17.349Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-83619ebd19ed03d7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113082026-03-19T03:39:17.912Z
113092026-03-19T03:39:17.912Zrunning 0 tests
113102026-03-19T03:39:17.912Z
113112026-03-19T03:39:17.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113122026-03-19T03:39:17.912Z
113132026-03-19T03:39:17.927Z Doc-tests nexus_reconfigurator_planning
113142026-03-19T03:39:17.936Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.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-24c02e5e309fc5d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f745a98f82e0386e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113152026-03-19T03:39:18.571Z
113162026-03-19T03:39:18.571Zrunning 0 tests
113172026-03-19T03:39:18.571Z
113182026-03-19T03:39:18.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113192026-03-19T03:39:18.572Z
113202026-03-19T03:39:18.623Z Doc-tests nexus_reconfigurator_preparation
113212026-03-19T03:39:18.624Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
113222026-03-19T03:39:19.158Z
113232026-03-19T03:39:19.159Zrunning 0 tests
113242026-03-19T03:39:19.159Z
113252026-03-19T03:39:19.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113262026-03-19T03:39:19.159Z
113272026-03-19T03:39:19.333Z Doc-tests nexus_reconfigurator_rendezvous
113282026-03-19T03:39:19.337Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-83619ebd19ed03d7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113292026-03-19T03:39:19.692Z
113302026-03-19T03:39:19.692Zrunning 0 tests
113312026-03-19T03:39:19.692Z
113322026-03-19T03:39:19.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113332026-03-19T03:39:19.692Z
113342026-03-19T03:39:19.742Z Doc-tests nexus_reconfigurator_simulation
113352026-03-19T03:39:19.742Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e4c7a6777b114a0b.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-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113362026-03-19T03:39:20.219Z
113372026-03-19T03:39:20.219Zrunning 0 tests
113382026-03-19T03:39:20.219Z
113392026-03-19T03:39:20.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113402026-03-19T03:39:20.219Z
113412026-03-19T03:39:20.264Z Doc-tests nexus_saga_recovery
113422026-03-19T03:39:20.264Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113432026-03-19T03:39:20.935Z
113442026-03-19T03:39:20.935Zrunning 0 tests
113452026-03-19T03:39:20.936Z
113462026-03-19T03:39:20.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113472026-03-19T03:39:20.936Z
113482026-03-19T03:39:20.951Z Doc-tests nexus_test_interface
113492026-03-19T03:39:20.951Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113502026-03-19T03:39:21.238Z
113512026-03-19T03:39:21.238Zrunning 0 tests
113522026-03-19T03:39:21.239Z
113532026-03-19T03:39:21.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113542026-03-19T03:39:21.249Z
113552026-03-19T03:39:21.284Z Doc-tests nexus_test_utils
113562026-03-19T03:39:21.290Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-af5325c20c106c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113572026-03-19T03:39:22.003Z
113582026-03-19T03:39:22.004Zrunning 0 tests
113592026-03-19T03:39:22.004Z
113602026-03-19T03:39:22.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113612026-03-19T03:39:22.004Z
113622026-03-19T03:39:22.063Z Doc-tests nexus_test_utils_macros
113632026-03-19T03:39:22.063Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b06f44f4a3794dab.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113642026-03-19T03:39:22.124Z
113652026-03-19T03:39:22.124Zrunning 1 test
113662026-03-19T03:39:22.137Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
113672026-03-19T03:39:22.137Z
113682026-03-19T03:39:22.137Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113692026-03-19T03:39:22.137Z
113702026-03-19T03:39:22.152Z Doc-tests nexus_types
113712026-03-19T03:39:22.153Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-952fd5f1826065b7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.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-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.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-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.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-a9ebdae10eb37bfb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113722026-03-19T03:39:29.086Z
113732026-03-19T03:39:29.086Zrunning 3 tests
113742026-03-19T03:39:29.086Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3128) ... ignored
113752026-03-19T03:39:29.086Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3000) ... ignored
113762026-03-19T03:39:29.086Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1869) ... ignored
113772026-03-19T03:39:29.086Z
113782026-03-19T03:39:29.124Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
113792026-03-19T03:39:29.124Z
113802026-03-19T03:39:29.124Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
113812026-03-19T03:39:29.124Z Doc-tests nexus_types_versions
113822026-03-19T03:39:29.124Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-952fd5f1826065b7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113832026-03-19T03:39:29.140Z
113842026-03-19T03:39:29.140Zrunning 1 test
113852026-03-19T03:39:29.140Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
113862026-03-19T03:39:29.140Z
113872026-03-19T03:39:29.140Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113882026-03-19T03:39:29.140Z
113892026-03-19T03:39:29.140Zall doctests ran in 0.48s; merged doctests compilation took 0.48s
113902026-03-19T03:39:29.140Z Doc-tests ntp_admin_api
113912026-03-19T03:39:29.140Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-200c50b62baa90ba.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-cfe222979991a4e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113922026-03-19T03:39:29.353Z
113932026-03-19T03:39:29.353Zrunning 2 tests
113942026-03-19T03:39:29.353Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
113952026-03-19T03:39:29.353Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
113962026-03-19T03:39:29.353Z
113972026-03-19T03:39:29.357Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113982026-03-19T03:39:29.357Z
113992026-03-19T03:39:29.357Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
114002026-03-19T03:39:29.379Z Doc-tests ntp_admin_client
114012026-03-19T03:39:29.380Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114022026-03-19T03:39:29.566Z
114032026-03-19T03:39:29.566Zrunning 0 tests
114042026-03-19T03:39:29.566Z
114052026-03-19T03:39:29.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114062026-03-19T03:39:29.566Z
114072026-03-19T03:39:29.589Z Doc-tests ntp_admin_types
114082026-03-19T03:39:29.593Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-98b950f55f92a633.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-cfe222979991a4e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114092026-03-19T03:39:29.662Z
114102026-03-19T03:39:29.663Zrunning 0 tests
114112026-03-19T03:39:29.663Z
114122026-03-19T03:39:29.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114132026-03-19T03:39:29.663Z
114142026-03-19T03:39:29.678Z Doc-tests ntp_admin_types_versions
114152026-03-19T03:39:29.682Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cfe222979991a4e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114162026-03-19T03:39:30.264Z
114172026-03-19T03:39:30.264Zrunning 1 test
114182026-03-19T03:39:30.264Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
114192026-03-19T03:39:30.264Z
114202026-03-19T03:39:30.264Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114212026-03-19T03:39:30.264Z
114222026-03-19T03:39:30.268Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
114232026-03-19T03:39:30.286Z Doc-tests omicron_certificates
114242026-03-19T03:39:30.290Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6c74f43b9c94fc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b1ece98aa23d2d5f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114252026-03-19T03:39:30.507Z
114262026-03-19T03:39:30.507Zrunning 0 tests
114272026-03-19T03:39:30.507Z
114282026-03-19T03:39:30.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114292026-03-19T03:39:30.508Z
114302026-03-19T03:39:30.534Z Doc-tests omicron_clickhouse_admin
114312026-03-19T03:39:30.539Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c1c3ce973001890e.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-d7dc0d87c3eb8679.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9857ff945e5b957c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114322026-03-19T03:39:30.937Z
114332026-03-19T03:39:30.937Zrunning 0 tests
114342026-03-19T03:39:30.938Z
114352026-03-19T03:39:30.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114362026-03-19T03:39:30.939Z
114372026-03-19T03:39:30.975Z Doc-tests omicron_cockroach_admin
114382026-03-19T03:39:30.978Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94688d869976b429.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5210e51a69dd0f18.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-af5325c20c106c3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
114392026-03-19T03:39:31.276Z
114402026-03-19T03:39:31.276Zrunning 0 tests
114412026-03-19T03:39:31.276Z
114422026-03-19T03:39:31.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114432026-03-19T03:39:31.280Z
114442026-03-19T03:39:31.308Z Doc-tests omicron_cockroach_metrics
114452026-03-19T03:39:31.312Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-750e693acee0571e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-58bee3d88e41bc83.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114462026-03-19T03:39:34.268Z
114472026-03-19T03:39:34.268Zrunning 1 test
114482026-03-19T03:39:34.272Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
114492026-03-19T03:39:34.272Z
114502026-03-19T03:39:34.272Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114512026-03-19T03:39:34.272Z
114522026-03-19T03:39:34.276Zall doctests ran in 2.75s; merged doctests compilation took 2.74s
114532026-03-19T03:39:34.308Z Doc-tests omicron_common
114542026-03-19T03:39:34.312Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-952fd5f1826065b7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9c44e07fbcbacb75.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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-a3ca9f1a262bf46d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1aa8174ccc902c85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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`
114552026-03-19T03:39:41.546Z
114562026-03-19T03:39:41.546Zrunning 3 tests
114572026-03-19T03:39:41.550Ztest common/src/lib.rs - FileKv (line 37) ... ignored
114582026-03-19T03:39:41.556Ztest common/src/lib.rs - BytesToHexDebug (line 114) ... ok
114592026-03-19T03:39:41.559Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 651) ... ok
114602026-03-19T03:39:41.559Z
114612026-03-19T03:39:41.559Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
114622026-03-19T03:39:41.559Z
114632026-03-19T03:39:41.573Zall doctests ran in 5.79s; merged doctests compilation took 5.75s
114642026-03-19T03:39:41.644Z Doc-tests omicron_ddm_admin_client
114652026-03-19T03:39:41.644Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-38f2d21a1a7f6460.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114662026-03-19T03:39:41.816Z
114672026-03-19T03:39:41.816Zrunning 0 tests
114682026-03-19T03:39:41.816Z
114692026-03-19T03:39:41.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114702026-03-19T03:39:41.820Z
114712026-03-19T03:39:41.839Z Doc-tests omicron_dev_lib
114722026-03-19T03:39:41.844Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b1db1361eaf8c359.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-54375d21e242586c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114732026-03-19T03:39:42.202Z
114742026-03-19T03:39:42.202Zrunning 0 tests
114752026-03-19T03:39:42.202Z
114762026-03-19T03:39:42.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114772026-03-19T03:39:42.202Z
114782026-03-19T03:39:42.241Z Doc-tests omicron_gateway
114792026-03-19T03:39:42.245Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5ac362198da3765f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1897827b66b244c6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-ca7663b8fc58259a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-974e8e08963e6526.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f16fe8c17a94aa2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aa10b82c8596a035.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c7c5729a0642ad03.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114802026-03-19T03:39:42.892Z
114812026-03-19T03:39:42.892Zrunning 0 tests
114822026-03-19T03:39:42.892Z
114832026-03-19T03:39:42.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114842026-03-19T03:39:42.893Z
114852026-03-19T03:39:42.944Z Doc-tests omicron_ledger
114862026-03-19T03:39:42.944Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114872026-03-19T03:39:43.045Z
114882026-03-19T03:39:43.045Zrunning 0 tests
114892026-03-19T03:39:43.045Z
114902026-03-19T03:39:43.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114912026-03-19T03:39:43.045Z
114922026-03-19T03:39:43.059Z Doc-tests omicron_ls_apis
114932026-03-19T03:39:43.060Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-befaf0ef7b904619.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114942026-03-19T03:39:43.280Z
114952026-03-19T03:39:43.280Zrunning 1 test
114962026-03-19T03:39:43.285Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
114972026-03-19T03:39:43.285Z
114982026-03-19T03:39:43.285Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114992026-03-19T03:39:43.285Z
115002026-03-19T03:39:43.300Z Doc-tests omicron_nexus
115012026-03-19T03:39:43.305Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-83619ebd19ed03d7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a35c9589cf2cbbb6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-dfd44fc4b5dda4b3.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-29f7e77d6b9b7e37.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-890ee5791db33d10.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78b9d3f527a8fe55.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fec866652f427803.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-20ab6f143cb6fc75.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-8dcb87892ff7dd9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-90d3f5f78c8de15d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-ed6d0147094b89b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f486bca772b54412.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-599f3cec6d2a1006.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-b85f53e511faec21.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d48615e8ecf66b51.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c46482b4f877c905.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-370e6a5468376780.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-422d062396b87ae6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5ab89f471ea7b53e.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-4abcf590a3549056.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1ce3c6c73d402133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-bce33da6b29ef36b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e6ebe5e3ac9dc915.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-98131739ab9c721d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1e50370b147c572.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-39662b18a74f9f9f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ccbc6510b96883f1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c2cbcfc69fa12782.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2a99390a88843839.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-239a55fb4623d679.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b06f44f4a3794dab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d99a87fed80fd780.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.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-58bee3d88e41bc83.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e03b17c29fb5ad44.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e0196f4060b80094.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-0a6c967d111b9ff7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-9d2d5ee8cf0aec8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-532724550d84ea3d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e52a4c2291740e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-da773e1c36da6530.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd30ba683f6db190.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-67a409a95ba2a68a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-917b2676cc36eb06.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-63ad8c1a8b061283.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d8829435d45d6b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
115022026-03-19T03:39:53.195Z
115032026-03-19T03:39:53.195Zrunning 6 tests
115042026-03-19T03:39:53.199Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
115052026-03-19T03:39:53.200Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 254) ... ignored
115062026-03-19T03:39:53.205Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1034) ... ok
115072026-03-19T03:39:53.205Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 970) ... ok
115082026-03-19T03:39:53.205Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1064) ... ok
115092026-03-19T03:39:53.205Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 992) ... ok
115102026-03-19T03:39:53.205Z
115112026-03-19T03:39:53.205Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
115122026-03-19T03:39:53.205Z
115132026-03-19T03:39:53.210Zall doctests ran in 7.07s; merged doctests compilation took 7.05s
115142026-03-19T03:39:53.358Z Doc-tests omicron_ntp_admin
115152026-03-19T03:39:53.358Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-112087baa56de73b.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-200c50b62baa90ba.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-98b950f55f92a633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-38b5ed95292607f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
115162026-03-19T03:39:53.614Z
115172026-03-19T03:39:53.614Zrunning 0 tests
115182026-03-19T03:39:53.614Z
115192026-03-19T03:39:53.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115202026-03-19T03:39:53.614Z
115212026-03-19T03:39:53.641Z Doc-tests omicron_package
115222026-03-19T03:39:53.644Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f63cd94996dda2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8d6a2d83bee0ecf1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-da7697cd56dd3673.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115232026-03-19T03:39:53.854Z
115242026-03-19T03:39:53.854Zrunning 0 tests
115252026-03-19T03:39:53.854Z
115262026-03-19T03:39:53.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115272026-03-19T03:39:53.854Z
115282026-03-19T03:39:53.874Z Doc-tests omicron_passwords
115292026-03-19T03:39:53.875Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-b02895a4c285a2eb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115302026-03-19T03:39:53.993Z
115312026-03-19T03:39:53.994Zrunning 0 tests
115322026-03-19T03:39:53.994Z
115332026-03-19T03:39:53.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115342026-03-19T03:39:53.994Z
115352026-03-19T03:39:54.014Z Doc-tests omicron_pins
115362026-03-19T03:39:54.018Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9760db4f1fa1977d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a6c3a6532f081b88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115372026-03-19T03:39:54.109Z
115382026-03-19T03:39:54.109Zrunning 0 tests
115392026-03-19T03:39:54.109Z
115402026-03-19T03:39:54.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115412026-03-19T03:39:54.109Z
115422026-03-19T03:39:54.126Z Doc-tests omicron_repl_utils
115432026-03-19T03:39:54.199Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-40416eaef8f7236b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115442026-03-19T03:39:54.209Z
115452026-03-19T03:39:54.209Zrunning 0 tests
115462026-03-19T03:39:54.209Z
115472026-03-19T03:39:54.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115482026-03-19T03:39:54.209Z
115492026-03-19T03:39:54.228Z Doc-tests omicron_rpaths
115502026-03-19T03:39:54.239Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b4f46d62cba206a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115512026-03-19T03:39:54.276Z
115522026-03-19T03:39:54.276Zrunning 0 tests
115532026-03-19T03:39:54.276Z
115542026-03-19T03:39:54.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115552026-03-19T03:39:54.304Z
115562026-03-19T03:39:54.304Z Doc-tests omicron_sled_agent
115572026-03-19T03:39:54.304Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-b6f601029bc67859.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-70c2e0efb4ad2edb.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-c1e69a317db7b54d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-c24e85d2dcb83b2b.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-fb08e0bf80368025.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-957a56f410b9b669.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-c5106028f174325f.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-2336e99033ba052b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-02361b1e80b4433d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a4894692517d10fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-674fde21a158ca2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40dad18e13559df4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5a05340b3b900573.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-e29dc699ab015dae.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-5c76f1c49476cd67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3d92fa3c2e2b7a70.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0e58661c9493d5ed.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-b90737c97521ebe2.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-3b3f1475ec4f7263.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-17488aa6665d3680.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-494a5fba6ead56c2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-2103e36ff950f728.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.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`
115582026-03-19T03:39:55.859Z
115592026-03-19T03:39:55.859Zrunning 0 tests
115602026-03-19T03:39:55.859Z
115612026-03-19T03:39:55.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115622026-03-19T03:39:55.859Z
115632026-03-19T03:39:55.945Z Doc-tests omicron_test_utils
115642026-03-19T03:39:55.945Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-b6f601029bc67859.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-d367f691492eb65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b4bea5d4c989ae74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f1d33dd895f189f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-069d501e76fa7555.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-381fb8b9bb58d2f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64476eacd2008698.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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`
115652026-03-19T03:40:09.281Z
115662026-03-19T03:40:09.282Zrunning 2 tests
115672026-03-19T03:40:09.296Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
115682026-03-19T03:40:09.317Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
115692026-03-19T03:40:09.317Z
115702026-03-19T03:40:09.317Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
115712026-03-19T03:40:09.317Z
115722026-03-19T03:40:09.334Z
115732026-03-19T03:40:09.334Zrunning 1 test
115742026-03-19T03:40:09.344Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
115752026-03-19T03:40:09.344Z
115762026-03-19T03:40:09.344Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115772026-03-19T03:40:09.344Z
115782026-03-19T03:40:09.344Zall doctests ran in 12.93s; merged doctests compilation took 12.88s
115792026-03-19T03:40:09.383Z Doc-tests omicron_uuid_kinds
115802026-03-19T03:40:09.393Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db8fe7a52ec78b4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-85814c9d092ee3d0.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.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`
115812026-03-19T03:40:09.556Z
115822026-03-19T03:40:09.556Zrunning 0 tests
115832026-03-19T03:40:09.556Z
115842026-03-19T03:40:09.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115852026-03-19T03:40:09.556Z
115862026-03-19T03:40:09.577Z Doc-tests omicron_workspace_hack
115872026-03-19T03:40:09.588Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9889dffc8fb05374.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-1fac33b1019736e4.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-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8007375be0995fdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-d341717297823e3b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-df754a6ac0f3c8ff.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-4a1e00424da5848f.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9efdc25063733208.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ede334972a2e3e07.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-417f69d8a1ccd116.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c051f503f089cbc9.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f36ddc049d2e6511.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-9ebf915e91b2c8cd.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-7a4900832fc93ac8.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-af227fa9d0c7900b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3cc79f083d4ad7af.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3a31cdbc0156014c.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a491b5cd39c65810.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-fc852f2af93df796.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-007d1b766f2f7d3d.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2af439753ba3fae8.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d360b8343ba5b75b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1988f17f35e1db6f.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0aca6a5997de6e76.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c720c3fef9372955.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ba330990ac1d012f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9bde2911196ef7ab.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53bddb7aa74f1481.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-cd73e7fb317dba7c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8f02865f11d66aa2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e425f2701dae9a30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ce82e998364a0399.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-721a419a51d2d2d4.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-b1db1361eaf8c359.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-130593d29dd9f38d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-e333bf9a7842bb1a.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-a9c8a65077de096a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-41650820d2f17ba3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-2be77b91a54bf29b.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-5a74338218170aaa.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-235c7ef47960a868.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-82f8dd637d8a4bb9.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c724d2dea3154e15.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e49cc20cc0f98c24.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-17488aa6665d3680.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-35b0bd3a06de5051.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-5790665f688b09aa.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-ecf1f97deaa88adb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-59057dd9a189f61a.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-90fbbc05046d5ba7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-c67a89cf9a47f2b5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-6c5ce86718ad8a97.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fd8729d4a99e8b9e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-35699615af3c3358.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-cbed36e7fc71d6db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4e7af298f8788b7f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7105da395e91aebd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e1de2712858255e.rlib --extern toml_datetime_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-61e874c337ece72f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-febe477698915f63.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f05cd7af60490361.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1d450f798a1ac453.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6fa2c56d52c083d2.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f0c03c4074502130.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3607ce37b6a966f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-36d66cae1e080f6b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115882026-03-19T03:40:09.648Z
115892026-03-19T03:40:09.648Zrunning 0 tests
115902026-03-19T03:40:09.649Z
115912026-03-19T03:40:09.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115922026-03-19T03:40:09.649Z
115932026-03-19T03:40:09.649Z Doc-tests oxide_client
115942026-03-19T03:40:09.649Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-44e30e728ac2c8a0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-193a4b2c0f021c1d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115952026-03-19T03:40:18.302Z
115962026-03-19T03:40:18.303Zrunning 311 tests
115972026-03-19T03:40:18.303Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
115982026-03-19T03:40:18.303Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
115992026-03-19T03:40:18.303Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
116002026-03-19T03:40:18.303Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
116012026-03-19T03:40:18.303Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
116022026-03-19T03:40:18.423Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
116032026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
116042026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
116052026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
116062026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
116072026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
116082026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
116092026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
116102026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
116112026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
116122026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
116132026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
116142026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
116152026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
116162026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
116172026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
116182026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
116192026-03-19T03:40:18.424Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
116202026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
116212026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
116222026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
116232026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
116242026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
116252026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
116262026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
116272026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
116282026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
116292026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
116302026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
116312026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
116322026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
116332026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
116342026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
116352026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
116362026-03-19T03:40:18.425Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
116372026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
116382026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
116392026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
116402026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
116412026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
116422026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
116432026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
116442026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
116452026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
116462026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
116472026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
116482026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
116492026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
116502026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
116512026-03-19T03:40:18.428Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
116522026-03-19T03:40:18.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
116532026-03-19T03:40:18.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
116542026-03-19T03:40:18.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
116552026-03-19T03:40:18.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
116562026-03-19T03:40:18.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
116572026-03-19T03:40:18.429Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
116582026-03-19T03:40:18.429Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
116592026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
116602026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
116612026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
116622026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
116632026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
116642026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
116652026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
116662026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
116672026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
116682026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
116692026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
116702026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
116712026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
116722026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
116732026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
116742026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
116752026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
116762026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
116772026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
116782026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
116792026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
116802026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
116812026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
116822026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
116832026-03-19T03:40:18.430Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
116842026-03-19T03:40:18.431Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
116852026-03-19T03:40:18.431Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
116862026-03-19T03:40:18.431Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
116872026-03-19T03:40:18.431Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
116882026-03-19T03:40:18.431Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
116892026-03-19T03:40:18.431Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
116902026-03-19T03:40:18.431Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
116912026-03-19T03:40:18.431Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
116922026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
116932026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
116942026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
116952026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
116962026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
116972026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
116982026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
116992026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
117002026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
117012026-03-19T03:40:18.432Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
117022026-03-19T03:40:18.440Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
117032026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
117042026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
117052026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
117062026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
117072026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
117082026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
117092026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
117102026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
117112026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
117122026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
117132026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
117142026-03-19T03:40:18.441Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
117152026-03-19T03:40:18.442Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
117162026-03-19T03:40:18.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
117172026-03-19T03:40:18.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
117182026-03-19T03:40:18.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
117192026-03-19T03:40:18.442Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
117202026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
117212026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
117222026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
117232026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
117242026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
117252026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
117262026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
117272026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
117282026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
117292026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
117302026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
117312026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
117322026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
117332026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
117342026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
117352026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
117362026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
117372026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
117382026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
117392026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
117402026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
117412026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
117422026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
117432026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
117442026-03-19T03:40:18.443Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
117452026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
117462026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
117472026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
117482026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
117492026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
117502026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
117512026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
117522026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
117532026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
117542026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
117552026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
117562026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
117572026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
117582026-03-19T03:40:18.444Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
117592026-03-19T03:40:18.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
117602026-03-19T03:40:18.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
117612026-03-19T03:40:18.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
117622026-03-19T03:40:18.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
117632026-03-19T03:40:18.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
117642026-03-19T03:40:18.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
117652026-03-19T03:40:18.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
117662026-03-19T03:40:18.445Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
117672026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
117682026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
117692026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
117702026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
117712026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
117722026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
117732026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
117742026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
117752026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
117762026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
117772026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
117782026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
117792026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
117802026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
117812026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
117822026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
117832026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
117842026-03-19T03:40:18.447Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
117852026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
117862026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
117872026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
117882026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
117892026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
117902026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
117912026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
117922026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
117932026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
117942026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
117952026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
117962026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
117972026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
117982026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
117992026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
118002026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
118012026-03-19T03:40:18.449Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
118022026-03-19T03:40:18.457Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
118032026-03-19T03:40:18.457Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
118042026-03-19T03:40:18.457Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
118052026-03-19T03:40:18.457Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
118062026-03-19T03:40:18.457Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
118072026-03-19T03:40:18.457Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
118082026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
118092026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
118102026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
118112026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
118122026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
118132026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
118142026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
118152026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
118162026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
118172026-03-19T03:40:18.458Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
118182026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
118192026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
118202026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
118212026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
118222026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
118232026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
118242026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
118252026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
118262026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
118272026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
118282026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
118292026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
118302026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
118312026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
118322026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
118332026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
118342026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
118352026-03-19T03:40:18.460Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
118362026-03-19T03:40:18.461Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
118372026-03-19T03:40:18.461Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
118382026-03-19T03:40:18.461Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
118392026-03-19T03:40:18.461Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
118402026-03-19T03:40:18.461Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
118412026-03-19T03:40:18.461Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
118422026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
118432026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
118442026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
118452026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
118462026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
118472026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
118482026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
118492026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
118502026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
118512026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
118522026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
118532026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
118542026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
118552026-03-19T03:40:18.462Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
118562026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
118572026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
118582026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
118592026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
118602026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
118612026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
118622026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
118632026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
118642026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
118652026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
118662026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
118672026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
118682026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
118692026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
118702026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
118712026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
118722026-03-19T03:40:18.463Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
118732026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
118742026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
118752026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
118762026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
118772026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
118782026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
118792026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
118802026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
118812026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
118822026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
118832026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
118842026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
118852026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
118862026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
118872026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
118882026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
118892026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
118902026-03-19T03:40:18.464Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
118912026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
118922026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
118932026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
118942026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
118952026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
118962026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
118972026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
118982026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
118992026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
119002026-03-19T03:40:18.466Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
119012026-03-19T03:40:18.467Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
119022026-03-19T03:40:18.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
119032026-03-19T03:40:18.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
119042026-03-19T03:40:18.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
119052026-03-19T03:40:18.484Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
119062026-03-19T03:40:18.485Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
119072026-03-19T03:40:18.485Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
119082026-03-19T03:40:18.485Z
119092026-03-19T03:40:18.485Ztest result: ok. 0 passed; 0 failed; 311 ignored; 0 measured; 0 filtered out; finished in 0.00s
119102026-03-19T03:40:18.485Z
119112026-03-19T03:40:18.485Zall doctests ran in 0.83s; merged doctests compilation took 0.82s
119122026-03-19T03:40:18.485Z Doc-tests oximeter
119132026-03-19T03:40:18.485Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-db6dc4bda24b9ec5.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-63c16a2f28fd7daf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119142026-03-19T03:40:22.434Z
119152026-03-19T03:40:22.434Zrunning 2 tests
119162026-03-19T03:40:22.454Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
119172026-03-19T03:40:22.454Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
119182026-03-19T03:40:22.454Z
119192026-03-19T03:40:22.454Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
119202026-03-19T03:40:22.454Z
119212026-03-19T03:40:22.458Zall doctests ran in 6.03s; merged doctests compilation took 6.00s
119222026-03-19T03:40:22.499Z Doc-tests oximeter_api
119232026-03-19T03:40:22.505Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b3ba78c13fcb6f52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119242026-03-19T03:40:23.200Z
119252026-03-19T03:40:23.200Zrunning 2 tests
119262026-03-19T03:40:23.200Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
119272026-03-19T03:40:23.200Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
119282026-03-19T03:40:23.200Z
119292026-03-19T03:40:23.200Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119302026-03-19T03:40:23.200Z
119312026-03-19T03:40:23.210Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
119322026-03-19T03:40:23.231Z Doc-tests oximeter_client
119332026-03-19T03:40:23.231Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119342026-03-19T03:40:23.572Z
119352026-03-19T03:40:23.572Zrunning 0 tests
119362026-03-19T03:40:23.572Z
119372026-03-19T03:40:23.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119382026-03-19T03:40:23.573Z
119392026-03-19T03:40:23.608Z Doc-tests oximeter_collector
119402026-03-19T03:40:23.608Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-aabdcbb954ae22b7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f9fb341e055131f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9a6c5856f7ab9539.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f05d42fee5d15d04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119412026-03-19T03:40:24.191Z
119422026-03-19T03:40:24.192Zrunning 0 tests
119432026-03-19T03:40:24.192Z
119442026-03-19T03:40:24.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119452026-03-19T03:40:24.192Z
119462026-03-19T03:40:24.247Z Doc-tests oximeter_db
119472026-03-19T03:40:24.257Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-2520c199c51d5b47.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-c709906a8e75c71e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b96b5aa171e7158a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.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-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.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-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dcf4020f0700e8a3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-167e7c84c162fc3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3a8435232f9be2b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c6b86e661dcf42ba.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a77601f95f2fa6bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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`
119482026-03-19T03:40:25.647Z
119492026-03-19T03:40:25.647Zrunning 3 tests
119502026-03-19T03:40:25.648Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
119512026-03-19T03:40:25.648Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
119522026-03-19T03:40:25.648Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
119532026-03-19T03:40:25.648Z
119542026-03-19T03:40:25.654Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
119552026-03-19T03:40:25.654Z
119562026-03-19T03:40:25.654Z
119572026-03-19T03:40:25.654Zrunning 2 tests
119582026-03-19T03:40:25.654Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
119592026-03-19T03:40:25.655Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
119602026-03-19T03:40:25.655Z
119612026-03-19T03:40:25.655Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119622026-03-19T03:40:25.655Z
119632026-03-19T03:40:25.655Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
119642026-03-19T03:40:25.712Z Doc-tests oximeter_instruments
119652026-03-19T03:40:25.712Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-643e08516b59e5f1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-89f82319837b7be6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
119662026-03-19T03:40:26.101Z
119672026-03-19T03:40:26.101Zrunning 0 tests
119682026-03-19T03:40:26.101Z
119692026-03-19T03:40:26.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119702026-03-19T03:40:26.101Z
119712026-03-19T03:40:26.147Z Doc-tests oximeter_macro_impl
119722026-03-19T03:40:26.147Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a9c8a65077de096a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119732026-03-19T03:40:26.209Z
119742026-03-19T03:40:26.210Zrunning 0 tests
119752026-03-19T03:40:26.210Z
119762026-03-19T03:40:26.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119772026-03-19T03:40:26.214Z
119782026-03-19T03:40:26.227Z Doc-tests oximeter_producer
119792026-03-19T03:40:26.234Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.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-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-75c771eebaaf75fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-10f87c680bb86fee.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e0dee9d1dbaeb698.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119802026-03-19T03:40:26.679Z
119812026-03-19T03:40:26.679Zrunning 0 tests
119822026-03-19T03:40:26.680Z
119832026-03-19T03:40:26.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119842026-03-19T03:40:26.680Z
119852026-03-19T03:40:26.728Z Doc-tests oximeter_schema
119862026-03-19T03:40:26.735Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-db6dc4bda24b9ec5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ea35f8f1ae95352.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119872026-03-19T03:40:27.002Z
119882026-03-19T03:40:27.002Zrunning 0 tests
119892026-03-19T03:40:27.002Z
119902026-03-19T03:40:27.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119912026-03-19T03:40:27.002Z
119922026-03-19T03:40:27.036Z Doc-tests oximeter_test_utils
119932026-03-19T03:40:27.036Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e21d386c8acd78a5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aeb7899051a4d84a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8594b4e4423f859b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119942026-03-19T03:40:27.485Z
119952026-03-19T03:40:27.485Zrunning 0 tests
119962026-03-19T03:40:27.485Z
119972026-03-19T03:40:27.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119982026-03-19T03:40:27.486Z
119992026-03-19T03:40:27.539Z Doc-tests oximeter_timeseries_macro
120002026-03-19T03:40:27.539Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a9c8a65077de096a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-1bfbe9566b680208.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-63c16a2f28fd7daf.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-e39e3edc0a6a5a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-05dfe87d7423cf60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a2f750586328fe6.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120012026-03-19T03:40:27.732Z
120022026-03-19T03:40:27.732Zrunning 0 tests
120032026-03-19T03:40:27.732Z
120042026-03-19T03:40:27.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120052026-03-19T03:40:27.733Z
120062026-03-19T03:40:27.770Z Doc-tests oximeter_types
120072026-03-19T03:40:27.770Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-443cd5e4836ca739.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-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d3772ee2dedfb81d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b3ba78c13fcb6f52.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-2b484c1ac7964fe8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d10bff429efb0e63.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e47e7e83d923127b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e48ae4e88187fe5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120082026-03-19T03:40:28.946Z
120092026-03-19T03:40:28.946Zrunning 11 tests
120102026-03-19T03:40:29.399Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
120112026-03-19T03:40:29.417Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
120122026-03-19T03:40:35.123Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
120132026-03-19T03:40:35.278Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
120142026-03-19T03:40:35.764Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
120152026-03-19T03:40:35.770Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
120162026-03-19T03:40:35.770Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
120172026-03-19T03:40:35.771Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
120182026-03-19T03:40:35.771Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
120192026-03-19T03:40:35.772Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
120202026-03-19T03:40:39.617Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
120212026-03-19T03:40:39.618Z
120222026-03-19T03:40:39.618Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.67s
120232026-03-19T03:40:39.618Z
120242026-03-19T03:40:39.640Zall doctests ran in 11.35s; merged doctests compilation took 0.68s
120252026-03-19T03:40:39.671Z Doc-tests oximeter_types_versions
120262026-03-19T03:40:39.687Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-b3ba78c13fcb6f52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120272026-03-19T03:40:40.451Z
120282026-03-19T03:40:40.471Zrunning 1 test
120292026-03-19T03:40:40.471Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
120302026-03-19T03:40:40.471Z
120312026-03-19T03:40:40.471Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120322026-03-19T03:40:40.471Z
120332026-03-19T03:40:40.495Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
120342026-03-19T03:40:40.495Z Doc-tests oxlog
120352026-03-19T03:40:40.495Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-a9c8a65077de096a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d212113d92011c6e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-02e3046d35894c0b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120362026-03-19T03:40:40.539Z
120372026-03-19T03:40:40.540Zrunning 0 tests
120382026-03-19T03:40:40.540Z
120392026-03-19T03:40:40.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120402026-03-19T03:40:40.540Z
120412026-03-19T03:40:40.553Z Doc-tests oxql_types
120422026-03-19T03:40:40.553Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7ab00802e08c4f2c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-32fcbe94d208c937.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120432026-03-19T03:40:40.834Z
120442026-03-19T03:40:40.835Zrunning 0 tests
120452026-03-19T03:40:40.835Z
120462026-03-19T03:40:40.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120472026-03-19T03:40:40.835Z
120482026-03-19T03:40:40.868Z Doc-tests parallel_task_set
120492026-03-19T03:40:40.868Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a9c8a65077de096a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120502026-03-19T03:40:40.946Z
120512026-03-19T03:40:40.947Zrunning 0 tests
120522026-03-19T03:40:40.947Z
120532026-03-19T03:40:40.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120542026-03-19T03:40:40.947Z
120552026-03-19T03:40:40.951Z Doc-tests range_requests
120562026-03-19T03:40:40.951Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a1af09c9c8a6b650.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-5653dca5d4ba2e30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120572026-03-19T03:40:41.109Z
120582026-03-19T03:40:41.110Zrunning 0 tests
120592026-03-19T03:40:41.110Z
120602026-03-19T03:40:41.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120612026-03-19T03:40:41.114Z
120622026-03-19T03:40:41.124Z Doc-tests reconfigurator_cli
120632026-03-19T03:40:41.128Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-c7b45fd1c37ea457.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.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-ec761a3f5123ed79.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-a26184e0aafee52e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-75d23f4136c7fe7a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-aa23a9d79d14ee8f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d07b15e955ed5b11.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-485be0a0e78f9e7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3adde155e2fb891f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.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-f745a98f82e0386e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-19d8d497c53e0b20.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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-13/lib/amd64 --document-private-items -D warnings --error-format human`
120642026-03-19T03:40:41.809Z
120652026-03-19T03:40:41.809Zrunning 0 tests
120662026-03-19T03:40:41.810Z
120672026-03-19T03:40:41.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120682026-03-19T03:40:41.810Z
120692026-03-19T03:40:41.849Z Doc-tests repo_depot_api
120702026-03-19T03:40:41.850Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-3b3f1475ec4f7263.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib -L dependency=/work/oxidecomputer/omicron/target/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-03-19T03:40:42.521Z
120722026-03-19T03:40:42.521Zrunning 2 tests
120732026-03-19T03:40:42.521Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
120742026-03-19T03:40:42.521Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
120752026-03-19T03:40:42.521Z
120762026-03-19T03:40:42.521Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120772026-03-19T03:40:42.521Z
120782026-03-19T03:40:42.526Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
120792026-03-19T03:40:42.552Z Doc-tests repo_depot_client
120802026-03-19T03:40:42.556Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-82d3df37fc388adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120812026-03-19T03:40:42.728Z
120822026-03-19T03:40:42.728Zrunning 0 tests
120832026-03-19T03:40:42.728Z
120842026-03-19T03:40:42.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120852026-03-19T03:40:42.728Z
120862026-03-19T03:40:42.751Z Doc-tests sled_agent_api
120872026-03-19T03:40:42.757Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-6c24f3beaf08c134.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-1663407d045d2736.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120882026-03-19T03:40:43.595Z
120892026-03-19T03:40:43.595Zrunning 2 tests
120902026-03-19T03:40:43.595Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 102) ... ignored
120912026-03-19T03:40:43.595Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 108) ... ignored
120922026-03-19T03:40:43.595Z
120932026-03-19T03:40:43.595Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120942026-03-19T03:40:43.595Z
120952026-03-19T03:40:43.599Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
120962026-03-19T03:40:43.628Z Doc-tests sled_agent_client
120972026-03-19T03:40:43.628Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ddee7f7a5f119d16.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-823c6146f330ea95.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120982026-03-19T03:40:45.793Z
120992026-03-19T03:40:45.793Zrunning 0 tests
121002026-03-19T03:40:45.793Z
121012026-03-19T03:40:45.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121022026-03-19T03:40:45.794Z
121032026-03-19T03:40:45.895Z Doc-tests sled_agent_config_reconciler
121042026-03-19T03:40:45.908Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-06f73d05a211c991.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b8cb3e2f7daefaf0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-e57cd3af1515987d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-18e7016e28e1c62d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.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`
121052026-03-19T03:40:46.481Z
121062026-03-19T03:40:46.481Zrunning 0 tests
121072026-03-19T03:40:46.481Z
121082026-03-19T03:40:46.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121092026-03-19T03:40:46.489Z
121102026-03-19T03:40:46.531Z Doc-tests sled_agent_health_monitor
121112026-03-19T03:40:46.532Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-831130839b493838.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-0e339b73fc28fc88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121122026-03-19T03:40:46.785Z
121132026-03-19T03:40:46.786Zrunning 0 tests
121142026-03-19T03:40:46.786Z
121152026-03-19T03:40:46.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121162026-03-19T03:40:46.786Z
121172026-03-19T03:40:46.815Z Doc-tests sled_agent_measurements
121182026-03-19T03:40:46.815Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.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`
121192026-03-19T03:40:47.136Z
121202026-03-19T03:40:47.136Zrunning 0 tests
121212026-03-19T03:40:47.137Z
121222026-03-19T03:40:47.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121232026-03-19T03:40:47.145Z
121242026-03-19T03:40:47.170Z Doc-tests sled_agent_resolvable_files
121252026-03-19T03:40:47.183Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b8cb3e2f7daefaf0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121262026-03-19T03:40:47.589Z
121272026-03-19T03:40:47.589Zrunning 0 tests
121282026-03-19T03:40:47.589Z
121292026-03-19T03:40:47.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121302026-03-19T03:40:47.589Z
121312026-03-19T03:40:47.628Z Doc-tests sled_agent_resolvable_files_examples
121322026-03-19T03:40:47.628Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b8cb3e2f7daefaf0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121332026-03-19T03:40:47.806Z
121342026-03-19T03:40:47.806Zrunning 0 tests
121352026-03-19T03:40:47.806Z
121362026-03-19T03:40:47.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121372026-03-19T03:40:47.823Z
121382026-03-19T03:40:47.845Z Doc-tests sled_agent_types
121392026-03-19T03:40:47.846Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-94b1ec77297e56a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.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-19f4ba3da03c8c06.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
121402026-03-19T03:40:48.223Z
121412026-03-19T03:40:48.223Zrunning 0 tests
121422026-03-19T03:40:48.223Z
121432026-03-19T03:40:48.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121442026-03-19T03:40:48.223Z
121452026-03-19T03:40:48.259Z Doc-tests sled_agent_types_versions
121462026-03-19T03:40:48.274Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e7cc4b73dcb12489.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.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-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-7eb9bb5df69ba74d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b2c5bebdd1a0d13a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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`
121472026-03-19T03:40:50.681Z
121482026-03-19T03:40:50.681Zrunning 1 test
121492026-03-19T03:40:50.681Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
121502026-03-19T03:40:50.701Z
121512026-03-19T03:40:50.701Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121522026-03-19T03:40:50.701Z
121532026-03-19T03:40:50.717Zall doctests ran in 0.48s; merged doctests compilation took 0.48s
121542026-03-19T03:40:50.749Z Doc-tests sled_diagnostics
121552026-03-19T03:40:50.749Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d212113d92011c6e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-5138ae47a36b1074.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2e3959bdb07b7d57.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a96f2ab4c252a0d9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121562026-03-19T03:40:51.027Z
121572026-03-19T03:40:51.028Zrunning 0 tests
121582026-03-19T03:40:51.028Z
121592026-03-19T03:40:51.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121602026-03-19T03:40:51.028Z
121612026-03-19T03:40:51.049Z Doc-tests sled_hardware
121622026-03-19T03:40:51.061Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-38032840d62b6ea9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-222553181e9ecc5a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1db1361eaf8c359.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-88c1fdc831cad184.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-2710c06b0597b522.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1a9ae6b8537a6d69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-33f5f11d015be99a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.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`
121632026-03-19T03:40:51.405Z
121642026-03-19T03:40:51.419Zrunning 0 tests
121652026-03-19T03:40:51.419Z
121662026-03-19T03:40:51.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121672026-03-19T03:40:51.420Z
121682026-03-19T03:40:51.463Z Doc-tests sled_hardware_types
121692026-03-19T03:40:51.463Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db8fe7a52ec78b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
121702026-03-19T03:40:51.587Z
121712026-03-19T03:40:51.587Zrunning 0 tests
121722026-03-19T03:40:51.587Z
121732026-03-19T03:40:51.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121742026-03-19T03:40:51.590Z
121752026-03-19T03:40:51.649Z Doc-tests sled_storage
121762026-03-19T03:40:51.649Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5f0330a5baef24b8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.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`
121772026-03-19T03:40:51.899Z
121782026-03-19T03:40:51.899Zrunning 0 tests
121792026-03-19T03:40:51.899Z
121802026-03-19T03:40:51.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121812026-03-19T03:40:51.904Z
121822026-03-19T03:40:51.968Z Doc-tests sp_sim
121832026-03-19T03:40:51.987Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-62cb94a11d90e592.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7e471394fd5c2aa.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ec9588cfb7999655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-8d556b8c77aea8ab.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c2e50d003954e247.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-867692b189580a16.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121842026-03-19T03:40:52.561Z
121852026-03-19T03:40:52.562Zrunning 0 tests
121862026-03-19T03:40:52.562Z
121872026-03-19T03:40:52.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121882026-03-19T03:40:52.562Z
121892026-03-19T03:40:52.619Z Doc-tests trust_quorum
121902026-03-19T03:40:52.689Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-7ec43683971219cb.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-13ac4b9e765740f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-b19c6bbe69823aec.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9cc0d8dc85aab327.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-d14af20758565cc9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-a35250eb9ad3298e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-22f5f899be9488cb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121912026-03-19T03:40:53.035Z
121922026-03-19T03:40:53.036Zrunning 0 tests
121932026-03-19T03:40:53.036Z
121942026-03-19T03:40:53.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121952026-03-19T03:40:53.036Z
121962026-03-19T03:40:53.087Z Doc-tests trust_quorum_protocol
121972026-03-19T03:40:53.087Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7ec43683971219cb.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-47adbffd9ce4a870.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-9c71297ff2717ee1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1b0fd666269bcefb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0410eb56f99ce773.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d485e9a46a9073e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-22f5f899be9488cb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
121982026-03-19T03:40:53.768Z
121992026-03-19T03:40:53.768Zrunning 0 tests
122002026-03-19T03:40:53.768Z
122012026-03-19T03:40:53.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122022026-03-19T03:40:53.768Z
122032026-03-19T03:40:53.835Z Doc-tests trust_quorum_test_utils
122042026-03-19T03:40:53.854Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-47adbffd9ce4a870.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0db8fe7a52ec78b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-253a49645f9faf1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e784c5a42096e374.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-22f5f899be9488cb.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122052026-03-19T03:40:53.854Z
122062026-03-19T03:40:53.854Zrunning 0 tests
122072026-03-19T03:40:53.891Z
122082026-03-19T03:40:53.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122092026-03-19T03:40:53.891Z
122102026-03-19T03:40:53.891Z Doc-tests trust_quorum_types
122112026-03-19T03:40:53.891Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a9c8a65077de096a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9b7cc36748854c4b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b2c5bebdd1a0d13a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122122026-03-19T03:40:53.891Z
122132026-03-19T03:40:53.891Zrunning 0 tests
122142026-03-19T03:40:53.891Z
122152026-03-19T03:40:53.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122162026-03-19T03:40:53.891Z
122172026-03-19T03:40:53.892Z Doc-tests trust_quorum_types_versions
122182026-03-19T03:40:53.892Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db8fe7a52ec78b4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c70ee8b8546d9309.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-0fb8b817659d8789.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b040a82236bbd4cd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-95a458c6659b1f7f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b2c5bebdd1a0d13a.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`
122192026-03-19T03:40:54.666Z
122202026-03-19T03:40:54.666Zrunning 1 test
122212026-03-19T03:40:54.666Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
122222026-03-19T03:40:54.666Z
122232026-03-19T03:40:54.666Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122242026-03-19T03:40:54.666Z
122252026-03-19T03:40:54.741Zall doctests ran in 0.49s; merged doctests compilation took 0.48s
122262026-03-19T03:40:54.741Z Doc-tests typed_rng
122272026-03-19T03:40:54.741Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a26184e0aafee52e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-adc5e70527ea3ff9.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5f5a9d8355306515.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ab691735379f88cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/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-03-19T03:40:54.790Z
122292026-03-19T03:40:54.790Zrunning 0 tests
122302026-03-19T03:40:54.790Z
122312026-03-19T03:40:54.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122322026-03-19T03:40:54.791Z
122332026-03-19T03:40:54.821Z Doc-tests update_common
122342026-03-19T03:40:54.821Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-ccf60ca82959ab0d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-85eb6f5410f59552.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib -L dependency=/work/oxidecomputer/omicron/target/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-03-19T03:40:54.974Z
122362026-03-19T03:40:54.974Zrunning 0 tests
122372026-03-19T03:40:54.974Z
122382026-03-19T03:40:54.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122392026-03-19T03:40:54.974Z
122402026-03-19T03:40:57.818Z Doc-tests update_engine
122412026-03-19T03:40:57.818Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-c790592146f65176.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-3ffff16a0e8e2ffe.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c6704c7d91c35af0.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-1c4dcfb2c6698e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-59a140cf81e57d6c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-91907f0850a75d7d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.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-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122422026-03-19T03:40:57.842Z
122432026-03-19T03:40:57.842Zrunning 4 tests
122442026-03-19T03:40:57.842Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
122452026-03-19T03:40:57.842Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
122462026-03-19T03:40:57.842Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
122472026-03-19T03:40:57.842Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
122482026-03-19T03:40:57.842Z
122492026-03-19T03:40:57.842Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
122502026-03-19T03:40:57.842Z
122512026-03-19T03:40:57.842Zall doctests ran in 1.36s; merged doctests compilation took 1.35s
122522026-03-19T03:40:57.842Z Doc-tests wicket
122532026-03-19T03:40:57.843Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-0debae88ac7044a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec5a7b71e39fc295.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d4856efce1ab07e8.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-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f8ec8cbb552e371e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cadee9893d91519c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-26e8745acce0af61.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-544d6c657e9c4194.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-777df11dc961b25a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-df75671d082e534b.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-a9ebdae10eb37bfb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e1162002be34ba6d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122542026-03-19T03:40:57.845Z
122552026-03-19T03:40:57.845Zrunning 0 tests
122562026-03-19T03:40:57.845Z
122572026-03-19T03:40:57.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122582026-03-19T03:40:57.845Z
122592026-03-19T03:40:57.845Z Doc-tests wicket_common
122602026-03-19T03:40:57.845Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a2bc03c545c7af01.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122612026-03-19T03:40:58.074Z
122622026-03-19T03:40:58.074Zrunning 0 tests
122632026-03-19T03:40:58.074Z
122642026-03-19T03:40:58.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122652026-03-19T03:40:58.074Z
122662026-03-19T03:40:58.108Z Doc-tests wicket_dbg
122672026-03-19T03:40:58.108Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1bc321bceb338989.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-58f015fb1f52f436.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1552454a6dbcd8ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-77b633194728ef42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-4e20b92e61e0d16e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122682026-03-19T03:40:58.470Z
122692026-03-19T03:40:58.470Zrunning 0 tests
122702026-03-19T03:40:58.470Z
122712026-03-19T03:40:58.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122722026-03-19T03:40:58.471Z
122732026-03-19T03:40:58.501Z Doc-tests wicketd
122742026-03-19T03:40:58.508Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f4d06214bae8ef1d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-1b38109b8fde4d3c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-1d914afc30a75e02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-c11560d9b5666be8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-40416eaef8f7236b.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-f645e545963a37f9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e29bf263e307f126.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-df4a20e1a03f3eb5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-007d1b766f2f7d3d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7eee259367dfaf72.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-10bd210bfabe46a8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d4f476048b76b3c5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-24c02e5e309fc5d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bd162c0c86e103cd.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-7ee5b9deaa63e8ea.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1a90662167210a9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9ab24c4afd1b9cad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-90f25c07f5b22d3a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-1c9caaafdb3085b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-98a6f02663a36255.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-724bdc2f3334c19b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ec761a3f5123ed79.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-6c74f43b9c94fc17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-241fa7eb3cf86554.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1c4dcfb2c6698e07.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e6880c98b13b6197.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-70bfe26bf693ac5a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9593bc0c283a9d67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-a135a94fa0310bfd.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-4d62862ceedad906.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-f4dd08429ccc4e21.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ea7b2aae9259721b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-a6f0596770879eb1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-adb40abc60c255f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb53b2c11e278d26.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fe6e83778497c0f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8a50f808802d6daa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2a7fbbed71de5162.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ec6d6c0cd3413342.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f13cc843ba62de8d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-581a0484e93ef2f5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8305e1b3a9c6e3c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-99f3484afc029739.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3ff61014dba3c1a4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7dddd4885a018177.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122752026-03-19T03:40:59.089Z
122762026-03-19T03:40:59.090Zrunning 0 tests
122772026-03-19T03:40:59.090Z
122782026-03-19T03:40:59.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122792026-03-19T03:40:59.090Z
122802026-03-19T03:40:59.136Z Doc-tests wicketd_api
122812026-03-19T03:40:59.136Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1b38109b8fde4d3c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-8c7987b1baa29576.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7f13e4b5b79e2498.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-8667ea0137aa1281.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7dddd4885a018177.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122822026-03-19T03:41:00.042Z
122832026-03-19T03:41:00.043Zrunning 2 tests
122842026-03-19T03:41:00.043Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
122852026-03-19T03:41:00.043Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
122862026-03-19T03:41:00.043Z
122872026-03-19T03:41:00.043Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122882026-03-19T03:41:00.043Z
122892026-03-19T03:41:00.059Zall doctests ran in 0.49s; merged doctests compilation took 0.49s
122902026-03-19T03:41:00.117Z Doc-tests wicketd_client
122912026-03-19T03:41:00.117Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d33b24db3b255967.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-72c9e9aff01bd9d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e28bd1ff5adcdbd3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-43f482176f5c27dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8b8139eadeadf9ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5e836c051e4e885b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a9ebdae10eb37bfb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5a01416151711b52.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-65412f6ca833e55d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-10f7a6bf76d51250.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122922026-03-19T03:41:01.712Z
122932026-03-19T03:41:01.712Zrunning 0 tests
122942026-03-19T03:41:01.712Z
122952026-03-19T03:41:01.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122962026-03-19T03:41:01.713Z
122972026-03-19T03:41:01.776Z Doc-tests xtask_downloader
122982026-03-19T03:41:01.776Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-40416eaef8f7236b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-97a3868d40601a98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-349151ad49bd99b1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-444a27183bbc0bbd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-02d0c236cd440461.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-79c32e6a6d9e4d03.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2864dcdad0d218a0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-da301715aabf1478.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ca10530b8913080d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-28d41a212fdc90be.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122992026-03-19T03:41:01.933Z
123002026-03-19T03:41:01.934Zrunning 1 test
123012026-03-19T03:41:01.939Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
123022026-03-19T03:41:01.940Z
123032026-03-19T03:41:01.940Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123042026-03-19T03:41:01.940Z
123052026-03-19T03:41:01.957Z Doc-tests zfs_test_harness
123062026-03-19T03:41:01.966Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-7a627029a175eba8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4241d8afd279da3e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bc988ceb9c6e6ef9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-14c3507ff367e67e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a2e90d6a0c19bac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-8ede348f1f418989.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-37d03247b8c6895e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123072026-03-19T03:41:02.221Z
123082026-03-19T03:41:02.221Zrunning 0 tests
123092026-03-19T03:41:02.221Z
123102026-03-19T03:41:02.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123112026-03-19T03:41:02.224Z
123122026-03-19T03:41:02.252Z Doc-tests zone_setup
123132026-03-19T03:41:02.256Z 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-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-5ca7f9e42700fd7b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-eafb0a4425820daa/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-eeb72f07277ec165/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-9b216c29df55cc34/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-640d2ec8e3ec01ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-615063de10837e60/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-67aff659fdf95efa/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2173e318c097e7ac/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_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-40416eaef8f7236b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-ccf60ca82959ab0d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-19df4248171a55ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4514ab362f8196fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a9c8a65077de096a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-cb9a43a6464c78e9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-007dad6efd7a17f3.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-19f4ba3da03c8c06.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-656faf97a83c2f1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81c506065a6fc17b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-036d7813d2dacbc4.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9daf5f2b319ef6bf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8356f9fdeb409fed.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-10965a423d15ae62.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123142026-03-19T03:41:02.487Z
123152026-03-19T03:41:02.487Zrunning 0 tests
123162026-03-19T03:41:02.487Z
123172026-03-19T03:41:02.487Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123182026-03-19T03:41:02.487Z
123192026-03-19T03:41:02.629Z
123202026-03-19T03:41:02.638Zreal 2:59.377752900
123212026-03-19T03:41:02.638Zuser 2:29.487540756
123222026-03-19T03:41:02.638Zsys 1:05.157058776
123232026-03-19T03:41:02.639Ztrap 0.025392612
123242026-03-19T03:41:02.639Ztflt 0.764739387
123252026-03-19T03:41:02.639Zdflt 0.364441450
123262026-03-19T03:41:02.639Zkflt 0.000035661
123272026-03-19T03:41:02.639Zlock 8:25.379534840
123282026-03-19T03:41:02.639Zslp 16:52.755799999
123292026-03-19T03:41:02.639Zlat 0.138311592
123302026-03-19T03:41:02.639Zstop 4.809386073
123312026-03-19T03:41:02.639Z+ [[ illumos == \i\l\l\u\m\o\s ]]
123322026-03-19T03:41:02.639Z+ banner live-test
123332026-03-19T03:41:02.639Z
123342026-03-19T03:41:02.639Z # # # # ###### ##### ###### #### #####
123352026-03-19T03:41:02.639Z # # # # # # # # #
123362026-03-19T03:41:02.639Z # # # # ##### ##### # ##### #### #
123372026-03-19T03:41:02.639Z # # # # # # # # #
123382026-03-19T03:41:02.639Z # # # # # # # # # #
123392026-03-19T03:41:02.639Z ###### # ## ###### # ###### #### #
123402026-03-19T03:41:02.639Z
123412026-03-19T03:41:02.640Z+ ptime -m cargo xtask live-tests
123422026-03-19T03:41:03.395Z Compiling libc v0.2.180
123432026-03-19T03:41:03.395Z Compiling serde v1.0.228
123442026-03-19T03:41:03.399Z Compiling serde_core v1.0.228
123452026-03-19T03:41:03.399Z Compiling rustix v1.1.3
123462026-03-19T03:41:03.502Z Compiling bitflags v2.11.0
123472026-03-19T03:41:03.510Z Compiling serde_json v1.0.149
123482026-03-19T03:41:03.510Z Compiling smallvec v1.15.1
123492026-03-19T03:41:03.510Z Compiling hashbrown v0.16.1
123502026-03-19T03:41:03.612Z Compiling num-traits v0.2.19
123512026-03-19T03:41:03.631Z Compiling usdt-impl v0.5.0
123522026-03-19T03:41:03.639Z Compiling syn v1.0.109
123532026-03-19T03:41:03.667Z Compiling log v0.4.29
123542026-03-19T03:41:03.677Z Compiling percent-encoding v2.3.2
123552026-03-19T03:41:03.677Z Compiling getrandom v0.4.1
123562026-03-19T03:41:03.777Z Compiling syn v2.0.117
123572026-03-19T03:41:03.796Z Compiling fs-err v3.3.0
123582026-03-19T03:41:03.802Z Compiling heck v0.4.1
123592026-03-19T03:41:03.802Z Compiling once_cell v1.21.3
123602026-03-19T03:41:03.964Z Compiling anyhow v1.0.102
123612026-03-19T03:41:03.981Z Compiling form_urlencoded v1.2.2
123622026-03-19T03:41:04.301Z Compiling indexmap v2.13.0
123632026-03-19T03:41:04.744Z Compiling errno v0.3.14
123642026-03-19T03:41:04.744Z Compiling thread-id v4.2.2
123652026-03-19T03:41:04.766Z Compiling memmap v0.7.0
123662026-03-19T03:41:05.227Z Compiling ordered-float v2.10.1
123672026-03-19T03:41:05.821Z Compiling proc-macro-error v1.0.4
123682026-03-19T03:41:06.092Z Compiling terminal_size v0.4.3
123692026-03-19T03:41:06.092Z Compiling tempfile v3.25.0
123702026-03-19T03:41:06.240Z Compiling clap_builder v4.5.60
123712026-03-19T03:41:06.241Z Compiling textwrap v0.16.2
123722026-03-19T03:41:06.285Z Compiling tabled_derive v0.7.0
123732026-03-19T03:41:06.370Z Compiling camino-tempfile v1.4.1
123742026-03-19T03:41:07.366Z Compiling tabled v0.15.0
123752026-03-19T03:41:07.371Z Compiling synstructure v0.13.2
123762026-03-19T03:41:07.371Z Compiling pest_generator v2.8.6
123772026-03-19T03:41:08.816Z Compiling serde_derive v1.0.228
123782026-03-19T03:41:08.816Z Compiling zerofrom-derive v0.1.6
123792026-03-19T03:41:08.834Z Compiling yoke-derive v0.8.1
123802026-03-19T03:41:08.836Z Compiling zerovec-derive v0.11.2
123812026-03-19T03:41:08.836Z Compiling displaydoc v0.2.5
123822026-03-19T03:41:08.836Z Compiling thiserror-impl v1.0.69
123832026-03-19T03:41:08.836Z Compiling zerocopy-derive v0.7.35
123842026-03-19T03:41:08.836Z Compiling scroll_derive v0.12.1
123852026-03-19T03:41:08.836Z Compiling thiserror-impl v2.0.18
123862026-03-19T03:41:08.836Z Compiling clap_derive v4.5.55
123872026-03-19T03:41:08.836Z Compiling pest_derive v2.8.6
123882026-03-19T03:41:09.200Z Compiling scroll v0.12.0
123892026-03-19T03:41:09.225Z Compiling zerocopy v0.7.35
123902026-03-19T03:41:09.481Z Compiling goblin v0.8.2
123912026-03-19T03:41:09.551Z Compiling zerofrom v0.1.6
123922026-03-19T03:41:09.621Z Compiling thiserror v2.0.18
123932026-03-19T03:41:09.695Z Compiling yoke v0.8.1
123942026-03-19T03:41:09.716Z Compiling thiserror v1.0.69
123952026-03-19T03:41:09.837Z Compiling dtrace-parser v0.2.0
123962026-03-19T03:41:09.921Z Compiling zerovec v0.11.5
123972026-03-19T03:41:09.921Z Compiling zerotrie v0.2.3
123982026-03-19T03:41:10.078Z Compiling clap v4.5.60
123992026-03-19T03:41:10.536Z Compiling tinystr v0.8.2
124002026-03-19T03:41:10.536Z Compiling potential_utf v0.1.4
124012026-03-19T03:41:10.721Z Compiling icu_collections v2.1.1
124022026-03-19T03:41:10.775Z Compiling icu_locale_core v2.1.1
124032026-03-19T03:41:11.548Z Compiling icu_provider v2.1.1
124042026-03-19T03:41:11.763Z Compiling serde_spanned v0.6.9
124052026-03-19T03:41:11.763Z Compiling toml_datetime v0.6.11
124062026-03-19T03:41:11.769Z Compiling serde-value v0.7.0
124072026-03-19T03:41:11.769Z Compiling cargo-platform v0.2.0
124082026-03-19T03:41:11.769Z Compiling macaddr v1.0.1
124092026-03-19T03:41:11.799Z Compiling dof v0.3.0
124102026-03-19T03:41:11.804Z Compiling serde_tokenstream v0.2.3
124112026-03-19T03:41:11.854Z Compiling icu_properties v2.1.2
124122026-03-19T03:41:11.858Z Compiling icu_normalizer v2.1.1
124132026-03-19T03:41:12.106Z Compiling toml_edit v0.22.27
124142026-03-19T03:41:12.810Z Compiling usdt-macro v0.5.0
124152026-03-19T03:41:12.810Z Compiling usdt-attr-macro v0.5.0
124162026-03-19T03:41:13.088Z Compiling idna_adapter v1.2.1
124172026-03-19T03:41:13.238Z Compiling idna v1.1.0
124182026-03-19T03:41:13.619Z Compiling url v2.5.8
124192026-03-19T03:41:13.795Z Compiling usdt v0.5.0
124202026-03-19T03:41:13.896Z Compiling toml v0.8.23
124212026-03-19T03:41:14.391Z Compiling cargo-util-schemas v0.8.2
124222026-03-19T03:41:14.391Z Compiling cargo_toml v0.21.0
124232026-03-19T03:41:15.608Z Compiling cargo_metadata v0.21.0
124242026-03-19T03:41:17.023Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
124252026-03-19T03:41:20.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.78s
124262026-03-19T03:41:20.507Z Running `target/debug/xtask live-tests`
124272026-03-19T03:41:20.560Zusing temporary directory: /var/tmp/omicron_tmp/.tmpxTS0OY
124282026-03-19T03:41:20.560Zwill create archive file: /var/tmp/omicron_tmp/.tmpxTS0OY/live-tests-archive/omicron-live-tests.tar.zst
124292026-03-19T03:41:20.560Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124302026-03-19T03:41:20.560Z
124312026-03-19T03:41:20.563Zrunning: /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/.tmpxTS0OY/live-tests-archive/omicron-live-tests.tar.zst"
124322026-03-19T03:41:23.351Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
124332026-03-19T03:41:23.351Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
124342026-03-19T03:41:23.530Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
124352026-03-19T03:41:23.654Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
124362026-03-19T03:41:23.747Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
124372026-03-19T03:41:23.747Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
124382026-03-19T03:41:23.747Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
124392026-03-19T03:41:23.747Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
124402026-03-19T03:41:23.812Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
124412026-03-19T03:41:23.812Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
124422026-03-19T03:41:23.812Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
124432026-03-19T03:41:23.812Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
124442026-03-19T03:41:23.812Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
124452026-03-19T03:41:23.812Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
124462026-03-19T03:41:25.026Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
124472026-03-19T03:41:25.889Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
124482026-03-19T03:41:31.380Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
124492026-03-19T03:41:31.394Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
124502026-03-19T03:41:36.518Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
124512026-03-19T03:42:17.168Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
124522026-03-19T03:42:17.941Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
124532026-03-19T03:42:21.244Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
124542026-03-19T03:42:22.047Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
124552026-03-19T03:43:02.188Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
124562026-03-19T03:43:12.312Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
124572026-03-19T03:43:43.690Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
124582026-03-19T03:43:43.971Zinfo: experimental features enabled: setup-scripts, benchmarks
124592026-03-19T03:43:43.977Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpxTS0OY/live-tests-archive/omicron-live-tests.tar.zst
124602026-03-19T03:43:45.049Z Archived 422 files to /var/tmp/omicron_tmp/.tmpxTS0OY/live-tests-archive/omicron-live-tests.tar.zst in 1.07s
124612026-03-19T03:43:45.153Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpxTS0OY/live-tests-archive\""
124622026-03-19T03:43:45.166Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpxTS0OY" "live-tests-archive"
124632026-03-19T03:43:45.355Zcreated:
124642026-03-19T03:43:45.356Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
124652026-03-19T03:43:45.356ZTo use this:
124662026-03-19T03:43:45.356Z
124672026-03-19T03:43:45.356Z1. Copy the tarball to the switch zone in a deployed Omicron system.
124682026-03-19T03:43:45.356Z
124692026-03-19T03:43:45.360Z e.g., scp \
124702026-03-19T03:43:45.360Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
124712026-03-19T03:43:45.360Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124722026-03-19T03:43:45.360Z
124732026-03-19T03:43:45.360Z2. Copy the `cargo-nextest` binary to the same place.
124742026-03-19T03:43:45.360Z
124752026-03-19T03:43:45.360Z e.g., scp \
124762026-03-19T03:43:45.360Z $(which cargo-nextest) \
124772026-03-19T03:43:45.360Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124782026-03-19T03:43:45.360Z
124792026-03-19T03:43:45.360Z3. From the switch zone on that system, unpack the tarball with:
124802026-03-19T03:43:45.360Z
124812026-03-19T03:43:45.360Z tar xzf live-tests-archive.tgz
124822026-03-19T03:43:45.360Z
124832026-03-19T03:43:45.360Z4. From the switch zone on that system, run tests with:
124842026-03-19T03:43:45.360Z
124852026-03-19T03:43:45.360Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
124862026-03-19T03:43:45.360Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
124872026-03-19T03:43:45.360Z --workspace-remap live-tests-archive
124882026-03-19T03:43:45.360Z
124892026-03-19T03:43:45.360Z
124902026-03-19T03:43:45.360Zreal 2:42.727085836
124912026-03-19T03:43:45.360Zuser 5:30.183897565
124922026-03-19T03:43:45.360Zsys 1:00.317987028
124932026-03-19T03:43:45.360Ztrap 0.058047374
124942026-03-19T03:43:45.360Ztflt 1.044506004
124952026-03-19T03:43:45.360Zdflt 3.534288105
124962026-03-19T03:43:45.360Zkflt 0.000070178
124972026-03-19T03:43:45.360Zlock 22:34.531873850
124982026-03-19T03:43:45.360Zslp 17:30.957367759
124992026-03-19T03:43:45.360Zlat 0.195517092
125002026-03-19T03:43:45.360Zstop 36.763537362
125012026-03-19T03:43:45.360Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
125022026-03-19T03:43:45.364Z+ unset TMPDIR
125032026-03-19T03:43:45.364Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
125042026-03-19T03:43:45.364Zfiles in /var/tmp/omicron_tmp (none expected on success):
125052026-03-19T03:43:45.364Z+ find /var/tmp/omicron_tmp -ls
125062026-03-19T03:43:45.368Z165537 39 drwxr-xr-x 2 build build 2 Mar 19 03:43 /var/tmp/omicron_tmp
125072026-03-19T03:43:45.372Z+ rmdir /var/tmp/omicron_tmp
125082026-03-19T03:43:45.375Zprocess exited: duration 2768243 ms, exit code 0
 
125092026-03-19T03:43:45.389Zfound 5 output files
125102026-03-19T03:43:45.389Zuploading: /work/cargo-build-analysis.jsonl (984889 bytes)
125112026-03-19T03:43:46.419Zuploaded: /work/cargo-build-analysis.jsonl
125122026-03-19T03:43:46.419Zuploading: /work/environment.json (108 bytes)
125132026-03-19T03:43:47.437Zuploaded: /work/environment.json
125142026-03-19T03:43:47.437Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (541575 bytes)
125152026-03-19T03:43:48.466Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
125162026-03-19T03:43:48.466Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (280338432 bytes)
125172026-03-19T03:43:52.534Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
125182026-03-19T03:43:52.534Zuploading: /tmp/nextest-run-archive.zip (2515135 bytes)
125192026-03-19T03:43:53.577Zuploaded: /tmp/nextest-run-archive.zip